Skip to content

Instantly share code, notes, and snippets.

@terrapin47
Created October 17, 2018 11:17
Show Gist options
  • Save terrapin47/47b30e9f9e75660b214f6b54a1aec3b0 to your computer and use it in GitHub Desktop.
Save terrapin47/47b30e9f9e75660b214f6b54a1aec3b0 to your computer and use it in GitHub Desktop.
{
"tool": {
"bow": {
"speed": 1.2,
"range": 1.3,
"bonusDamage": 3.0
},
"head": {
"attackDamage": 2.5,
"speed": 8.2,
"durability": 780,
"harvestLevel": 4
},
"handle": {
"modifier": 1.4,
"durability": 120
},
// "arrowShaft": {
// "modifier": 1.0,
// "bonusAmmo": 5
// },
"extra": {
"durability": 225
}
},
"color": "#29758C",
"craftable": false,
"madeInToolForge": true,
"name": "aquarime",
"createMeltingRecipes": true,
"meltingTemperature": 310,
"looks": {
"shininess": 0.40,
"brightness": 0.25,
"hueshift": -0.1
},
"fluid": {
"viscosity": 8000,
"density": 1500,
"temperature": 1000,
"luminosity": 8
},
"matParts": [
"HEAD",
"HANDLE",
"EXTRA",
"BOW",
"CORE",
"PLATES",
"TRIM"
],
"nameLocales": {
"en_us": "Aquarime"
},
"smeltingItems": {
"ingot": [
],
"block": [
],
"nugget": [
],
"ore": []
},
"oreDictSuffixes": ["Aquarime"],
"armor": {
"core": {
"durability": 20.0,
"defense": 18.5
},
"plates": {
"modifier": 1.0,
"durability": 12.0,
"toughness": 3.0
},
"trim": {
"extraDurability": 14.0
}
},
"specificTraits": {
"EXTRA": [
"aquadynamic"
],
"HEAD": [
"aquadynamic",
"freezing"
],
"HANDLE": [
"aquadynamic"
],
"BOW": [
"aquadynamic"
],
"PROJECTILE": [
"aquadynamic",
"freezing"
],
"CORE": [
"aquaspeed_armor",
"squelching_armor"
],
"PLATES": [
"aquaspeed_armor"
],
"TRIM": [
"aquaspeed_armor"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment