Update NEWS.

develop
expwnent 2014-06-28 04:40:16 -04:00
parent 72acd7bdf6
commit e89eaeef18
1 changed files with 3 additions and 6 deletions

@ -1,9 +1,12 @@
DFHack future DFHack future
Internals: Internals:
EventManager: added ON_REPORT and UNIT_ATTACK events and exposed them to Lua.
New scripts: New scripts:
add-syndrome.lua add-syndrome.lua
add a syndrome to a unit. many configurable options add a syndrome to a unit. many configurable options
attackTrigger.lua
run commands when a unit attacks another with weapons of a given type or weapons of a given material
blooddel.lua blooddel.lua
makes it so civs don't bring barrels full of blood ichor or goo makes it so civs don't bring barrels full of blood ichor or goo
feeding-timers.lua feeding-timers.lua
@ -22,12 +25,6 @@ DFHack future
adds and removes syndromes to units when they equip and unequip items adds and removes syndromes to units when they equip and unequip items
moddableGods.lua moddableGods.lua
makes raw moddable gods possible makes raw moddable gods possible
onReport.lua
callbacks when a report happens
onReportExample.lua
onStrike.lua
callbacks when a unit injures another
onStrikeExample.lua
printArgs.lua printArgs.lua
projectileExpansion.lua projectileExpansion.lua
adds extra functionality to projectiles adds extra functionality to projectiles