mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 19:08:48 -04:00
Resolves #13557 - trigger conditionals are a superset not global uniques
This commit is contained in:
parent
911584dc49
commit
06d6a1bfe1
@ -65,8 +65,8 @@ enum class UniqueTarget(
|
|||||||
|
|
||||||
// Modifiers
|
// Modifiers
|
||||||
Conditional("Modifiers that can be added to other uniques to limit when they will be active", modifierType = ModifierType.Conditional),
|
Conditional("Modifiers that can be added to other uniques to limit when they will be active", modifierType = ModifierType.Conditional),
|
||||||
TriggerCondition("Special conditionals that can be added to Triggerable uniques, to make them activate upon specific actions.", inheritsFrom = Global, modifierType = ModifierType.Other),
|
TriggerCondition("Special conditionals that can be added to Triggerable uniques, to make them activate upon specific actions.", modifierType = ModifierType.Other),
|
||||||
UnitTriggerCondition("Special conditionals that can be added to UnitTriggerable uniques, to make them activate upon specific actions.", inheritsFrom = Global, modifierType = ModifierType.Other),
|
UnitTriggerCondition("Special conditionals that can be added to UnitTriggerable uniques, to make them activate upon specific actions.", modifierType = ModifierType.Other),
|
||||||
UnitActionModifier("Modifiers that can be added to UnitAction uniques as conditionals", modifierType = ModifierType.Other),
|
UnitActionModifier("Modifiers that can be added to UnitAction uniques as conditionals", modifierType = ModifierType.Other),
|
||||||
MetaModifier("Modifiers that can be added to other uniques changing user experience, not their behavior", modifierType = ModifierType.Other),
|
MetaModifier("Modifiers that can be added to other uniques changing user experience, not their behavior", modifierType = ModifierType.Other),
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user