Minor Fixes (Spawner offset, icons and light suffixes) (#6708)
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
- FoodBoxDonkpocketHonk
|
||||
- FoodBoxDonkpocketDink
|
||||
chance: 0.5
|
||||
offset: 0.2
|
||||
offset: 0.0
|
||||
@@ -49,7 +49,7 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: red
|
||||
- texture: Clothing/Eyes/Glasses/gar.rsi/icon-super.png
|
||||
- texture: Objects/Power/PowerCells/power_cell_large_sup.rsi/l_sup.png
|
||||
- type: RandomSpawner
|
||||
rarePrototypes:
|
||||
- lanternextrabright
|
||||
@@ -84,7 +84,7 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: red
|
||||
- texture: Clothing/Eyes/Glasses/gar.rsi/icon-super.png
|
||||
- texture: Objects/Weapons/Melee/machete.rsi/icon.png
|
||||
- type: RandomSpawner
|
||||
rarePrototypes:
|
||||
- Machete
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
name: light
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||
id: PoweredlightEmpty
|
||||
suffix: Empty, Powered
|
||||
suffix: Powered, Empty
|
||||
parent: WallLight
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -107,7 +107,7 @@
|
||||
- type: entity
|
||||
id: PoweredlightLED
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||
suffix: LED tube, Powered
|
||||
suffix: Powered, LED
|
||||
parent: Poweredlight
|
||||
components:
|
||||
- type: PoweredLight
|
||||
@@ -130,7 +130,7 @@
|
||||
- type: entity
|
||||
id: PoweredlightExterior
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||
suffix: Exterior tube, Powered
|
||||
suffix: Powered, Exterior Blue
|
||||
parent: Poweredlight
|
||||
components:
|
||||
- type: PoweredLight
|
||||
@@ -138,10 +138,11 @@
|
||||
damage:
|
||||
types:
|
||||
Heat: 20
|
||||
|
||||
- type: entity
|
||||
parent: WallLight
|
||||
id: UnpoweredLightExterior
|
||||
suffix: Unpowered, Exterior
|
||||
suffix: Unpowered, Exterior Blue
|
||||
components:
|
||||
- type: PointLight
|
||||
radius: 12
|
||||
@@ -153,7 +154,7 @@
|
||||
- type: entity
|
||||
id: PoweredlightSodium
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light tube."
|
||||
suffix: Sodium tube, Powered
|
||||
suffix: Powered, Sodium Orange
|
||||
parent: Poweredlight
|
||||
components:
|
||||
- type: PoweredLight
|
||||
@@ -165,7 +166,7 @@
|
||||
- type: entity
|
||||
parent: WallLight
|
||||
id: UnpoweredLightSodium
|
||||
suffix: Unpowered, Sodium
|
||||
suffix: Unpowered, Sodium Orange
|
||||
components:
|
||||
- type: PointLight
|
||||
radius: 10
|
||||
@@ -217,7 +218,7 @@
|
||||
name: small light
|
||||
description: "A light fixture. Draws power and produces light when equipped with a light bulb."
|
||||
id: PoweredSmallLightEmpty
|
||||
suffix: Empty, Powered
|
||||
suffix: Powered, Empty
|
||||
parent: SmallLight
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
Reference in New Issue
Block a user