slightly more balanced

This commit is contained in:
koneko 2025-02-17 23:38:53 +01:00
parent 9d998a45e1
commit abde1a6519
8 changed files with 15 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -77,14 +77,14 @@
"physical": 0, "physical": 0,
"divine": 0, "divine": 0,
"fire": 0, "fire": 0,
"ice": 0, "ice": 0.1,
"frostfire": 0 "frostfire": 0
}, },
{ {
"physical": 0, "physical": 0,
"divine": 0, "divine": 0,
"fire": 0, "fire": 0,
"ice": 0, "ice": 0.2,
"frostfire": 0 "frostfire": 0
} }
] ]
@ -127,21 +127,21 @@
], ],
"gemResistanceModifications": [ "gemResistanceModifications": [
{ {
"physical": 0, "physical": 0.1,
"divine": 0, "divine": 0,
"fire": 0, "fire": 0,
"ice": 0, "ice": 0,
"frostfire": 0 "frostfire": 0
}, },
{ {
"physical": 0, "physical": 0.1,
"divine": 0, "divine": 0,
"fire": 0, "fire": 0,
"ice": 0, "ice": 0,
"frostfire": 0 "frostfire": 0
}, },
{ {
"physical": 0, "physical": 0.25,
"divine": 0, "divine": 0,
"fire": 0, "fire": 0,
"ice": 0, "ice": 0,
@ -179,18 +179,18 @@
], ],
"gemResistanceModifications": [ "gemResistanceModifications": [
{ {
"physical": 0, "physical": 0.05,
"divine": 0, "divine": 0.05,
"fire": 0, "fire": 0.05,
"ice": 0, "ice": 0.05,
"frostfire": 0 "frostfire": 0.05
}, },
{ {
"physical": 0, "physical": 0.05,
"divine": 0, "divine": 0.05,
"fire": 0, "fire": 0.05,
"ice": 0, "ice": 0.05,
"frostfire": 0 "frostfire": 0.05
} }
] ]
} }