Compare commits

..

3 commits

Author SHA1 Message Date
Sergeant Acoustic 53d59907d1 Balance tetra rose gold material
It's bascially slower gold with more duability and less integrity usage
2025-08-27 21:47:28 +01:00
Sergeant Acoustic b5e18a42ae Lower all stone variant materials mining level 2025-08-27 21:44:36 +01:00
Sergeant Acoustic e169eacae1 Fix tetra module texture z-fighting 2025-08-27 21:43:42 +01:00
13 changed files with 21 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 704 B

View file

@ -5,7 +5,7 @@
"secondary": 3.8,
"tertiary": 3.5,
"durability": 560,
"integrityCost": 1,
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 140,
"toolLevel": 4,

View file

@ -7,7 +7,7 @@
"tertiary": 3,
"durability": 898,
"integrityCost": 2,
"integrityGain": 3,
"integrityGain": 4,
"magicCapacity": 132,
"toolLevel": 5,
"toolEfficiency": 12,

View file

@ -1,15 +1,15 @@
{
"key": "rose_gold",
"category": "metal",
"primary": 5,
"secondary": 4.4,
"primary": 6,
"secondary": 4.6,
"tertiary": 3,
"durability": 1200,
"integrityCost": 2,
"integrityGain": 3.5,
"magicCapacity": 200,
"toolLevel": 4,
"toolEfficiency": 13.3,
"integrityCost": 1,
"integrityGain": 4,
"magicCapacity": 115,
"toolLevel": 5,
"toolEfficiency": 10,
"tints": {
"glyph": "f4cbb9",
"texture": "ffc5a7"

View file

@ -0,0 +1,3 @@
{
"toolLevel": 1
}

View file

@ -0,0 +1,3 @@
{
"toolLevel": 1
}

View file

@ -0,0 +1,3 @@
{
"toolLevel": 1
}

View file

@ -0,0 +1,3 @@
{
"toolLevel": 1
}