I have issues converting stat ids in cluster_jewels.json to text.
{
"id": "affliction_physical_damage",
"name": "Physical Damage",
"stats": {
"physical_damage_+%": 12
},
"tag": "affliction_physical_damage"
},
physical_damage_+% in stat_translations.json corresponds to % increased Global Physical Damage while expected % increased Physical Damage.
{
"id": "affliction_critical_chance",
"name": "Critical Chance",
"stats": {
"critical_strike_chance_+%": 15
},
"tag": "affliction_critical_chance"
},
critical_strike_chance_+% in stat_translations.json corresponds to % increased Global Critical Strike Chance while expected % increased Physical Damage.
I have issues converting stat ids in
cluster_jewels.jsonto text.physical_damage_+%instat_translations.jsoncorresponds to% increased Global Physical Damagewhile expected% increased Physical Damage.critical_strike_chance_+%instat_translations.jsoncorresponds to% increased Global Critical Strike Chancewhile expected% increased Physical Damage.