Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Add a label to implanters available in vendors (new-frontiers-14#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 authored Sep 29, 2024
1 parent 0899427 commit 7df88c9
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 15 deletions.
5 changes: 5 additions & 0 deletions Resources/Locale/en-US/_NF/implant/implant.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
implanter-label-bike-horn = bike horn
implanter-label-light = light
implanter-label-medical-tracking = medical tracker
implanter-label-sad-trombone = sad trombone
implanter-label-storage = storage
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
BodyBagFolded: 12
ClothingEyesHudMedical: 2
ClothingEyesEyepatchHudMedical: 2
SadTromboneImplanter: 10 # Frontier
BikeHornImplanter: 10 # Frontier
LightImplanter: 10 # Frontier
MedicalTrackingImplanter: 4294967295 # Frontier - infinite
BoxFolderMedicalDoctor: 4294967295 # Frontier - infinite
MedicalTrackingImplanterLabeled: 4294967295 # Frontier - infinite
SadTromboneImplanterLabeled: 10 # Frontier
BikeHornImplanterLabeled: 10 # Frontier
LightImplanterLabeled: 10 # Frontier
BoxFolderMedicalDoctor: 4294967295 # Frontier - infinite
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
BodyBagFolded: 4294967295 # Infinite
ClothingEyesHudMedical: 4294967295 # Infinite
ClothingEyesEyepatchHudMedical: 4294967295 # Infinite
SadTromboneImplanter: 4294967295 # Infinite
BikeHornImplanter: 4294967295 # Infinite
LightImplanter: 4294967295 # Infinite
MedicalTrackingImplanter: 4294967295 # Infinite
MedicalTrackingImplanterLabeled: 4294967295 # Infinite
SadTromboneImplanterLabeled: 4294967295 # Infinite
BikeHornImplanterLabeled: 4294967295 # Infinite
LightImplanterLabeled: 4294967295 # Infinite
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ClothingBackpackChameleonFill: 4
HypopenBox: 4
Emag: 2
StorageImplanter: 4
StorageImplanterLabeled: 4
ClothingShoesBootsMagSyndie: 4
ClothingShoesChameleonNoSlips: 8
ClothingBackpackDuffelSyndicateEVABundle: 12
Expand Down
50 changes: 45 additions & 5 deletions Resources/Prototypes/_NF/Entities/Objects/Misc/implanters.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
#Medical implanters

- type: entity
id: MedicalTrackingImplanter
suffix: medical tracking
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: MedicalTrackingImplant
- type: Implanter
implant: MedicalTrackingImplant

- type: entity
id: FreelanceTrackingImplanter
suffix: freelance tracking
parent: BaseImplantOnlyImplanterSyndi
components:
- type: Implanter
implant: FreelanceTrackingImplant
- type: Implanter
implant: FreelanceTrackingImplant

- type: entity
id: DeathAcidifierImplanterNF
Expand All @@ -39,3 +38,44 @@
components:
- type: Implanter
implant: BibleUserImplant

# Labeled implanters (for vendors)
- type: entity
id: MedicalTrackingImplanterLabeled
parent: MedicalTrackingImplanter
suffix: medical tracking, Labeled
components:
- type: Label
currentLabel: implanter-label-medical-tracking

- type: entity
id: SadTromboneImplanterLabeled
parent: SadTromboneImplanter
suffix: sad trombone, Labeled
components:
- type: Label
currentLabel: implanter-label-sad-trombone

- type: entity
id: LightImplanterLabeled
parent: LightImplanter
suffix: light, Labeled
components:
- type: Label
currentLabel: implanter-label-light

- type: entity
id: BikeHornImplanterLabeled
parent: BikeHornImplanter
suffix: bike horn, Labeled
components:
- type: Label
currentLabel: implanter-label-bike-horn

- type: entity
id: StorageImplanterLabeled
parent: StorageImplanter
suffix: storage, Labeled
components:
- type: Label
currentLabel: implanter-label-storage

0 comments on commit 7df88c9

Please sign in to comment.