Skip to content

Commit

Permalink
Missing Perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Jan 13, 2024
1 parent 7748d04 commit 20ab512
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- Maintenance
- Medical
- Mercenary # Frontier
- Pilot # Frontier
- Quartermaster
- Research
- ResearchDirector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
- ResearchDirector # Frontier
- Armory # Frontier
- Mercenary # Frontier
- Pilot # Frontier
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ] # Frontier - Added TrackingImplant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- ChiefEngineer # Frontier
- ChiefMedicalOfficer # Frontier
- ResearchDirector # Frontier
- Pilot # Frontier
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant, TrackingImplant ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitMercenary

# Pilot Hardsuit
# Pilot Hardsuit - Spationaut stats
- type: entity
parent: ClothingOuterHardsuitBase
id: ClothingOuterHardsuitPilot
Expand All @@ -71,6 +71,20 @@
sprite: _NF/Clothing/OuterClothing/Hardsuits/pilot_hardsuit.rsi
- type: Clothing
sprite: _NF/Clothing/OuterClothing/Hardsuits/pilot_hardsuit.rsi
- type: PressureProtection
highPressureMultiplier: 0.7
lowPressureMultiplier: 1000
- type: Armor
modifiers:
coefficients:
Blunt: 0.9
Slash: 0.9
Piercing: 0.9
Radiation: 0.3
Caustic: 0.8
- type: ClothingSpeedModifier
walkModifier: 0.9
sprintModifier: 0.8
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitPilot
- type: StaticPrice
Expand Down

0 comments on commit 20ab512

Please sign in to comment.