diff options
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/bio_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/biojunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/blood_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/bloodjunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/chaos_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/chaosjunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/cosmic_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/cosmicjunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/death_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/deathjunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/eco_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/ecojunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/hydro_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/hydrojunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/law_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/lawjunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/nature_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/naturejunk.yaml | 6 | ||||
| -rw-r--r-- | data/items/solar_identifier.yaml | 5 | ||||
| -rw-r--r-- | data/items/solarjunk.yaml | 6 |
20 files changed, 110 insertions, 0 deletions
diff --git a/data/items/bio_identifier.yaml b/data/items/bio_identifier.yaml new file mode 100644 index 0000000..1b5a941 --- /dev/null +++ b/data/items/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/biojunk.yaml b/data/items/biojunk.yaml new file mode 100644 index 0000000..8832a20 --- /dev/null +++ b/data/items/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/blood_identifier.yaml b/data/items/blood_identifier.yaml new file mode 100644 index 0000000..3540179 --- /dev/null +++ b/data/items/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/bloodjunk.yaml b/data/items/bloodjunk.yaml new file mode 100644 index 0000000..b837137 --- /dev/null +++ b/data/items/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/chaos_identifier.yaml b/data/items/chaos_identifier.yaml new file mode 100644 index 0000000..82a7ccf --- /dev/null +++ b/data/items/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/chaosjunk.yaml b/data/items/chaosjunk.yaml new file mode 100644 index 0000000..99515df --- /dev/null +++ b/data/items/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/cosmic_identifier.yaml b/data/items/cosmic_identifier.yaml new file mode 100644 index 0000000..97cb89a --- /dev/null +++ b/data/items/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/cosmicjunk.yaml b/data/items/cosmicjunk.yaml new file mode 100644 index 0000000..d9acc21 --- /dev/null +++ b/data/items/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/death_identifier.yaml b/data/items/death_identifier.yaml new file mode 100644 index 0000000..778bca5 --- /dev/null +++ b/data/items/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/deathjunk.yaml b/data/items/deathjunk.yaml new file mode 100644 index 0000000..7dcaba8 --- /dev/null +++ b/data/items/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/eco_identifier.yaml b/data/items/eco_identifier.yaml new file mode 100644 index 0000000..d0af516 --- /dev/null +++ b/data/items/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/ecojunk.yaml b/data/items/ecojunk.yaml new file mode 100644 index 0000000..c050049 --- /dev/null +++ b/data/items/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/hydro_identifier.yaml b/data/items/hydro_identifier.yaml new file mode 100644 index 0000000..3eb7d98 --- /dev/null +++ b/data/items/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/hydrojunk.yaml b/data/items/hydrojunk.yaml new file mode 100644 index 0000000..bfcd64a --- /dev/null +++ b/data/items/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/law_identifier.yaml b/data/items/law_identifier.yaml new file mode 100644 index 0000000..25700e1 --- /dev/null +++ b/data/items/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/lawjunk.yaml b/data/items/lawjunk.yaml new file mode 100644 index 0000000..b46bf9e --- /dev/null +++ b/data/items/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/nature_identifier.yaml b/data/items/nature_identifier.yaml new file mode 100644 index 0000000..dc441cf --- /dev/null +++ b/data/items/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/naturejunk.yaml b/data/items/naturejunk.yaml new file mode 100644 index 0000000..49ed1ff --- /dev/null +++ b/data/items/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/solar_identifier.yaml b/data/items/solar_identifier.yaml new file mode 100644 index 0000000..663bd9f --- /dev/null +++ b/data/items/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/solarjunk.yaml b/data/items/solarjunk.yaml new file mode 100644 index 0000000..ab4d5d5 --- /dev/null +++ b/data/items/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 |
