AOF7-Vocality/config/bamboo_combat.json

100 lines
2.4 KiB
JSON
Raw Normal View History

2024-02-20 16:35:48 -08:00
{
"bambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 100,
"attackDamage": 5,
"attackSpeed": 1.6,
"throwDistance": 1.2,
"dragInWater": 0.9,
"throwDelay": 3,
"pierceLevel": 0,
"burnTicks": 0,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"stoneBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 200,
"attackDamage": 6,
"attackSpeed": 1.4,
"throwDistance": 1.5,
"dragInWater": 0.92,
"throwDelay": 6,
"pierceLevel": 1,
"burnTicks": 5,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"ironBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 400,
"attackDamage": 8,
"attackSpeed": 1.1,
"throwDistance": 2.0,
"dragInWater": 0.95,
"throwDelay": 11,
"pierceLevel": 2,
"burnTicks": 20,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"copperBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 350,
"attackDamage": 7,
"attackSpeed": 1.4,
"throwDistance": 1.7,
"dragInWater": 0.94,
"throwDelay": 8,
"pierceLevel": 2,
"burnTicks": 15,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"goldenBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 100,
"attackDamage": 7,
"attackSpeed": 1.2,
"throwDistance": 2.4,
"dragInWater": 0.98,
"throwDelay": 17,
"pierceLevel": 3,
"burnTicks": 5,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"diamondBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 1000,
"attackDamage": 8,
"attackSpeed": 1.3,
"throwDistance": 2.1,
"dragInWater": 0.96,
"throwDelay": 11,
"pierceLevel": 4,
"burnTicks": 40,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
},
"netheriteBambooSpear": {
"canCriticalThrow": true,
"canPierce": true,
"durability": 1500,
"attackDamage": 9,
"attackSpeed": 1.1,
"throwDistance": 2.7,
"dragInWater": 0.98,
"throwDelay": 13,
"pierceLevel": 5,
"burnTicks": -1,
"durabilityDecreaseAfterThrown": 2,
"throwDamageDecreaseAfterPierce": 1
}
}