Ported RitualDismantler (#1499)

* Ported RitualDismantler

Signed-off-by: tobias <angryaeon@icloud.com>

* Added Hellfire Forge recipe

Destructive Will Crystal, Destructive Will Crystal, Ritual Diviner (default), Weak Blood Shard

Requires a minimum of 500 will and consumes 100 will to craft

* Changed costs (lazy proposal):
 - 50 LP per normal Ritual Stone
 - discount cost of 200 LP for a whole ritual (smallest ritual has 4 ritual stones)
 - 100 LP for an MRS
This commit is contained in:
Tobias Gremeyer 2019-02-01 01:25:18 +01:00 committed by Nick Ignoffo
parent 5b4e624d44
commit 05446742ef
5 changed files with 111 additions and 78 deletions

View file

@ -152,6 +152,7 @@ item.bloodmagic.sentientArmour.boots.name=Sentient Boots
item.bloodmagic.altarMaker.name=Altar Maker
item.bloodmagic.ritualDismantler.name=Ritual Dismantler
item.bloodmagic.ritualDivinernormal.name=Ritual Diviner
item.bloodmagic.ritualDivinerdusk.name=Ritual Diviner [Dusk]
item.bloodmagic.ritualDivinerdawn.name=Ritual Diviner [Dawn]

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "bloodmagic:items/ritual_dismantler"
}
}