diff --git a/Resources/Locale/ru-RU/ss220/strucrure/walls.ftl b/Resources/Locale/ru-RU/ss220/strucrure/walls.ftl index d439cf55aef3..bd5cc3844e66 100644 --- a/Resources/Locale/ru-RU/ss220/strucrure/walls.ftl +++ b/Resources/Locale/ru-RU/ss220/strucrure/walls.ftl @@ -1,2 +1,38 @@ ent-WallBeton = бетонная стена .desc = Холодная и шероховатая плита из бетона + +ent-CurbWood = деревянный бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbWoodCorner = деревянный бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbWoodCornerSmall = деревянный бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbWoodRound = деревянный бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbSteel = стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbSteelCorner = стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbSteelCornerSmall = стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbSteelRound = стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbDarckSteel = тёмный стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbDarckSteelCorner = тёмный стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbDarckSteelCornerSmall = тёмный стальной бордюр + .desc = Уступ, возвышающийся над полом + +ent-CurbDarckSteelRound = тёмный стальной бордюр + .desc = Уступ, возвышающийся над полом diff --git a/Resources/Prototypes/SS220/Entities/Structures/Wall/railing.yml b/Resources/Prototypes/SS220/Entities/Structures/Wall/railing.yml new file mode 100644 index 000000000000..6d11aab1096c --- /dev/null +++ b/Resources/Prototypes/SS220/Entities/Structures/Wall/railing.yml @@ -0,0 +1,428 @@ +- type: entity + parent: BaseRailing + id: CurbWood + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: Wood + - type: RCDDeconstructable + cost: 3 + delay: 4 + fx: EffectRCDDeconstruct2 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 450 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + MaterialWoodPlank: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Construction + node: railing + +- type: entity + parent: CurbWood + id: CurbWoodCorner + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_corner + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_corner + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "0.49,0.49,0.4,-0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing + +- type: entity + parent: CurbWood + id: CurbWoodCornerSmall + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_small + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_small + - type: Physics + bodyType: Static + canCollide: false + - type: Construction + node: railing + +- type: entity + parent: CurbWood + id: CurbWoodRound + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_round + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbwood_round + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,-0.4,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix3: + shape: + !type:PhysShapeAabb + bounds: "0.4,-0.49,0.49,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing + + +- type: entity + parent: BaseRailing + id: CurbSteel + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: FlimsyMetallic + - type: RCDDeconstructable + cost: 3 + delay: 4 + fx: EffectRCDDeconstruct2 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 450 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - !type:SpawnEntitiesBehavior + spawn: + PartRodMetal1: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Construction + node: railing + +- type: entity + parent: CurbSteel + id: CurbSteelCorner + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_corner + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_corner + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "0.49,0.49,0.4,-0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing + +- type: entity + parent: CurbSteel + id: CurbSteelCornerSmall + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_small + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_small + - type: Physics + bodyType: Static + canCollide: false + - type: Construction + node: railing + +- type: entity + parent: CurbSteel + id: CurbSteelRound + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_round + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbsteel_round + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,-0.4,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix3: + shape: + !type:PhysShapeAabb + bounds: "0.4,-0.49,0.49,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing + + +- type: entity + parent: BaseRailing + id: CurbDarckSteel + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Damageable + damageContainer: StructuralInorganic + damageModifierSet: FlimsyMetallic + - type: RCDDeconstructable + cost: 3 + delay: 4 + fx: EffectRCDDeconstruct2 + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 450 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: MetalBreak + - !type:SpawnEntitiesBehavior + spawn: + PartRodMetal1: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Construction + node: railing + + +- type: entity + parent: CurbDarckSteel + id: CurbDarckSteelCorner + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_corner + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_corner + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "0.49,0.49,0.4,-0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing + +- type: entity + parent: CurbDarckSteel + id: CurbDarckSteelCornerSmall + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_small + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_small + - type: Physics + bodyType: Static + canCollide: false + - type: Construction + node: railing + +- type: entity + parent: CurbDarckSteel + id: CurbDarckSteelRound + components: + - type: Sprite + drawdepth: FloorTiles + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_round + - type: Icon + sprite: /Textures/SS220/Structures/Walls/curb.rsi + state: curbdarksteel_round + - type: Fixtures + fixtures: + fix1: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,0.49,-0.4" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix2: + shape: + !type:PhysShapeAabb + bounds: "-0.49,-0.49,-0.4,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + fix3: + shape: + !type:PhysShapeAabb + bounds: "0.4,-0.49,0.49,0.49" + density: 1000 + mask: + - TableMask + layer: + - TableLayer + - type: Construction + node: railing diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/left.png b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/left.png index 07df25067d7d..db03c132b6ff 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/left.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/left.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/meta.json b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/meta.json index b183b54f7840..9398a533c0eb 100644 --- a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/meta.json @@ -1,23 +1,27 @@ { "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from GoonStation at https://github.com/goonstation/goonstation/blob/7bbddd189a3a82a09c87d43420b515db268e5c81/icons/turf/floors.dmi", + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "by MIXnikita for SS220", "size": { "x": 32, "y": 32 }, - "states": [ + "states": [ { - "name": "left" + "name": "left", + "directions": 4 }, { - "name": "middle" + "name": "middle", + "directions": 4 }, { - "name": "right" + "name": "right", + "directions": 4 }, { - "name": "solo" + "name": "solo", + "directions": 4 } ] } diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/middle.png b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/middle.png index 20c994d972ea..178851ef03ac 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/middle.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/middle.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/right.png b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/right.png index 1bb7214f98f0..dc23d2a02197 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/right.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/right.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/solo.png b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/solo.png index 5b7b7f112bd6..8f0d92c0c869 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/solo.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/dark_steel.rsi/solo.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/left.png b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/left.png index ce9500bb015a..bd3e87792e1a 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/left.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/left.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/meta.json b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/meta.json index b183b54f7840..9398a533c0eb 100644 --- a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/meta.json @@ -1,23 +1,27 @@ { "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from GoonStation at https://github.com/goonstation/goonstation/blob/7bbddd189a3a82a09c87d43420b515db268e5c81/icons/turf/floors.dmi", + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "by MIXnikita for SS220", "size": { "x": 32, "y": 32 }, - "states": [ + "states": [ { - "name": "left" + "name": "left", + "directions": 4 }, { - "name": "middle" + "name": "middle", + "directions": 4 }, { - "name": "right" + "name": "right", + "directions": 4 }, { - "name": "solo" + "name": "solo", + "directions": 4 } ] } diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/middle.png b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/middle.png index c7b800d965e7..977678c21998 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/middle.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/middle.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/right.png b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/right.png index f1d1bd399f49..25a699685a46 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/right.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/right.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/solo.png b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/solo.png index 0061cd8735b2..c5e5067a5678 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/solo.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/steel.rsi/solo.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/left.png b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/left.png index 67dc6cd6f4e3..e8f3eaca6586 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/left.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/left.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/meta.json b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/meta.json index b183b54f7840..9398a533c0eb 100644 --- a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/meta.json +++ b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/meta.json @@ -1,23 +1,27 @@ { "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from GoonStation at https://github.com/goonstation/goonstation/blob/7bbddd189a3a82a09c87d43420b515db268e5c81/icons/turf/floors.dmi", + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "by MIXnikita for SS220", "size": { "x": 32, "y": 32 }, - "states": [ + "states": [ { - "name": "left" + "name": "left", + "directions": 4 }, { - "name": "middle" + "name": "middle", + "directions": 4 }, { - "name": "right" + "name": "right", + "directions": 4 }, { - "name": "solo" + "name": "solo", + "directions": 4 } ] } diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/middle.png b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/middle.png index c174d80d4f87..290d67d796df 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/middle.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/middle.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/right.png b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/right.png index 78ee14fb2b4c..92417c05ed97 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/right.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/right.png differ diff --git a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/solo.png b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/solo.png index 65d853201e2a..bc60843d8b63 100644 Binary files a/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/solo.png and b/Resources/Textures/SS220/Structures/Floor/Stairs/wood.rsi/solo.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel.png new file mode 100644 index 000000000000..5d5fd6dd2cae Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_corner.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_corner.png new file mode 100644 index 000000000000..3f30374ae338 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_corner.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_round.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_round.png new file mode 100644 index 000000000000..011f90b2a023 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_round.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_small.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_small.png new file mode 100644 index 000000000000..7763b4003939 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbdarksteel_small.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel.png new file mode 100644 index 000000000000..f81de13b29af Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_corner.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_corner.png new file mode 100644 index 000000000000..4c5081970325 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_corner.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_round.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_round.png new file mode 100644 index 000000000000..5d6614092dfd Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_round.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_small.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_small.png new file mode 100644 index 000000000000..f0c77f379114 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbsteel_small.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood.png new file mode 100644 index 000000000000..e9a3d56aa966 Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_corner.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_corner.png new file mode 100644 index 000000000000..27871b02e54c Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_corner.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_round.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_round.png new file mode 100644 index 000000000000..dcfbafa6b0df Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_round.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_small.png b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_small.png new file mode 100644 index 000000000000..99a56cca24fb Binary files /dev/null and b/Resources/Textures/SS220/Structures/Walls/curb.rsi/curbwood_small.png differ diff --git a/Resources/Textures/SS220/Structures/Walls/curb.rsi/meta.json b/Resources/Textures/SS220/Structures/Walls/curb.rsi/meta.json new file mode 100644 index 000000000000..e89c81fd3089 --- /dev/null +++ b/Resources/Textures/SS220/Structures/Walls/curb.rsi/meta.json @@ -0,0 +1,59 @@ +{ + "version": 2, + "license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt", + "copyright": "by MIXnikita for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "curbdarksteel", + "directions": 4 + }, + { + "name": "curbdarksteel_corner", + "directions": 4 + }, + { + "name": "curbdarksteel_round", + "directions": 4 + }, + { + "name": "curbdarksteel_small", + "directions": 4 + }, + { + "name": "curbsteel", + "directions": 4 + }, + { + "name": "curbsteel_corner", + "directions": 4 + }, + { + "name": "curbsteel_round", + "directions": 4 + }, + { + "name": "curbsteel_small", + "directions": 4 + }, + { + "name": "curbwood", + "directions": 4 + }, + { + "name": "curbwood_corner", + "directions": 4 + }, + { + "name": "curbwood_round", + "directions": 4 + }, + { + "name": "curbwood_small", + "directions": 4 + } + ] +}