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

sec tweaks #1155

Merged
merged 3 commits into from
Mar 1, 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
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
- type: Projectile
damage:
types:
Blunt: 3
Heat: 16
Piercing: 14 #ADT tweak
# Blunt: 3 ADT tweak
# Heat: 16 ADT tweak

- type: entity
id: BulletLightRifleUranium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
- type: Projectile
damage:
types:
Blunt: 3
Heat: 32
Piercing: 32 #ADT tweak
# Blunt: 3 ADT tweak
# Heat: 32 ADT tweak

- type: entity
id: BulletMagnumAP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
- type: Projectile
damage:
types:
Blunt: 2
Heat: 14
Piercing: 10 #ADT tweak
# Blunt: 3 ADT twea
# Heat: 14

- type: entity
id: BulletPistolUranium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
- type: Projectile
damage:
types:
Blunt: 2
Heat: 15
Piercing: 15
# Blunt: 15 ADT tweak
# Heat: 15 ADT tweak

- type: entity
id: BulletRifleUranium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@
- type: Projectile
damage:
types:
Blunt: 3
Heat: 7
Piercing: 7 #ADT tweak
# Blunt: 3 ADT tweak
# Heat: 7 ADT tweak
- type: IgnitionSource
ignited: true

Expand Down
10 changes: 4 additions & 6 deletions Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
requirements:
- !type:OverallPlaytimeRequirement
time: 54000 #15 hrs # ADT-RoleTime
# ADT-Tweak
# - !type:DepartmentTimeRequirement
# department: Security
# time: 72000 #20 hrs # Corvax-RoleTime
# inverted: true # stop playing intern if you're good at security!
# ADT-Tweak
- !type:DepartmentTimeRequirement
department: Security
time: 72000 #20 hrs # Corvax-RoleTime
inverted: true # stop playing intern if you're good at security!
# ADT Restrict Start
- !type:SpeciesRequirement
inverted: true
Expand Down
Loading