diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/items.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/battle/items.conf b/conf/battle/items.conf index 9dc7ca314..200241ca6 100644 --- a/conf/battle/items.conf +++ b/conf/battle/items.conf @@ -87,3 +87,11 @@ gtb_sc_immunity: 50 // NOTE: Different cards that grant the same skill will both // always work independently of each other regardless of setting. autospell_stacking: no + +// Rune consumption is blocked by the skill's cooldown (note 1) +rune_block_by_skill: yes + +// Rune consumption is blocked by previously activated status effect (Note 1) +// associated with the skill the rune stone being used would cast. +// ie: if SC_REFRESH is active, then the Nosiege Runestone is unuseable. +rune_block_by_status: no |