[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:
Vordenburg
2023-08-03 03:29:05 -04:00
committed by GitHub
parent 327762dbb9
commit e44c235396
6 changed files with 13 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -114,3 +114,7 @@ ForensicGloves: ClothingHandsGlovesForensic
# 2023-07-24 # 2023-07-24
ClothingEyesGlassesBeer: ClothingEyesHudBeer ClothingEyesGlassesBeer: ClothingEyesHudBeer
# 2023-08-01
lantern: Lantern
lanternextrabright: LanternFlash