Let panacea cleanse stat debuffs
This commit is contained in:
@@ -94,7 +94,7 @@ $validConditionTypes = @(
|
||||
)
|
||||
$validTriggers = @("battle_start", "battle_begin", "turn_start", "unit_reaches_tile", "unit_defeated")
|
||||
$validActions = @("log", "dialogue", "set_objective", "grant_item", "grant_items", "grant_gold", "spawn_deployment", "spawn_deployments", "withdraw_unit", "withdraw_units", "set_ai_target_priority")
|
||||
$validEffects = @("heal_hp", "heal_mp", "cure_status")
|
||||
$validEffects = @("heal_hp", "heal_mp", "cure_status", "cleanse_debuffs")
|
||||
$validItemKinds = @("weapon", "armor", "accessory", "consumable")
|
||||
$validItemRarities = @("common", "named")
|
||||
$validBonusStats = @("hp", "mp", "atk", "def", "int", "agi")
|
||||
|
||||
Reference in New Issue
Block a user