This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-10-31 16:05:57 +01:00
commit a1893e1d21
253 changed files with 146536 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"use_vanilla_magic_damage_type": true,
"base_spell_critical_chance_percentage": 5.0,
"base_spell_critical_damage_percentage": 50.0
}

View file

@ -0,0 +1,67 @@
{
"allow_stacking": true,
"spell_power": {
"requires": "MAGICAL_WEAPON",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 9,
"bonus_per_level": 0.05
},
"soulfrost": {
"requires": "MAGICAL_ARMOR",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 9,
"bonus_per_level": 0.03
},
"sunfire": {
"requires": "MAGICAL_ARMOR",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 9,
"bonus_per_level": 0.03
},
"energize": {
"requires": "MAGICAL_ARMOR",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 9,
"bonus_per_level": 0.03
},
"critical_chance": {
"requires": "MAGICAL_ARMOR",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 12,
"bonus_per_level": 0.02
},
"critical_damage": {
"requires": "MAGICAL_ARMOR",
"enabled": true,
"max_level": 5,
"min_cost": 10,
"step_cost": 12,
"bonus_per_level": 0.05
},
"haste": {
"requires": "MAGICAL_WEAPON",
"enabled": true,
"max_level": 5,
"min_cost": 15,
"step_cost": 17,
"bonus_per_level": 0.04
},
"magic_protection": {
"enabled": true,
"max_level": 4,
"min_cost": 3,
"step_cost": 6,
"bonus_per_level": 2.0
},
"schema_version": 0
}

View file

@ -0,0 +1,58 @@
{
"effects": {
"fire": {
"raw_id": 731,
"color": 16724736,
"udid": "3c06c1d4-3cce-11ed-a261-0242ac120002",
"bonus_per_stack": 0.15
},
"haste": {
"raw_id": 738,
"color": 16764159,
"udid": "092f4f58-3ce5-11ed-b878-0242ac120002",
"bonus_per_stack": 0.05
},
"frost": {
"raw_id": 732,
"color": 13434879,
"udid": "41569be6-3cce-11ed-a261-0242ac120002",
"bonus_per_stack": 0.15
},
"lightning": {
"raw_id": 734,
"color": 16777113,
"udid": "48a773c8-4a63-11ed-b878-0242ac120002",
"bonus_per_stack": 0.15
},
"critical_damage": {
"raw_id": 737,
"color": 16764108,
"udid": "0612ed2a-3ce5-11ed-b878-0242ac120002",
"bonus_per_stack": 0.1
},
"critical_chance": {
"raw_id": 736,
"color": 16777164,
"udid": "0e0ddd12-0646-42b7-8daf-36b4ccf524df",
"bonus_per_stack": 0.05
},
"soul": {
"raw_id": 735,
"color": 3003610,
"udid": "5515bafc-4a63-11ed-b878-0242ac120002",
"bonus_per_stack": 0.15
},
"arcane": {
"raw_id": 730,
"color": 16738047,
"udid": "e8222db4-6c3c-4bbe-bacb-6e8d07e96e8b",
"bonus_per_stack": 0.15
},
"healing": {
"raw_id": 733,
"color": 6750054,
"udid": "4eccd93c-4a63-11ed-b878-0242ac120002",
"bonus_per_stack": 0.15
}
}
}