Skip to content

Commit

Permalink
Yarrgg
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Apr 23, 2024
1 parent ed7735e commit 3b15f50
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Resources/Prototypes/_NF/Entities/Objects/Misc/implanters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

- type: entity
id: MedicalTrackingImplanter
name: medical insurance tracking implanter
name: medical tracking implanter
parent: BaseImplantOnlyImplanter
components:
- type: Implanter
implant: MedicalTrackingImplant

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

- type: entity
id: DeathAcidifierImplanterNF
name: death acidifier implanter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- type: entity
parent: BaseSubdermalImplant
id: MedicalTrackingImplant
name: medical insurance tracking implant
name: medical tracking implant
description: This implant has a tracking device monitor for the Medical radio channel.
noSpawn: true
components:
Expand All @@ -26,6 +26,32 @@
- type: Rattle
radioChannel: "Medical"

- type: entity
parent: BaseSubdermalImplant
id: FreelanceTrackingImplant
name: freelance tracking implant
description: This implant has a tracking device monitor for the Freelance radio channel.
noSpawn: true
components:
- type: SubdermalImplant
# - type: SuitSensor
# randomMode: false
# controlsLocked: true
# mode: SensorCords
# activationContainer: "implant"
# - type: DeviceNetwork
# deviceNetId: Wireless
# transmitFrequencyId: SuitSensor
# - type: StationLimitedNetwork
# - type: WirelessNetworkConnection
# range: 500
- type: TriggerOnMobstateChange
mobState:
- Critical
- Dead
- type: Rattle
radioChannel: "Freelance"

- type: entity
parent: BaseSubdermalImplant
id: DeathAcidifierImplantNF
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/Roles/Jobs/Pirates/pirate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
setPreference: true
accessGroups:
- GeneralAccess
special:
- !type:AddImplantSpecial
implants: [ FreelanceTrackingImplant ]

- type: startingGear
id: NFPirateGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
setPreference: true
accessGroups:
- GeneralAccess
special:
- !type:AddImplantSpecial
implants: [ FreelanceTrackingImplant ]

- type: startingGear
id: NFPirateCaptainGear
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
setPreference: true
accessGroups:
- GeneralAccess
special:
- !type:AddImplantSpecial
implants: [ FreelanceTrackingImplant ]

- type: startingGear
id: NFPirateFirstMateGear
Expand Down

0 comments on commit 3b15f50

Please sign in to comment.