diff --git a/mods/ra/bits/ammobox.shp b/mods/ra/bits/ammobox.shp new file mode 100644 index 0000000000..5a0e0c5c64 Binary files /dev/null and b/mods/ra/bits/ammobox.shp differ diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index f71314c42d..8365c543d0 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -273,6 +273,22 @@ BRL3: TargetableBuilding: TargetTypes: Ground, DemoTruck +AMMOBOX: + Inherits: ^TechBuilding + Selectable: + Priority: 0 + Health: + HP: 10 + Explodes: + Weapon: UnitExplode + Tooltip: + Name: Ammo Box + AutoTargetIgnore: + Armor: + Type: Light + TargetableBuilding: + TargetTypes: Ground, DemoTruck + MISS: Inherits: ^TechBuilding Selectable: diff --git a/mods/ra/sequences/map.yaml b/mods/ra/sequences/map.yaml index 50e7393971..253388320d 100644 --- a/mods/ra/sequences/map.yaml +++ b/mods/ra/sequences/map.yaml @@ -625,4 +625,9 @@ stsgb: damaged-idle: Start: 1 dead: - Start: 1 \ No newline at end of file + Start: 1 + +ammobox: # TODO: there are 2 more variants, but the editor does not like the split up + idle: + Start: 0 + Length: 1 \ No newline at end of file