split bridges to use different actor types for the various bridge types
This commit is contained in:
22
units.ini
22
units.ini
@@ -253,7 +253,9 @@ DOMF
|
||||
; pseudo-buildings
|
||||
MINP
|
||||
MINV
|
||||
BRIDGE
|
||||
BR1
|
||||
BR2
|
||||
BR3
|
||||
|
||||
|
||||
; `Dimensions` is the size of a box that will include the whole building, excluding bib.
|
||||
@@ -534,13 +536,29 @@ Selectable=no
|
||||
Traits=Unit,RenderUnit,BelowUnits,InvisibleToOthers
|
||||
Selectable=no
|
||||
|
||||
[Bridge]
|
||||
[BR1]
|
||||
Traits=Bridge, BelowUnits, Building
|
||||
Strength=1000
|
||||
Dimensions=4,2
|
||||
Footprint=____ ____
|
||||
Selectable=yes
|
||||
|
||||
[BR2]
|
||||
Traits=Bridge, BelowUnits, Building
|
||||
Strength=1000
|
||||
Dimensions=4,2
|
||||
Footprint=____ ____
|
||||
Selectable=yes ;; temp hack
|
||||
|
||||
[BR3]
|
||||
Traits=Bridge, BelowUnits, Building
|
||||
Strength=1000
|
||||
Dimensions=4,2
|
||||
Footprint=____ ____
|
||||
Selectable=yes ;; temp hack
|
||||
|
||||
;; todo: short bridges
|
||||
|
||||
[InfantryTypes]
|
||||
DOG
|
||||
E1
|
||||
|
||||
Reference in New Issue
Block a user