[CHANGES PROTOTYPE ID] Clean up lantern (#18526)
- Fix the un-cased proto ID - Remove the give-away name and description from the Syndicate item - Remove the same-value inherited fields from PointLight - Better uplink catalog description
This commit is contained in:
@@ -259,7 +259,7 @@ uplink-soap-name = Soap
|
|||||||
uplink-soap-desc = An untrustworthy bar of soap. Smells of fear.
|
uplink-soap-desc = An untrustworthy bar of soap. Smells of fear.
|
||||||
|
|
||||||
uplink-ultrabright-lantern-name = Extra-Bright Lantern
|
uplink-ultrabright-lantern-name = Extra-Bright Lantern
|
||||||
uplink-ultrabright-lantern-desc = Blinding.
|
uplink-ultrabright-lantern-desc = It can be used to blind people like a flash.
|
||||||
|
|
||||||
uplink-nocturine-chemistry-bottle-name = Nocturine Bottle
|
uplink-nocturine-chemistry-bottle-name = Nocturine Bottle
|
||||||
uplink-nocturine-chemistry-bottle-desc = A chemical that makes it very hard for your target to stand up.
|
uplink-nocturine-chemistry-bottle-desc = A chemical that makes it very hard for your target to stand up.
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: lantern
|
- id: Lantern
|
||||||
prob: 0.50
|
prob: 0.50
|
||||||
- id: Wirecutter
|
- id: Wirecutter
|
||||||
prob: 0.33
|
prob: 0.33
|
||||||
@@ -178,7 +178,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: lantern
|
- id: Lantern
|
||||||
prob: 0.50
|
prob: 0.50
|
||||||
- id: Wirecutter
|
- id: Wirecutter
|
||||||
prob: 0.33
|
prob: 0.33
|
||||||
|
|||||||
@@ -1105,7 +1105,7 @@
|
|||||||
id: UplinkUltrabrightLantern
|
id: UplinkUltrabrightLantern
|
||||||
name: uplink-ultrabright-lantern-name
|
name: uplink-ultrabright-lantern-name
|
||||||
description: uplink-ultrabright-lantern-desc
|
description: uplink-ultrabright-lantern-desc
|
||||||
productEntity: lanternextrabright #why is this item id not capitalized???
|
productEntity: LanternFlash
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 2
|
Telecrystal: 2
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
state: high
|
state: high
|
||||||
- type: RandomSpawner
|
- type: RandomSpawner
|
||||||
rarePrototypes:
|
rarePrototypes:
|
||||||
- lanternextrabright
|
- LanternFlash
|
||||||
- PowerCellHigh
|
- PowerCellHigh
|
||||||
- NetProbeCartridge
|
- NetProbeCartridge
|
||||||
rareChance: 0.08
|
rareChance: 0.08
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: lantern
|
name: lantern
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: lantern
|
id: Lantern
|
||||||
description: The holy light guides the way.
|
description: The holy light guides the way.
|
||||||
components:
|
components:
|
||||||
- type: HandheldLight
|
- type: HandheldLight
|
||||||
@@ -60,10 +60,9 @@
|
|||||||
cell_slot: !type:ContainerSlot {}
|
cell_slot: !type:ContainerSlot {}
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: extra-bright lantern
|
parent: Lantern
|
||||||
parent: lantern
|
id: LanternFlash
|
||||||
id: lanternextrabright
|
suffix: Flash
|
||||||
description: Blinding.
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/lantern.rsi
|
sprite: Objects/Tools/lantern.rsi
|
||||||
@@ -78,10 +77,8 @@
|
|||||||
map: [ "enum.FlashVisuals.LightLayer" ]
|
map: [ "enum.FlashVisuals.LightLayer" ]
|
||||||
visible: false
|
visible: false
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
|
||||||
radius: 5
|
radius: 5
|
||||||
energy: 10
|
energy: 10
|
||||||
color: "#FFC458"
|
|
||||||
- type: Flash
|
- type: Flash
|
||||||
- type: LimitedCharges
|
- type: LimitedCharges
|
||||||
maxCharges: 15
|
maxCharges: 15
|
||||||
|
|||||||
@@ -114,3 +114,7 @@ ForensicGloves: ClothingHandsGlovesForensic
|
|||||||
|
|
||||||
# 2023-07-24
|
# 2023-07-24
|
||||||
ClothingEyesGlassesBeer: ClothingEyesHudBeer
|
ClothingEyesGlassesBeer: ClothingEyesHudBeer
|
||||||
|
|
||||||
|
# 2023-08-01
|
||||||
|
lantern: Lantern
|
||||||
|
lanternextrabright: LanternFlash
|
||||||
|
|||||||
Reference in New Issue
Block a user