Compare commits
3 commits
808282514a
...
53d59907d1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53d59907d1 | ||
|
|
b5e18a42ae | ||
|
|
e169eacae1 |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 304 B After Width: | Height: | Size: 704 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 704 B |
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 704 B |
|
|
@ -5,7 +5,7 @@
|
||||||
"secondary": 3.8,
|
"secondary": 3.8,
|
||||||
"tertiary": 3.5,
|
"tertiary": 3.5,
|
||||||
"durability": 560,
|
"durability": 560,
|
||||||
"integrityCost": 1,
|
"integrityCost": 2,
|
||||||
"integrityGain": 5,
|
"integrityGain": 5,
|
||||||
"magicCapacity": 140,
|
"magicCapacity": 140,
|
||||||
"toolLevel": 4,
|
"toolLevel": 4,
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"tertiary": 3,
|
"tertiary": 3,
|
||||||
"durability": 898,
|
"durability": 898,
|
||||||
"integrityCost": 2,
|
"integrityCost": 2,
|
||||||
"integrityGain": 3,
|
"integrityGain": 4,
|
||||||
"magicCapacity": 132,
|
"magicCapacity": 132,
|
||||||
"toolLevel": 5,
|
"toolLevel": 5,
|
||||||
"toolEfficiency": 12,
|
"toolEfficiency": 12,
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"key": "rose_gold",
|
"key": "rose_gold",
|
||||||
"category": "metal",
|
"category": "metal",
|
||||||
"primary": 5,
|
"primary": 6,
|
||||||
"secondary": 4.4,
|
"secondary": 4.6,
|
||||||
"tertiary": 3,
|
"tertiary": 3,
|
||||||
"durability": 1200,
|
"durability": 1200,
|
||||||
"integrityCost": 2,
|
"integrityCost": 1,
|
||||||
"integrityGain": 3.5,
|
"integrityGain": 4,
|
||||||
"magicCapacity": 200,
|
"magicCapacity": 115,
|
||||||
"toolLevel": 4,
|
"toolLevel": 5,
|
||||||
"toolEfficiency": 13.3,
|
"toolEfficiency": 10,
|
||||||
"tints": {
|
"tints": {
|
||||||
"glyph": "f4cbb9",
|
"glyph": "f4cbb9",
|
||||||
"texture": "ffc5a7"
|
"texture": "ffc5a7"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"toolLevel": 1
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"toolLevel": 1
|
||||||
|
}
|
||||||
3
src/main/resources/data/tetra/materials/stone/flint.json
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"toolLevel": 1
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"toolLevel": 1
|
||||||
|
}
|
||||||