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

Replace cargo teleporter tech with void jetpack #33

Merged
merged 2 commits into from
Jul 14, 2023
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
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
Loading