Skip to content

Commit

Permalink
removed redundant default mini bridges
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Jan 4, 2014
1 parent 87d544f commit 3a6989c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 55 deletions.
8 changes: 4 additions & 4 deletions mods/ra/rules/civilian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ BRIDGE2:
SpawnOffset: 2,1

SBRIDGE1:
Inherits: ^SVBridge
Inherits: ^Bridge
Bridge:
Template: 520
DamagedTemplate: 521
Expand All @@ -432,7 +432,7 @@ SBRIDGE1:
SpawnOffset: 1,1

SBRIDGE2:
Inherits: ^SHBridge
Inherits: ^Bridge
Bridge:
Template: 531
DamagedTemplate: 532
Expand All @@ -448,7 +448,7 @@ SBRIDGE2:
SpawnOffset: 1,1

SBRIDGE3:
Inherits: ^STDBridge
Inherits: ^Bridge
Bridge:
Template: 523
DamagedTemplate: 524
Expand All @@ -464,7 +464,7 @@ SBRIDGE3:
SpawnOffset: 0,1

SBRIDGE4:
Inherits: ^STDBridge
Inherits: ^Bridge
Bridge:
Template: 527
DamagedTemplate: 528
Expand Down
51 changes: 0 additions & 51 deletions mods/ra/rules/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,57 +463,6 @@
BodyOrientation:
LuaScriptEvents:

^SVBridge:
Tooltip:
Name: Small Bridge
BelowUnits:
TargetableBuilding:
TargetTypes: Ground, Water
Building:
Footprint: ___ ___
Dimensions: 3,2
Health:
HP: 750
ProximityCaptor:
Types: Bridge
AutoTargetIgnore:
BodyOrientation:
LuaScriptEvents:

^SHBridge:
Tooltip:
Name: Small Bridge
BelowUnits:
TargetableBuilding:
TargetTypes: Ground, Water
Building:
Footprint: __ __ __
Dimensions: 2,3
Health:
HP: 750
ProximityCaptor:
Types: Bridge
AutoTargetIgnore:
BodyOrientation:
LuaScriptEvents:

^STDBridge:
Tooltip:
Name: Small Bridge
BelowUnits:
TargetableBuilding:
TargetTypes: Ground, Water
Building:
Footprint: ____ ____
Dimensions: 4,2
Health:
HP: 750
ProximityCaptor:
Types: Bridge
AutoTargetIgnore:
BodyOrientation:
LuaScriptEvents:

^Rock:
Tooltip:
Name: Rock
Expand Down

0 comments on commit 3a6989c

Please sign in to comment.