Skip to content

Commit

Permalink
remove ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniysergeev committed Aug 4, 2016
1 parent 345408b commit d0eecd5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
40 changes: 0 additions & 40 deletions rules/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
AppearsOnRadar:
UpdatesPlayerStatistics:
CombatDebugOverlay:
GivesExperience:
ScriptTriggers:
UpgradeManager:
Huntable:
Expand All @@ -15,45 +14,6 @@
AutoSelectionSize:
RenderSprites:

^GainsExperience:
GainsExperience:
Upgrades:
200: firepower, damage, speed, reload, inaccuracy, rank
400: firepower, damage, speed, reload, inaccuracy, rank
800: firepower, damage, speed, reload, inaccuracy, rank
1600: firepower, damage, speed, reload, inaccuracy, rank, eliteweapon, selfheal
FirepowerMultiplier@EXPERIENCE:
UpgradeTypes: firepower
Modifier: 105, 110, 115, 125
DamageMultiplier@EXPERIENCE:
UpgradeTypes: damage
Modifier: 96, 92, 88, 80
SpeedMultiplier@EXPERIENCE:
UpgradeTypes: speed
Modifier: 105, 110, 115, 125
ReloadDelayMultiplier@EXPERIENCE:
UpgradeTypes: reload
Modifier: 96, 92, 88, 80
InaccuracyMultiplier@EXPERIENCE:
UpgradeTypes: inaccuracy
Modifier: 90, 80, 70, 50
SelfHealing@ELITE:
Step: 2
Delay: 125
HealIfBelow: 100
DamageCooldown: 125
UpgradeTypes: selfheal
UpgradeMinEnabledLevel: 1
WithRankDecoration:
Image: rank
Sequence: rank
Palette: effect
ReferencePoint: Bottom, Right
UpgradeTypes: rank
ZOffset: 256
UpgradeMinEnabledLevel: 1
UpgradeMaxAcceptedLevel: 4

^Husk:
Inherits@1: ^SpriteActor
Health:
Expand Down
1 change: 0 additions & 1 deletion rules/infantry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
^Infantry:
Inherits@1: ^ExistsInWorld
Inherits@2: ^GainsExperience
Inherits@3: ^SpriteActor
Health:
Shape: Circle
Expand Down
1 change: 0 additions & 1 deletion rules/vechicle.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
^Vehicle:
Inherits@1: ^ExistsInWorld
Inherits@2: ^GainsExperience
Inherits@3: ^SpriteActor
Mobile:
UpgradeTypes: notmobile
Expand Down
4 changes: 0 additions & 4 deletions sequences/misc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ poweroff:
Tick: 160
ZOffset: 2047

rank:
rank: rank.shp
Length: *

editor-overlay:
Defaults: DATA.R8
Offset: -16,-16
Expand Down

0 comments on commit d0eecd5

Please sign in to comment.