Rebalance tetra materials
* Increase diamond and dendrite tiers * Adjust tconstruct material tiers to account
This commit is contained in:
parent
e706593f98
commit
7e3376e141
3
data/tetra/materials/gem/diamond.json
Normal file
3
data/tetra/materials/gem/diamond.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"toolLevel": 6
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 140,
|
||||
"toolLevel": 4,
|
||||
"toolLevel": 5,
|
||||
"toolEfficiency": 7,
|
||||
"tints": {
|
||||
"glyph": "f66fb7",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 85,
|
||||
"toolLevel": 5,
|
||||
"toolLevel": 6,
|
||||
"toolEfficiency": 7.3,
|
||||
"tints": {
|
||||
"glyph": "2222dd",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 75,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 8,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 3,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 90,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 6.5,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
3
data/tetra/materials/metal/netherite.json
Normal file
3
data/tetra/materials/metal/netherite.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"toolLevel": 7
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 105,
|
||||
"toolLevel": 6,
|
||||
"toolLevel": 7,
|
||||
"toolEfficiency": 6,
|
||||
"tintOverrides": false,
|
||||
"tints": {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"integrityCost": 2,
|
||||
"integrityGain": 5,
|
||||
"magicCapacity": 90,
|
||||
"toolLevel": "minecraft:diamond",
|
||||
"toolLevel": 6,
|
||||
"toolEfficiency": 6,
|
||||
"textureOverrides": [
|
||||
"item/module/crossbow/stave/basic/",
|
||||
|
|
|
|||
Loading…
Reference in a new issue