diff options
Diffstat (limited to 'data/items/decks')
29 files changed, 208 insertions, 0 deletions
diff --git a/data/items/decks/advanced_bio_deck.yaml b/data/items/decks/advanced_bio_deck.yaml new file mode 100644 index 0000000..1411a16 --- /dev/null +++ b/data/items/decks/advanced_bio_deck.yaml @@ -0,0 +1,11 @@ +id: advanced_bio_deck +name: advanced bio deck +color: "196 bold" +description: "A high-powered bio deck with enhanced circuitry. Provides unlimited biojunk and removes the scrap requirement." +value: 15000 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 20 +provides_junk: biojunk diff --git a/data/items/decks/advanced_eco_deck.yaml b/data/items/decks/advanced_eco_deck.yaml new file mode 100644 index 0000000..c844f47 --- /dev/null +++ b/data/items/decks/advanced_eco_deck.yaml @@ -0,0 +1,11 @@ +id: advanced_eco_deck +name: advanced eco deck +color: "34 bold" +description: "A high-powered eco deck with enhanced circuitry. Provides unlimited ecojunk and removes the scrap requirement." +value: 15000 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 20 +provides_junk: ecojunk diff --git a/data/items/decks/advanced_hydro_deck.yaml b/data/items/decks/advanced_hydro_deck.yaml new file mode 100644 index 0000000..2910931 --- /dev/null +++ b/data/items/decks/advanced_hydro_deck.yaml @@ -0,0 +1,11 @@ +id: advanced_hydro_deck +name: advanced hydro deck +color: "39 bold" +description: "A high-powered hydro deck with enhanced circuitry. Provides unlimited hydrojunk and removes the scrap requirement." +value: 15000 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 20 +provides_junk: hydrojunk diff --git a/data/items/decks/advanced_solar_deck.yaml b/data/items/decks/advanced_solar_deck.yaml new file mode 100644 index 0000000..002845c --- /dev/null +++ b/data/items/decks/advanced_solar_deck.yaml @@ -0,0 +1,11 @@ +id: advanced_solar_deck +name: advanced solar deck +color: "220 bold" +description: "A high-powered solar deck with enhanced circuitry. Provides unlimited solarjunk and removes the scrap requirement." +value: 15000 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 20 +provides_junk: solarjunk diff --git a/data/items/decks/basic_deck.yaml b/data/items/decks/basic_deck.yaml new file mode 100644 index 0000000..ef2549a --- /dev/null +++ b/data/items/decks/basic_deck.yaml @@ -0,0 +1,10 @@ +id: basic_deck +name: basic deck +color: "245" +description: "A simple programmable deck. Removes the scrap requirement for triggering mods, but provides no elemental junk." +value: 500 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 5 diff --git a/data/items/decks/bio_deck.yaml b/data/items/decks/bio_deck.yaml new file mode 100644 index 0000000..8de2036 --- /dev/null +++ b/data/items/decks/bio_deck.yaml @@ -0,0 +1,11 @@ +id: bio_deck +name: bio deck +color: "196" +description: "A programmable deck infused with bio-synthetic membranes. Provides unlimited biojunk and removes the scrap requirement." +value: 1500 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 10 +provides_junk: biojunk diff --git a/data/items/decks/bio_identifier.yaml b/data/items/decks/bio_identifier.yaml new file mode 100644 index 0000000..1b5a941 --- /dev/null +++ b/data/items/decks/bio_identifier.yaml @@ -0,0 +1,5 @@ +id: bio_identifier +name: bio identifier +color: "196" +description: "A handheld scanner calibrated to isolate bio-frequency signatures in scrap metal. Required to produce biojunk at a bio altar." +value: 5000 diff --git a/data/items/decks/biojunk.yaml b/data/items/decks/biojunk.yaml new file mode 100644 index 0000000..8832a20 --- /dev/null +++ b/data/items/decks/biojunk.yaml @@ -0,0 +1,6 @@ +id: biojunk +name: biojunk +color: "196" +description: "A fragment of reclaimed bio circuitry. Used as a universal energy medium." +value: 50 +stackable: true diff --git a/data/items/decks/blood_identifier.yaml b/data/items/decks/blood_identifier.yaml new file mode 100644 index 0000000..3540179 --- /dev/null +++ b/data/items/decks/blood_identifier.yaml @@ -0,0 +1,5 @@ +id: blood_identifier +name: blood identifier +color: "124" +description: "A handheld scanner calibrated to isolate blood-frequency signatures in scrap metal. Required to produce bloodjunk at a blood altar." +value: 15000 diff --git a/data/items/decks/bloodjunk.yaml b/data/items/decks/bloodjunk.yaml new file mode 100644 index 0000000..b837137 --- /dev/null +++ b/data/items/decks/bloodjunk.yaml @@ -0,0 +1,6 @@ +id: bloodjunk +name: bloodjunk +color: "124" +description: "A fragment of reclaimed blood circuitry. Used as a universal energy medium." +value: 90 +stackable: true diff --git a/data/items/decks/chaos_identifier.yaml b/data/items/decks/chaos_identifier.yaml new file mode 100644 index 0000000..82a7ccf --- /dev/null +++ b/data/items/decks/chaos_identifier.yaml @@ -0,0 +1,5 @@ +id: chaos_identifier +name: chaos identifier +color: "226" +description: "A handheld scanner calibrated to isolate chaos-frequency signatures in scrap metal. Required to produce chaosjunk at a chaos altar." +value: 7500 diff --git a/data/items/decks/chaosjunk.yaml b/data/items/decks/chaosjunk.yaml new file mode 100644 index 0000000..99515df --- /dev/null +++ b/data/items/decks/chaosjunk.yaml @@ -0,0 +1,6 @@ +id: chaosjunk +name: chaosjunk +color: "226" +description: "A fragment of reclaimed chaos circuitry. Used as a universal energy medium." +value: 40 +stackable: true diff --git a/data/items/decks/cosmic_identifier.yaml b/data/items/decks/cosmic_identifier.yaml new file mode 100644 index 0000000..97cb89a --- /dev/null +++ b/data/items/decks/cosmic_identifier.yaml @@ -0,0 +1,5 @@ +id: cosmic_identifier +name: cosmic identifier +color: "201" +description: "A handheld scanner calibrated to isolate cosmic-frequency signatures in scrap metal. Required to produce cosmicjunk at a cosmic altar." +value: 5000 diff --git a/data/items/decks/cosmicjunk.yaml b/data/items/decks/cosmicjunk.yaml new file mode 100644 index 0000000..d9acc21 --- /dev/null +++ b/data/items/decks/cosmicjunk.yaml @@ -0,0 +1,6 @@ +id: cosmicjunk +name: cosmicjunk +color: "201" +description: "A fragment of reclaimed cosmic circuitry. Used as a universal energy medium." +value: 30 +stackable: true diff --git a/data/items/decks/death_identifier.yaml b/data/items/decks/death_identifier.yaml new file mode 100644 index 0000000..778bca5 --- /dev/null +++ b/data/items/decks/death_identifier.yaml @@ -0,0 +1,5 @@ +id: death_identifier +name: death identifier +color: "52" +description: "A handheld scanner calibrated to isolate death-frequency signatures in scrap metal. Required to produce deathjunk at a death altar." +value: 10000 diff --git a/data/items/decks/deathjunk.yaml b/data/items/decks/deathjunk.yaml new file mode 100644 index 0000000..7dcaba8 --- /dev/null +++ b/data/items/decks/deathjunk.yaml @@ -0,0 +1,6 @@ +id: deathjunk +name: deathjunk +color: "52" +description: "A fragment of reclaimed death circuitry. Used as a universal energy medium." +value: 70 +stackable: true diff --git a/data/items/decks/eco_deck.yaml b/data/items/decks/eco_deck.yaml new file mode 100644 index 0000000..ef1a991 --- /dev/null +++ b/data/items/decks/eco_deck.yaml @@ -0,0 +1,11 @@ +id: eco_deck +name: eco deck +color: "34" +description: "A programmable deck threaded with eco-organic circuits. Provides unlimited ecojunk and removes the scrap requirement." +value: 1500 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 10 +provides_junk: ecojunk diff --git a/data/items/decks/eco_identifier.yaml b/data/items/decks/eco_identifier.yaml new file mode 100644 index 0000000..d0af516 --- /dev/null +++ b/data/items/decks/eco_identifier.yaml @@ -0,0 +1,5 @@ +id: eco_identifier +name: eco identifier +color: "34" +description: "A handheld scanner calibrated to isolate eco-frequency signatures in scrap metal. Required to produce ecojunk at an eco altar." +value: 2500 diff --git a/data/items/decks/ecojunk.yaml b/data/items/decks/ecojunk.yaml new file mode 100644 index 0000000..c050049 --- /dev/null +++ b/data/items/decks/ecojunk.yaml @@ -0,0 +1,6 @@ +id: ecojunk +name: ecojunk +color: "34" +description: "A fragment of reclaimed eco circuitry. Used as a universal energy medium." +value: 30 +stackable: true diff --git a/data/items/decks/hydro_deck.yaml b/data/items/decks/hydro_deck.yaml new file mode 100644 index 0000000..0e417a2 --- /dev/null +++ b/data/items/decks/hydro_deck.yaml @@ -0,0 +1,11 @@ +id: hydro_deck +name: hydro deck +color: "39" +description: "A programmable deck infused with hydro circuitry. Provides unlimited hydrojunk and removes the scrap requirement." +value: 1500 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 10 +provides_junk: hydrojunk diff --git a/data/items/decks/hydro_identifier.yaml b/data/items/decks/hydro_identifier.yaml new file mode 100644 index 0000000..3eb7d98 --- /dev/null +++ b/data/items/decks/hydro_identifier.yaml @@ -0,0 +1,5 @@ +id: hydro_identifier +name: hydro identifier +color: "39" +description: "A handheld scanner calibrated to isolate hydro-frequency signatures in scrap metal. Required to produce hydrojunk at a hydro altar." +value: 1000 diff --git a/data/items/decks/hydrojunk.yaml b/data/items/decks/hydrojunk.yaml new file mode 100644 index 0000000..bfcd64a --- /dev/null +++ b/data/items/decks/hydrojunk.yaml @@ -0,0 +1,6 @@ +id: hydrojunk +name: hydrojunk +color: "39" +description: "A fragment of reclaimed hydro circuitry. Used as a universal energy medium." +value: 18 +stackable: true diff --git a/data/items/decks/law_identifier.yaml b/data/items/decks/law_identifier.yaml new file mode 100644 index 0000000..25700e1 --- /dev/null +++ b/data/items/decks/law_identifier.yaml @@ -0,0 +1,5 @@ +id: law_identifier +name: law identifier +color: "27" +description: "A handheld scanner calibrated to isolate law-frequency signatures in scrap metal. Required to produce lawjunk at a law altar." +value: 10000 diff --git a/data/items/decks/lawjunk.yaml b/data/items/decks/lawjunk.yaml new file mode 100644 index 0000000..b46bf9e --- /dev/null +++ b/data/items/decks/lawjunk.yaml @@ -0,0 +1,6 @@ +id: lawjunk +name: lawjunk +color: "27" +description: "A fragment of reclaimed law circuitry. Used as a universal energy medium." +value: 60 +stackable: true diff --git a/data/items/decks/nature_identifier.yaml b/data/items/decks/nature_identifier.yaml new file mode 100644 index 0000000..dc441cf --- /dev/null +++ b/data/items/decks/nature_identifier.yaml @@ -0,0 +1,5 @@ +id: nature_identifier +name: nature identifier +color: "46" +description: "A handheld scanner calibrated to isolate nature-frequency signatures in scrap metal. Required to produce naturejunk at a nature altar." +value: 10000 diff --git a/data/items/decks/naturejunk.yaml b/data/items/decks/naturejunk.yaml new file mode 100644 index 0000000..49ed1ff --- /dev/null +++ b/data/items/decks/naturejunk.yaml @@ -0,0 +1,6 @@ +id: naturejunk +name: naturejunk +color: "46" +description: "A fragment of reclaimed nature circuitry. Used as a universal energy medium." +value: 50 +stackable: true diff --git a/data/items/decks/solar_deck.yaml b/data/items/decks/solar_deck.yaml new file mode 100644 index 0000000..72b7e9e --- /dev/null +++ b/data/items/decks/solar_deck.yaml @@ -0,0 +1,11 @@ +id: solar_deck +name: solar deck +color: "220" +description: "A programmable deck pulsing with solar energy. Provides unlimited solarjunk and removes the scrap requirement." +value: 1500 +equip_slot: main_hand +weapon_type: science +speed: 5 +stats: + science_attack: 10 +provides_junk: solarjunk diff --git a/data/items/decks/solar_identifier.yaml b/data/items/decks/solar_identifier.yaml new file mode 100644 index 0000000..663bd9f --- /dev/null +++ b/data/items/decks/solar_identifier.yaml @@ -0,0 +1,5 @@ +id: solar_identifier +name: solar identifier +color: "220" +description: "A handheld scanner calibrated to isolate solar-frequency signatures in scrap metal. Required to produce solarjunk at a solar altar." +value: 500 diff --git a/data/items/decks/solarjunk.yaml b/data/items/decks/solarjunk.yaml new file mode 100644 index 0000000..ab4d5d5 --- /dev/null +++ b/data/items/decks/solarjunk.yaml @@ -0,0 +1,6 @@ +id: solarjunk +name: solarjunk +color: "220" +description: "A fragment of reclaimed solar circuitry. Used as a universal energy medium." +value: 10 +stackable: true |
