mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
18
kubejs/data/tetra/materials/metal/compat/elementium.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/elementium.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"key": "elementium",
|
||||
"category": "metal",
|
||||
"primary": "7.5",
|
||||
"secondary": "4.3",
|
||||
"tertiary": "4.2",
|
||||
"durability": "720",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "7",
|
||||
"magicCapacity": "178",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "9",
|
||||
"tints": { "glyph": "e6007f", "texture": "e6007f" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/elementium", "count": 1 },
|
||||
"improvements": { "mana_repair": 2 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
18
kubejs/data/tetra/materials/metal/compat/manasteel.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/manasteel.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"key": "manasteel",
|
||||
"category": "metal",
|
||||
"primary": "6",
|
||||
"secondary": "4.1",
|
||||
"tertiary": "3.6",
|
||||
"durability": "300",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "150",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "7",
|
||||
"tints": { "glyph": "3287fc", "texture": "3287fc" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/manasteel", "count": 1 },
|
||||
"improvements": { "mana_repair": 3 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
18
kubejs/data/tetra/materials/metal/compat/terrasteel.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/terrasteel.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"key": "terrasteel",
|
||||
"category": "metal",
|
||||
"primary": "12",
|
||||
"secondary": "5.1",
|
||||
"tertiary": "7.9",
|
||||
"durability": "2300",
|
||||
"integrityCost": "3",
|
||||
"integrityGain": "8",
|
||||
"magicCapacity": "192",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "11",
|
||||
"tints": { "glyph": "5bfc12", "texture": "5bfc12" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/terrasteel", "count": 1 },
|
||||
"improvements": { "mana_repair": 1 },
|
||||
"requiredTools": { "hammer": 5 }
|
||||
}
|
Reference in New Issue
Block a user