Skip to content

Commit

Permalink
Fix essence cell CBM in DDA version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jan 25, 2023
1 parent 0ba302a commit eaba4ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Arcana/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"type": "bionic",
"name": { "str": "Surge Cell - Crystallized Essence" },
"description": "A miniaturized reactor of exotic manufacture, with separate chambers to store and consume one of four different types of essence at the same time. This component will draw on any stored crystallized essence.",
"fuel_options": [ "arcana_fuel_essence_dull" ],
"fuel_options": [ "arcana_fuel_essence_pure" ],
"fuel_capacity": 300,
"fuel_efficiency": 1.0,
"time": 1,
Expand Down
6 changes: 3 additions & 3 deletions Arcana/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"id": "arcana_fuel_essence",
"copy-from": "essencemat",
"name": "Essence",
"fuel_data": { "energy": "120000 kJ" }
"fuel_data": { "energy": "12000 kJ" }
},
{
"type": "material",
"id": "arcana_fuel_essence_blood",
"copy-from": "essencemat",
"name": "Blood Essence",
"fuel_data": { "energy": "40000 kJ" }
"fuel_data": { "energy": "8000 kJ" }
},
{
"type": "material",
Expand All @@ -44,7 +44,7 @@
"id": "arcana_fuel_essence_pure",
"copy-from": "essencemat",
"name": "Crystallized Essence",
"fuel_data": { "energy": "1200000 kJ" }
"fuel_data": { "energy": "80000 kJ" }
},
{
"type": "material",
Expand Down
2 changes: 1 addition & 1 deletion Arcana/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Arcana and Magic Items",
"authors": [ "Chaosvolt" ],
"description": "Adds a host of craftable magic items and spells, centered around the use of Arcana skill to research and exploit otherworldly monsters and anomalies.",
"version": "DDA version, update 1/16/2023",
"version": "DDA version, update 1/25/2023",
"category": "content",
"dependencies": [ "dda" ]
}
Expand Down

0 comments on commit eaba4ac

Please sign in to comment.