v1.1.0: converted alchemical energy to a currency like gold
Things still to do: - add interface for creating alchemical energy - redesign alchemize spell - fix toolkit
This commit is contained in:
@@ -1678,6 +1678,9 @@ items.equipableitem.unequip_cursed=You can't remove a cursed item!
|
||||
items.equipableitem.ac_equip=EQUIP
|
||||
items.equipableitem.ac_unequip=UNEQUIP
|
||||
|
||||
items.energycrystal.name=energy crystal
|
||||
items.energycrystal.desc=A collection of small magical crystals, filled with alchemical energy.\n\nThese crystals are the most common ingredient in alchemy recipes and can be produced at an alchemy pot by scrapping consumable items.
|
||||
|
||||
items.gold.name=gold
|
||||
items.gold.desc=A pile of gold coins. Collect gold coins to spend them later in a shop.
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ scenes.alchemyscene.title=Alchemy
|
||||
scenes.alchemyscene.text=Combine ingredients to create something new!
|
||||
scenes.alchemyscene.select=Select an item
|
||||
scenes.alchemyscene.cost=Energy: %d
|
||||
scenes.alchemyscene.energy=Alchemical Energy: %d
|
||||
scenes.alchemyscene.energy=Energy: %d
|
||||
|
||||
scenes.amuletscene.exit=Let's call it a day
|
||||
scenes.amuletscene.stay=I'm not done yet
|
||||
|
||||
Reference in New Issue
Block a user