cawezs_expanded_world/elements/VerglasLabrys.mod.json
2024-04-28 11:00:35 -04:00

37 lines
785 B
JSON
Executable File

{
"_fv": 47,
"_type": "tool",
"definition": {
"toolType": "Axe",
"renderType": 0,
"texture": "labystext",
"customModelName": "Normal",
"name": "Verglas Labrys",
"specialInfo": [
"Causes an AOE when used",
"Repair with blue ice"
],
"creativeTab": {
"value": "CUSTOM:MantleToStratusTab"
},
"harvestLevel": 1,
"efficiency": 12.0,
"attackSpeed": 0.9,
"enchantability": 1,
"damageVsEntity": 15.0,
"usageCount": 2048,
"blocksAffected": [],
"hasGlow": true,
"repairItems": [
{
"value": "Blocks.BLUE_ICE"
}
],
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntityHitWith": {
"name": "VerglasLabrysAOE"
}
}
}