Skip to content

Commit

Permalink
Make Handicap option actually work.
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Feb 1, 2021
1 parent d4ad540 commit 1aaa73c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mods/raclassic/rules/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
AttackMove:
AssaultMoveCondition: assault-move

^PlayerHandicaps:
HandicapFirepowerMultiplier:
HandicapDamageMultiplier:
HandicapProductionTimeMultiplier:

^GlobalHusks:
GrantConditionOnPrerequisite@GLOBALHUSKS:
Condition: global-husks
Expand Down Expand Up @@ -173,6 +178,7 @@
Inherits@3: ^ClassicFacingSpriteActor
Inherits@4: ^AffectedByCountryBonuses
Inherits@5: ^GenericSpeedModifier
Inherits@handicaps: ^PlayerHandicaps
Inherits@husks: ^GlobalHusks
Huntable:
OwnerLostAction:
Expand Down Expand Up @@ -268,6 +274,7 @@
Inherits@2: ^SpriteActor
Inherits@3: ^AffectedByCountryBonuses
Inherits@4: ^GenericSpeedModifier
Inherits@handicaps: ^PlayerHandicaps
Huntable:
OwnerLostAction:
Action: Kill
Expand Down Expand Up @@ -423,6 +430,7 @@
Inherits@3: ^SpriteActor
Inherits@4: ^AffectedByCountryBonuses
Inherits@5: ^GenericSpeedModifier
Inherits@handicaps: ^PlayerHandicaps
Huntable:
OwnerLostAction:
Action: Kill
Expand Down Expand Up @@ -474,6 +482,7 @@
Inherits@3: ^SpriteActor
Inherits@4: ^AffectedByCountryBonuses
Inherits@5: ^GenericSpeedModifier
Inherits@handicaps: ^PlayerHandicaps
Inherits@husks: ^GlobalHusks
Huntable:
OwnerLostAction:
Expand Down Expand Up @@ -575,6 +584,7 @@
Inherits@1: ^ExistsInWorld
Inherits@2: ^IronCurtainable
Inherits@3: ^SpriteActor
Inherits@handicaps: ^PlayerHandicaps
Inherits@shape: ^1x1Shape
SelectionDecorations:
WithSpriteControlGroupDecoration:
Expand Down Expand Up @@ -667,6 +677,7 @@
Inherits@1: ^ExistsInWorld
Inherits@2: ^SpriteActor
Inherits@3: ^AffectedByCountryBonuses
Inherits@handicaps: ^PlayerHandicaps
Inherits@shape: ^1x1Shape
Interactable:
Bounds: 24,24
Expand Down

0 comments on commit 1aaa73c

Please sign in to comment.