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