cawezs_expanded_world/elements/VerglasLabrys.mod.json
COW_ILLUMINATI ea3188c2f7 1.3.2
2024-06-01 07:40:53 -04:00

43 lines
933 B
JSON
Executable File

{
"_fv": 60,
"_type": "tool",
"definition": {
"toolType": "Axe",
"renderType": 0,
"blockingRenderType": 0,
"texture": "labystext",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Verglas Labrys",
"specialInformation": {
"fixedValue": [
"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": [],
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Blocks.BLUE_ICE"
}
],
"immuneToFire": true,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntityHitWith": {
"name": "VerglasLabrysAOE"
}
}
}