short bridges
This commit is contained in:
@@ -31,4 +31,12 @@ MINV:
|
|||||||
|
|
||||||
BR3:
|
BR3:
|
||||||
Bridge:
|
Bridge:
|
||||||
Long: yes
|
Long: yes
|
||||||
|
|
||||||
|
BRIDGE1:
|
||||||
|
Bridge:
|
||||||
|
UseAlternateNames: yes
|
||||||
|
|
||||||
|
BRIDGE2:
|
||||||
|
Bridge:
|
||||||
|
UseAlternateNames: yes
|
||||||
|
|||||||
22
ra.yaml
22
ra.yaml
@@ -94,6 +94,28 @@ BR3:
|
|||||||
Dimensions: 4,2
|
Dimensions: 4,2
|
||||||
HP: 1000
|
HP: 1000
|
||||||
|
|
||||||
|
BRIDGE1:
|
||||||
|
Bridge:
|
||||||
|
UseAlternateNames: yes
|
||||||
|
Category: Building
|
||||||
|
Selectable:
|
||||||
|
BelowUnits:
|
||||||
|
Building:
|
||||||
|
Footprint: _____ _____ _____
|
||||||
|
Dimensions: 5,3
|
||||||
|
HP: 1000
|
||||||
|
|
||||||
|
BRIDGE2:
|
||||||
|
Bridge:
|
||||||
|
UseAlternateNames: yes
|
||||||
|
Category: Building
|
||||||
|
Selectable:
|
||||||
|
BelowUnits:
|
||||||
|
Building:
|
||||||
|
Footprint: _____ _____
|
||||||
|
Dimensions: 5,2
|
||||||
|
HP: 1000
|
||||||
|
|
||||||
V2RL:
|
V2RL:
|
||||||
Inherits: ^Vehicle
|
Inherits: ^Vehicle
|
||||||
Buildable:
|
Buildable:
|
||||||
|
|||||||
@@ -1533,6 +1533,8 @@ tiletype8=0
|
|||||||
Name=BRIDGE1
|
Name=BRIDGE1
|
||||||
width=5
|
width=5
|
||||||
height=3
|
height=3
|
||||||
|
bridge=bridge1
|
||||||
|
hp=1
|
||||||
tiletype1=3
|
tiletype1=3
|
||||||
tiletype2=2
|
tiletype2=2
|
||||||
tiletype3=2
|
tiletype3=2
|
||||||
@@ -1548,6 +1550,8 @@ tiletype12=3
|
|||||||
Name=BRIDGE1D
|
Name=BRIDGE1D
|
||||||
width=5
|
width=5
|
||||||
height=3
|
height=3
|
||||||
|
bridge=bridge1
|
||||||
|
hp=0
|
||||||
tiletype1=3
|
tiletype1=3
|
||||||
tiletype2=3
|
tiletype2=3
|
||||||
tiletype3=3
|
tiletype3=3
|
||||||
@@ -1563,6 +1567,8 @@ tiletype12=3
|
|||||||
Name=BRIDGE2
|
Name=BRIDGE2
|
||||||
width=5
|
width=5
|
||||||
height=2
|
height=2
|
||||||
|
bridge=bridge2
|
||||||
|
hp=1
|
||||||
tiletype0=3
|
tiletype0=3
|
||||||
tiletype1=2
|
tiletype1=2
|
||||||
tiletype2=2
|
tiletype2=2
|
||||||
@@ -1577,6 +1583,8 @@ tiletype9=3
|
|||||||
Name=BRIDGE2D
|
Name=BRIDGE2D
|
||||||
width=5
|
width=5
|
||||||
height=2
|
height=2
|
||||||
|
bridge=bridge2
|
||||||
|
hp=0
|
||||||
tiletype0=3
|
tiletype0=3
|
||||||
tiletype1=3
|
tiletype1=3
|
||||||
tiletype2=3
|
tiletype2=3
|
||||||
@@ -2750,6 +2758,8 @@ tiletype0=0
|
|||||||
Name=BRIDGE1H
|
Name=BRIDGE1H
|
||||||
width=5
|
width=5
|
||||||
height=3
|
height=3
|
||||||
|
bridge=bridge1
|
||||||
|
hp=.5
|
||||||
tiletype1=3
|
tiletype1=3
|
||||||
tiletype2=6
|
tiletype2=6
|
||||||
tiletype3=6
|
tiletype3=6
|
||||||
@@ -2765,6 +2775,8 @@ tiletype12=6
|
|||||||
Name=BRIDGE2H
|
Name=BRIDGE2H
|
||||||
width=5
|
width=5
|
||||||
height=2
|
height=2
|
||||||
|
bridge=bridge2
|
||||||
|
hp=.5
|
||||||
tiletype0=3
|
tiletype0=3
|
||||||
tiletype1=6
|
tiletype1=6
|
||||||
tiletype2=6
|
tiletype2=6
|
||||||
|
|||||||
@@ -208,6 +208,12 @@ bridge2d
|
|||||||
; short bridge "\" (damaged)
|
; short bridge "\" (damaged)
|
||||||
TS-
|
TS-
|
||||||
1
|
1
|
||||||
|
017b
|
||||||
|
bridge2h
|
||||||
|
|
||||||
|
; short bridge "\" (surround)
|
||||||
|
TS-
|
||||||
|
1
|
||||||
017f
|
017f
|
||||||
bridge2x
|
bridge2x
|
||||||
|
|
||||||
|
|||||||
16
units.ini
16
units.ini
@@ -256,6 +256,8 @@ MINV
|
|||||||
BR1
|
BR1
|
||||||
BR2
|
BR2
|
||||||
BR3
|
BR3
|
||||||
|
BRIDGE1
|
||||||
|
BRIDGE2
|
||||||
|
|
||||||
|
|
||||||
; `Dimensions` is the size of a box that will include the whole building, excluding bib.
|
; `Dimensions` is the size of a box that will include the whole building, excluding bib.
|
||||||
@@ -557,7 +559,19 @@ Dimensions=4,2
|
|||||||
Footprint=____ ____
|
Footprint=____ ____
|
||||||
Selectable=yes ;; temp hack
|
Selectable=yes ;; temp hack
|
||||||
|
|
||||||
;; todo: short bridges
|
[BRIDGE1]
|
||||||
|
Traits=Bridge, BelowUnits, Building
|
||||||
|
Strength=1000
|
||||||
|
Dimensions=5,3
|
||||||
|
Footprint=_____ _____ _____
|
||||||
|
Selectable = yes
|
||||||
|
|
||||||
|
[BRIDGE2]
|
||||||
|
Traits=Bridge, BelowUnits, Building
|
||||||
|
Strength=1000
|
||||||
|
Dimensions=5,2
|
||||||
|
Footprint=_____ _____
|
||||||
|
Selectable = yes
|
||||||
|
|
||||||
[InfantryTypes]
|
[InfantryTypes]
|
||||||
DOG
|
DOG
|
||||||
|
|||||||
Reference in New Issue
Block a user