Add more tiles and walls (#289)
@@ -23,6 +23,7 @@ using Robust.Shared.Players;
|
|||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
using Content.Server.GameObjects.Components.Sound;
|
using Content.Server.GameObjects.Components.Sound;
|
||||||
using Content.Shared.GameObjects.Components.Inventory;
|
using Content.Shared.GameObjects.Components.Inventory;
|
||||||
|
using Robust.Shared.Log;
|
||||||
|
|
||||||
namespace Content.Server.GameObjects.EntitySystems
|
namespace Content.Server.GameObjects.EntitySystems
|
||||||
{
|
{
|
||||||
@@ -234,9 +235,17 @@ namespace Content.Server.GameObjects.EntitySystems
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Ok well we know the position of the
|
// Ok well we know the position of the
|
||||||
var soundCollection = _prototypeManager.Index<SoundCollectionPrototype>(soundCollectionName);
|
try
|
||||||
var file = _footstepRandom.Pick(soundCollection.PickFiles);
|
{
|
||||||
_audioSystem.Play(file, coordinates);
|
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
|
postmapinit: false
|
||||||
tilemap:
|
tilemap:
|
||||||
0: space
|
0: space
|
||||||
1: floor
|
1: floor_steel
|
||||||
2: floor_techmaint
|
2: floor_techmaint
|
||||||
3: floor_white
|
3: floor_white
|
||||||
4: plating
|
4: plating
|
||||||
@@ -99,112 +99,112 @@ entities:
|
|||||||
pos: 1.412994,7.507263
|
pos: 1.412994,7.507263
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 9
|
uid: 9
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,0.5
|
pos: -7.5,0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 10
|
uid: 10
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-0.5
|
pos: -7.5,-0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 11
|
uid: 11
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-1.5
|
pos: -7.5,-1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 12
|
uid: 12
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-2.5
|
pos: -7.5,-2.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 13
|
uid: 13
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-3.5
|
pos: -7.5,-3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 14
|
uid: 14
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 0.5,-14.5
|
pos: 0.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 15
|
uid: 15
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -0.5,-14.5
|
pos: -0.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 16
|
uid: 16
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 3.5,-14.5
|
pos: 3.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 17
|
uid: 17
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-14.5
|
pos: 4.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 18
|
uid: 18
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-10.5
|
pos: -7.5,-10.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 19
|
uid: 19
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-11.5
|
pos: -7.5,-11.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 20
|
uid: 20
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-12.5
|
pos: -7.5,-12.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 21
|
uid: 21
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-13.5
|
pos: -7.5,-13.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 22
|
uid: 22
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 2.5,-14.5
|
pos: 2.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 23
|
uid: 23
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,-14.5
|
pos: 1.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 24
|
uid: 24
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -271,266 +271,266 @@ entities:
|
|||||||
pos: -6.5,-11.5
|
pos: -6.5,-11.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 31
|
uid: 31
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-9.5
|
pos: -7.5,-9.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 32
|
uid: 32
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-7.5
|
pos: -10.5,-7.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 33
|
uid: 33
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-6.5
|
pos: -10.5,-6.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 34
|
uid: 34
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-5.5
|
pos: -10.5,-5.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 35
|
uid: 35
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-4.5
|
pos: -10.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 36
|
uid: 36
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-3.5
|
pos: -10.5,-3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 37
|
uid: 37
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-2.5
|
pos: -10.5,-2.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 38
|
uid: 38
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-1.5
|
pos: -10.5,-1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 39
|
uid: 39
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -3.5,-14.5
|
pos: -3.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 40
|
uid: 40
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,-4.5
|
pos: 1.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 41
|
uid: 41
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 0.5,-4.5
|
pos: 0.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 42
|
uid: 42
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -0.5,-4.5
|
pos: -0.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 43
|
uid: 43
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -1.5,-4.5
|
pos: -1.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 44
|
uid: 44
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -2.5,-4.5
|
pos: -2.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 45
|
uid: 45
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -3.5,-4.5
|
pos: -3.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 46
|
uid: 46
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -4.5,-4.5
|
pos: -4.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 47
|
uid: 47
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -5.5,-4.5
|
pos: -5.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 48
|
uid: 48
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -6.5,-4.5
|
pos: -6.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 49
|
uid: 49
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-4.5
|
pos: 4.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 50
|
uid: 50
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 5.5,-4.5
|
pos: 5.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 51
|
uid: 51
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-4.5
|
pos: 6.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 52
|
uid: 52
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-14.5
|
pos: -7.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 53
|
uid: 53
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -2.5,-14.5
|
pos: -2.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 54
|
uid: 54
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -6.5,-14.5
|
pos: -6.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 55
|
uid: 55
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -5.5,-14.5
|
pos: -5.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 56
|
uid: 56
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -4.5,-14.5
|
pos: -4.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 57
|
uid: 57
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-10.5
|
pos: 6.5,-10.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 58
|
uid: 58
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-11.5
|
pos: 6.5,-11.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 59
|
uid: 59
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-12.5
|
pos: 6.5,-12.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 60
|
uid: 60
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-13.5
|
pos: 6.5,-13.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 61
|
uid: 61
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-14.5
|
pos: 6.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 62
|
uid: 62
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 5.5,-14.5
|
pos: 5.5,-14.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 63
|
uid: 63
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-8.5
|
pos: -7.5,-8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 64
|
uid: 64
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,-7.5
|
pos: -7.5,-7.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 65
|
uid: 65
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -8.5,-8.5
|
pos: -8.5,-8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 66
|
uid: 66
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -9.5,-8.5
|
pos: -9.5,-8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 67
|
uid: 67
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-8.5
|
pos: -10.5,-8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 68
|
uid: 68
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -551,28 +551,28 @@ entities:
|
|||||||
pos: -8.5,-6.5
|
pos: -8.5,-6.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 71
|
uid: 71
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 5.5,-7.5
|
pos: 5.5,-7.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 72
|
uid: 72
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 5.5,-9.5
|
pos: 5.5,-9.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 73
|
uid: 73
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-9.5
|
pos: 6.5,-9.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 74
|
uid: 74
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -595,7 +595,7 @@ entities:
|
|||||||
type: Transform
|
type: Transform
|
||||||
- load: 120
|
- load: 120
|
||||||
type: PowerProvider
|
type: PowerProvider
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 77
|
uid: 77
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -637,14 +637,14 @@ entities:
|
|||||||
pos: 2.5,-4.5
|
pos: 2.5,-4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 83
|
uid: 83
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 6.5,-6.5
|
pos: 6.5,-6.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 84
|
uid: 84
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -1068,7 +1068,7 @@ entities:
|
|||||||
pos: -0.5,-10.5
|
pos: -0.5,-10.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 143
|
uid: 143
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -1593,14 +1593,14 @@ entities:
|
|||||||
pos: -9.5,1.5
|
pos: -9.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 229
|
uid: 229
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,-0.5
|
pos: -10.5,-0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 230
|
uid: 230
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -1983,7 +1983,7 @@ entities:
|
|||||||
type: Transform
|
type: Transform
|
||||||
- load: 280
|
- load: 280
|
||||||
type: PowerProvider
|
type: PowerProvider
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 277
|
uid: 277
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
@@ -2146,287 +2146,287 @@ entities:
|
|||||||
pos: -1.94591,7.485576
|
pos: -1.94591,7.485576
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 381
|
uid: 381
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,1.5
|
pos: -10.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 382
|
uid: 382
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -11.5,4.5
|
pos: -11.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 383
|
uid: 383
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -10.5,4.5
|
pos: -10.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 384
|
uid: 384
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -9.5,4.5
|
pos: -9.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 385
|
uid: 385
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -8.5,4.5
|
pos: -8.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 386
|
uid: 386
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,4.5
|
pos: -7.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 387
|
uid: 387
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -8.5,1.5
|
pos: -8.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 388
|
uid: 388
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -5.5,1.5
|
pos: -5.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 389
|
uid: 389
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -6.5,1.5
|
pos: -6.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 390
|
uid: 390
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,1.5
|
pos: -7.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 391
|
uid: 391
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -0.5,1.5
|
pos: -0.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 392
|
uid: 392
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 0.5,1.5
|
pos: 0.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 393
|
uid: 393
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,1.5
|
pos: 1.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 394
|
uid: 394
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,0.5
|
pos: 1.5,0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 395
|
uid: 395
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,-3.5
|
pos: 1.5,-3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 396
|
uid: 396
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-3.5
|
pos: 4.5,-3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 397
|
uid: 397
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-2.5
|
pos: 4.5,-2.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 398
|
uid: 398
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-1.5
|
pos: 4.5,-1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 399
|
uid: 399
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,-0.5
|
pos: 4.5,-0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 400
|
uid: 400
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,0.5
|
pos: 4.5,0.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 401
|
uid: 401
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,1.5
|
pos: 4.5,1.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 402
|
uid: 402
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,2.5
|
pos: 4.5,2.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 403
|
uid: 403
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,3.5
|
pos: 4.5,3.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 404
|
uid: 404
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,4.5
|
pos: 4.5,4.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 405
|
uid: 405
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,5.5
|
pos: 4.5,5.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 406
|
uid: 406
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,6.5
|
pos: 4.5,6.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 407
|
uid: 407
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,7.5
|
pos: 4.5,7.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 408
|
uid: 408
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 4.5,8.5
|
pos: 4.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 409
|
uid: 409
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 1.5,8.5
|
pos: 1.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 410
|
uid: 410
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: 0.5,8.5
|
pos: 0.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 411
|
uid: 411
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -0.5,8.5
|
pos: -0.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 412
|
uid: 412
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -1.5,8.5
|
pos: -1.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 413
|
uid: 413
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -2.5,8.5
|
pos: -2.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 414
|
uid: 414
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -3.5,8.5
|
pos: -3.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 415
|
uid: 415
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -4.5,8.5
|
pos: -4.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 416
|
uid: 416
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -5.5,8.5
|
pos: -5.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 417
|
uid: 417
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -6.5,8.5
|
pos: -6.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 418
|
uid: 418
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,8.5
|
pos: -7.5,8.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 419
|
uid: 419
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,7.5
|
pos: -7.5,7.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 420
|
uid: 420
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
pos: -7.5,6.5
|
pos: -7.5,6.5
|
||||||
rot: -1.5707963267949 rad
|
rot: -1.5707963267949 rad
|
||||||
type: Transform
|
type: Transform
|
||||||
- type: wall
|
- type: solid_wall
|
||||||
uid: 421
|
uid: 421
|
||||||
components:
|
components:
|
||||||
- grid: 0
|
- grid: 0
|
||||||
|
|||||||
@@ -1,18 +1,13 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: wall
|
id: base_wall
|
||||||
name: Wall
|
name: BaseWall
|
||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
color: "#71797a"
|
|
||||||
drawdepth: Walls
|
drawdepth: Walls
|
||||||
sprite: Buildings/wall.rsi
|
|
||||||
|
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Buildings/wall.rsi
|
|
||||||
state: full
|
state: full
|
||||||
|
|
||||||
- type: BoundingBox
|
- type: BoundingBox
|
||||||
- type: Collidable
|
- type: Collidable
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
@@ -28,7 +23,298 @@
|
|||||||
- type: IconSmooth
|
- type: IconSmooth
|
||||||
key: walls
|
key: walls
|
||||||
base: solid
|
base: solid
|
||||||
|
|
||||||
placement:
|
placement:
|
||||||
snap:
|
snap:
|
||||||
- Wall
|
- 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
|
- type: sound_collection
|
||||||
id: footstep_catwalk
|
id: footstep_catwalk
|
||||||
files:
|
files:
|
||||||
@@ -16,6 +25,15 @@
|
|||||||
- /Audio/effects/footsteps/floor4.ogg
|
- /Audio/effects/footsteps/floor4.ogg
|
||||||
- /Audio/effects/footsteps/floor5.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
|
- type: sound_collection
|
||||||
id: footstep_plating
|
id: footstep_plating
|
||||||
files:
|
files:
|
||||||
@@ -25,6 +43,15 @@
|
|||||||
- /Audio/effects/footsteps/plating4.ogg
|
- /Audio/effects/footsteps/plating4.ogg
|
||||||
- /Audio/effects/footsteps/plating5.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
|
- type: sound_collection
|
||||||
id: footstep_clown
|
id: footstep_clown
|
||||||
files:
|
files:
|
||||||
|
|||||||
@@ -1,7 +1,17 @@
|
|||||||
- type: tile
|
- type: tile
|
||||||
name: floor
|
name: floor_carpet
|
||||||
display_name: Floor
|
display_name: Carpet
|
||||||
texture: "floor_steel"
|
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
|
is_subfloor: false
|
||||||
can_crowbar: true
|
can_crowbar: true
|
||||||
footstep_sounds: footstep_floor
|
footstep_sounds: footstep_floor
|
||||||
@@ -9,21 +19,131 @@
|
|||||||
subfloor: plating
|
subfloor: plating
|
||||||
|
|
||||||
- type: tile
|
- type: tile
|
||||||
name: floor_white
|
name: floor_elevator_shaft
|
||||||
display_name: White Floor
|
display_name: Elevator shaft
|
||||||
texture: "floor_white"
|
texture: "elevator_shaft"
|
||||||
is_subfloor: false
|
is_subfloor: false
|
||||||
can_crowbar: true
|
can_crowbar: true
|
||||||
footstep_sounds: footstep_floor
|
footstep_sounds: footstep_floor
|
||||||
friction: 0.1
|
friction: 0.35
|
||||||
subfloor: underplating
|
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
|
- type: tile
|
||||||
name: floor_techmaint
|
name: floor_techmaint
|
||||||
display_name: Techmaint Floor
|
display_name: Techmaint Floor
|
||||||
texture: "floor_techmaint"
|
texture: "tech_maint"
|
||||||
is_subfloor: false
|
is_subfloor: false
|
||||||
can_crowbar: true
|
can_crowbar: true
|
||||||
footstep_sounds: footstep_floor
|
footstep_sounds: footstep_floor
|
||||||
friction: 0.5
|
friction: 0.5
|
||||||
subfloor: underplating
|
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}]}
|
||||||