From 0ea4eec5dd2122c6704216971eb1249276297867 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 18:20:26 -0400 Subject: shop fixes, 'toggle' completely removed, movement speed increased --- data/modules/bio_blast.yaml | 12 ++++++++++++ data/modules/bio_bolt.yaml | 11 +++++++++++ data/modules/bio_strike.yaml | 10 ++++++++++ data/modules/bio_surge.yaml | 11 +++++++++++ data/modules/bio_wave.yaml | 12 ++++++++++++ data/modules/bones_to_nutrients.yaml | 10 ++++++++++ data/modules/chip_diamond.yaml | 10 ++++++++++ data/modules/chip_emerald.yaml | 10 ++++++++++ data/modules/chip_ruby.yaml | 11 +++++++++++ data/modules/chip_sapphire.yaml | 10 ++++++++++ data/modules/eco_blast.yaml | 12 ++++++++++++ data/modules/eco_bolt.yaml | 11 +++++++++++ data/modules/eco_strike.yaml | 11 +++++++++++ data/modules/eco_surge.yaml | 12 ++++++++++++ data/modules/eco_wave.yaml | 12 ++++++++++++ data/modules/em_grab.yaml | 10 ++++++++++ data/modules/enchant_1.yaml | 10 ++++++++++ data/modules/enchant_2.yaml | 10 ++++++++++ data/modules/enchant_3.yaml | 10 ++++++++++ data/modules/enchant_4.yaml | 10 ++++++++++ data/modules/high_process.yaml | 10 ++++++++++ data/modules/hydro_blast.yaml | 12 ++++++++++++ data/modules/hydro_bolt.yaml | 11 +++++++++++ data/modules/hydro_strike.yaml | 11 +++++++++++ data/modules/hydro_surge.yaml | 12 ++++++++++++ data/modules/hydro_wave.yaml | 12 ++++++++++++ data/modules/low_process.yaml | 10 ++++++++++ data/modules/plank_make.yaml | 10 ++++++++++ data/modules/solar_blast.yaml | 12 ++++++++++++ data/modules/solar_bolt.yaml | 11 +++++++++++ data/modules/solar_strike.yaml | 11 +++++++++++ data/modules/solar_surge.yaml | 12 ++++++++++++ data/modules/solar_wave.yaml | 12 ++++++++++++ data/modules/superheat.yaml | 10 ++++++++++ data/modules/transport_deep_mine.yaml | 11 +++++++++++ data/modules/transport_fishing.yaml | 12 ++++++++++++ data/modules/transport_forest.yaml | 12 ++++++++++++ data/modules/transport_forge.yaml | 11 +++++++++++ data/modules/transport_mine.yaml | 12 ++++++++++++ data/modules/transport_scavenge.yaml | 11 +++++++++++ data/modules/transport_town.yaml | 12 ++++++++++++ 41 files changed, 452 insertions(+) create mode 100644 data/modules/bio_blast.yaml create mode 100644 data/modules/bio_bolt.yaml create mode 100644 data/modules/bio_strike.yaml create mode 100644 data/modules/bio_surge.yaml create mode 100644 data/modules/bio_wave.yaml create mode 100644 data/modules/bones_to_nutrients.yaml create mode 100644 data/modules/chip_diamond.yaml create mode 100644 data/modules/chip_emerald.yaml create mode 100644 data/modules/chip_ruby.yaml create mode 100644 data/modules/chip_sapphire.yaml create mode 100644 data/modules/eco_blast.yaml create mode 100644 data/modules/eco_bolt.yaml create mode 100644 data/modules/eco_strike.yaml create mode 100644 data/modules/eco_surge.yaml create mode 100644 data/modules/eco_wave.yaml create mode 100644 data/modules/em_grab.yaml create mode 100644 data/modules/enchant_1.yaml create mode 100644 data/modules/enchant_2.yaml create mode 100644 data/modules/enchant_3.yaml create mode 100644 data/modules/enchant_4.yaml create mode 100644 data/modules/high_process.yaml create mode 100644 data/modules/hydro_blast.yaml create mode 100644 data/modules/hydro_bolt.yaml create mode 100644 data/modules/hydro_strike.yaml create mode 100644 data/modules/hydro_surge.yaml create mode 100644 data/modules/hydro_wave.yaml create mode 100644 data/modules/low_process.yaml create mode 100644 data/modules/plank_make.yaml create mode 100644 data/modules/solar_blast.yaml create mode 100644 data/modules/solar_bolt.yaml create mode 100644 data/modules/solar_strike.yaml create mode 100644 data/modules/solar_surge.yaml create mode 100644 data/modules/solar_wave.yaml create mode 100644 data/modules/superheat.yaml create mode 100644 data/modules/transport_deep_mine.yaml create mode 100644 data/modules/transport_fishing.yaml create mode 100644 data/modules/transport_forest.yaml create mode 100644 data/modules/transport_forge.yaml create mode 100644 data/modules/transport_mine.yaml create mode 100644 data/modules/transport_scavenge.yaml create mode 100644 data/modules/transport_town.yaml (limited to 'data/modules') diff --git a/data/modules/bio_blast.yaml b/data/modules/bio_blast.yaml new file mode 100644 index 0000000..216b96c --- /dev/null +++ b/data/modules/bio_blast.yaml @@ -0,0 +1,12 @@ +id: bio_blast +name: Bio Blast +level: 41 +max_hit: 13 +base_xp: 25 +category: combat +element: bio +junk_cost: + biojunk: 3 + chaosjunk: 1 + deathjunk: 1 + scrap_metal: 1 diff --git a/data/modules/bio_bolt.yaml b/data/modules/bio_bolt.yaml new file mode 100644 index 0000000..848c562 --- /dev/null +++ b/data/modules/bio_bolt.yaml @@ -0,0 +1,11 @@ +id: bio_bolt +name: Bio Bolt +level: 17 +max_hit: 9 +base_xp: 13 +category: combat +element: bio +junk_cost: + biojunk: 2 + chaosjunk: 1 + scrap_metal: 1 diff --git a/data/modules/bio_strike.yaml b/data/modules/bio_strike.yaml new file mode 100644 index 0000000..25a08a6 --- /dev/null +++ b/data/modules/bio_strike.yaml @@ -0,0 +1,10 @@ +id: bio_strike +name: Bio Strike +level: 1 +max_hit: 4 +base_xp: 5 +category: combat +element: bio +junk_cost: + biojunk: 2 + scrap_metal: 1 diff --git a/data/modules/bio_surge.yaml b/data/modules/bio_surge.yaml new file mode 100644 index 0000000..2cb813a --- /dev/null +++ b/data/modules/bio_surge.yaml @@ -0,0 +1,11 @@ +id: bio_surge +name: Bio Surge +level: 81 +max_hit: 21 +base_xp: 44 +category: combat +element: bio +junk_cost: + biojunk: 7 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/bio_wave.yaml b/data/modules/bio_wave.yaml new file mode 100644 index 0000000..835f27c --- /dev/null +++ b/data/modules/bio_wave.yaml @@ -0,0 +1,12 @@ +id: bio_wave +name: Bio Wave +level: 62 +max_hit: 17 +base_xp: 36 +category: combat +element: bio +junk_cost: + biojunk: 5 + deathjunk: 1 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/bones_to_nutrients.yaml b/data/modules/bones_to_nutrients.yaml new file mode 100644 index 0000000..10f23fd --- /dev/null +++ b/data/modules/bones_to_nutrients.yaml @@ -0,0 +1,10 @@ +id: bones_to_nutrients +name: Bones to Nutrients +level: 15 +max_hit: 0 +base_xp: 25 +category: utility +junk_cost: + naturejunk: 2 + ecojunk: 2 + scrap_metal: 1 diff --git a/data/modules/chip_diamond.yaml b/data/modules/chip_diamond.yaml new file mode 100644 index 0000000..6622558 --- /dev/null +++ b/data/modules/chip_diamond.yaml @@ -0,0 +1,10 @@ +id: chip_diamond +name: Chip Diamond Bolts +level: 57 +max_hit: 0 +base_xp: 67 +category: enchant +junk_cost: + cosmicjunk: 1 + ecojunk: 10 + scrap_metal: 1 diff --git a/data/modules/chip_emerald.yaml b/data/modules/chip_emerald.yaml new file mode 100644 index 0000000..4db73f5 --- /dev/null +++ b/data/modules/chip_emerald.yaml @@ -0,0 +1,10 @@ +id: chip_emerald +name: Chip Emerald Bolts +level: 27 +max_hit: 0 +base_xp: 37 +category: enchant +junk_cost: + cosmicjunk: 1 + biojunk: 3 + scrap_metal: 1 diff --git a/data/modules/chip_ruby.yaml b/data/modules/chip_ruby.yaml new file mode 100644 index 0000000..13e825c --- /dev/null +++ b/data/modules/chip_ruby.yaml @@ -0,0 +1,11 @@ +id: chip_ruby +name: Chip Ruby Bolts +level: 49 +max_hit: 0 +base_xp: 59 +category: enchant +junk_cost: + cosmicjunk: 1 + solarjunk: 5 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/chip_sapphire.yaml b/data/modules/chip_sapphire.yaml new file mode 100644 index 0000000..ec747fd --- /dev/null +++ b/data/modules/chip_sapphire.yaml @@ -0,0 +1,10 @@ +id: chip_sapphire +name: Chip Sapphire Bolts +level: 4 +max_hit: 0 +base_xp: 9 +category: enchant +junk_cost: + cosmicjunk: 1 + hydrojunk: 1 + scrap_metal: 1 diff --git a/data/modules/eco_blast.yaml b/data/modules/eco_blast.yaml new file mode 100644 index 0000000..4f8f8ff --- /dev/null +++ b/data/modules/eco_blast.yaml @@ -0,0 +1,12 @@ +id: eco_blast +name: Eco Blast +level: 53 +max_hit: 15 +base_xp: 31 +category: combat +element: eco +junk_cost: + ecojunk: 4 + biojunk: 3 + chaosjunk: 1 + scrap_metal: 1 diff --git a/data/modules/eco_bolt.yaml b/data/modules/eco_bolt.yaml new file mode 100644 index 0000000..33ea0f6 --- /dev/null +++ b/data/modules/eco_bolt.yaml @@ -0,0 +1,11 @@ +id: eco_bolt +name: Eco Bolt +level: 29 +max_hit: 11 +base_xp: 19 +category: combat +element: eco +junk_cost: + ecojunk: 3 + biojunk: 2 + scrap_metal: 1 diff --git a/data/modules/eco_strike.yaml b/data/modules/eco_strike.yaml new file mode 100644 index 0000000..585db00 --- /dev/null +++ b/data/modules/eco_strike.yaml @@ -0,0 +1,11 @@ +id: eco_strike +name: Eco Strike +level: 9 +max_hit: 7 +base_xp: 9 +category: combat +element: eco +junk_cost: + ecojunk: 2 + biojunk: 2 + scrap_metal: 1 diff --git a/data/modules/eco_surge.yaml b/data/modules/eco_surge.yaml new file mode 100644 index 0000000..6bca172 --- /dev/null +++ b/data/modules/eco_surge.yaml @@ -0,0 +1,12 @@ +id: eco_surge +name: Eco Surge +level: 90 +max_hit: 23 +base_xp: 48 +category: combat +element: eco +junk_cost: + ecojunk: 10 + biojunk: 7 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/eco_wave.yaml b/data/modules/eco_wave.yaml new file mode 100644 index 0000000..4fa2a23 --- /dev/null +++ b/data/modules/eco_wave.yaml @@ -0,0 +1,12 @@ +id: eco_wave +name: Eco Wave +level: 70 +max_hit: 19 +base_xp: 40 +category: combat +element: eco +junk_cost: + ecojunk: 7 + biojunk: 5 + deathjunk: 1 + scrap_metal: 1 diff --git a/data/modules/em_grab.yaml b/data/modules/em_grab.yaml new file mode 100644 index 0000000..4ec20d3 --- /dev/null +++ b/data/modules/em_grab.yaml @@ -0,0 +1,10 @@ +id: em_grab +name: Electromagnetic Grab +level: 33 +max_hit: 0 +base_xp: 43 +category: utility +junk_cost: + lawjunk: 1 + biojunk: 1 + scrap_metal: 1 diff --git a/data/modules/enchant_1.yaml b/data/modules/enchant_1.yaml new file mode 100644 index 0000000..6c074e0 --- /dev/null +++ b/data/modules/enchant_1.yaml @@ -0,0 +1,10 @@ +id: enchant_1 +name: Enchant Level 1 +level: 7 +max_hit: 0 +base_xp: 17 +category: enchant +junk_cost: + cosmicjunk: 1 + hydrojunk: 1 + scrap_metal: 1 diff --git a/data/modules/enchant_2.yaml b/data/modules/enchant_2.yaml new file mode 100644 index 0000000..22c19f9 --- /dev/null +++ b/data/modules/enchant_2.yaml @@ -0,0 +1,10 @@ +id: enchant_2 +name: Enchant Level 2 +level: 27 +max_hit: 0 +base_xp: 37 +category: enchant +junk_cost: + cosmicjunk: 1 + biojunk: 3 + scrap_metal: 1 diff --git a/data/modules/enchant_3.yaml b/data/modules/enchant_3.yaml new file mode 100644 index 0000000..99f8745 --- /dev/null +++ b/data/modules/enchant_3.yaml @@ -0,0 +1,10 @@ +id: enchant_3 +name: Enchant Level 3 +level: 49 +max_hit: 0 +base_xp: 59 +category: enchant +junk_cost: + cosmicjunk: 1 + solarjunk: 5 + scrap_metal: 1 diff --git a/data/modules/enchant_4.yaml b/data/modules/enchant_4.yaml new file mode 100644 index 0000000..e296ce6 --- /dev/null +++ b/data/modules/enchant_4.yaml @@ -0,0 +1,10 @@ +id: enchant_4 +name: Enchant Level 4 +level: 57 +max_hit: 0 +base_xp: 67 +category: enchant +junk_cost: + cosmicjunk: 1 + ecojunk: 10 + scrap_metal: 1 diff --git a/data/modules/high_process.yaml b/data/modules/high_process.yaml new file mode 100644 index 0000000..55e4c38 --- /dev/null +++ b/data/modules/high_process.yaml @@ -0,0 +1,10 @@ +id: high_process +name: High Level Processing +level: 55 +max_hit: 0 +base_xp: 65 +category: utility +junk_cost: + naturejunk: 5 + solarjunk: 1 + scrap_metal: 1 diff --git a/data/modules/hydro_blast.yaml b/data/modules/hydro_blast.yaml new file mode 100644 index 0000000..c55f1b4 --- /dev/null +++ b/data/modules/hydro_blast.yaml @@ -0,0 +1,12 @@ +id: hydro_blast +name: Hydro Blast +level: 47 +max_hit: 14 +base_xp: 28 +category: combat +element: hydro +junk_cost: + hydrojunk: 5 + ecojunk: 3 + chaosjunk: 1 + scrap_metal: 1 diff --git a/data/modules/hydro_bolt.yaml b/data/modules/hydro_bolt.yaml new file mode 100644 index 0000000..6487191 --- /dev/null +++ b/data/modules/hydro_bolt.yaml @@ -0,0 +1,11 @@ +id: hydro_bolt +name: Hydro Bolt +level: 23 +max_hit: 10 +base_xp: 16 +category: combat +element: hydro +junk_cost: + hydrojunk: 3 + ecojunk: 2 + scrap_metal: 1 diff --git a/data/modules/hydro_strike.yaml b/data/modules/hydro_strike.yaml new file mode 100644 index 0000000..657e8e1 --- /dev/null +++ b/data/modules/hydro_strike.yaml @@ -0,0 +1,11 @@ +id: hydro_strike +name: Hydro Strike +level: 5 +max_hit: 6 +base_xp: 7 +category: combat +element: hydro +junk_cost: + hydrojunk: 3 + ecojunk: 1 + scrap_metal: 1 diff --git a/data/modules/hydro_surge.yaml b/data/modules/hydro_surge.yaml new file mode 100644 index 0000000..61fe3d2 --- /dev/null +++ b/data/modules/hydro_surge.yaml @@ -0,0 +1,12 @@ +id: hydro_surge +name: Hydro Surge +level: 85 +max_hit: 22 +base_xp: 46 +category: combat +element: hydro +junk_cost: + hydrojunk: 10 + ecojunk: 7 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/hydro_wave.yaml b/data/modules/hydro_wave.yaml new file mode 100644 index 0000000..92da933 --- /dev/null +++ b/data/modules/hydro_wave.yaml @@ -0,0 +1,12 @@ +id: hydro_wave +name: Hydro Wave +level: 65 +max_hit: 18 +base_xp: 37 +category: combat +element: hydro +junk_cost: + hydrojunk: 7 + ecojunk: 5 + deathjunk: 1 + scrap_metal: 1 diff --git a/data/modules/low_process.yaml b/data/modules/low_process.yaml new file mode 100644 index 0000000..f3457d6 --- /dev/null +++ b/data/modules/low_process.yaml @@ -0,0 +1,10 @@ +id: low_process +name: Low Level Processing +level: 21 +max_hit: 0 +base_xp: 31 +category: utility +junk_cost: + naturejunk: 3 + solarjunk: 1 + scrap_metal: 1 diff --git a/data/modules/plank_make.yaml b/data/modules/plank_make.yaml new file mode 100644 index 0000000..6aa2469 --- /dev/null +++ b/data/modules/plank_make.yaml @@ -0,0 +1,10 @@ +id: plank_make +name: Plank Make +level: 86 +max_hit: 0 +base_xp: 90 +category: utility +junk_cost: + naturejunk: 5 + solarjunk: 1 + scrap_metal: 1 diff --git a/data/modules/solar_blast.yaml b/data/modules/solar_blast.yaml new file mode 100644 index 0000000..1af5170 --- /dev/null +++ b/data/modules/solar_blast.yaml @@ -0,0 +1,12 @@ +id: solar_blast +name: Solar Blast +level: 59 +max_hit: 16 +base_xp: 34 +category: combat +element: solar +junk_cost: + solarjunk: 5 + ecojunk: 4 + chaosjunk: 1 + scrap_metal: 1 diff --git a/data/modules/solar_bolt.yaml b/data/modules/solar_bolt.yaml new file mode 100644 index 0000000..ca4c1b5 --- /dev/null +++ b/data/modules/solar_bolt.yaml @@ -0,0 +1,11 @@ +id: solar_bolt +name: Solar Bolt +level: 35 +max_hit: 12 +base_xp: 22 +category: combat +element: solar +junk_cost: + solarjunk: 4 + ecojunk: 3 + scrap_metal: 1 diff --git a/data/modules/solar_strike.yaml b/data/modules/solar_strike.yaml new file mode 100644 index 0000000..b9eae32 --- /dev/null +++ b/data/modules/solar_strike.yaml @@ -0,0 +1,11 @@ +id: solar_strike +name: Solar Strike +level: 13 +max_hit: 8 +base_xp: 11 +category: combat +element: solar +junk_cost: + solarjunk: 3 + ecojunk: 2 + scrap_metal: 1 diff --git a/data/modules/solar_surge.yaml b/data/modules/solar_surge.yaml new file mode 100644 index 0000000..abfedd1 --- /dev/null +++ b/data/modules/solar_surge.yaml @@ -0,0 +1,12 @@ +id: solar_surge +name: Solar Surge +level: 95 +max_hit: 24 +base_xp: 51 +category: combat +element: solar +junk_cost: + solarjunk: 10 + ecojunk: 7 + bloodjunk: 1 + scrap_metal: 1 diff --git a/data/modules/solar_wave.yaml b/data/modules/solar_wave.yaml new file mode 100644 index 0000000..9f67203 --- /dev/null +++ b/data/modules/solar_wave.yaml @@ -0,0 +1,12 @@ +id: solar_wave +name: Solar Wave +level: 75 +max_hit: 20 +base_xp: 42 +category: combat +element: solar +junk_cost: + solarjunk: 7 + ecojunk: 5 + deathjunk: 1 + scrap_metal: 1 diff --git a/data/modules/superheat.yaml b/data/modules/superheat.yaml new file mode 100644 index 0000000..27b5931 --- /dev/null +++ b/data/modules/superheat.yaml @@ -0,0 +1,10 @@ +id: superheat +name: Superheat Item +level: 43 +max_hit: 0 +base_xp: 53 +category: utility +junk_cost: + naturejunk: 4 + solarjunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_deep_mine.yaml b/data/modules/transport_deep_mine.yaml new file mode 100644 index 0000000..2322253 --- /dev/null +++ b/data/modules/transport_deep_mine.yaml @@ -0,0 +1,11 @@ +id: transport_deep_mine +name: "Transport: Deep Mine" +level: 61 +max_hit: 0 +base_xp: 60 +category: transport +destination: 7 +junk_cost: + lawjunk: 2 + ecojunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_fishing.yaml b/data/modules/transport_fishing.yaml new file mode 100644 index 0000000..8c0ba0b --- /dev/null +++ b/data/modules/transport_fishing.yaml @@ -0,0 +1,12 @@ +id: transport_fishing +name: "Transport: Fishing Dock" +level: 55 +max_hit: 0 +base_xp: 56 +category: transport +destination: 10 +junk_cost: + lawjunk: 1 + hydrojunk: 1 + biojunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_forest.yaml b/data/modules/transport_forest.yaml new file mode 100644 index 0000000..1f555f4 --- /dev/null +++ b/data/modules/transport_forest.yaml @@ -0,0 +1,12 @@ +id: transport_forest +name: "Transport: Forest" +level: 45 +max_hit: 0 +base_xp: 48 +category: transport +destination: 22 +junk_cost: + lawjunk: 1 + ecojunk: 1 + biojunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_forge.yaml b/data/modules/transport_forge.yaml new file mode 100644 index 0000000..f54b34c --- /dev/null +++ b/data/modules/transport_forge.yaml @@ -0,0 +1,11 @@ +id: transport_forge +name: "Transport: Forge" +level: 31 +max_hit: 0 +base_xp: 35 +category: transport +destination: 12 +junk_cost: + lawjunk: 1 + ecojunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_mine.yaml b/data/modules/transport_mine.yaml new file mode 100644 index 0000000..9c70463 --- /dev/null +++ b/data/modules/transport_mine.yaml @@ -0,0 +1,12 @@ +id: transport_mine +name: "Transport: Mining Pit" +level: 37 +max_hit: 0 +base_xp: 40 +category: transport +destination: 6 +junk_cost: + lawjunk: 1 + ecojunk: 1 + solarjunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_scavenge.yaml b/data/modules/transport_scavenge.yaml new file mode 100644 index 0000000..4774007 --- /dev/null +++ b/data/modules/transport_scavenge.yaml @@ -0,0 +1,11 @@ +id: transport_scavenge +name: "Transport: Scavenging Post" +level: 51 +max_hit: 0 +base_xp: 52 +category: transport +destination: 9 +junk_cost: + lawjunk: 1 + naturejunk: 1 + scrap_metal: 1 diff --git a/data/modules/transport_town.yaml b/data/modules/transport_town.yaml new file mode 100644 index 0000000..81b6921 --- /dev/null +++ b/data/modules/transport_town.yaml @@ -0,0 +1,12 @@ +id: transport_town +name: "Transport: Town Square" +level: 25 +max_hit: 0 +base_xp: 27 +category: transport +destination: 1 +junk_cost: + lawjunk: 1 + solarjunk: 1 + biojunk: 1 + scrap_metal: 1 -- cgit v1.2.3