Skip to content

Commit

Permalink
Merge pull request #1643 from Pivotbash/SecLink
Browse files Browse the repository at this point in the history
Seclink purchases should now all fit in sec belts + Pribar tweak
  • Loading branch information
formlessnameless authored Feb 11, 2025
2 parents c74c707 + c130847 commit 91c8e50
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,9 @@
- CombatKnife
- Truncheon
- SecTicket
- Pribar #imp
- SpaceBladeSec #imp
- HandheldCriminalRecords #imp
components:
- Stunbaton
- FlashOnTrigger
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/_Impstation/Catalog/seclink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
categories:
- SeclinkDisabler

#Utility Options
- type: listing
id: SeclinkSpaceBladeSec
name: seclink-spaceblade-name
Expand All @@ -98,9 +99,8 @@
cost:
DisablerToken: 1
categories:
- SeclinkDisabler
- SeclinkUtility

#Utility Options
- type: listing
id: SeclinkCrowbar
name: seclink-crowbar-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- state: portable_criminal
- state: screen-criminal
shader: unshaded
- type: Tag
tags:
- HandheldCriminalRecords
- type: ActivatableUI
key: enum.CriminalRecordsConsoleKey.Key
- type: UserInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
sprite: _Impstation/Objects/Tools/pribar.rsi
state: storage
- type: Prying
speedModifier: 1.25
speedModifier: 1.35
- type: Tag
tags:
- Pribar
- type: MeleeWeapon
wideAnimationRotation: -135
damage:
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_Impstation/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@

- type: Tag
id: EvidenceMarker

- type: Tag
id: Pribar

- type: Tag
id: HandheldCriminalRecords
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Fun/spaceblade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@
damage: 8
- type: DisarmMalus
malus: 0.225
- type: Tag # imp adding this so it fits in a sec belt
tags:
- SpaceBladeSec
- type: ItemToggle # imp edit - it deserves to weewoo
predictable: false
onUse: false
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_NF/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

- type: Tag
id: MailCapsule

- type: Tag #imp
id: SpaceBladeSec

0 comments on commit 91c8e50

Please sign in to comment.