|
|
@@ -1,5 +1,27 @@
|
|
|
- type: entity
|
|
|
parent: StructureDecorativeBase
|
|
|
+ id: StructureDecorativeMachines
|
|
|
+ name: military radio
|
|
|
+ description: A military radio.
|
|
|
+ suffix: decorative
|
|
|
+ abstract: true
|
|
|
+ components:
|
|
|
+ - type: Sprite
|
|
|
+ noRot: true
|
|
|
+ sprite: Civ14/Objects/device.rsi
|
|
|
+ state: modern_intercom
|
|
|
+ - type: Damageable
|
|
|
+ damageModifierSet: Metallic
|
|
|
+ damageContainer: StructuralInorganic
|
|
|
+ - type: Destructible
|
|
|
+ thresholds:
|
|
|
+ - trigger: !type:DamageTrigger
|
|
|
+ damage: 180
|
|
|
+ behaviors:
|
|
|
+ - !type:DoActsBehavior
|
|
|
+ acts: ["Destruction"]
|
|
|
+- type: entity
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeRadio
|
|
|
name: military radio
|
|
|
description: A military radio.
|
|
|
@@ -11,7 +33,7 @@
|
|
|
state: modern_intercom
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeRadioTransmitter
|
|
|
name: radio transmitter
|
|
|
description: A powerful radio transmitter.
|
|
|
@@ -23,7 +45,7 @@
|
|
|
state: radio_transmitter
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeRecorder
|
|
|
name: recorder
|
|
|
description: A tape recorder.
|
|
|
@@ -35,7 +57,7 @@
|
|
|
state: recorder_on
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeMachine
|
|
|
name: machine
|
|
|
description: Some sort of machine. Not sure what this does.
|
|
|
@@ -47,7 +69,7 @@
|
|
|
state: machine_on
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeFOB
|
|
|
name: FOB transmitter
|
|
|
description: A transmitter for a FOB command post.
|
|
|
@@ -70,7 +92,7 @@
|
|
|
state: fob_flipped
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeSupplyCrate
|
|
|
name: supply crate
|
|
|
description: A crate of assorted supplies.
|
|
|
@@ -81,7 +103,7 @@
|
|
|
sprite: Civ14/Objects/junk.rsi
|
|
|
state: supply_crate
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeRadiator
|
|
|
name: radiator
|
|
|
description: An old radiator.
|
|
|
@@ -92,7 +114,7 @@
|
|
|
sprite: Civ14/Objects/junk.rsi
|
|
|
state: radiator
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeBathtube
|
|
|
name: bathtub
|
|
|
description: An old bathtub.
|
|
|
@@ -104,7 +126,7 @@
|
|
|
state: bathtub
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeWashingMachine
|
|
|
name: washing machine
|
|
|
description: An old washing machine.
|
|
|
@@ -116,7 +138,7 @@
|
|
|
state: washing_machine_4
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeStove
|
|
|
name: stove
|
|
|
description: An old gas stove.
|
|
|
@@ -128,7 +150,7 @@
|
|
|
state: stove
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeTV
|
|
|
name: TV
|
|
|
description: An old TV.
|
|
|
@@ -140,7 +162,7 @@
|
|
|
state: TV
|
|
|
|
|
|
- type: entity
|
|
|
- parent: StructureDecorativeBase
|
|
|
+ parent: StructureDecorativeMachines
|
|
|
id: StructureDecorativeCashRegister
|
|
|
name: cash register
|
|
|
description: A standard cash register.
|