-
- Downloads
Updated resting:
Added a new callback "callbackOnWait" to trigger various effects when an Actor takes no action in a turn. Added to Actor:waitTurn in place of "callbackOnRest." New function Player:restCheck (an overload of engine/interface/PlayerRest:restCheck) triggers "callbackOnWait" when successfully resting. The recovery effects of Spacetime Tuning and Throwing Knives use the "callbackOnWait" callback. NPCs that know Spacetime Tuning will automatically set an appropriate preferred paradox value periodically (at 100 below the anomaly threshold). Added the game.turn to the output of a number of AI debugging statements. Fixed a bug where Chants and Hymns could be learned without also gaining the appropriate resource pool.
Showing
- game/engines/default/engine/ai/talented.lua 3 additions, 3 deletionsgame/engines/default/engine/ai/talented.lua
- game/engines/default/engine/interface/PlayerRest.lua 3 additions, 3 deletionsgame/engines/default/engine/interface/PlayerRest.lua
- game/modules/tome/ai/improved_tactical.lua 5 additions, 5 deletionsgame/modules/tome/ai/improved_tactical.lua
- game/modules/tome/ai/improved_talented.lua 2 additions, 2 deletionsgame/modules/tome/ai/improved_talented.lua
- game/modules/tome/ai/maintenance.lua 3 additions, 3 deletionsgame/modules/tome/ai/maintenance.lua
- game/modules/tome/ai/special_movements.lua 2 additions, 2 deletionsgame/modules/tome/ai/special_movements.lua
- game/modules/tome/class/Actor.lua 7 additions, 14 deletionsgame/modules/tome/class/Actor.lua
- game/modules/tome/class/NPC.lua 1 addition, 2 deletionsgame/modules/tome/class/NPC.lua
- game/modules/tome/class/Player.lua 24 additions, 10 deletionsgame/modules/tome/class/Player.lua
- game/modules/tome/class/interface/ActorAI.lua 1 addition, 2 deletionsgame/modules/tome/class/interface/ActorAI.lua
- game/modules/tome/data/resources.lua 1 addition, 0 deletionsgame/modules/tome/data/resources.lua
- game/modules/tome/data/talents/celestial/chants.lua 2 additions, 1 deletiongame/modules/tome/data/talents/celestial/chants.lua
- game/modules/tome/data/talents/celestial/hymns.lua 3 additions, 2 deletionsgame/modules/tome/data/talents/celestial/hymns.lua
- game/modules/tome/data/talents/chronomancy/other.lua 29 additions, 12 deletionsgame/modules/tome/data/talents/chronomancy/other.lua
- game/modules/tome/data/talents/misc/inscriptions.lua 1 addition, 1 deletiongame/modules/tome/data/talents/misc/inscriptions.lua
- game/modules/tome/data/talents/psionic/mentalism.lua 5 additions, 2 deletionsgame/modules/tome/data/talents/psionic/mentalism.lua
- game/modules/tome/data/talents/techniques/throwing-knives.lua 17 additions, 16 deletions.../modules/tome/data/talents/techniques/throwing-knives.lua
- game/modules/tome/data/timed_effects/other.lua 1 addition, 1 deletiongame/modules/tome/data/timed_effects/other.lua
Loading
Please register or sign in to comment