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

Add SOS2 Experimental (1.4) Compatibility to Drones #753

Closed
Sn1p3rr3c0n opened this issue Feb 9, 2024 · 0 comments · Fixed by #754
Closed

Add SOS2 Experimental (1.4) Compatibility to Drones #753

Sn1p3rr3c0n opened this issue Feb 9, 2024 · 0 comments · Fixed by #754

Comments

@Sn1p3rr3c0n
Copy link
Collaborator

Changes in the SOS2 Experimental Build Require Drones to be marked as Resistant in another way.

As Per the Wiki Entry https://github.com/SonicTHI/SaveOurShip2Experimental/wiki/Adding-EVA-compatibility-to-mods#pawns:

<ThingDef>
  <!-- Rest of the xml -->
  <statBases>
    <HypoxiaResistance MayRequire="kentington.saveourship2">1</HypoxiaResistance>
    <DecompressionResistance MayRequire="kentington.saveourship2">1</DecompressionResistance>
    <VacuumSpeedMultiplier MayRequire="kentington.saveourship2">4</VacuumSpeedMultiplier>
  </statBases>
</ThingDef>

This can be implemented directly in the Def with MayRequire as shown above or Implemented as a Patch.
I Think both should work

@Sn1p3rr3c0n Sn1p3rr3c0n changed the title Add SOS2 Experimental (1,4) Compatibility to Drones Add SOS2 Experimental (1.4) Compatibility to Drones Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant