Module:Abilities-test/card: Difference between revisionsGive feedback
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 569: | Line 569: | ||
num_of_charges = ability.AbilityCharges and ability.AbilityCharges.Value, | num_of_charges = ability.AbilityCharges and ability.AbilityCharges.Value, | ||
notes = notes, | notes = notes, | ||
notes_source_page = notes_source_page | notes_source_page = notes_source_page, | ||
hide_info1 = ability.Info1 and ability.Info1.RequiresUpgradeIndex ~= nil, | |||
hide_info2 = ability.Info2 and ability.Info2.RequiresUpgradeIndex ~= nil, | |||
hide_info3 = ability.Info3 and ability.Info3.RequiresUpgradeIndex ~= nil | |||
} | } | ||
} | } | ||