Sprite netsync purge (1st wave) (#6557)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
- type: InteractionOutline
|
||||
- type: Sprite
|
||||
sprite: Markers/cross.rsi
|
||||
netsync: false
|
||||
# If serialization was cool this would work.
|
||||
# layers:
|
||||
# - state: blue
|
||||
|
||||
@@ -7,3 +7,4 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: charger_APC
|
||||
netsync: false
|
||||
|
||||
@@ -10,3 +10,4 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/module.rsi
|
||||
state: mainboard
|
||||
netsync: false
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Tiles/tile.rsi
|
||||
netsync: false
|
||||
- type: Item
|
||||
sprite: Objects/Tiles/tile.rsi
|
||||
- type: DamageOtherOnHit
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
- type: EmitSoundOnLand
|
||||
sound:
|
||||
path: /Audio/Items/toolbox_drop.ogg
|
||||
|
||||
@@ -122,6 +122,7 @@
|
||||
- type: Sprite
|
||||
sprite: Objects/Tools/crowbar.rsi
|
||||
state: icon
|
||||
netsync: false
|
||||
- type: Item
|
||||
sprite: Objects/Tools/crowbar.rsi
|
||||
size: 10
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
components:
|
||||
- type: Sprite
|
||||
drawdepth: FloorTiles
|
||||
netsync: false
|
||||
- type: Icon
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
- type: Sprite
|
||||
sprite: Structures/Furniture/chairs.rsi
|
||||
noRot: true
|
||||
netsync: false
|
||||
- type: Strap
|
||||
position: Stand
|
||||
buckleOffset: "0,0.15"
|
||||
@@ -210,4 +211,4 @@
|
||||
sound:
|
||||
path: /Audio/Voice/Human/womanlaugh.ogg
|
||||
graph: RitualSeat
|
||||
node: chairCursed
|
||||
node: chairCursed
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
snap:
|
||||
- Disposal
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
- type: SubFloorHide
|
||||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
description: "A liquids storage tank."
|
||||
abstract: true
|
||||
components:
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
- type: Fixtures
|
||||
|
||||
@@ -29,3 +29,4 @@
|
||||
- type: Sprite
|
||||
drawdepth: WallTops
|
||||
sprite: Structures/Wallmounts/signs.rsi
|
||||
netsync: false
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
- type: Sprite
|
||||
sprite: Structures/Wallmounts/Lighting/light_tube.rsi
|
||||
drawdepth: WallMountedItems
|
||||
netsync: false
|
||||
layers:
|
||||
- state: on
|
||||
map: ["enum.PoweredLightLayers.Base"]
|
||||
@@ -137,7 +138,6 @@
|
||||
damage:
|
||||
types:
|
||||
Heat: 20
|
||||
|
||||
- type: entity
|
||||
parent: WallLight
|
||||
id: UnpoweredLightExterior
|
||||
@@ -149,6 +149,7 @@
|
||||
softness: 0.5
|
||||
color: "#B4FCF0"
|
||||
|
||||
|
||||
- type: entity
|
||||
id: PoweredlightSodium
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||
@@ -257,4 +258,4 @@
|
||||
hasLampOnSpawn: LightBulb
|
||||
damage:
|
||||
types:
|
||||
Heat: 20
|
||||
Heat: 20
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
- type: Sprite
|
||||
sprite: Structures/Hydroponics/misc.rsi
|
||||
state: soil
|
||||
netsync: false
|
||||
- type: PlantHolder
|
||||
drawWarnings: false
|
||||
- type: SolutionContainerManager
|
||||
|
||||
Reference in New Issue
Block a user