Made the aspected Sentient Tools drop their corresponding Will type on killing enemies. #753
This commit is contained in:
parent
6c4fe34152
commit
655c2880dc
13 changed files with 103 additions and 42 deletions
|
@ -6,7 +6,27 @@
|
|||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"monstersoul": {
|
||||
"base": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/BaseMonsterSoul"
|
||||
}
|
||||
|
|
|
@ -114,6 +114,10 @@ item.BloodMagic.demonCrystal.crystalVengeful.name=Vengeful Will Crystal
|
|||
item.BloodMagic.demonCrystal.crystalSteadfast.name=Steadfast Will Crystal
|
||||
|
||||
item.BloodMagic.monsterSoul.base.name=Demonic Will
|
||||
item.BloodMagic.monsterSoul.corrosive.name=Corrosive Demonic Will
|
||||
item.BloodMagic.monsterSoul.destructive.name=Destructive Demonic Will
|
||||
item.BloodMagic.monsterSoul.vengeful.name=Vengeful Demonic Will
|
||||
item.BloodMagic.monsterSoul.steadfast.name=Steadfast Demonic Will
|
||||
|
||||
item.BloodMagic.sigil.air.name=Air Sigil
|
||||
item.BloodMagic.sigil.bloodLight.name=Sigil of the Blood Lamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue