Sprite netsync purge (1st wave) (#6557)

This commit is contained in:
metalgearsloth
2022-02-10 00:44:29 +11:00
committed by GitHub
parent 690194be1f
commit 70f3c7c7e9
14 changed files with 24 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
- type: InteractionOutline
- type: Sprite
sprite: Markers/cross.rsi
netsync: false
# If serialization was cool this would work.
# layers:
# - state: blue

View File

@@ -7,3 +7,4 @@
- type: Sprite
sprite: Objects/Misc/module.rsi
state: charger_APC
netsync: false

View File

@@ -10,3 +10,4 @@
- type: Sprite
sprite: Objects/Misc/module.rsi
state: mainboard
netsync: false

View File

@@ -6,6 +6,7 @@
components:
- type: Sprite
sprite: Objects/Tiles/tile.rsi
netsync: false
- type: Item
sprite: Objects/Tiles/tile.rsi
- type: DamageOtherOnHit

View File

@@ -3,6 +3,8 @@
parent: BaseItem
abstract: true
components:
- type: Sprite
netsync: false
- type: EmitSoundOnLand
sound:
path: /Audio/Items/toolbox_drop.ogg

View File

@@ -122,6 +122,7 @@
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
state: icon
netsync: false
- type: Item
sprite: Objects/Tools/crowbar.rsi
size: 10

View File

@@ -7,6 +7,7 @@
components:
- type: Sprite
drawdepth: FloorTiles
netsync: false
- type: Icon
state: full
- type: IconSmooth

View File

@@ -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

View File

@@ -8,6 +8,8 @@
snap:
- Disposal
components:
- type: Sprite
netsync: false
- type: SubFloorHide
- type: Clickable
- type: InteractionOutline

View File

@@ -5,6 +5,8 @@
description: "A liquids storage tank."
abstract: true
components:
- type: Sprite
netsync: false
- type: InteractionOutline
- type: Physics
- type: Fixtures

View File

@@ -29,3 +29,4 @@
- type: Sprite
drawdepth: WallTops
sprite: Structures/Wallmounts/signs.rsi
netsync: false

View File

@@ -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

View File

@@ -39,6 +39,7 @@
- type: Sprite
sprite: Structures/Hydroponics/misc.rsi
state: soil
netsync: false
- type: PlantHolder
drawWarnings: false
- type: SolutionContainerManager