Skip to content

Commit

Permalink
Merge pull request #33 from LankLTE/jetpacks
Browse files Browse the repository at this point in the history
Replace cargo teleporter tech with void jetpack
  • Loading branch information
Cheackraze committed Jul 14, 2023
2 parents c3afdd1 + 5ea380a commit ebd5bd1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_NF/research/technologies.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
research-techology-advanced-personal-propulsion = Advanced Personal Propulsion
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
- WelderExperimental
- JawsOfLife
- UtilityBeltChiefEngineer
- JetpackVoid

- type: entity
id: CircuitImprinter
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/devices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,13 @@
Steel: 500
Glass: 400
Gold: 100

- type: latheRecipe
id: JetpackVoid
result: JetpackVoidFilled
completetime: 5
materials:
Steel: 1000
Silver: 500
Plasma: 500
Uranium: 250
10 changes: 5 additions & 5 deletions Resources/Prototypes/Research/civilianservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@
# Tier 3

- type: technology
id: BluespaceCargoTransport
name: research-technology-bluespace-cargo-transport
id: AdvancedPersonalPropulsion
name: research-techology-advanced-personal-propulsion
icon:
sprite: Structures/cargo_telepad.rsi
state: display
sprite: Objects/Tanks/Jetpacks/void.rsi
state: icon
discipline: CivilianServices
tier: 3
cost: 15000
recipeUnlocks:
- CargoTelepadMachineCircuitboard
- JetpackVoid

0 comments on commit ebd5bd1

Please sign in to comment.