diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/floordecor.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/floordecor.yml index e77e3aa730e..6d87558d6cc 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/floordecor.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Decoration/floordecor.yml @@ -32,223 +32,6 @@ - type: InteractionOutline # No fixture on this base, inherit from further down for fixture -# Cave Decor -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard1 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-1 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard2 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-2 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard3 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-3 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard4 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-4 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard5 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-5 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard6 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_ns-6 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard7 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-1 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard8 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-2 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard9 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-3 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard10 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-4 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard11 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-5 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard12 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_drought_we-6 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard13 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-1 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard14 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-2 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard15 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-3 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard16 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-4 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard17 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-5 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard18 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_ns-6 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard19 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-1 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard20 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-2 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard21 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-3 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard22 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-4 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard23 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-5 - -- type: entity - parent: N14DecorFloorBase - id: N14DecorFloorBoard24 - name: floor board - description: Keep the mud off your feet. - components: - - type: Sprite - state: boards_mammoth_we-6 - - type: entity parent: N14DecorFloorBase id: N14DecorStalagmite1 diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/slanteddoors.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/slanteddoors.yml index 3b0e7ec64b9..01a4a01716b 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/slanteddoors.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Doors/slanteddoors.yml @@ -149,19 +149,6 @@ graph: N14DoorGraph node: MetalFence -- type: entity - parent: N14DoorMetalBlueWindowSlanted - id: N14DoorMetalFenceBarbedSlanted - name: barbed fence gate - suffix: Slanted, fence barbed - description: A metal barbed fence gate. - components: - - type: Sprite - sprite: _Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi - layers: - - state: closed - map: ["enum.DoorVisualLayers.Base"] - #MARK: Wooden - type: entity @@ -320,4 +307,4 @@ weldedLayer: WallLayer - type: Weldable time: 6 - - type: DoorBolt \ No newline at end of file + - type: DoorBolt diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/other_furniture.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/other_furniture.yml index c2c466780cb..4a898af407d 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/other_furniture.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture/other_furniture.yml @@ -21,69 +21,12 @@ parent: BaseStructure id: N14Television name: television - description: An old pre-war television. + description: An old nonfunctional television. components: - type: Sprite sprite: _Nuclear14/Structures/Furniture/televisions.rsi state: wood_tv -- type: entity - parent: N14Television - id: N14TelevisionCabinetOpen - components: - - type: Sprite - state: cabinet_tv - -- type: entity - parent: N14Television - id: N14TelevisionRadking - description: A Radking brand television. - components: - - type: Sprite - state: radking_tv - -- type: entity - parent: N14Television - id: N14TelevisionRedwood - description: A television in a redwood cabinet. - components: - - type: Sprite - state: redwood_tv - -- type: entity - parent: N14Television - id: N14TelevisionTube - description: An old pre-war tube television. - components: - - type: Sprite - state: tube_tv - -- type: entity - parent: N14Television - id: N14TelevisionSmall - description: A television in a small case. - components: - - type: Sprite - state: small_tv - drawdepth: SmallObjects - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.10,-0.10,0.10,0.10" - density: 100 - mask: - - TabletopMachineMask - -- type: entity - parent: N14TelevisionSmall - id: N14TelevisionTiny - description: A tiny television. - components: - - type: Sprite - state: tiny_tv - - type: entity parent: SeatBase id: N14Toilet @@ -140,68 +83,6 @@ - type: DumpableSolution solution: drainBuffer -- type: entity - parent: N14Toilet - id: N14ToiletWater - suffix: filled water - components: - - type: SolutionContainerManager - solutions: - toilet: - reagents: - - ReagentId: Water - Quantity: 200 - - type: SolutionRegeneration - solution: toilet - generated: - reagents: - - ReagentId: Water - Quantity: 2 - -- type: entity - parent: N14Toilet - id: N14ToiletDirty - suffix: filled dirty water - components: - - type: SolutionContainerManager - solutions: - toilet: - reagents: - - ReagentId: Water - Quantity: 180 - - ReagentId: GastroToxin - Quantity: 20 - - type: SolutionRegeneration - solution: toilet - generated: - reagents: - - ReagentId: Water - Quantity: 3 - - ReagentId: GastroToxin - Quantity: 1 - -- type: entity - parent: N14Toilet - id: N14ToiletIrradiated - suffix: filled rad water - components: - - type: SolutionContainerManager - solutions: - toilet: - reagents: - - ReagentId: Water - Quantity: 180 - - ReagentId: GastroToxin - Quantity: 20 - - type: SolutionRegeneration - solution: toilet - generated: - reagents: - - ReagentId: Water - Quantity: 3 - - ReagentId: GastroToxin - Quantity: 1 - #- type: entity # parent: N14Shower - this parent needs to be made # id: N14Sink diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/wells.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/wells.yml index 6cc92438596..f2f127f2ee3 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/wells.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Misc/wells.yml @@ -38,7 +38,7 @@ - type: entity parent: N14WellBoarded - id: N14WellWaterClean + id: N14WellWaterClean name: water well description: A well. Hopefully it's got some water at the bottom. Let's hope it's clean. suffix: Clean @@ -75,43 +75,3 @@ reagents: - ReagentId: Water Quantity: 1 - -- type: entity - parent: N14WellWaterClean - id: N14WellWaterDirty - suffix: Dirty - components: - - type: SolutionContainerManager - solutions: - drainBuffer: - maxVol: 100 - tank: - reagents: - - ReagentId: Water - Quantity: 500 - - type: SolutionRegeneration - solution: tank - generated: - reagents: - - ReagentId: Water - Quantity: 1 - -- type: entity - parent: N14WellWaterClean - id: N14WellWaterIrradiated # N14TODO: As above - suffix: Irradiated - components: - - type: SolutionContainerManager - solutions: - drainBuffer: - maxVol: 100 - tank: - reagents: - - ReagentId: Water - Quantity: 500 - - type: SolutionRegeneration - solution: tank - generated: - reagents: - - ReagentId: Water - Quantity: 1 \ No newline at end of file diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Piping/Atmospherics/pipes.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Piping/Atmospherics/pipes.yml deleted file mode 100644 index 04eea27e301..00000000000 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Piping/Atmospherics/pipes.yml +++ /dev/null @@ -1,97 +0,0 @@ -- type: entity - abstract: true - id: N14GasPipeBase - parent: GasPipeBase - placement: - mode: SnapgridCenter - components: - - type: Sprite - sprite: _Nuclear14/Structures/Piping/atmospherics.rsi - drawdepth: ThinPipe - netsync: false - visible: false - -#Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south) - -# Floofstation: commented out because state 'pipeEnd' does not exist for normal pipes. -#- type: entity -# parent: N14GasPipeBase -# id: N14GasPipeEnd -# suffix: End -# components: -# - type: NodeContainer -# nodes: -# pipe: -# !type:PipeNode -# nodeGroupID: Pipe -# pipeDirection: South -# - type: Sprite -# layers: -# - state: pipeEnd -# map: [ "enum.PipeVisualLayers.Pipe" ] - -- type: entity - parent: N14GasPipeBase - id: N14GasPipeStraight - suffix: Straight - components: - - type: NodeContainer - nodes: - pipe: - !type:PipeNode - nodeGroupID: Pipe - pipeDirection: Longitudinal - - type: Sprite - layers: - - state: pipeStraight - map: [ "enum.PipeVisualLayers.Pipe" ] - -- type: entity - parent: N14GasPipeBase - id: N14GasPipeBend - suffix: Bend - components: - - type: NodeContainer - nodes: - pipe: - !type:PipeNode - nodeGroupID: Pipe - pipeDirection: SWBend - - type: Sprite - layers: - - state: pipeBend - map: [ "enum.PipeVisualLayers.Pipe" ] - -- type: entity - parent: N14GasPipeBase - id: N14GasPipeTJunction - suffix: TJunction - components: - - type: NodeContainer - nodes: - pipe: - !type:PipeNode - nodeGroupID: Pipe - pipeDirection: TSouth - - type: Sprite - layers: - - state: pipeTJunction - map: [ "enum.PipeVisualLayers.Pipe" ] - -- type: entity - parent: N14GasPipeBase - id: N14GasPipeFourway - suffix: Fourway - components: - - type: Transform - noRot: true - - type: NodeContainer - nodes: - pipe: - !type:PipeNode - nodeGroupID: Pipe - pipeDirection: Fourway - - type: Sprite - layers: - - state: pipeFourway - map: [ "enum.PipeVisualLayers.Pipe" ] diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/closets.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/closets.yml index 003609ac5e6..2694561e306 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/closets.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/closets.yml @@ -57,26 +57,6 @@ sprite: _Nuclear14/Structures/Storage/Closets/closetgrey.rsi - type: Weldable -- type: entity - parent: [ N14ClosetGrey1 ] - id: N14ClosetGrey1Refilling - suffix: Refilling,Domestic,Random - -- type: entity - parent: [ N14ClosetGrey1 ] - id: N14LootClosetGrey1 - suffix: Loot,Domestic,Random - -- type: entity - parent: [ N14ClosetGrey1 ] - id: N14ClosetGrey1RefillingGeneric - suffix: Refilling,Generic,Random - -- type: entity - parent: [ N14ClosetGrey1 ] - id: N14LootGenericClosetGrey1 - suffix: Loot,Generic,Random - - type: entity id: N14ClosetGrey2 parent: N14ClosetBaseW @@ -84,26 +64,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Closets/closetgrey2.rsi -- type: entity - parent: [ N14ClosetGrey2 ] - id: N14ClosetGrey2Refilling - suffix: Refilling,Domestic,Random - -- type: entity - parent: [ N14ClosetGrey2 ] - id: N14LootClosetGrey2 - suffix: Loot,Domestic,Random - -- type: entity - parent: [ N14ClosetGrey2 ] - id: N14ClosetGrey2RefillingGeneric - suffix: Refilling,Generic,Random - -- type: entity - parent: [ N14ClosetGrey2 ] - id: N14LootGenericClosetGrey2 - suffix: Loot,Generic,Random - - type: entity parent: N14ClosetBaseW id: N14ClosetRusty @@ -113,26 +73,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Closets/closetold.rsi -- type: entity - parent: [ N14ClosetRusty ] - id: N14ClosetRustyRefilling - suffix: Refilling,Domestic,Random - -- type: entity - parent: [ N14ClosetRusty ] - id: N14LootClosetRusty - suffix: Loot,Domestic,Random - -- type: entity - parent: [ N14ClosetRusty ] - id: N14ClosetRustyRefillingGeneric - suffix: Refilling,Generic,Random - -- type: entity - parent: [ N14ClosetRusty ] - id: N14LootGenericClosetRusty - suffix: Loot,Generic,Random - - type: entity parent: N14ClosetBaseW id: N14ClosetGunCabinet @@ -142,16 +82,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Closets/guncabinet.rsi -- type: entity - parent: [ N14ClosetGunCabinet ] - id: N14ClosetGunCabinetRefilling - suffix: Refilling,Military,Random - -- type: entity - parent: [ N14ClosetGunCabinet ] - id: N14LootClosetGunCabinet - suffix: Loot,Military,Random - - type: entity parent: N14ClosetBaseW id: N14ClosetFridgeDirty @@ -177,9 +107,16 @@ - type: AntiRottingContainer - type: entity - parent: [ N14ClosetFridgeDirty, N14ClosetFridgeWideDirty ] - id: N14LootClosetFridge - suffix: Loot,Domestic,Random + parent: N14ClosetBaseW + id: N14LootCrateFreezer + name: fridge + description: A dirty old fridge for keeping food fresh + components: + - type: Sprite + sprite: _Nuclear14/Structures/Storage/Closets/fridgewidedirty.rsi + - type: ExplosionResistance + damageCoefficient: 0.90 + - type: AntiRottingContainer - type: entity parent: N14ClosetBaseW @@ -201,26 +138,6 @@ layer: - MachineLayer -- type: entity - parent: [ N14ClosetDouble ] - id: N14ClosetDoubleRefilling - suffix: Refilling,Domestic,Random - -- type: entity - parent: [ N14ClosetDouble ] - id: N14LootClosetDouble - suffix: Loot,Domestic,Random - -- type: entity - parent: [ N14ClosetDouble ] - id: N14ClosetDoubleRefillingGeneric - suffix: Refilling,Generic,Random - -- type: entity - parent: [ N14ClosetDouble ] - id: N14LootGenericClosetDouble - suffix: Loot,Generic,Random - # Wooden Closets - type: entity @@ -254,112 +171,9 @@ tags: - Wooden -- type: entity - parent: [ N14ClosetCabinetWood ] - id: N14ClosetCabinetWoodRefilling - suffix: Refilling,Domestic,Random - -- type: entity - parent: [ N14ClosetCabinetWood ] - id: N14LootClosetCabinetWood - suffix: Loot,Domestic,Random - -- type: entity - parent: N14ClosetBaseW - id: N14ClosetEnclave - suffix: enclave roller - components: - - type: Sprite - sprite: _Nuclear14/Structures/Storage/Closets/closetenclave.rsi - - type: entity parent: N14ClosetBaseW id: N14ClosetGeneric - suffix: generic roller components: - type: Sprite sprite: _Nuclear14/Structures/Storage/Closets/closetgeneric.rsi - -- type: entity - parent: [ N14ClosetGeneric ] - id: N14LootClosetGeneric - suffix: Loot,Generic,Random - -- type: entity - parent: [ N14ClosetGeneric ] - id: N14LootMilitaryClosetGeneric - suffix: Loot,Military,Random - -- type: entity - parent: [ N14ClosetGeneric ] - id: N14ClosetGenericRefillingMilitary - suffix: Refilling,Military,Random - -# Wallmounted Closets -- type: entity - id: N14ClosetWallMedicabinet - placement: - mode: SnapgridCenter - name: medicabinet - description: A medicabinet mounted on the wall. - components: - - type: InteractionOutline - - type: Clickable - - type: ResistLocker - - type: Weldable - - type: WallMount - arc: 180 - - type: Transform - noRot: false - - type: Sprite - drawdepth: WallMountedItems - netsync: false - noRot: false - sprite: _Nuclear14/Structures/Storage/Closets/medicabinet.rsi - layers: - - state: closet - - state: closet_door - map: ["enum.StorageVisualLayers.Door"] - - state: welded - visible: false - map: ["enum.WeldableLayers.BaseWelded"] - - type: EntityStorage - isCollidableWhenOpen: true - enteringOffset: 0, -0.75 - closeSound: - path: /Audio/Items/deconstruct.ogg - openSound: - path: /Audio/Items/deconstruct.ogg - - type: ContainerContainer - containers: - entity_storage: !type:Container - ents: [] - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 150 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - !type:PlaySoundBehavior - sound: - collection: MetalBreak - - !type:SpawnEntitiesBehavior - spawn: - SheetSteel1: - min: 1 - max: 1 - -- type: entity - parent: [ N14ClosetWallMedicabinet ] - id: N14ClosetWallMedicabinetRefilling - suffix: Refilling,Medical,Random - -- type: entity - parent: [ N14ClosetWallMedicabinet ] - id: N14LootClosetWallMedicabinet - suffix: Loot,Medical,Random diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml index 3ba0e603391..9ae20848c87 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/crates.yml @@ -14,11 +14,6 @@ reflectProb: 0.2 spread: 90 -- type: entity - parent: [ N14CrateFootlocker ] - id: N14LootCrateFootlocker - suffix: Loot, RandomSmall - - type: entity parent: CrateGenericSteel id: N14CrateAluminium @@ -30,11 +25,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Crates/aluminiumcrate.rsi -- type: entity - parent: [ N14CrateFootlocker ] - id: N14LootCrateAluminium - suffix: Loot, Random - - type: entity parent: CrateGenericSteel id: N14CrateArmy @@ -46,11 +36,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Crates/armycrate.rsi -- type: entity - parent: [ N14CrateFootlocker ] - id: N14LootCrateArmy - suffix: Loot, RandomMilitary - - type: entity parent: N14CrateFootlocker id: N14CrateEnclave @@ -63,11 +48,6 @@ sprite: _Nuclear14/Structures/Storage/Crates/crateenclave.rsi # TODO: Will need an access locked variant. -- type: entity - parent: [ N14CrateEnclave ] - id: N14LootCrateEnclave - suffix: Loot, RandomMilitary - - type: entity parent: N14CrateFootlocker id: N14CrateEnclaveDirectional @@ -80,11 +60,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Crates/enclavecrate.rsi -- type: entity - parent: [ N14CrateEnclaveDirectional ] - id: N14LootCrateEnclaveDirectional - suffix: Loot, RandomMilitary - - type: entity parent: CrateGenericSteel id: N14CrateMedical @@ -97,14 +72,15 @@ sprite: _Nuclear14/Structures/Storage/Crates/medicalcrate.rsi - type: entity - parent: [ N14CrateMedical ] - id: N14LootCrateMedical - suffix: Loot, Medical - -- type: entity - parent: [ N14CrateMedical ] - id: N14CrateMedicalRefilling - suffix: Refilling, Medical + parent: CrateGenericSteel + id: N14LootCrateWastelandBotany + name: medical crate + description: A metal crate for storing medical equipment. + components: + - type: Icon + sprite: _Nuclear14/Structures/Storage/Crates/hydroponics.rsi + - type: Sprite + sprite: _Nuclear14/Structures/Storage/Crates/hydroponics.rsi - type: entity parent: CrateGenericSteel @@ -163,11 +139,6 @@ map: ["enum.StorageVisualLayers.Door"] - type: AntiRottingContainer -- type: entity - parent: [ N14CrateFreezer ] - id: N14LootCrateFreezer - suffix: Loot, Random - # Wooden - type: entity parent: CrateGeneric @@ -196,37 +167,6 @@ layer: - MachineLayer -- type: entity - parent: [ N14CrateWooden ] - id: N14CrateWastelandBotanyRefilling - suffix: Refilling, Random Botany - -- type: entity - parent: [ N14CrateWooden ] - id: N14LootCrateWastelandBotany - suffix: Loot, Random Botany - -- type: entity - parent: N14CrateWooden - id: N14CrateMilitary - name: military crate - description: An old wooden crate. Looks like it might have some supplies in. - components: - - type: Icon - sprite: _Nuclear14/Structures/Storage/Crates/cratemilitary.rsi - - type: Sprite - sprite: _Nuclear14/Structures/Storage/Crates/cratemilitary.rsi - -- type: entity - parent: [ N14CrateMilitary ] - id: N14CrateMilitaryRefilling - suffix: Refilling, Random Military - -- type: entity - parent: [ N14CrateMilitary ] - id: N14LootCrateMilitary - suffix: Loot,Random Military - # Breakable Crates (deconstruct or destroy) - type: entity parent: BaseStructureDynamic @@ -266,59 +206,3 @@ storagebase: !type:Container ents: [] # TODO: Add crate deconstruction - -- type: entity - parent: N14CrateBreakBase - id: N14CrateBreakWood - suffix: wood - components: - - type: Sprite - state: wood_crate - -- type: entity - parent: N14CrateBreakBase - id: N14CrateBreakPlain - suffix: plain - components: - - type: Sprite - state: plain_crate - -- type: entity - parent: N14CrateBreakBase - id: N14CrateBreakPlainDamaged - suffix: plain damaged - components: - - type: Sprite - state: plain_crate-1 # TODO: Make this random between states -1, -2 and -3 - -- type: entity - parent: N14CrateBreakBase - id: N14CrateBreakSarsaparilla - name: sunset sarsaparilla crate - components: - - type: Sprite - state: sarsaparilla_crate - -- type: entity - parent: N14CrateBreakSarsaparilla - id: N14CrateBreakSarsaparillaDamaged - suffix: damaged - components: - - type: Sprite - state: sarsaparilla_crate-1 - -- type: entity - parent: N14CrateBreakBase - id: N14CrateBreakArmy - name: army crate - components: - - type: Sprite - state: army_crate - -- type: entity - parent: N14CrateBreakArmy - id: N14CrateBreakArmyDamaged - suffix: damaged - components: - - type: Sprite - state: army_crate-1 # TODO: Make this random between states -1 and -2 diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/furniture.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/furniture.yml index 2f6117b0863..832da5fd2ff 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/furniture.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Storage/furniture.yml @@ -8,21 +8,6 @@ - type: Sprite sprite: _Nuclear14/Structures/Storage/Furniture/safe.rsi -- type: entity - parent: [ N14ClosetSafe ] - id: N14LootClosetSafe - suffix: Loot, Random Military - -- type: entity - parent: [ N14ClosetSafe ] - id: N14LootClosetSafeCurrency - suffix: Loot, Currency one stack random - -- type: entity - parent: [ N14ClosetSafe ] - id: N14LootClosetSafePrewar - suffix: Loot, safe pre-war - - type: entity parent: N14ClosetSafe id: N14ClosetSafeSpinner diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/monitors_televisions.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/monitors_televisions.yml deleted file mode 100644 index b97fc5977ed..00000000000 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/monitors_televisions.yml +++ /dev/null @@ -1,54 +0,0 @@ -- type: entity - parent: BaseComputer - id: N14ComputerVDU - name: VDU - description: A wall mounted video display unit. - components: - - type: Sprite - drawdepth: Overdoors - sprite: _Nuclear14/Structures/Wallmounts/vdu.rsi - layers: - - map: ["computerLayerBody"] - state: VDU - - map: ["computerLayerKeyboard"] - state: keyboard - - map: ["computerLayerScreen"] - state: screen - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.20,-0.10,0.25,0.35" - density: 250 - mask: - - FullTileMask - layer: - - WallLayer - - type: WallMount - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 200 - behaviors: #excess damage, don't spawn entities. - - !type:DoActsBehavior - acts: [ "Destruction" ] - - trigger: - !type:DamageTrigger - damage: 50 - behaviors: - - !type:SpawnEntitiesBehavior - spawn: - SheetSteel1: - min: 1 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] - - type: Transform - anchored: true - -# See terminals for more wall mounted versions diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml index a996426ef4c..d1c149545bf 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Wallmount/walldecor.yml @@ -19,117 +19,6 @@ - !type:DoActsBehavior acts: [ "Destruction" ] -# Flags -- type: entity - parent: N14SignBase - id: N14FlagWallUS - name: flag - suffix: US - description: A US flag. - components: - - type: Sprite - sprite: _Nuclear14/Structures/Wallmounts/walldecor.rsi - state: flag_us - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallChina - suffix: China - description: A Chinese flag. - components: - - type: Sprite - state: flag_china - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallCalifornia - suffix: California - description: A flag of California. - components: - - type: Sprite - state: flag_cali - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallArizona - suffix: Arizona - description: A flag of Arizona. - components: - - type: Sprite - state: flag_arizona - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallEnclave - suffix: Enclave - description: An Enclave flag. - components: - - type: Sprite - state: flag_enclave - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallNCR - suffix: NCR - description: An NCR flag. - components: - - type: Sprite - state: flag_ncr - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallLegion - suffix: Legion - description: A Legion flag. - components: - - type: Sprite - state: flag_legion - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallRangers - suffix: Rangers - description: A Rangers flag. - components: - - type: Sprite - state: flag_rangers - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallWesternBrotherhood - suffix: Midwestern BOS - description: A Midwest Brotherhood of Steel flag. - components: - - type: Sprite - state: flag_westbos - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallWashingtonBrotherhood # Actually Eastern but repurposed. - suffix: Washington BOS - description: A Washington Brotherhood of Steel flag. - components: - - type: Sprite - state: flag_eastbos - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallColorado - suffix: colorado - description: A flag for the state of Colorado - components: - - type: Sprite - state: flag_colorado - -- type: entity - parent: N14FlagWallUS - id: N14FlagWallDenver - suffix: denver - description: A flag for the state of Denver - components: - - type: Sprite - state: flag_denver - # Decor - type: entity parent: N14SignBase @@ -141,7 +30,7 @@ sprite: _Nuclear14/Structures/Wallmounts/walldecor.rsi snapCardinals: false state: clock - + - type: entity parent: N14WallDecorClock id: N14WallDecorCalendar @@ -150,7 +39,7 @@ components: - type: Sprite state: calendar - + - type: entity parent: N14WallDecorClock id: N14WallDecorCalendar1 @@ -159,7 +48,7 @@ components: - type: Sprite state: calendar_blank - + - type: entity parent: N14WallDecorClock id: N14WallDecorCross @@ -168,7 +57,7 @@ components: - type: Sprite state: cross - + - type: entity parent: N14WallDecorClock id: N14WallDecorWallscreen @@ -176,4 +65,4 @@ description: A cluster of monitors hung on the wall. components: - type: Sprite - state: wallscreen \ No newline at end of file + state: wallscreen diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/rock.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/rock.yml index cc16e480d24..9d01f5f9509 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/rock.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/rock.yml @@ -43,835 +43,3 @@ path: /Audio/Effects/break_stone.ogg params: volume: -6 - -# Ore veins -- type: entity - id: N14RockGreyCoal - parent: N14RockGrey - description: An ore vein rich with coal. - suffix: Coal - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreCoal - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_coal - -- type: entity - id: N14RockGreyGold - parent: N14RockGrey - description: An ore vein rich with gold. - suffix: Gold - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreGold - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_gold - -- type: entity - id: N14RockGreySilver - parent: N14RockGrey - description: An ore vein rich with silver. - suffix: Silver - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSilver - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_silver - -- type: entity - id: N14RockGreySteel - parent: N14RockGrey - description: An ore vein rich with Steel. - suffix: Steel - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSteel - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_tin - -- type: entity - id: N14RockGreyUranium - parent: N14RockGrey - description: An ore vein rich with uranium. - suffix: Uranium - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreUranium - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_uranium - -- type: entity - id: N14RockGreyMining - parent: N14RockGrey - name: ore vein - suffix: higher ore yield .44 - description: An asteroid. - components: - - type: OreVein - oreChance: 0.44 - oreRarityPrototypeId: RandomOreDistributionStandard - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_coal - -- type: entity - id: SteelRock - parent: N14RockGrey - name: ore vein - suffix: Low Ore Yield - description: A rocky asteroid. - components: - - type: IconSmooth - key: walls - mode: NoSprite - - type: SmoothEdge - - type: Sprite - sprite: Structures/Walls/rock.rsi - layers: - - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - -- type: entity - id: N14RockGreySalt - parent: N14RockGrey - description: An ore vein rich with salt. - suffix: Salt - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSalt - - type: Sprite - layers: - - state: rock_asteroid - - map: [ "enum.EdgeLayer.South" ] - state: rock_asteroid_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_asteroid_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_asteroid_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_asteroid_west - - state: rock_salt - -- type: entity - id: N14RockMining - parent: SteelRock - name: ore evin - suffix: higher ore yield - description: An asteroid. - components: - - type: OreVein - oreChance: 0.33 - oreRarityPrototypeId: RandomOreDistributionStandard - - -# Rocks and ore veins -- type: entity - id: N14WallRock - parent: BaseWall - name: rock - suffix: planetmap - components: - - type: Transform - noRot: true - - type: SoundOnGather - - type: Gatherable - toolWhitelist: - tags: - - Pickaxe - - type: Damageable - damageContainer: Inorganic - damageModifierSet: Metallic - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 150 - behaviors: - - !type:DoActsBehavior - acts: ["Destruction"] - - type: IconSmooth - key: walls - mode: NoSprite - - type: Icon - sprite: Structures/Walls/rock.rsi - state: rock - - type: SmoothEdge - - type: Sprite - sprite: Structures/Walls/rock.rsi - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - -# Ore veins -- type: entity - id: N14WallRockCoal - parent: N14WallRock - description: An ore vein rich with coal. - suffix: Coal - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreCoal - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_coal - -- type: entity - id: N14WallRockGold - parent: N14WallRock - description: An ore vein rich with gold. - suffix: Gold - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreGold - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_gold - -- type: entity - id: N14WallRockSilver - parent: N14WallRock - description: An ore vein rich with silver. - suffix: Silver - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSilver - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_silver - -- type: entity - id: N14WallRockSteel - parent: N14WallRock - description: An ore vein rich with Steel. - suffix: Steel - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSteel - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_tin - -- type: entity - id: N14WallRockUranium - parent: N14WallRock - description: An ore vein rich with uranium. - suffix: Uranium - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreUranium - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_uranium - -- type: entity - id: N14WallRockSalt - parent: N14WallRock - description: An ore vein rich with salt. - suffix: Salt - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSalt - - type: Sprite - layers: - - state: rock - - map: [ "enum.EdgeLayer.South" ] - state: rock_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_west - - state: rock_salt - -# Basalt variants -- type: entity - id: N14WallRockBasalt - name: basalt - parent: N14WallRock - components: - - type: Icon - sprite: Structures/Walls/rock.rsi - state: rock_wall - - type: Sprite - sprite: Structures/Walls/rock.rsi - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - -- type: entity - id: N14WallRockBasaltCoal - parent: N14WallRockBasalt - description: An ore vein rich with coal. - suffix: Coal - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreCoal - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_coal - -- type: entity - id: N14WallRockBasaltGold - parent: N14WallRockBasalt - description: An ore vein rich with gold. - suffix: Gold - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreGold - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_gold - -- type: entity - id: N14WallRockBasaltSilver - parent: N14WallRockBasalt - description: An ore vein rich with silver. - suffix: Silver - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSilver - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_silver - -- type: entity - id: N14WallRockBasaltSteel - parent: N14WallRockBasalt - description: An ore vein rich with Steel. - suffix: Steel - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSteel - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_tin - -- type: entity - id: N14WallRockBasaltUranium - parent: N14WallRockBasalt - description: An ore vein rich with uranium. - suffix: Uranium - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreUranium - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_uranium - -- type: entity - id: N14WallRockBasaltSalt - parent: N14WallRockBasalt - description: An ore vein rich with salt. - suffix: Salt - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSalt - - type: Sprite - layers: - - state: rock_wall - - map: [ "enum.EdgeLayer.South" ] - state: rock_wall_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_wall_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_wall_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_wall_west - - state: rock_salt - -# Sand variants -- type: entity - id: N14WallRockSand - name: sandstone - parent: N14WallRock - components: - - type: Icon - sprite: Structures/Walls/rock.rsi - state: rock_sand - - type: Sprite - sprite: Structures/Walls/rock.rsi - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - -- type: entity - id: N14WallRockSandCoal - parent: N14WallRockSand - description: An ore vein rich with coal. - suffix: Coal - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreCoal - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_coal - -- type: entity - id: N14WallRockSandGold - parent: N14WallRockSand - description: An ore vein rich with gold. - suffix: Gold - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreGold - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_gold - -- type: entity - id: N14WallRockSandSilver - parent: N14WallRockSand - description: An ore vein rich with silver. - suffix: Silver - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSilver - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_silver - -- type: entity - id: N14WallRockSandSteel - parent: N14WallRockSand - description: An ore vein rich with Steel. - suffix: Steel - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSteel - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_tin - -- type: entity - id: N14WallRockSandUranium - parent: N14WallRockSand - description: An ore vein rich with uranium. - suffix: Uranium - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreUranium - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_uranium - -- type: entity - id: N14WallRockSandSalt - parent: N14WallRockSand - description: An ore vein rich with salt. - suffix: Salt - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSalt - - type: Sprite - layers: - - state: rock_sand - - map: [ "enum.EdgeLayer.South" ] - state: rock_sand_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_sand_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_sand_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_sand_west - - state: rock_salt - -# Andesite variants -- type: entity - id: N14WallRockAndesite - name: andesite - parent: N14WallRock - components: - - type: Icon - sprite: Structures/Walls/rock.rsi - state: rock_andesite - - type: Sprite - sprite: Structures/Walls/rock.rsi - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - -- type: entity - id: N14WallRockAndesiteCoal - parent: N14WallRockAndesite - description: An ore vein rich with coal. - suffix: Coal - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreCoal - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_coal - -- type: entity - id: N14WallRockAndesiteGold - parent: N14WallRockAndesite - description: An ore vein rich with gold. - suffix: Gold - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreGold - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_gold - -- type: entity - id: N14WallRockAndesiteSilver - parent: N14WallRockAndesite - description: An ore vein rich with silver. - suffix: Silver - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSilver - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_silver - -- type: entity - id: N14WallRockAndesiteSteel - parent: N14WallRockAndesite - description: An ore vein rich with Steel. - suffix: Steel - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSteel - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_tin - -- type: entity - id: N14WallRockAndesiteUranium - parent: N14WallRockAndesite - description: An ore vein rich with uranium. - suffix: Uranium - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreUranium - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_uranium - -- type: entity - id: N14WallRockAndesiteSalt - parent: N14WallRockAndesite - description: An ore vein rich with salt. - suffix: Salt - components: - - type: OreVein - oreChance: 1.0 - currentOre: OreSalt - - type: Sprite - layers: - - state: rock_andesite - - map: [ "enum.EdgeLayer.South" ] - state: rock_andesite_south - - map: [ "enum.EdgeLayer.East" ] - state: rock_andesite_east - - map: [ "enum.EdgeLayer.North" ] - state: rock_andesite_north - - map: [ "enum.EdgeLayer.West" ] - state: rock_andesite_west - - state: rock_salt diff --git a/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/slantedwalls.yml b/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/slantedwalls.yml index d479438f4dd..67f7dcc1377 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/slantedwalls.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Structures/Walls/slantedwalls.yml @@ -64,7 +64,7 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - + - type: entity parent: N14BaseWallSlanted id: N14BaseWallSlantedMetalWeak @@ -73,7 +73,7 @@ - type: Damageable damageContainer: Inorganic damageModifierSet: PerforatedMetallic - + - type: entity parent: N14BaseWallSlanted id: N14BaseWallSlantedMetal @@ -90,7 +90,7 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - + - type: entity parent: N14BaseWallSlanted id: N14BaseWallSlantedMetalStrong @@ -109,7 +109,7 @@ behaviors: - !type:DoActsBehavior acts: [ "Destruction" ] - + - type: entity parent: N14BaseWallSlanted id: N14BaseWallSlantedWood @@ -147,13 +147,13 @@ - type: IconSmooth key: walls base: slantedbrick - + - type: entity parent: [ N14WallBrickSlantedIndestructible, N14BaseWallSlanted ] id: N14WallBrickSlanted name: brick wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallBrickAltSlantedIndestructible @@ -166,13 +166,13 @@ - type: IconSmooth key: walls base: slantedbrickalt - + - type: entity parent: [ N14WallBrickAltSlantedIndestructible, N14BaseWallSlanted ] id: N14WallBrickAltSlanted name: brick wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallBrickGraySlantedIndestructible @@ -185,7 +185,7 @@ - type: IconSmooth key: walls base: slantedbrickgray - + - type: entity parent: [ N14WallBrickGraySlantedIndestructible, N14BaseWallSlanted ] id: N14WallBrickGraySlanted @@ -217,7 +217,7 @@ - type: IconSmooth key: walls base: slantedconcretealt - + - type: entity parent: [ N14WallConcreteAltSlantedIndestructible, N14BaseWallSlanted ] id: N14WallConcreteAltSlanted @@ -236,7 +236,7 @@ - type: IconSmooth key: walls base: slantedmetal - + - type: entity parent: [ N14WallMetalSlantedIndestructible, N14BaseWallSlantedMetal ] id: N14WallMetalSlanted @@ -255,7 +255,7 @@ - type: IconSmooth key: walls base: slantedreinfmetal - + - type: entity parent: [ N14WallReinfMetalSlantedIndestructible, N14BaseWallSlantedMetal ] id: N14WallReinfMetalSlanted @@ -274,13 +274,13 @@ - type: IconSmooth key: walls base: slantedroughscrap - + - type: entity parent: [ N14WallRoughScrapSlantedIndestructible, N14BaseWallSlantedMetalWeak ] id: N14WallRoughScrapSlanted name: rough scrap wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallIndustrialRustSlantedIndestructible @@ -293,13 +293,13 @@ - type: IconSmooth key: walls base: slantedrustindustrial - + - type: entity parent: [ N14WallIndustrialRustSlantedIndestructible, N14BaseWallSlantedMetal ] id: N14WallIndustrialRustSlanted name: industrial rust wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallMetalRustSlantedIndestructible @@ -312,7 +312,7 @@ - type: IconSmooth key: walls base: slantedrustmetal - + - type: entity parent: [ N14WallMetalRustSlantedIndestructible, N14BaseWallSlantedMetal ] id: N14WallMetalRustSlantedSlanted @@ -331,13 +331,13 @@ - type: IconSmooth key: walls base: slantedscrap - + - type: entity parent: [ N14WallScrapBlueSlantedIndestructible, N14BaseWallSlantedMetalWeak ] id: N14WallScrapBlueSlanted name: blue scrap wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallScrapRedSlantedIndestructible @@ -350,13 +350,13 @@ - type: IconSmooth key: walls base: slantedscrap - + - type: entity parent: [ N14WallScrapRedSlantedIndestructible, N14BaseWallSlantedMetalWeak ] id: N14WallScrapRedSlanted name: red scrap wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallScrapWhiteSlantedIndestructible @@ -369,7 +369,7 @@ - type: IconSmooth key: walls base: slantedscrap - + - type: entity parent: [ N14WallScrapWhiteSlantedIndestructible, N14BaseWallSlantedMetalWeak ] id: N14WallScrapWhiteSlanted @@ -388,13 +388,13 @@ - type: IconSmooth key: walls base: slantedsiding - + - type: entity parent: [ N14WallSidingSlantedIndestructible, N14BaseWallSlantedWood ] id: N14WallSidingSlanted name: siding wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallSidingBlueSlantedIndestructible @@ -426,13 +426,13 @@ - type: IconSmooth key: walls base: slantedsiding - + - type: entity parent: [ N14WallSidingRedSlantedIndestructible, N14BaseWallSlantedWood ] id: N14WallSidingRedSlanted name: red siding wall suffix: slanted - + - type: entity parent: BaseWallIndestructible id: N14WallSidingGreenSlantedIndestructible @@ -445,7 +445,7 @@ - type: IconSmooth key: walls base: slantedsiding - + - type: entity parent: [ N14WallSidingGreenSlantedIndestructible, N14BaseWallSlantedWood ] id: N14WallSidingGreenSlanted @@ -464,7 +464,7 @@ - type: IconSmooth key: walls base: slantedwood - + - type: entity parent: [ N14WallWoodSlantedIndestructible, N14BaseWallSlantedWood ] id: N14WallWoodSlanted @@ -474,7 +474,7 @@ - type: Construction graph: N14WoodWall node: WoodWall - + - type: entity parent: BaseWallIndestructible id: N14WallWoodAltSlantedIndestructible @@ -487,13 +487,13 @@ - type: IconSmooth key: walls base: slantedwood - + - type: entity parent: [ N14WallWoodAltSlantedIndestructible, N14BaseWallSlantedWood ] id: N14WallWoodAltSlanted name: wood wall suffix: slanted - + - type: entity id: N14WallRebar parent: BaseStructure @@ -529,4 +529,4 @@ mask: - TableMask layer: - - TableLayer \ No newline at end of file + - TableLayer diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-1.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-1.png deleted file mode 100644 index 2115cd96548..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-2.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-2.png deleted file mode 100644 index 947f783128b..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-3.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-3.png deleted file mode 100644 index 1d06908207d..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-3.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-4.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-4.png deleted file mode 100644 index 04460cdeeda..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-4.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-5.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-5.png deleted file mode 100644 index 70effbf9c9e..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-5.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-6.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-6.png deleted file mode 100644 index 8eded936f9a..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_ns-6.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-1.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-1.png deleted file mode 100644 index 1b937ad6381..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-2.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-2.png deleted file mode 100644 index 8eade32e2bd..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-3.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-3.png deleted file mode 100644 index 6d6d9277e94..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-3.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-4.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-4.png deleted file mode 100644 index 096bd817288..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-4.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-5.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-5.png deleted file mode 100644 index 8df1d053507..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-5.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-6.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-6.png deleted file mode 100644 index 6926dfc3a39..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_drought_we-6.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-1.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-1.png deleted file mode 100644 index 3f627352d5f..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-2.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-2.png deleted file mode 100644 index 319f8266278..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-3.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-3.png deleted file mode 100644 index 08f725999fc..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-3.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-4.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-4.png deleted file mode 100644 index d13ab2e0784..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-4.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-5.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-5.png deleted file mode 100644 index 8a10f9ebd97..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-5.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-6.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-6.png deleted file mode 100644 index b42dd106c68..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_ns-6.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-1.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-1.png deleted file mode 100644 index 5ae42e48fca..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-2.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-2.png deleted file mode 100644 index 9408c3f76b1..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-3.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-3.png deleted file mode 100644 index d0363b61413..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-3.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-4.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-4.png deleted file mode 100644 index ad6847efdf0..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-4.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-5.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-5.png deleted file mode 100644 index ae4b6c6bec5..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-5.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-6.png b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-6.png deleted file mode 100644 index 5d25c6018e3..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/boards_mammoth_we-6.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/meta.json index 39934426339..0085d05e156 100644 --- a/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Structures/Decoration/cave_decor.rsi/meta.json @@ -34,78 +34,6 @@ { "name": "sign_right" }, - { - "name": "boards_drought_ns-1" - }, - { - "name": "boards_drought_ns-2" - }, - { - "name": "boards_drought_ns-3" - }, - { - "name": "boards_drought_ns-4" - }, - { - "name": "boards_drought_ns-5" - }, - { - "name": "boards_drought_ns-6" - }, - { - "name": "boards_drought_we-1" - }, - { - "name": "boards_drought_we-2" - }, - { - "name": "boards_drought_we-3" - }, - { - "name": "boards_drought_we-4" - }, - { - "name": "boards_drought_we-5" - }, - { - "name": "boards_drought_we-6" - }, - { - "name": "boards_mammoth_ns-1" - }, - { - "name": "boards_mammoth_ns-2" - }, - { - "name": "boards_mammoth_ns-3" - }, - { - "name": "boards_mammoth_ns-4" - }, - { - "name": "boards_mammoth_ns-5" - }, - { - "name": "boards_mammoth_ns-6" - }, - { - "name": "boards_mammoth_we-1" - }, - { - "name": "boards_mammoth_we-2" - }, - { - "name": "boards_mammoth_we-3" - }, - { - "name": "boards_mammoth_we-4" - }, - { - "name": "boards_mammoth_we-5" - }, - { - "name": "boards_mammoth_we-6" - }, { "name": "support" }, @@ -119,4 +47,4 @@ "name": "support_wall_broken" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/closed.png b/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/closed.png deleted file mode 100644 index 9754b0849a9..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/closed.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/meta.json deleted file mode 100644 index 878df1dc2e4..00000000000 --- a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/meta.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from MS13 and modified for SS14 by Peptide", - "size": { - "x": 64, - "y": 96 - }, - "states": [ - { - "name": "closed", - "directions": 4 - }, - { - "name": "open", - "directions": 4 - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/open.png b/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/open.png deleted file mode 100644 index bed879a8214..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Doors/SlantedDoors/fence_barbed.rsi/open.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv.png deleted file mode 100644 index 8fb51c23d1e..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv1.png deleted file mode 100644 index 3bf77e0f4cd..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/cabinet_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/meta.json index 1a02ef5bb42..bf8ce464700 100644 --- a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/meta.json @@ -10,57 +10,9 @@ { "name": "empty_space" }, - { - "name": "wood_tv1", - "directions": 4 - }, { "name": "wood_tv", "directions": 4 - }, - { - "name": "small_tv", - "directions": 4 - }, - { - "name": "small_tv1", - "directions": 4 - }, - { - "name": "redwood_tv1", - "directions": 4 - }, - { - "name": "redwood_tv", - "directions": 4 - }, - { - "name": "tiny_tv1", - "directions": 4 - }, - { - "name": "tiny_tv", - "directions": 4 - }, - { - "name": "radking_tv", - "directions": 4 - }, - { - "name": "cabinet_tv", - "directions": 4 - }, - { - "name": "cabinet_tv1", - "directions": 4 - }, - { - "name": "tube_tv1", - "directions": 4 - }, - { - "name": "tube_tv", - "directions": 4 } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/radking_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/radking_tv.png deleted file mode 100644 index 1cb5c0ade7b..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/radking_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv.png deleted file mode 100644 index 2a13b3f5a2a..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv1.png deleted file mode 100644 index a8b88b77675..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/redwood_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv.png deleted file mode 100644 index ab1359f7833..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv1.png deleted file mode 100644 index 1a6844bcdc5..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/small_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv.png deleted file mode 100644 index 20d9ca8fae3..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv1.png deleted file mode 100644 index 54905ad8d24..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tiny_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv.png deleted file mode 100644 index eb66995a507..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv1.png deleted file mode 100644 index 7907b4eb6a3..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/tube_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/wood_tv1.png b/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/wood_tv1.png deleted file mode 100644 index 026cb508a0c..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Furniture/televisions.rsi/wood_tv1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet.png b/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet.png deleted file mode 100644 index f172eb6e1a2..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_door.png b/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_door.png deleted file mode 100644 index 28596f68ee4..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_door.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_open.png b/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_open.png deleted file mode 100644 index 994cabb2715..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/closet_open.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/meta.json deleted file mode 100644 index a8b78d972ba..00000000000 --- a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/meta.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-NC-SA-3.0", - "copyright": "Taken from mojave-sun-13 at https://github.com/Mojave-Sun/mojave-sun-13/blob/734c2aba4549814549d0fa7a9aa2e2d03ec1a2da/mojave/icons/structure/storage.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "closet" - }, - { - "name": "closet_door" - }, - { - "name": "closet_open" - }, - { - "name": "welded" - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/welded.png b/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/welded.png deleted file mode 100644 index 5ba5dcc8962..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Closets/closetenclave.rsi/welded.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-1.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-1.png deleted file mode 100644 index 41652078229..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-2.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-2.png deleted file mode 100644 index c2fd123bcf2..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate.png deleted file mode 100644 index a4d20f49920..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/army_crate.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/meta.json deleted file mode 100644 index b61034295e7..00000000000 --- a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/meta.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-NC-SA-3.0", - "copyright": "Taken from mojave-sun-13 at https://github.com/Mojave-Sun/mojave-sun-13/blob/b35ff6e7f1b94108e0b934a1caf84d60066840be/mojave/icons/structure/crates.dmi", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "wood_crate" - }, - { - "name": "plain_crate" - }, - { - "name": "plain_crate-1" - }, - { - "name": "plain_crate-2" - }, - { - "name": "plain_crate-3" - }, - { - "name": "sarsaparilla_crate" - }, - { - "name": "sarsaparilla_crate-1" - }, - { - "name": "army_crate" - }, - { - "name": "army_crate-1" - }, - { - "name": "army_crate-2" - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-1.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-1.png deleted file mode 100644 index 19aeff684c2..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-2.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-2.png deleted file mode 100644 index f394aa4f413..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-2.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-3.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-3.png deleted file mode 100644 index 40e261ef695..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate-3.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate.png deleted file mode 100644 index 5f45c1ec8b4..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/plain_crate.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate-1.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate-1.png deleted file mode 100644 index 65a6a06bebc..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate-1.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate.png deleted file mode 100644 index 020c6305bfe..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/sarsaparilla_crate.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/wood_crate.png b/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/wood_crate.png deleted file mode 100644 index 01ddb55466f..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Storage/Crates/woodencrates.rsi/wood_crate.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/VDU.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/VDU.png deleted file mode 100644 index 8cbddf529a4..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/VDU.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/keyboard.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/keyboard.png deleted file mode 100644 index 8f27951d9c3..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/keyboard.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/meta.json deleted file mode 100644 index b6476d3bb1a..00000000000 --- a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/meta.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-NC-SA-3.0", - "copyright": "By PatoGrone for N14. Screen by Peptide90", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "keyboard", - "directions": 4 - }, - { - "name": "screen", - "directions": 4, - "delays": [ - [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - [ - 1, - 1, - 1, - 1, - 1, - 1 - ], - [ - 1, - 1, - 1, - 1, - 1, - 1 - ] - ] - }, - { - "name": "VDU", - "directions": 4 - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/screen.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/screen.png deleted file mode 100644 index 889dc80bab3..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/vdu.rsi/screen.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_arizona.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_arizona.png deleted file mode 100644 index de233ea4682..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_arizona.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_cali.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_cali.png deleted file mode 100644 index 315c96a9bd1..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_cali.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_china.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_china.png deleted file mode 100644 index 0fc23cb1cbc..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_china.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_colorado.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_colorado.png deleted file mode 100644 index 57cbf85f1eb..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_colorado.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_denver.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_denver.png deleted file mode 100644 index 7f2e56ab111..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_denver.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_eastbos.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_eastbos.png deleted file mode 100644 index 4f94436aea7..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_eastbos.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_enclave.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_enclave.png deleted file mode 100644 index 647a695484c..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_enclave.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_legion.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_legion.png deleted file mode 100644 index 6d41855d52c..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_legion.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_ncr.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_ncr.png deleted file mode 100644 index ef051c5edac..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_ncr.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_rangers.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_rangers.png deleted file mode 100644 index c05899e82ed..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_rangers.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_us.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_us.png deleted file mode 100644 index 3f6480b8e6a..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_us.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_westbos.png b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_westbos.png deleted file mode 100644 index 0b9f9361e25..00000000000 Binary files a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/flag_westbos.png and /dev/null differ diff --git a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/meta.json b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/meta.json index 5f3e31f96b3..42720d6a7ba 100644 --- a/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Structures/Wallmounts/walldecor.rsi/meta.json @@ -7,42 +7,6 @@ "y": 32 }, "states": [ - { - "name": "flag_us" - }, - { - "name": "flag_china" - }, - { - "name": "flag_cali" - }, - { - "name": "flag_arizona" - }, - { - "name": "flag_enclave" - }, - { - "name": "flag_ncr" - }, - { - "name": "flag_legion" - }, - { - "name": "flag_rangers" - }, - { - "name": "flag_westbos" - }, - { - "name": "flag_eastbos" - }, - { - "name": "flag_colorado" - }, - { - "name": "flag_denver" - }, { "name": "clock", "directions": 4 @@ -104,4 +68,4 @@ "name": "wanted_poster_goose" } ] -} \ No newline at end of file +}