cawezs_mantle_to_stratus/elements/Finisher.mod.json
2025-02-06 11:10:32 -05:00

44 lines
929 B
JSON

{
"_fv": 73,
"_type": "tool",
"definition": {
"toolType": "Sword",
"renderType": 0,
"blockingRenderType": 0,
"texture": "thefinisher",
"customModelName": "Normal",
"blockingModelName": "Normal blocking",
"name": "Finisher",
"specialInformation": {
"fixedValue": [
"Felled beasts will drop more loot"
]
},
"creativeTabs": [
{
"value": "CUSTOM:MtS"
}
],
"efficiency": 1.0,
"attackSpeed": 2.0,
"enchantability": 0,
"damageVsEntity": 5.0,
"usageCount": 250,
"glowCondition": {
"fixedValue": true
},
"repairItems": [
{
"value": "Items.AMETHYST_SHARD"
}
],
"immuneToFire": false,
"blockDropsTier": "WOOD",
"blocksAffected": [],
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"onEntitySwing": {
"name": "FinisherEntitySwingsItem"
}
}
}