Added the Draft of Angelus, which increases the max number of upgrade points for Living Armour.

This commit is contained in:
WayofTime 2016-06-12 15:20:48 -04:00
parent e509b4fe69
commit f8859dbf56
12 changed files with 218 additions and 1 deletions

View file

@ -130,6 +130,16 @@
"textures": {
"layer0": "bloodmagic:items/Saltpeter"
}
},
"neurotoxin": {
"textures": {
"layer0": "bloodmagic:items/NeuroToxin"
}
},
"antiseptic": {
"textures": {
"layer0": "bloodmagic:items/Antiseptic"
}
}
}
}

View file

@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"draftangelus": {
"textures": {
"layer0": "bloodmagic:items/Coagulant"
}
}
}
}
}