Add more tiles and walls (#289)
@@ -23,6 +23,7 @@ using Robust.Shared.Players;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Content.Server.GameObjects.Components.Sound;
|
||||
using Content.Shared.GameObjects.Components.Inventory;
|
||||
using Robust.Shared.Log;
|
||||
|
||||
namespace Content.Server.GameObjects.EntitySystems
|
||||
{
|
||||
@@ -234,9 +235,17 @@ namespace Content.Server.GameObjects.EntitySystems
|
||||
}
|
||||
|
||||
// Ok well we know the position of the
|
||||
var soundCollection = _prototypeManager.Index<SoundCollectionPrototype>(soundCollectionName);
|
||||
var file = _footstepRandom.Pick(soundCollection.PickFiles);
|
||||
_audioSystem.Play(file, coordinates);
|
||||
try
|
||||
{
|
||||
var soundCollection = _prototypeManager.Index<SoundCollectionPrototype>(soundCollectionName);
|
||||
var file = _footstepRandom.Pick(soundCollection.PickFiles);
|
||||
_audioSystem.Play(file, coordinates);
|
||||
}
|
||||
catch (UnknownPrototypeException)
|
||||
{
|
||||
// Shouldn't crash over a sound
|
||||
Logger.ErrorS("sound", $"Unable to find sound collection for {soundCollectionName}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
Resources/Audio/effects/footsteps/carpet1.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/carpet2.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/carpet3.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/carpet4.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/carpet5.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/hull1.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/hull2.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/hull3.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/hull4.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/hull5.ogg
Normal file
BIN
Resources/Audio/effects/footsteps/tile1.wav
Normal file
BIN
Resources/Audio/effects/footsteps/tile2.wav
Normal file
BIN
Resources/Audio/effects/footsteps/tile3.wav
Normal file
BIN
Resources/Audio/effects/footsteps/tile4.wav
Normal file
@@ -5,7 +5,7 @@ meta:
|
||||
postmapinit: false
|
||||
tilemap:
|
||||
0: space
|
||||
1: floor
|
||||
1: floor_steel
|
||||
2: floor_techmaint
|
||||
3: floor_white
|
||||
4: plating
|
||||
@@ -99,112 +99,112 @@ entities:
|
||||
pos: 1.412994,7.507263
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 9
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 10
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 11
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 12
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-2.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 13
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-3.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 14
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 0.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 15
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -0.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 16
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 3.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 17
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 18
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-10.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 19
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-11.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 20
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-12.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 21
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-13.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 22
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 2.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 23
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 24
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -271,266 +271,266 @@ entities:
|
||||
pos: -6.5,-11.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 31
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-9.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 32
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-7.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 33
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-6.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 34
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-5.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 35
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 36
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-3.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 37
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-2.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 38
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 39
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -3.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 40
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 41
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 0.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 42
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -0.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 43
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -1.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 44
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -2.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 45
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -3.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 46
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -4.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 47
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -5.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 48
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -6.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 49
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 50
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 5.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 51
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 52
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 53
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -2.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 54
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -6.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 55
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -5.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 56
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -4.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 57
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-10.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 58
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-11.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 59
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-12.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 60
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-13.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 61
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 62
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 5.5,-14.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 63
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 64
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,-7.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 65
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -8.5,-8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 66
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -9.5,-8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 67
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 68
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -551,28 +551,28 @@ entities:
|
||||
pos: -8.5,-6.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 71
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 5.5,-7.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 72
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 5.5,-9.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 73
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-9.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 74
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -595,7 +595,7 @@ entities:
|
||||
type: Transform
|
||||
- load: 120
|
||||
type: PowerProvider
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 77
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -637,14 +637,14 @@ entities:
|
||||
pos: 2.5,-4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 83
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 6.5,-6.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 84
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -1068,7 +1068,7 @@ entities:
|
||||
pos: -0.5,-10.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 143
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -1593,14 +1593,14 @@ entities:
|
||||
pos: -9.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 229
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,-0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 230
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -1983,7 +1983,7 @@ entities:
|
||||
type: Transform
|
||||
- load: 280
|
||||
type: PowerProvider
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 277
|
||||
components:
|
||||
- grid: 0
|
||||
@@ -2146,287 +2146,287 @@ entities:
|
||||
pos: -1.94591,7.485576
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 381
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 382
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -11.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 383
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -10.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 384
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -9.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 385
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -8.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 386
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 387
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -8.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 388
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -5.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 389
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -6.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 390
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 391
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -0.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 392
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 0.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 393
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 394
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 395
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,-3.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 396
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-3.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 397
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-2.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 398
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 399
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,-0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 400
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,0.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 401
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,1.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 402
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,2.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 403
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,3.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 404
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,4.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 405
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,5.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 406
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,6.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 407
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,7.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 408
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 4.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 409
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 1.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 410
|
||||
components:
|
||||
- grid: 0
|
||||
pos: 0.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 411
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -0.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 412
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -1.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 413
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -2.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 414
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -3.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 415
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -4.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 416
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -5.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 417
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -6.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 418
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,8.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 419
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,7.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 420
|
||||
components:
|
||||
- grid: 0
|
||||
pos: -7.5,6.5
|
||||
rot: -1.5707963267949 rad
|
||||
type: Transform
|
||||
- type: wall
|
||||
- type: solid_wall
|
||||
uid: 421
|
||||
components:
|
||||
- grid: 0
|
||||
|
||||
@@ -1,18 +1,13 @@
|
||||
- type: entity
|
||||
id: wall
|
||||
name: Wall
|
||||
id: base_wall
|
||||
name: BaseWall
|
||||
components:
|
||||
- type: Clickable
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
color: "#71797a"
|
||||
drawdepth: Walls
|
||||
sprite: Buildings/wall.rsi
|
||||
|
||||
- type: Icon
|
||||
sprite: Buildings/wall.rsi
|
||||
state: full
|
||||
|
||||
- type: BoundingBox
|
||||
- type: Collidable
|
||||
- type: Damageable
|
||||
@@ -28,7 +23,298 @@
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
base: solid
|
||||
|
||||
placement:
|
||||
snap:
|
||||
- Wall
|
||||
|
||||
- type: entity
|
||||
id: brick_wall
|
||||
name: Brick wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/brick.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/brick.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: brick
|
||||
|
||||
- type: entity
|
||||
id: clock_wall
|
||||
name: Clock wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/clock.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/clock.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: clock
|
||||
|
||||
- type: entity
|
||||
id: clown_wall
|
||||
name: Clown wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/clown.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/clown.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: clown
|
||||
|
||||
|
||||
- type: entity
|
||||
id: cult_wall
|
||||
name: Cult wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/cult.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/cult.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: cult
|
||||
|
||||
- type: entity
|
||||
id: debug_wall
|
||||
name: Debug wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/debug.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/debug.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: debug
|
||||
|
||||
- type: entity
|
||||
id: diamond_wall
|
||||
name: Diamond wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/diamond.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/diamond.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: diamond
|
||||
|
||||
|
||||
- type: entity
|
||||
id: gold_wall
|
||||
name: Gold wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/gold.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/gold.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: gold
|
||||
|
||||
- type: entity
|
||||
id: ice_wall
|
||||
name: Ice wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/ice.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/ice.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: ice
|
||||
|
||||
- type: entity
|
||||
id: metal_wall
|
||||
name: Metal wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/metal.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/metal.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: metal
|
||||
|
||||
- type: entity
|
||||
id: plasma_wall
|
||||
name: Plasma wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/plasma.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/plasma.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: plasma
|
||||
|
||||
- type: entity
|
||||
id: plastic_wall
|
||||
name: Plastic wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/plastic.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/plastic.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: plastic
|
||||
|
||||
- type: entity
|
||||
id: reinforced_wall
|
||||
name: Reinforced wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/reinforced.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/reinforced.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 300
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: reinforced
|
||||
|
||||
# Riveting
|
||||
- type: entity
|
||||
id: riveted_wall
|
||||
name: Riveted wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/riveted.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/riveted.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: riveted
|
||||
|
||||
- type: entity
|
||||
id: sandstone_wall
|
||||
name: Sandstone wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/sandstone.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/sandstone.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: sandstone
|
||||
|
||||
- type: entity
|
||||
id: silver_wall
|
||||
name: Silver wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/silver.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/silver.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: silver
|
||||
|
||||
- type: entity
|
||||
id: solid_wall
|
||||
name: Solid wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
color: "#71797a"
|
||||
sprite: Buildings/Walls/solid.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/solid.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: solid
|
||||
|
||||
- type: entity
|
||||
id: uranium_wall
|
||||
name: Uranium wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/uranium.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/uranium.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: uranium
|
||||
|
||||
- type: entity
|
||||
id: wood_wall
|
||||
name: Wood wall
|
||||
parent: base_wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Buildings/Walls/wood.rsi
|
||||
- type: Icon
|
||||
sprite: Buildings/Walls/wood.rsi
|
||||
- type: Destructible
|
||||
thresholdvalue: 100
|
||||
spawnondestroy: girder
|
||||
- type: IconSmooth
|
||||
key: walls. Seriously, just a wall. Nothing extraordinary here.
|
||||
base: wood
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
- type: sound_collection
|
||||
id: footstep_carpet
|
||||
files:
|
||||
- /Audio/effects/footsteps/carpet1.ogg
|
||||
- /Audio/effects/footsteps/carpet2.ogg
|
||||
- /Audio/effects/footsteps/carpet3.ogg
|
||||
- /Audio/effects/footsteps/carpet4.ogg
|
||||
- /Audio/effects/footsteps/carpet5.ogg
|
||||
|
||||
- type: sound_collection
|
||||
id: footstep_catwalk
|
||||
files:
|
||||
@@ -16,6 +25,15 @@
|
||||
- /Audio/effects/footsteps/floor4.ogg
|
||||
- /Audio/effects/footsteps/floor5.ogg
|
||||
|
||||
- type: sound_collection
|
||||
id: footstep_hull
|
||||
files:
|
||||
- /Audio/effects/footsteps/hull1.ogg
|
||||
- /Audio/effects/footsteps/hull2.ogg
|
||||
- /Audio/effects/footsteps/hull3.ogg
|
||||
- /Audio/effects/footsteps/hull4.ogg
|
||||
- /Audio/effects/footsteps/hull5.ogg
|
||||
|
||||
- type: sound_collection
|
||||
id: footstep_plating
|
||||
files:
|
||||
@@ -25,6 +43,15 @@
|
||||
- /Audio/effects/footsteps/plating4.ogg
|
||||
- /Audio/effects/footsteps/plating5.ogg
|
||||
|
||||
- type: sound_collection
|
||||
id: footstep_tile
|
||||
files:
|
||||
- /Audio/effects/footsteps/tile1.ogg
|
||||
- /Audio/effects/footsteps/tile2.ogg
|
||||
- /Audio/effects/footsteps/tile3.ogg
|
||||
- /Audio/effects/footsteps/tile4.ogg
|
||||
- /Audio/effects/footsteps/tile5.ogg
|
||||
|
||||
- type: sound_collection
|
||||
id: footstep_clown
|
||||
files:
|
||||
|
||||
@@ -1,7 +1,17 @@
|
||||
- type: tile
|
||||
name: floor
|
||||
display_name: Floor
|
||||
texture: "floor_steel"
|
||||
name: floor_carpet
|
||||
display_name: Carpet
|
||||
texture: "carpet"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_carpet
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_dark
|
||||
display_name: Dark floor
|
||||
texture: "dark"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
@@ -9,21 +19,131 @@
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_white
|
||||
display_name: White Floor
|
||||
texture: "floor_white"
|
||||
name: floor_elevator_shaft
|
||||
display_name: Elevator shaft
|
||||
texture: "elevator_shaft"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.1
|
||||
subfloor: underplating
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_freezer
|
||||
display_name: Freezer
|
||||
texture: "freezer"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_hydro
|
||||
display_name: Hydro floor
|
||||
texture: "hydro"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_green_circuit
|
||||
display_name: Green circuit floor
|
||||
texture: "green_circuit"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_lino
|
||||
display_name: Linoleum floor
|
||||
texture: "lino"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_mono
|
||||
display_name: Mono floor
|
||||
texture: "mono"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_reinforced
|
||||
display_name: Reinforced floor
|
||||
texture: "reinforced"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_rock_vault
|
||||
display_name: Rock vault floor
|
||||
texture: "rock_vault"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_showroom
|
||||
display_name: Showroom floor
|
||||
texture: "showroom"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_steel
|
||||
display_name: Steel floor
|
||||
texture: "steel"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_steel_dirty
|
||||
display_name: Dirty steel floor
|
||||
texture: "steel_dirty"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
name: floor_techmaint
|
||||
display_name: Techmaint Floor
|
||||
texture: "floor_techmaint"
|
||||
texture: "tech_maint"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.5
|
||||
subfloor: underplating
|
||||
|
||||
- type: tile
|
||||
name: floor_white
|
||||
display_name: White Floor
|
||||
texture: "white"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_floor
|
||||
friction: 0.1
|
||||
subfloor: underplating
|
||||
|
||||
397
Resources/Prototypes/Tiles/floors/hull/hull.yml
Normal file
@@ -0,0 +1,397 @@
|
||||
# TODO: Change code to avoid the DRY
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center0
|
||||
display_name: Hull Center 0
|
||||
texture: "Hull/hullcenter0"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center1
|
||||
display_name: Hull Center 1
|
||||
texture: "Hull/hullcenter1"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center2
|
||||
display_name: Hull Center 2
|
||||
texture: "Hull/hullcenter2"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center3
|
||||
display_name: Hull Center 3
|
||||
texture: "Hull/hullcenter3"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center4
|
||||
display_name: Hull Center 4
|
||||
texture: "Hull/hullcenter4"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center5
|
||||
display_name: Hull Center 5
|
||||
texture: "Hull/hullcenter5"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center6
|
||||
display_name: Hull Center 6
|
||||
texture: "Hull/hullcenter6"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center7
|
||||
display_name: Hull Center 7
|
||||
texture: "Hull/hullcenter7"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center8
|
||||
display_name: Hull Center 8
|
||||
texture: "Hull/hullcenter8"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center9
|
||||
display_name: Hull Center 9
|
||||
texture: "Hull/hullcenter9"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center10
|
||||
display_name: Hull Center 10
|
||||
texture: "Hull/hullcenter10"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center11
|
||||
display_name: Hull Center 11
|
||||
texture: "Hull/hullcenter11"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center12
|
||||
display_name: Hull Center 12
|
||||
texture: "Hull/hullcenter12"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center13
|
||||
display_name: Hull Center 13
|
||||
texture: "Hull/hullcenter13"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center14
|
||||
display_name: Hull Center 14
|
||||
texture: "Hull/hullcenter14"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center15
|
||||
display_name: Hull Center 15
|
||||
texture: "Hull/hullcenter15"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center16
|
||||
display_name: Hull Center 16
|
||||
texture: "Hull/hullcenter16"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center17
|
||||
display_name: Hull Center 17
|
||||
texture: "Hull/hullcenter17"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center18
|
||||
display_name: Hull Center 18
|
||||
texture: "Hull/hullcenter18"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center19
|
||||
display_name: Hull Center 19
|
||||
texture: "Hull/hullcenter19"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center20
|
||||
display_name: Hull Center 20
|
||||
texture: "Hull/hullcenter20"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center21
|
||||
display_name: Hull Center 21
|
||||
texture: "Hull/hullcenter21"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center22
|
||||
display_name: Hull Center 22
|
||||
texture: "Hull/hullcenter22"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center23
|
||||
display_name: Hull Center 23
|
||||
texture: "Hull/hullcenter23"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center24
|
||||
display_name: Hull Center 24
|
||||
texture: "Hull/hullcenter24"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center25
|
||||
display_name: Hull Center 25
|
||||
texture: "Hull/hullcenter25"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center26
|
||||
display_name: Hull Center 26
|
||||
texture: "Hull/hullcenter26"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center27
|
||||
display_name: Hull Center 27
|
||||
texture: "Hull/hullcenter27"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center28
|
||||
display_name: Hull Center 28
|
||||
texture: "Hull/hullcenter28"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center29
|
||||
display_name: Hull Center 29
|
||||
texture: "Hull/hullcenter29"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center30
|
||||
display_name: Hull Center 30
|
||||
texture: "Hull/hullcenter30"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center31
|
||||
display_name: Hull Center 31
|
||||
texture: "Hull/hullcenter31"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center32
|
||||
display_name: Hull Center 32
|
||||
texture: "Hull/hullcenter32"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center33
|
||||
display_name: Hull Center 33
|
||||
texture: "Hull/hullcenter33"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center34
|
||||
display_name: Hull Center 34
|
||||
texture: "Hull/hullcenter34"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
|
||||
- type: tile
|
||||
parent: floor_hull_base
|
||||
name: floor_hull_center35
|
||||
display_name: Hull Center 35
|
||||
texture: "Hull/hullcenter35"
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds: footstep_hull
|
||||
friction: 0.35
|
||||
subfloor: plating
|
||||
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick0.png
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick1.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick2.png
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick3.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick4.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick5.png
Normal file
|
After Width: | Height: | Size: 715 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick6.png
Normal file
|
After Width: | Height: | Size: 580 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/brick7.png
Normal file
|
After Width: | Height: | Size: 715 B |
BIN
Resources/Textures/Buildings/Walls/brick.rsi/full.png
Normal file
|
After Width: | Height: | Size: 473 B |
1
Resources/Textures/Buildings/Walls/brick.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "brick0", "directions": 4}, {"name": "brick1", "directions": 4}, {"name": "brick2", "directions": 4}, {"name": "brick3", "directions": 4}, {"name": "brick4", "directions": 4}, {"name": "brick5", "directions": 4}, {"name": "brick6", "directions": 4}, {"name": "brick7", "directions": 4}, {"name": "full", "directions": 1}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock0.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock1.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock2.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock3.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock4.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock5.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock6.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/clock7.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
Resources/Textures/Buildings/Walls/clock.rsi/full.png
Normal file
|
After Width: | Height: | Size: 978 B |
1
Resources/Textures/Buildings/Walls/clock.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "clock0", "directions": 4}, {"name": "clock1", "directions": 4}, {"name": "clock2", "directions": 4}, {"name": "clock3", "directions": 4}, {"name": "clock4", "directions": 4}, {"name": "clock5", "directions": 4}, {"name": "clock6", "directions": 4}, {"name": "clock7", "directions": 4}, {"name": "full", "directions": 1}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown0.png
Normal file
|
After Width: | Height: | Size: 674 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown1.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown2.png
Normal file
|
After Width: | Height: | Size: 674 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown3.png
Normal file
|
After Width: | Height: | Size: 441 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown4.png
Normal file
|
After Width: | Height: | Size: 469 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown5.png
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown6.png
Normal file
|
After Width: | Height: | Size: 469 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/clown7.png
Normal file
|
After Width: | Height: | Size: 653 B |
BIN
Resources/Textures/Buildings/Walls/clown.rsi/full.png
Normal file
|
After Width: | Height: | Size: 424 B |
1
Resources/Textures/Buildings/Walls/clown.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "clown0", "directions": 4}, {"name": "clown1", "directions": 4}, {"name": "clown2", "directions": 4}, {"name": "clown3", "directions": 4}, {"name": "clown4", "directions": 4}, {"name": "clown5", "directions": 4}, {"name": "clown6", "directions": 4}, {"name": "clown7", "directions": 4}, {"name": "full", "directions": 1}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult0.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult1.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult2.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult3.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult4.png
Normal file
|
After Width: | Height: | Size: 1021 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult5.png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult6.png
Normal file
|
After Width: | Height: | Size: 1021 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/cult7.png
Normal file
|
After Width: | Height: | Size: 932 B |
BIN
Resources/Textures/Buildings/Walls/cult.rsi/full.png
Normal file
|
After Width: | Height: | Size: 591 B |
1
Resources/Textures/Buildings/Walls/cult.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "cult0", "directions": 4}, {"name": "cult1", "directions": 4}, {"name": "cult2", "directions": 4}, {"name": "cult3", "directions": 4}, {"name": "cult4", "directions": 4}, {"name": "cult5", "directions": 4}, {"name": "cult6", "directions": 4}, {"name": "cult7", "directions": 4}, {"name": "full", "directions": 1}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug0.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug1.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug2.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug3.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug4.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug5.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug6.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
Resources/Textures/Buildings/Walls/debug.rsi/debug7.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 269 B |
65
Resources/Textures/Buildings/Walls/debug.rsi/meta.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/c34c1b30abf18aa552e19294523924c39e5ea127/icons/turf/wall_masks.dmi and modified.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "full",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 1
|
||||
},
|
||||
{
|
||||
"name": "debug0",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug1",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug2",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug3",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug4",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug5",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug6",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "debug7",
|
||||
"select": [],
|
||||
"flags": {},
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond0.png
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond1.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond2.png
Normal file
|
After Width: | Height: | Size: 758 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond3.png
Normal file
|
After Width: | Height: | Size: 566 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond4.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond5.png
Normal file
|
After Width: | Height: | Size: 770 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond6.png
Normal file
|
After Width: | Height: | Size: 576 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/diamond7.png
Normal file
|
After Width: | Height: | Size: 770 B |
BIN
Resources/Textures/Buildings/Walls/diamond.rsi/full.png
Normal file
|
After Width: | Height: | Size: 470 B |
1
Resources/Textures/Buildings/Walls/diamond.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "diamond0", "directions": 4}, {"name": "diamond1", "directions": 4}, {"name": "diamond2", "directions": 4}, {"name": "diamond3", "directions": 4}, {"name": "diamond4", "directions": 4}, {"name": "diamond5", "directions": 4}, {"name": "diamond6", "directions": 4}, {"name": "diamond7", "directions": 4}, {"name": "full", "directions": 1}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/gold.rsi/full.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold0.png
Normal file
|
After Width: | Height: | Size: 760 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold1.png
Normal file
|
After Width: | Height: | Size: 572 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold2.png
Normal file
|
After Width: | Height: | Size: 760 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold3.png
Normal file
|
After Width: | Height: | Size: 572 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold4.png
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold5.png
Normal file
|
After Width: | Height: | Size: 817 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold6.png
Normal file
|
After Width: | Height: | Size: 591 B |
BIN
Resources/Textures/Buildings/Walls/gold.rsi/gold7.png
Normal file
|
After Width: | Height: | Size: 817 B |
1
Resources/Textures/Buildings/Walls/gold.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "full", "directions": 1}, {"name": "gold0", "directions": 4}, {"name": "gold1", "directions": 4}, {"name": "gold2", "directions": 4}, {"name": "gold3", "directions": 4}, {"name": "gold4", "directions": 4}, {"name": "gold5", "directions": 4}, {"name": "gold6", "directions": 4}, {"name": "gold7", "directions": 4}]}
|
||||
BIN
Resources/Textures/Buildings/Walls/ice.rsi/full.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice0.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice1.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice2.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice3.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice4.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice5.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice6.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Buildings/Walls/ice.rsi/ice7.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
1
Resources/Textures/Buildings/Walls/ice.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "https://github.com/vgstation-coders/vgstation13/raw/99cc2ab62d65a3a7b554dc7b21ff5f57c835f973/icons/turf/walls.dmi", "states": [{"name": "full", "directions": 1}, {"name": "ice0", "directions": 4}, {"name": "ice1", "directions": 4}, {"name": "ice2", "directions": 4}, {"name": "ice3", "directions": 4}, {"name": "ice4", "directions": 4}, {"name": "ice5", "directions": 4}, {"name": "ice6", "directions": 4}, {"name": "ice7", "directions": 4}]}
|
||||