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

Nerf Phazon #1040

Merged
merged 1 commit into from
Jan 6, 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
18 changes: 9 additions & 9 deletions Resources/Prototypes/Entities/Objects/Specific/Mech/mechs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
380: Critical
320: Critical
showOverlays: false
allowRevives: true
- type: PointLight
Expand Down Expand Up @@ -641,7 +641,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
560: Critical
540: Critical
showOverlays: false
allowRevives: true
- type: Tag
Expand Down Expand Up @@ -711,7 +711,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
770: Critical
750: Critical
showOverlays: false
allowRevives: true
- type: Tag
Expand Down Expand Up @@ -753,7 +753,7 @@
baseState: phazon
openState: phazon-open
brokenState: phazon-broken
mechToPilotDamageMultiplier: 0.4
mechToPilotDamageMultiplier: 0.50
maxEquipmentAmount: 6
airtight: true
pilotWhitelist:
Expand All @@ -765,7 +765,7 @@
damage:
types:
Blunt: 20
Structural: 130
Structural: 80
- type: MovementSpeedModifier
baseWalkSpeed: 3.2
baseSprintSpeed: 4
Expand All @@ -780,7 +780,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
300: Critical
280: Critical
showOverlays: false
allowRevives: true
- type: Tag
Expand Down Expand Up @@ -853,7 +853,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
570: Critical
550: Critical
showOverlays: false
allowRevives: true
- type: Tag
Expand Down Expand Up @@ -1101,7 +1101,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
580: Critical
550: Critical
showOverlays: false
allowRevives: true
- type: Tag
Expand Down Expand Up @@ -1184,7 +1184,7 @@
currentThresholdState : Alive
thresholds:
0: Alive
780: Critical
750: Critical
showOverlays: false
allowRevives: true
- type: AccessReader
Expand Down
3 changes: 1 addition & 2 deletions Resources/Prototypes/Research/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@
- PhazonPeripheralsElectronics
- PhazonTargetingElectronics
technologyPrerequisites:
- Ripley2
- Gygax
- Durand

- type: technology
id: GravityManipulation
Expand Down
27 changes: 15 additions & 12 deletions Resources/Prototypes/_Sunrise/Recipes/Lathes/mech_parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
id: DurandHarness
result: DurandHarness
category: Durand
completetime: 10
completetime: 60
materials:
Steel: 2500
Glass: 2000
Expand All @@ -58,7 +58,7 @@
id: DurandArmor
result: DurandArmorPlate
category: Durand
completetime: 10
completetime: 20
materials:
Steel: 3000
Silver: 900
Expand All @@ -67,7 +67,7 @@
id: DurandHead
result: DurandHead
category: Durand
completetime: 10
completetime: 20
materials:
Steel: 1500
Glass: 800
Expand Down Expand Up @@ -193,16 +193,17 @@
id: PhazonHarness
result: PhazonHarness
category: Phazon
completetime: 10
completetime: 60
materials:
Steel: 2500
Glass: 2000
Steel: 3500
Glass: 2500
Plasma: 1500

- type: latheRecipe
id: PhazonArmor
result: PhazonArmorPlate
category: Phazon
completetime: 10
completetime: 20
materials:
Steel: 3000
Plasma: 1000
Expand All @@ -211,17 +212,19 @@
id: PhazonHead
result: PhazonHead
category: Phazon
completetime: 10
completetime: 45
materials:
Steel: 1500
Glass: 250
Plastic: 250
Plasma: 500
Diamond: 100

- type: latheRecipe
id: PhazonLArm
result: PhazonLArm
category: Phazon
completetime: 10
completetime: 18
materials:
Steel: 1100
Plasma: 250
Expand All @@ -230,7 +233,7 @@
id: PhazonLLeg
result: PhazonLLeg
category: Phazon
completetime: 10
completetime: 18
materials:
Steel: 1100
Plasma: 250
Expand All @@ -239,7 +242,7 @@
id: PhazonRLeg
result: PhazonRLeg
category: Phazon
completetime: 10
completetime: 18
materials:
Steel: 1100
Plasma: 250
Expand All @@ -248,7 +251,7 @@
id: PhazonRArm
result: PhazonRArm
category: Phazon
completetime: 10
completetime: 18
materials:
Steel: 1100
Plasma: 250
Expand Down
Loading