Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seclink purchases should now all fit in sec belts + Pribar tweak #1643

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading