Spaces:
Runtime error
Runtime error
04.13 commit
Browse files- base/attribute.py +4 -0
- base/skill.py +1 -1
- general/gains/equipment.py +1 -1
- get_assets.py +2 -0
- logs.jcl +0 -0
- qt/assets/equipments/belt +0 -0
- qt/assets/equipments/bottoms +1 -1
- qt/assets/equipments/hat +0 -0
- qt/assets/equipments/jacket +0 -0
- qt/assets/equipments/necklace +1 -1
- qt/assets/equipments/pendant +1 -1
- qt/assets/equipments/primary_weapon +0 -0
- qt/assets/equipments/ring +1 -1
- qt/assets/equipments/shoes +0 -0
- qt/assets/equipments/tertiary_weapon +1 -1
- qt/assets/equipments/wrist +0 -0
- qt/components/__init__.py +0 -2
- qt/constant.py +11 -11
- qt/scripts/dashboard.py +1 -1
- qt/scripts/equipments.py +1 -2
- qt/scripts/top.py +6 -2
- schools/bei_ao_jue/__init__.py +6 -0
- schools/{first โ bei_ao_jue}/attribute.py +0 -0
- schools/{first โ bei_ao_jue}/buffs.py +0 -0
- schools/{first โ bei_ao_jue}/gains.py +0 -0
- schools/{first โ bei_ao_jue}/recipes.py +0 -0
- schools/{first โ bei_ao_jue}/skills.py +0 -0
- schools/{first โ bei_ao_jue}/talents.py +0 -0
- schools/first/__init__.py +0 -6
- schools/first/test.py +0 -21
- utils/analyzer.py +5 -1
base/attribute.py
CHANGED
@@ -13,6 +13,10 @@ class Target:
|
|
13 |
physical_vulnerable: float = 0
|
14 |
magical_vulnerable: float = 0
|
15 |
|
|
|
|
|
|
|
|
|
16 |
@property
|
17 |
def shield_base(self):
|
18 |
raise NotImplementedError
|
|
|
13 |
physical_vulnerable: float = 0
|
14 |
magical_vulnerable: float = 0
|
15 |
|
16 |
+
@property
|
17 |
+
def level_shield_base(self):
|
18 |
+
return SHIELD_BASE_MAP[self.target_level]
|
19 |
+
|
20 |
@property
|
21 |
def shield_base(self):
|
22 |
raise NotImplementedError
|
base/skill.py
CHANGED
@@ -123,7 +123,7 @@ class Skill:
|
|
123 |
|
124 |
damage = damage_addition_result(damage, attribute.damage_addition + self.skill_damage_addition)
|
125 |
damage = overcome_result(damage, attribute.overcome,
|
126 |
-
attribute.shield_base,
|
127 |
attribute.shield_gain + self.skill_shield_gain,
|
128 |
attribute.shield_ignore,
|
129 |
attribute.shield_constant)
|
|
|
123 |
|
124 |
damage = damage_addition_result(damage, attribute.damage_addition + self.skill_damage_addition)
|
125 |
damage = overcome_result(damage, attribute.overcome,
|
126 |
+
attribute.level_shield_base + attribute.shield_base,
|
127 |
attribute.shield_gain + self.skill_shield_gain,
|
128 |
attribute.shield_ignore,
|
129 |
attribute.shield_constant)
|
general/gains/equipment.py
CHANGED
@@ -142,7 +142,7 @@ class BeltSpecialEnchant(Gain):
|
|
142 |
|
143 |
def __init__(self):
|
144 |
self.all_damage_addition = sum(k * v for k, v in self.damage_addition.items()) * self.duration / self.cooldown
|
145 |
-
super().__init__(f"{self.all_damage_addition} ไผคๅฎณๅขๅ ")
|
146 |
|
147 |
def add(self, other):
|
148 |
if isinstance(other, Attribute):
|
|
|
142 |
|
143 |
def __init__(self):
|
144 |
self.all_damage_addition = sum(k * v for k, v in self.damage_addition.items()) * self.duration / self.cooldown
|
145 |
+
super().__init__(f"{round(self.all_damage_addition, 2)} ไผคๅฎณๅขๅ ")
|
146 |
|
147 |
def add(self, other):
|
148 |
if isinstance(other, Attribute):
|
get_assets.py
CHANGED
@@ -107,6 +107,8 @@ def get_equips_list(position):
|
|
107 |
result = {get_equip_name(row): get_equip_detail(row) for row in reversed(equips) if
|
108 |
row['SubType'] != "0" or row['DetailType'] != "9"}
|
109 |
result = {k: v for k, v in result.items() if v['level'] >= equip_min_level or v['max_strength'] == 8}
|
|
|
|
|
110 |
return result
|
111 |
|
112 |
|
|
|
107 |
result = {get_equip_name(row): get_equip_detail(row) for row in reversed(equips) if
|
108 |
row['SubType'] != "0" or row['DetailType'] != "9"}
|
109 |
result = {k: v for k, v in result.items() if v['level'] >= equip_min_level or v['max_strength'] == 8}
|
110 |
+
result = {k: v for k, v in result.items() if v['kind'] in KINDS}
|
111 |
+
result = {k: v for k, v in result.items() if v['school'] in SCHOOLS}
|
112 |
return result
|
113 |
|
114 |
|
logs.jcl
DELETED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/belt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/bottoms
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"้ฃๆผฉ่ฃค (็ ดๆ ๆ ๅ) 14150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 14150, "max_strength": 6, "base": {}, "magic": {"surplus": 1928, "strain_base": 2203}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "191984", "set_attr": {"2": {"surplus": 1363}, "4": {"haste_base": 1363}}, "set_gain": {}}, "้ฃ่ท่ฃค () 14150": {"school": "้็จ", "kind": "ๆฒป็", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 988}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191983", "set_attr": {"2": {"haste_base": 1363}}, "set_gain": {}}, "้ฃๅ่ฃค (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "่บซๆณ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191982", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "้ฃ็่ฃค (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "้ฃ็ปซ่ฃค (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 988, "magical_attack_power_base": 1923, "all_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191980", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "้ฃ่ฝป่ฃค (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 988, "magical_attack_power_base": 1923, "magical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191979", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "ๆณ็จ่ฃค (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 1901, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅพฎ่ฃค () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅนฝ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๆฝบ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณ้บ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 974, "magical_attack_power_base": 1896, "all_critical_strike_base": 4888, "surplus": 4344}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "magical_attack_power_base": 1896, "magical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅน้ไธ่ฃณ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 3258, "surplus": 815}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆ่ฐไธ่ฃณ () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยท้ๆไธ่ฃณ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅฌ้ไธ่ฃณ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆญๆไธ่ฃณ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 974, "magical_attack_power_base": 1896, "magical_overcome_base": 4888, "strain_base": 4344}, "embed": {"magical_attack_power_base": 86, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆ ไธ่ฃณ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "magical_attack_power_base": 1896, "magical_overcome_base": 4888, "strain_base": 4344}, "embed": {"magical_attack_power_base": 86, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็่ฝป่ฃค (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2917, "physical_critical_strike_base": 3530, "strain_base": 8689}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฃฐ่ฃค (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4133, "strain_base": 9096}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ็ณ่ฃค (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 3501, "all_critical_strike_base": 3530, "strain_base": 8689}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๆท่ฃค (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 4959, "strain_base": 9096}, "embed": {"magical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ่ข่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "physical_overcome_base": 3801, "physical_critical_strike_base": 4344, "strain_base": 2987}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ถไบ่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4230, "magical_overcome_base": 3801, "all_critical_strike_base": 4344, "strain_base": 2987}, "embed": {"all_critical_power_base": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅซๆจ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 3801, "physical_overcome_base": 4616, "strain_base": 2715}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 5702, "physical_critical_strike_base": 5431}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆปกๆญ่ฃค (็ ด้ฒ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4133, "physical_overcome_base": 9639}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅไพ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๏ฟฝ๏ฟฝ๏ฟฝ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4230, "surplus": 3801, "magical_overcome_base": 4616, "strain_base": 2715}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆผซๆณ ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4230, "surplus": 5702, "all_critical_strike_base": 5431}, "embed": {"all_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้
้่ฃค (็ ด้ฒ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4959, "magical_overcome_base": 9639}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆช่ฃค (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 2715, "strain_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ่ท่ฃค (ๅ ้) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "haste_base": 4888}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ธ้่ฃค (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆ่ฃค (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃไบ่ฃค (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 974, "magical_attack_power_base": 1896, "magical_overcome_base": 4888, "surplus": 4344}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ็ปก่ฃค (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "magical_attack_power_base": 1896, "magical_overcome_base": 4888, "surplus": 4344}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๅณฐ่ฃค (ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 3258}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ้ฒ่ฃค (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "magical_critical_strike_base": 4888}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆฃ่ฃค (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก่ฃค (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ้ข่ฃค (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 974, "magical_attack_power_base": 1896, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌ่ฑ่ฃค (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 974, "magical_attack_power_base": 1896, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "surplus": 3692, "physical_overcome_base": 4484, "strain_base": 2637}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "physical_critical_strike_base": 5275, "strain_base": 5539}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4014, "strain_base": 9363}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4109, "surplus": 3692, "magical_overcome_base": 4484, "strain_base": 2637}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4109, "all_critical_strike_base": 5275, "strain_base": 5539}, "embed": {"all_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4817, "strain_base": 9363}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฒๅพกๆ ๅฐ่ฃค () 12800": {"school": "็ฒพ็ฎ", "kind": "้ฒๅพก", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒป็ๆ ๅฐ่ฃค () 12800": {"school": "็ฒพ็ฎ", "kind": "ๆฒป็", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "physical_overcome_base": 3488, "physical_critical_strike_base": 3986, "strain_base": 2741}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "surplus": 5107, "strain_base": 5107}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3792, "physical_overcome_base": 8845}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 3881, "magical_overcome_base": 3488, "all_critical_strike_base": 3986, "strain_base": 2741}, "embed": {"all_critical_power_base": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 3881, "surplus": 5107, "strain_base": 5107}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4551, "magical_overcome_base": 8845}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ช่่ฃค (็ ดๆ ๆ ๅ) 12600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12600, "max_strength": 6, "base": {}, "magic": {"surplus": 1717, "strain_base": 1962}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "190858", "set_attr": {"2": {"surplus": 1215}, "4": {"haste_base": 1215}}, "set_gain": {}}, "้ช่่ฃค () 12600": {"school": "้็จ", "kind": "ๆฒป็", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 880}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190857", "set_attr": {"2": {"haste_base": 1215}}, "set_gain": {}}, "้ชๆผซ่ฃค (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "่บซๆณ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190856", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "้ช่่ฃค (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "้ชๆด่ฃค (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 880, "magical_attack_power_base": 1713, "all_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190854", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "้ชๆปก่ฃค (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 880, "magical_attack_power_base": 1713, "magical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190853", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยทๆๅท่ฃค (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1696, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยทๅขๆ พ่ฃค () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท่งๅฏ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ พๆผ ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ฆปๅฃฐ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท้ณไนฆ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆ่ฃค (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1696, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ ่ฃค () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆ่ฃค (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้่ฃค (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็่ฃค (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 869, "magical_attack_power_base": 1692, "all_critical_strike_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅฏ่ฃค (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_attack_power_base": 1692, "magical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทไธไปคไธ่ฃณ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 2908, "surplus": 727}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅคงไนไธ่ฃณ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅคฉ้
ไธ่ฃณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆขฆ่ฑไธ่ฃณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅไธไธ่ฃณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "strain_base": 3877}, "embed": {"magical_attack_power_base": 86, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆธๆตไธ่ฃณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "strain_base": 3877}, "embed": {"magical_attack_power_base": 86, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธๆ่ฃค (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "physical_overcome_base": 4604, "strain_base": 5089}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ปฃๆ่ฃค (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 3645, "magical_overcome_base": 4604, "strain_base": 5089}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๆฏ่ฃค (็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3688, "surplus": 8118}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฆๅ ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "surplus": 5089, "physical_overcome_base": 4604}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๆ่ฃค (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2604, "physical_critical_strike_base": 3150, "strain_base": 7755}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ดปๆฑ ่ฃค (็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 4426, "surplus": 8118}, "embed": {"all_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคๆญ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 3645, "surplus": 5089, "magical_overcome_base": 4604}, "embed": {"all_critical_strike_base": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆงๅพ่ฃค (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 3124, "all_critical_strike_base": 3150, "strain_base": 7755}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐๅฑฟ่ฃค (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 2423, "strain_base": 1212}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฅฎ้่ฃค (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "haste_base": 4362}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่พ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆธก่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_attack_power_base": 1692, "magical_overcome_base": 4362, "surplus": 3877}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้็่ฃค (ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 2908}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅ้ป่ฃค (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_critical_strike_base": 4362}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้่ฃค (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟ่ฃค (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคดๅพฎ่ฃค (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 869, "magical_attack_power_base": 1692, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ๆณ่ฃค (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 869, "magical_attack_power_base": 1692, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3374, "surplus": 2826, "physical_overcome_base": 3062, "physical_critical_strike_base": 3062}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3058, "physical_overcome_base": 4710, "strain_base": 4946}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3585, "physical_critical_strike_base": 8361}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4049, "surplus": 2826, "magical_overcome_base": 3062, "all_critical_strike_base": 3062}, "embed": {"all_critical_power_base": 161, "magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 3669, "magical_overcome_base": 4710, "strain_base": 4946}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4302, "all_critical_strike_base": 8361}, "embed": {"all_critical_power_base": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ญ่ฃค (็ ดๆ ๆ ๅ) 11800": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11800, "max_strength": 6, "base": {}, "magic": {"surplus": 1837, "strain_base": 919}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅฃถ่ฃค (ๅ ้) 11800": {"school": "้็จ", "kind": "ๆฒป็", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 824, "haste_base": 4134}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ชจ่ฃค (ไผๅฟ ๆ ๅ) 11800": {"school": "้็จ", "kind": "่บซๆณ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"agility_base": 824, "physical_attack_power_base": 1337, "physical_critical_strike_base": 4134, "strain_base": 3675}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณ่ฃค (ไผๅฟ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 824, "physical_attack_power_base": 1337, "physical_critical_strike_base": 4134, "strain_base": 3675}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ฉ่ฃค (ไผๅฟ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spunk_base": 824, "magical_attack_power_base": 1604, "all_critical_strike_base": 4134, "strain_base": 3675}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็่ฃค (ไผๅฟ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 824, "magical_attack_power_base": 1604, "magical_critical_strike_base": 4134, "strain_base": 3675}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
งๅค่ฃคยท่ท () 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒงๆตช่ฃคยท็ป () 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฟๆฒ่ฃคยท็จ () 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยท็ด ๆฟ (็ ดๆ ๆ ๅ) 11500": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11500, "max_strength": 6, "base": {}, "magic": {"surplus": 2238, "strain_base": 1119}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยทๆฟไน () 11500": {"school": "้็จ", "kind": "ๆฒป็", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 803}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยทๅพๅฟ (็ ด้ฒ ๆ ๅ) 11500": {"school": "้็จ", "kind": "่บซๆณ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"agility_base": 803, "physical_attack_power_base": 1303, "physical_overcome_base": 4029, "strain_base": 3581}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยทๆๆณ (็ ด้ฒ ๆ ๅ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 803, "physical_attack_power_base": 1303, "physical_overcome_base": 4029, "strain_base": 3581}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยทๆญๅฟต (็ ด้ฒ ๆ ๅ) 11500": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spunk_base": 803, "magical_attack_power_base": 1563, "magical_overcome_base": 4029, "strain_base": 3581}, "embed": {"magical_attack_power_base": 86, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยท้ๅฟ (็ ด้ฒ ๆ ๅ) 11500": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 803, "magical_attack_power_base": 1563, "magical_overcome_base": 4029, "strain_base": 3581}, "embed": {"magical_attack_power_base": 86, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2906, "surplus": 3134, "physical_overcome_base": 3805, "strain_base": 2238}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2906, "physical_critical_strike_base": 4477, "strain_base": 4701}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3407, "strain_base": 7946}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 3487, "surplus": 3134, "magical_overcome_base": 3805, "strain_base": 2238}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 3487, "all_critical_strike_base": 4477, "strain_base": 4701}, "embed": {"all_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่ฃค (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 4088, "strain_base": 7946}, "embed": {"all_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎๅพฝ่ฃค (็ ดๆ ๆ ๅ) 11300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11300, "max_strength": 6, "base": {}, "magic": {"surplus": 1540, "strain_base": 1760}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "190555", "set_attr": {"2": {"surplus": 1090}, "4": {"haste_base": 1090}}, "set_gain": {}}, "ๆฎๅฎ่ฃค () 11300": {"school": "้็จ", "kind": "ๆฒป็", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 789}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190554", "set_attr": {"2": {"haste_base": 1090}}, "set_gain": {}}, "ๆฎๆธ่ฃค (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "่บซๆณ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"agility_base": 789, "physical_attack_power_base": 1280, "physical_critical_strike_base": 3959, "strain_base": 3519}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190553", "set_attr": {"2": {"all_critical_strike_base": 1090}, "4": {"strain_base": 1090}}, "set_gain": {}}, "ๆฎ็ฅ่ฃค (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 789, "physical_attack_power_base": 1280, "physical_critical_strike_base": 3959, "strain_base": 3519}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190552", "set_attr": {"2": {"all_critical_strike_base": 1090}, "4": {"strain_base": 1090}}, "set_gain": {}}, "ๆฎ็่ฃค (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 789, "magical_attack_power_base": 1536, "all_critical_strike_base": 3959, "strain_base": 3519}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190551", "set_attr": {"2": {"all_critical_strike_base": 1090}, "4": {"strain_base": 1090}}, "set_gain": {}}, "ๆฎๆผ ่ฃค (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 789, "magical_attack_power_base": 1536, "magical_critical_strike_base": 3959, "strain_base": 3519}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190550", "set_attr": {"2": {"all_critical_strike_base": 1090}, "4": {"strain_base": 1090}}, "set_gain": {}}, "ๅฎข่กๆฑๆนยท้จ่ไธ่ฃณ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 2604, "surplus": 651}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆตไธ่ฃณ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆฅๅธไธ่ฃณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "strain_base": 3472}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅถ็ฝไธ่ฃณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "strain_base": 3472}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅ็ซ ไธ่ฃณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 779, "magical_attack_power_base": 1516, "magical_overcome_base": 3907, "strain_base": 3472}, "embed": {"magical_attack_power_base": 86, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆฉไธ่ฃณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "magical_attack_power_base": 1516, "magical_overcome_base": 3907, "strain_base": 3472}, "embed": {"magical_attack_power_base": 86, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ณ่ฟน่ฃค (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "physical_overcome_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฒ็ง่ฃค (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 2798, "magical_overcome_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็้่ฃค (็ ดๆ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "surplus": 2279, "strain_base": 6945}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้
่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2720, "surplus": 4124, "physical_overcome_base": 4124}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ผ้ง่ฃค (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "physical_critical_strike_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้้ป่ฃค (็ ดๆ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 2798, "surplus": 2279, "strain_base": 6945}, "embed": {"magical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑๆง่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 3264, "surplus": 4124, "magical_overcome_base": 4124}, "embed": {"all_critical_strike_base": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅญคๆฒ่ฃค (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 2798, "all_critical_strike_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ็ต่ฃค (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 2170, "strain_base": 1085}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅถ่ฃค (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "haste_base": 3907}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏๆฑ่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆ่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฝ่ฑ่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 779, "magical_attack_power_base": 1516, "magical_overcome_base": 3907, "surplus": 3472}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ฑ่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "magical_attack_power_base": 1516, "magical_overcome_base": 3907, "surplus": 3472}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅไธ่ฃณ (ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 2604}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
่ไธ่ฃณ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "magical_critical_strike_base": 3907}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅคไธ่ฃณ (ๅ ้ ๏ฟฝ๏ฟฝ๏ฟฝๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 779, "physical_attack_power_base": 1263, "haste_base": 3907, "strain_base": 3472}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑไธ่ฃณ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "haste_base": 3907, "strain_base": 3472}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ไธ่ฃณ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 779, "magical_attack_power_base": 1516, "haste_base": 3907, "strain_base": 3472}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่กไธ่ฃณ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "magical_attack_power_base": 1516, "haste_base": 3907, "strain_base": 3472}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆณ่ฃณ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1519, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้่ฃณ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆตฎ่ฃณ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 779, "physical_attack_power_base": 1263, "physical_critical_strike_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ่ฃณ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_critical_strike_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅด่ฃณ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 779, "magical_attack_power_base": 1516, "all_critical_strike_base": 3907, "surplus": 3472}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆฒ
่ฃณ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 779, "magical_attack_power_base": 1516, "magical_critical_strike_base": 3907, "surplus": 3472}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฑ่่ฃค (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1499, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๅนๅฏ่ฃค () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยท้ฃๅทก่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฟๅนณ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆจ้ฒ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๅนฝๅน่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅคฎ่ฃค (ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strain_base": 2569}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ณไผ่ฃค () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน
ๅฟต่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅณฆ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฐจๅณฐ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒณๆพ่ฃค (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1713, "strain_base": 856}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ่ฐท่ฃค (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_critical_strike_base": 3854}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๅฒฑ่ฃค (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆ่ฃค (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
่ณ่ฃค (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "all_critical_strike_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅชๆก่ฃค (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_critical_strike_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅปถ่ฃค (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1713, "strain_base": 1499}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่พ่ฃค (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "haste_base": 3854}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ฑ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฑ้ญ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ปๅฏ่ฃค (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 2141, "strain_base": 1071}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฃ ็่ฃค () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธๅฟฑ่ฃค (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "strain_base": 3426}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅ่ฃค (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "strain_base": 3426}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบญๆพ่ฃค (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "strain_base": 3426}, "embed": {"magical_attack_power_base": 86, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
ไบ่ฃค (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "strain_base": 3426}, "embed": {"magical_attack_power_base": 86, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟ้กบ่ฃณ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1713, "strain_base": 1499}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟ่ฃณ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "haste_base": 3854}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎ่ฃณ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "strain_base": 3426}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌ่ฃณ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "strain_base": 3426}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆ่ฃณ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "all_critical_strike_base": 3854, "strain_base": 3426}, "embed": {"surplus": 161, "all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎ่ฃณ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_critical_strike_base": 3854, "strain_base": 3426}, "embed": {"surplus": 161, "magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅป้่ฃค (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 2355, "strain_base": 856}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅซ่ฃค () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ป่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ้่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้จ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "magical_overcome_base": 3854, "surplus": 3426}, "embed": {"magical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ ้ท่ฃค (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1499, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บต็ฎ่ฃค (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_critical_strike_base": 3854}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฝ้ณ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 768, "magical_attack_power_base": 1495, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพท่ฅ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 768, "magical_attack_power_base": 1495, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"้ฃ็่ฃค (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 988, "physical_attack_power_base": 1603, "physical_critical_strike_base": 4958, "strain_base": 4407}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "191981", "set_attr": {"2": {"all_critical_strike_base": 1363}, "4": {"strain_base": 1363}}, "set_gain": {}}, "ๆณๆฝบ่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_critical_strike_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅฌ้ไธ่ฃณ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "strain_base": 4344}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็่ฝป่ฃค (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2917, "physical_critical_strike_base": 3530, "strain_base": 8689}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฃฐ่ฃค (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 4133, "strain_base": 9096}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ่ข่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "physical_overcome_base": 3801, "physical_critical_strike_base": 4344, "strain_base": 2987}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅซๆจ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 3801, "physical_overcome_base": 4616, "strain_base": 2715}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก่ฃค (ไผๅฟ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3525, "surplus": 5702, "physical_critical_strike_base": 5431}, "embed": {"physical_critical_power_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆปกๆญ่ฃค (็ ด้ฒ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4133, "physical_overcome_base": 9639}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆ่ฃค (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "physical_overcome_base": 4888, "surplus": 4344}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก่ฃค (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 974, "physical_attack_power_base": 1580, "haste_base": 4888, "strain_base": 4344}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "surplus": 3692, "physical_overcome_base": 4484, "strain_base": 2637}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3424, "physical_critical_strike_base": 5275, "strain_base": 5539}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 4014, "strain_base": 9363}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "physical_overcome_base": 3488, "physical_critical_strike_base": 3986, "strain_base": 2741}, "embed": {"physical_critical_power_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3234, "surplus": 5107, "strain_base": 5107}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3792, "physical_overcome_base": 8845}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ช่่ฃค (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 880, "physical_attack_power_base": 1427, "physical_critical_strike_base": 4415, "strain_base": 3924}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190855", "set_attr": {"2": {"all_critical_strike_base": 1215}, "4": {"strain_base": 1215}}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ พๆผ ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้่ฃค (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_critical_strike_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆขฆ่ฑไธ่ฃณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "strain_base": 3877}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธๆ่ฃค (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "physical_overcome_base": 4604, "strain_base": 5089}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๆฏ่ฃค (็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3688, "surplus": 8118}, "embed": {"physical_critical_strike_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฆๅ ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 3038, "surplus": 5089, "physical_overcome_base": 4604}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๆ่ฃค (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2604, "physical_critical_strike_base": 3150, "strain_base": 7755}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅ่ฃค (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "physical_overcome_base": 4362, "surplus": 3877}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟ่ฃค (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 869, "physical_attack_power_base": 1410, "haste_base": 4362, "strain_base": 3877}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3374, "surplus": 2826, "physical_overcome_base": 3062, "physical_critical_strike_base": 3062}, "embed": {"physical_critical_power_base": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3058, "physical_overcome_base": 4710, "strain_base": 4946}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3585, "physical_critical_strike_base": 8361}, "embed": {"physical_critical_power_base": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณ่ฃค (ไผๅฟ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 824, "physical_attack_power_base": 1337, "physical_critical_strike_base": 4134, "strain_base": 3675}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ชๅญฃยทๆๆณ (็ ด้ฒ ๆ ๅ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 803, "physical_attack_power_base": 1303, "physical_overcome_base": 4029, "strain_base": 3581}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (็ ด้ฒ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2906, "surplus": 3134, "physical_overcome_base": 3805, "strain_base": 2238}, "embed": {"physical_critical_strike_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ไผๅฟ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2906, "physical_critical_strike_base": 4477, "strain_base": 4701}, "embed": {"physical_critical_power_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่ฃค (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 3407, "strain_base": 7946}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ็ฅ่ฃค (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 789, "physical_attack_power_base": 1280, "physical_critical_strike_base": 3959, "strain_base": 3519}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": "190552", "set_attr": {"2": {"all_critical_strike_base": 1090}, "4": {"strain_base": 1090}}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅถ็ฝไธ่ฃณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "strain_base": 3472}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ณ่ฟน่ฃค (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "physical_overcome_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็้่ฃค (็ ดๆ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "surplus": 2279, "strain_base": 6945}, "embed": {"physical_overcome_base": 161, "strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้
่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2720, "surplus": 4124, "physical_overcome_base": 4124}, "embed": {"physical_critical_strike_base": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ผ้ง่ฃค (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 2332, "physical_critical_strike_base": 2387, "strain_base": 6945}, "embed": {"surplus": 161, "physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆ่ฃค (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_overcome_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑไธ่ฃณ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "haste_base": 3907, "strain_base": 3472}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ่ฃณ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 779, "physical_attack_power_base": 1263, "physical_critical_strike_base": 3907, "surplus": 3472}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฟๅนณ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆ่ฃค (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅ่ฃค (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "strain_base": 3426}, "embed": {"physical_attack_power_base": 72, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌ่ฃณ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_critical_strike_base": 3854, "strain_base": 3426}, "embed": {"surplus": 161, "physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐ่ฃค (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "physical_overcome_base": 3854, "surplus": 3426}, "embed": {"physical_overcome_base": 161, "surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณ่ฃค (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 768, "physical_attack_power_base": 1246, "haste_base": 3854, "surplus": 3426}, "embed": {"surplus": 161, "physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/hat
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/jacket
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/necklace
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"่ฟๅฝฑ้พ (ๅ ้ ๆ ๅ) 14150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 14150, "max_strength": 6, "base": {}, "magic": {"haste_base": 1102, "strain_base": 964}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆป้พ () 14150": {"school": "้็จ", "kind": "ๆฒป็", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจ้พ (็ ด้ฒ ็ ดๆ) 14150": {"school": "้็จ", "kind": "่บซๆณ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพ้พ (็ ด้ฒ ็ ดๆ) 14150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 494, "magical_attack_power_base": 962, "magical_overcome_base": 2479, "surplus": 2203}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้้พ (็ ด้ฒ ็ ดๆ) 14150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494, "magical_attack_power_base": 962, "magical_overcome_base": 2479, "surplus": 2203}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆช้พ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 1629, "strain_base": 407}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ่ท้พ (ๅ ้) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "haste_base": 2444}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ธ้้พ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆ้พ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃไบ้พ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "all_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ็ปก้พ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๅณฐ้พ (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"haste_base": 1086, "strain_base": 950}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ้ฒ้พ (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_critical_strike_base": 2444}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆฃ้พ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก้พ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ้ข้พ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌ่ฑ้พ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "surplus": 1451, "physical_critical_strike_base": 2506, "strain_base": 1451}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 2637, "strain_base": 2769}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "strain_base": 4681}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2054, "surplus": 1451, "all_critical_strike_base": 2506, "strain_base": 1451}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2054, "magical_overcome_base": 2637, "strain_base": 2769}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2409, "strain_base": 4681}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑ้พ (ๅ ้ ๆ ๅ) 13300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13300, "max_strength": 6, "base": {}, "magic": {"haste_base": 1036, "strain_base": 906}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆป้พ () 13300": {"school": "้็จ", "kind": "ๆฒป็", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 464}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจ้พ (็ ด้ฒ ็ ดๆ) 13300": {"school": "้็จ", "kind": "่บซๆณ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"agility_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 13300": {"school": "้็จ", "kind": "ๅ้", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพ้พ (็ ด้ฒ ็ ดๆ) 13300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 464, "magical_attack_power_base": 904, "magical_overcome_base": 2330, "surplus": 2071}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้้พ (็ ด้ฒ ็ ดๆ) 13300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 464, "magical_attack_power_base": 904, "magical_overcome_base": 2330, "surplus": 2071}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฒๅพกๆ ๅฐ้กน้พ () 12800": {"school": "็ฒพ็ฎ", "kind": "้ฒๅพก", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒป็ๆ ๅฐ้กน้พ () 12800": {"school": "็ฒพ็ฎ", "kind": "ๆฒป็", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 1744, "physical_overcome_base": 2118, "strain_base": 1246}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2616, "physical_critical_strike_base": 2491}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "physical_overcome_base": 4422}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (็ ด้ฒ ็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1941, "surplus": 1744, "magical_overcome_base": 2118, "strain_base": 1246}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1941, "surplus": 2616, "all_critical_strike_base": 2491}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2275, "magical_overcome_base": 4422}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅก้พ (ๅ ้ ๆ ๅ) 12600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12600, "max_strength": 6, "base": {}, "magic": {"haste_base": 981, "strain_base": 858}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณ้พ () 12600": {"school": "้็จ", "kind": "ๆฒป็", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 440}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆ้พ (็ ด้ฒ ็ ดๆ) 12600": {"school": "้็จ", "kind": "่บซๆณ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
้พ (็ ด้ฒ ็ ดๆ) 12600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 440, "magical_attack_power_base": 856, "magical_overcome_base": 2207, "surplus": 1962}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถ้พ (็ ด้ฒ ็ ดๆ) 12600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 440, "magical_attack_power_base": 856, "magical_overcome_base": 2207, "surplus": 1962}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑ้พ (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"haste_base": 969, "strain_base": 848}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆป้พ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจ้พ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพ้พ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้้พ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆ้พ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1212, "strain_base": 606}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ ้พ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆ้พ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้้พ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็้พ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "surplus": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅฏ้พ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐๅฑฟ้พ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1454, "strain_base": 364}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฅฎ้้พ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "haste_base": 2181}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่พ้พ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅ้พ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆธก้พ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅ้พ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้็้พ (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"haste_base": 969, "strain_base": 848}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅ้ป้พ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_critical_strike_base": 2181}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้้พ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟ้พ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคดๅพฎ้พ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ๆณ้พ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ไผๆ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 1295, "physical_critical_strike_base": 2237, "physical_critical_power_base": 1178}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ดๆ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 2414, "strain_base": 2414}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_critical_strike_base": 4181}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ไผๅฟ ไผๆ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1835, "surplus": 1295, "all_critical_strike_base": 2237, "all_critical_power_base": 1178}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (็ ดๆ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1835, "surplus": 2414, "strain_base": 2414}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2151, "all_critical_strike_base": 4181}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅก้พ (ๅ ้ ๆ ๅ) 11850": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11850, "max_strength": 6, "base": {}, "magic": {"haste_base": 923, "strain_base": 807}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณ้พ () 11850": {"school": "้็จ", "kind": "ๆฒป็", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spirit_base": 414}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆ้พ (็ ด้ฒ ็ ดๆ) 11850": {"school": "้็จ", "kind": "่บซๆณ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"agility_base": 414, "physical_attack_power_base": 671, "physical_overcome_base": 2076, "surplus": 1845}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 11850": {"school": "้็จ", "kind": "ๅ้", "level": 11850, "max_strength": 6, "base": {}, "magic": {"strength_base": 414, "physical_attack_power_base": 671, "physical_overcome_base": 2076, "surplus": 1845}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
้พ (็ ด้ฒ ็ ดๆ) 11850": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spunk_base": 414, "magical_attack_power_base": 805, "magical_overcome_base": 2076, "surplus": 1845}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถ้พ (็ ด้ฒ ็ ดๆ) 11850": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spirit_base": 414, "magical_attack_power_base": 805, "magical_overcome_base": 2076, "surplus": 1845}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ญ้พ (ๅ ้ ็ ดๆ ๆ ๅ) 11800": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11800, "max_strength": 6, "base": {}, "magic": {"haste_base": 919, "strain_base": 459, "surplus": 345}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅฃถ้พ (ๅ ้) 11800": {"school": "้็จ", "kind": "ๆฒป็", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "haste_base": 2067}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ชจ้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "่บซๆณ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"agility_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณ้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ฉ้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spunk_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคๅฟต้พ (็ ดๆ ๆ ๅ) 11800": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11800, "max_strength": 6, "base": {}, "magic": {"surplus": 1148, "strain_base": 574}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฅทๅฟต้พ (ๅ ้) 11800": {"school": "้็จ", "kind": "ๆฒป็", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "haste_base": 2067}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฐธๅฟต้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "่บซๆณ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"agility_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟต้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅฟต้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spunk_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ปๅฟต้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑ้พ (ๅ ้ ๆ ๅ) 11600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11600, "max_strength": 6, "base": {}, "magic": {"haste_base": 903, "strain_base": 790}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆป้พ () 11600": {"school": "้็จ", "kind": "ๆฒป็", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 405}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจ้พ (็ ด้ฒ ็ ดๆ) 11600": {"school": "้็จ", "kind": "่บซๆณ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"agility_base": 405, "physical_attack_power_base": 657, "physical_overcome_base": 2032, "surplus": 1806}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 11600": {"school": "้็จ", "kind": "ๅ้", "level": 11600, "max_strength": 6, "base": {}, "magic": {"strength_base": 405, "physical_attack_power_base": 657, "physical_overcome_base": 2032, "surplus": 1806}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพ้พ (็ ด้ฒ ็ ดๆ) 11600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 405, "magical_attack_power_base": 788, "magical_overcome_base": 2032, "surplus": 1806}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้้พ (็ ด้ฒ ็ ดๆ) 11600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 405, "magical_attack_power_base": 788, "magical_overcome_base": 2032, "surplus": 1806}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
งๅค้กน้พยท่ท (ไผๅฟ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"all_critical_strike_base": 6209}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒงๆตช้กน้พยท็ป (ไผๅฟ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"all_critical_strike_base": 6209}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฟๆฒ้กน้พยท็จ (ไผๅฟ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"all_critical_strike_base": 6209}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "surplus": 1231, "physical_critical_strike_base": 2127, "strain_base": 1231}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_overcome_base": 2238, "strain_base": 2350}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1704, "strain_base": 3973}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1744, "surplus": 1231, "all_critical_strike_base": 2127, "strain_base": 1231}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1744, "magical_overcome_base": 2238, "strain_base": 2350}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ้กน้พ (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2044, "strain_base": 3973}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅฅ้พ (ๅ ้ ๆ ๅ) 11300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11300, "max_strength": 6, "base": {}, "magic": {"haste_base": 880, "strain_base": 770}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ช้พ () 11300": {"school": "้็จ", "kind": "ๆฒป็", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 395}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅฎน้พ (็ ด้ฒ ็ ดๆ) 11300": {"school": "้็จ", "kind": "่บซๆณ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"agility_base": 395, "physical_attack_power_base": 640, "physical_overcome_base": 1980, "surplus": 1760}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้พ้พ (็ ด้ฒ ็ ดๆ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 395, "physical_attack_power_base": 640, "physical_overcome_base": 1980, "surplus": 1760}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน็้พ (็ ด้ฒ ็ ดๆ) 11300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 395, "magical_attack_power_base": 768, "magical_overcome_base": 1980, "surplus": 1760}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆตฎ้พ (็ ด้ฒ ็ ดๆ) 11300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 395, "magical_attack_power_base": 768, "magical_overcome_base": 1980, "surplus": 1760}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท็ฃ็ณ้พ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 868, "strain_base": 434}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท้ฟ้้พ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "haste_base": 1953}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท้ฃ่ก้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆผๅฐ้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆชๅค้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๅฟๆ้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ็ต้กน้ฅฐ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1302, "strain_base": 326}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅถ้กน้ฅฐ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "haste_base": 1953}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏๆฑ้กน้ฅฐ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆ้กน้ฅฐ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฝ่ฑ้กน้ฅฐ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ฑ้กน้ฅฐ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅ้พ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"haste_base": 868, "strain_base": 760}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
่้พ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_critical_strike_base": 1953}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅค้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑ้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ก้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆณ้พ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1085, "strain_base": 543}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้้พ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆตฎ้พ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ้พ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅด้พ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "surplus": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆฒ
้พ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅก้พ (ๅ ้ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"haste_base": 864, "strain_base": 756}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณ้พ () 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 388, "magical_attack_power_base": 754, "magical_overcome_base": 1945, "surplus": 1728}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_attack_power_base": 754, "magical_overcome_base": 1945, "surplus": 1728}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๅ
้พ (็ ดๆ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"surplus": 1188, "strain_base": 432}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด้ณ้พ () 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด่ถ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด้ฆ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆบช้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 388, "magical_attack_power_base": 754, "magical_overcome_base": 1945, "surplus": 1728}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด้ป้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_attack_power_base": 754, "magical_overcome_base": 1945, "surplus": 1728}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅคฎ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1178, "strain_base": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ณไผ้พ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน
ๅฟต้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅณฆ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "surplus": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฐจๅณฐ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒณๆพ้พ (ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1606}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ่ฐท้พ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๅฒฑ้พ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆ้พ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
่ณ้พ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅชๆก้พ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅปถ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 749, "strain_base": 856}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่พ้พ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ฑ้พ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆ้พ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฑ้ญ้พ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ้พ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ปๅฏ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฃ ็้พ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธๅฟฑ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบญๆพ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
ไบ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟ้กบ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1071, "strain_base": 535}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟ้พ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎ้พ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌ้พ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆ้พ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎ้พ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅป้้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅซ้พ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ป้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ้้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "surplus": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้จ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ ้ท้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 856, "strain_base": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บต็ฎ้พ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฝ้ณ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพท่ฅ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_overcome_base": 2479, "surplus": 2203}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆ้พ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่ก้พ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "surplus": 1451, "physical_critical_strike_base": 2506, "strain_base": 1451}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 2637, "strain_base": 2769}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ๆ ๅ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "strain_base": 4681}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 13300": {"school": "้็จ", "kind": "ๅ้", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_overcome_base": 2330, "surplus": 2071}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ็ ดๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 1744, "physical_overcome_base": 2118, "strain_base": 1246}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2616, "physical_critical_strike_base": 2491}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "physical_overcome_base": 4422}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_overcome_base": 2207, "surplus": 1962}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้้พ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅ้พ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟ้พ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ไผๆ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 1295, "physical_critical_strike_base": 2237, "physical_critical_power_base": 1178}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ดๆ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "surplus": 2414, "strain_base": 2414}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_critical_strike_base": 4181}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 11850": {"school": "้็จ", "kind": "ๅ้", "level": 11850, "max_strength": 6, "base": {}, "magic": {"strength_base": 414, "physical_attack_power_base": 671, "physical_overcome_base": 2076, "surplus": 1845}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณ้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟต้พ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏ้พ (็ ด้ฒ ็ ดๆ) 11600": {"school": "้็จ", "kind": "ๅ้", "level": 11600, "max_strength": 6, "base": {}, "magic": {"strength_base": 405, "physical_attack_power_base": 657, "physical_overcome_base": 2032, "surplus": 1806}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ไผๅฟ ็ ดๆ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "surplus": 1231, "physical_critical_strike_base": 2127, "strain_base": 1231}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (็ ด้ฒ ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_overcome_base": 2238, "strain_base": 2350}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ้กน้พ (ๆ ๅ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1704, "strain_base": 3973}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้พ้พ (็ ด้ฒ ็ ดๆ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 395, "physical_attack_power_base": 640, "physical_overcome_base": 1980, "surplus": 1760}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆผๅฐ้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆ้กน้ฅฐ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑ้พ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ้พ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด้ฆ้พ (็ ด้ฒ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_overcome_base": 1945, "surplus": 1728}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆ้พ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆ้พ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅ้พ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌ้พ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐ้พ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณ้พ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/pendant
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"่ฟๅฝฑๅ (็ ดๆ ๆ ๅ) 14150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 14150, "max_strength": 6, "base": {}, "magic": {"surplus": 1102, "strain_base": 551}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆปๅ (ไผๅฟ) 14150": {"school": "้็จ", "kind": "ๆฒป็", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494, "magical_critical_strike_base": 2479}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจๅ (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "่บซๆณ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"agility_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพๅ (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 494, "magical_attack_power_base": 962, "all_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้ๅ (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 14150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494, "magical_attack_power_base": 962, "magical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ ๅฐฝ็ฏ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 4, "base": {}, "magic": {"surplus": 1086, "strain_base": 543}, "embed": {}, "gains": [[6800, 117]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐ่ท็ฟป (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 4, "base": {}, "magic": {"spirit_base": 487, "magical_critical_strike_base": 2444}, "embed": {"spirit_base": 36}, "gains": [[6800, 114]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๆ้ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๆงๅฎ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 4, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅน้ฆ้ช (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 115]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ไธ้จ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 115]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆชๅ (ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 2036}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ่ทๅ (ๅ ้) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "haste_base": 2444}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ธ้ๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃไบๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "all_critical_strike_base": 2444, "surplus": 2172}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ็ปกๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๅณฐๅ (ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 2036}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ้ฒๅ () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆฃๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ้ขๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌ่ฑๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 1912, "physical_critical_strike_base": 2044, "physical_critical_power_base": 1319}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_critical_strike_base": 2703, "physical_overcome_base": 2703}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "physical_critical_strike_base": 4681}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2054, "magical_overcome_base": 1912, "all_critical_strike_base": 2044, "all_critical_power_base": 1319}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2054, "all_critical_strike_base": 2703, "magical_overcome_base": 2703}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2409, "all_critical_strike_base": 4681}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑๅ (็ ดๆ ๆ ๅ) 13300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13300, "max_strength": 6, "base": {}, "magic": {"surplus": 1036, "strain_base": 518}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆปๅ (ไผๅฟ) 13300": {"school": "้็จ", "kind": "ๆฒป็", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 464, "magical_critical_strike_base": 2330}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจๅ (ไผๅฟ ๆ ๅ) 13300": {"school": "้็จ", "kind": "่บซๆณ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"agility_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 13300": {"school": "้็จ", "kind": "ๅ้", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพๅ (ไผๅฟ ๆ ๅ) 13300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 464, "magical_attack_power_base": 904, "all_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้ๅ (ไผๅฟ ๆ ๅ) 13300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 464, "magical_attack_power_base": 904, "magical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฒๅพกๆ ๅฐ่
ฐๅ () 12800": {"school": "็ฒพ็ฎ", "kind": "้ฒๅพก", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒป็ๆ ๅฐ่
ฐๅ () 12800": {"school": "็ฒพ็ฎ", "kind": "ๆฒป็", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ ไผๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "physical_critical_strike_base": 2367, "physical_critical_power_base": 1246, "strain_base": 1370}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2491, "physical_overcome_base": 2616}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "strain_base": 4422}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (ไผๅฟ ไผๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1941, "all_critical_strike_base": 2367, "all_critical_power_base": 1246, "strain_base": 1370}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1941, "surplus": 2491, "magical_overcome_base": 2616}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2275, "strain_base": 4422}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅกๅ (็ ดๆ ๆ ๅ) 12600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12600, "max_strength": 6, "base": {}, "magic": {"surplus": 981, "strain_base": 491}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณๅ (ไผๅฟ) 12600": {"school": "้็จ", "kind": "ๆฒป็", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 440, "magical_critical_strike_base": 2207}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆๅ (ไผๅฟ ๆ ๅ) 12600": {"school": "๏ฟฝ๏ฟฝ็จ", "kind": "่บซๆณ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
ๅ (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 440, "magical_attack_power_base": 856, "all_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถๅ (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 440, "magical_attack_power_base": 856, "magical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑๅ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 969, "strain_base": 485}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆปๅ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_critical_strike_base": 2181}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้ๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๅ (ๅ ้ ็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"haste_base": 969, "strain_base": 485, "surplus": 364}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ ๅ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_critical_strike_base": 2181}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "surplus": 1939}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅฏๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้๏ฟฝ๏ฟฝ๏ฟฝ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคชๅนณๆ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 4, "base": {}, "magic": {"surplus": 969, "strain_base": 485}, "embed": {}, "gains": [[6800, 110]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บข่ผๆ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 4, "base": {}, "magic": {"spirit_base": 435, "magical_critical_strike_base": 2181}, "embed": {"spirit_base": 36}, "gains": [[6800, 107]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๆ ๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ้ปๆฒ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 4, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ชไธๅฐ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 108]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎๅคฉ้ณ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 108]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐๅฑฟๅ (ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 1818}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฅฎ้ๅ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "haste_base": 2181}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่พๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆธกๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "surplus": 1939}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้็ๅ (ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 1818}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅ้ปๅ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคดๅพฎๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ๆณๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_overcome_base": 1649, "physical_critical_strike_base": 1884, "strain_base": 1295}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_critical_strike_base": 2355, "strain_base": 2473}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_overcome_base": 4181}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1835, "magical_overcome_base": 1649, "all_critical_strike_base": 1884, "strain_base": 1295}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1835, "all_critical_strike_base": 2355, "strain_base": 2473}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2151, "magical_overcome_base": 4181}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้นคๆๅ (ๆ ๅ) 12000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1752}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กพๆๅ (ๅ ้) 12000": {"school": "้็จ", "kind": "ๆฒป็", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 419, "haste_base": 2102}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆๅ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "่บซๆณ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"agility_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๆๅ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ้", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฟฏๆๅ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 419, "magical_attack_power_base": 816, "magical_overcome_base": 2102, "strain_base": 1869}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆทกๆๅ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 419, "magical_attack_power_base": 816, "magical_overcome_base": 2102, "strain_base": 1869}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅกๅ (็ ดๆ ๆ ๅ) 11850": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11850, "max_strength": 6, "base": {}, "magic": {"surplus": 923, "strain_base": 461}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณๅ (ไผๅฟ) 11850": {"school": "้็จ", "kind": "ๆฒป็", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spirit_base": 414, "magical_critical_strike_base": 2076}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆๅ (ไผๅฟ ๆ ๅ) 11850": {"school": "้็จ", "kind": "่บซๆณ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"agility_base": 414, "physical_attack_power_base": 671, "physical_critical_strike_base": 2076, "strain_base": 1845}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 11850": {"school": "้็จ", "kind": "ๅ้", "level": 11850, "max_strength": 6, "base": {}, "magic": {"strength_base": 414, "physical_attack_power_base": 671, "physical_critical_strike_base": 2076, "strain_base": 1845}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
ๅ (ไผๅฟ ๆ ๅ) 11850": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spunk_base": 414, "magical_attack_power_base": 805, "all_critical_strike_base": 2076, "strain_base": 1845}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถๅ (ไผๅฟ ๆ ๅ) 11850": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11850, "max_strength": 6, "base": {}, "magic": {"spirit_base": 414, "magical_attack_power_base": 805, "magical_critical_strike_base": 2076, "strain_base": 1845}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅฝฑๅ (็ ดๆ ๆ ๅ) 11600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11600, "max_strength": 6, "base": {}, "magic": {"surplus": 903, "strain_base": 452}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไป็ฆปๅ (ไผๅฟ) 11600": {"school": "้็จ", "kind": "ๆฒป็", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 405, "magical_critical_strike_base": 2032}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ขๆจๅ (ไผๅฟ ๆ ๅ) 11600": {"school": "้็จ", "kind": "่บซๆณ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"agility_base": 405, "physical_attack_power_base": 657, "physical_critical_strike_base": 2032, "strain_base": 1806}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 11600": {"school": "้็จ", "kind": "ๅ้", "level": 11600, "max_strength": 6, "base": {}, "magic": {"strength_base": 405, "physical_attack_power_base": 657, "physical_critical_strike_base": 2032, "strain_base": 1806}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅๅพๅ (ไผๅฟ ๆ ๅ) 11600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 405, "magical_attack_power_base": 788, "all_critical_strike_base": 2032, "strain_base": 1806}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ้ๅ (ไผๅฟ ๆ ๅ) 11600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 405, "magical_attack_power_base": 788, "magical_critical_strike_base": 2032, "strain_base": 1806}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
งๅคๅ ยท่ท (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 1850, "agility_base": 1850, "spirit_base": 1850, "spunk_base": 1850, "haste_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒงๆตชๅ ยท็ป (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 1850, "agility_base": 1850, "spirit_base": 1850, "spunk_base": 1850, "haste_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฟๆฒๅ ยท็จ (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 1850, "agility_base": 1850, "spirit_base": 1850, "spunk_base": 1850, "haste_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_overcome_base": 1623, "physical_critical_strike_base": 1735, "physical_critical_power_base": 1119}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_critical_strike_base": 2294, "physical_overcome_base": 2294}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1704, "physical_critical_strike_base": 3973}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1744, "magical_overcome_base": 1623, "all_critical_strike_base": 1735, "all_critical_power_base": 1119}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 1744, "all_critical_strike_base": 2294, "magical_overcome_base": 2294}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2044, "all_critical_strike_base": 3973}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅฅๅ (็ ดๆ ๆ ๅ) 11300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11300, "max_strength": 6, "base": {}, "magic": {"surplus": 880, "strain_base": 440}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ชๅ (ไผๅฟ) 11300": {"school": "้็จ", "kind": "ๆฒป็", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 395, "magical_critical_strike_base": 1980}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅฎนๅ (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "่บซๆณ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"agility_base": 395, "physical_attack_power_base": 640, "physical_critical_strike_base": 1980, "strain_base": 1760}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้พๅ (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 395, "physical_attack_power_base": 640, "physical_critical_strike_base": 1980, "strain_base": 1760}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน็ๅ (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 395, "magical_attack_power_base": 768, "all_critical_strike_base": 1980, "strain_base": 1760}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆตฎๅ (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 395, "magical_attack_power_base": 768, "magical_critical_strike_base": 1980, "strain_base": 1760}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท็ฃ็ณๅ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1085, "strain_base": 543}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท้ฟ้ๅ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_critical_strike_base": 1953}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยท้ฃ่กๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆผๅฐๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆชๅคๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๅฟๆๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ่ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 4, "base": {}, "magic": {"surplus": 868, "strain_base": 434}, "embed": {}, "gains": [[6800, 103]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆจ่ฑๆณช (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 4, "base": {}, "magic": {"spirit_base": 389, "magical_critical_strike_base": 1953}, "embed": {"spirit_base": 36}, "gains": [[6800, 100]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ดฏ้ณ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 102]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ่ฝ็ง (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 4, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 102]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฌๆณฃ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 101]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆข
ๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {"magical_overcome_base": 161}, "gains": [[6800, 101]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ็ตๅ (ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1628}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅถๅ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "haste_base": 1953}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏๆฑๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฝ่ฑๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "surplus": 1736}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ฑๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅๅ (ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1628}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
่ๅ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅคๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "surplus": 1736}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่กๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "surplus": 1736}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆณๅ (ๅ ้ ็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"haste_base": 868, "strain_base": 434, "surplus": 326}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_critical_strike_base": 1953}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆตฎๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅดๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "surplus": 1736}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆฒ
ๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅกๅ (็ ดๆ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"surplus": 864, "strain_base": 432}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅณๅ (ไผๅฟ) 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_critical_strike_base": 1945}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌบๆๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
ๅ
ๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 388, "magical_attack_power_base": 754, "all_critical_strike_base": 1945, "strain_base": 1728}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ้ถๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_attack_power_base": 754, "magical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆฌๅ (ๅ ้ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"haste_base": 864, "strain_base": 756}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆนๅ () 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด่ๅ (ไผๅฟ ็ ดๆ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "surplus": 1728}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆขงๅ (ไผๅฟ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "surplus": 1728}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๅ
ธๅ (ไผๅฟ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 388, "magical_attack_power_base": 754, "all_critical_strike_base": 1945, "surplus": 1728}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดไนๅ (ไผๅฟ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_attack_power_base": 754, "magical_critical_strike_base": 1945, "surplus": 1728}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅคฎๅ (ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1285}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ณไผๅ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน
ๅฟตๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅณฆๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฐจๅณฐๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒณๆพๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 749, "strain_base": 856}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ่ฐทๅ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๅฒฑๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
่ณๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "strain_base": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅชๆกๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "strain_base": 1713}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅปถๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1178, "strain_base": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่พๅ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ฑๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฑ้ญๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "surplus": 1713}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ปๅฏๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฃ ็ๅ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธๅฟฑๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบญๆพๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
ไบๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟ้กบๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1071, "strain_base": 535}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟๅ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅป้ไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1071, "strain_base": 535}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅซไฝฉ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ปไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ้ไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "surplus": 1713}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้จไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "surplus": 1713}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ ้ทไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "surplus": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บต็ฎไฝฉ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฝ้ณไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพท่ฅไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {"magical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 14150": {"school": "้็จ", "kind": "ๅ้", "level": 14150, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 801, "physical_critical_strike_base": 2479, "strain_base": 2203}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๆงๅฎ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 4, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 116]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_overcome_base": 1912, "physical_critical_strike_base": 2044, "physical_critical_power_base": 1319}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1712, "physical_critical_strike_base": 2703, "physical_overcome_base": 2703}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2007, "physical_critical_strike_base": 4681}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 13300": {"school": "้็จ", "kind": "ๅ้", "level": 13300, "max_strength": 6, "base": {}, "magic": {"strength_base": 464, "physical_attack_power_base": 753, "physical_critical_strike_base": 2330, "strain_base": 2071}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ ไผๆ ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "physical_critical_strike_base": 2367, "physical_critical_power_base": 1246, "strain_base": 1370}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1617, "surplus": 2491, "physical_overcome_base": 2616}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ๆ ๅ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1896, "strain_base": 4422}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 440, "physical_attack_power_base": 714, "physical_critical_strike_base": 2207, "strain_base": 1962}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ้ปๆฒ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 4, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 109]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_overcome_base": 1649, "physical_critical_strike_base": 1884, "strain_base": 1295}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1529, "physical_critical_strike_base": 2355, "strain_base": 2473}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1792, "physical_overcome_base": 4181}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๆๅ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ้", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 419, "physical_attack_power_base": 680, "physical_overcome_base": 2102, "strain_base": 1869}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 11850": {"school": "้็จ", "kind": "ๅ้", "level": 11850, "max_strength": 6, "base": {}, "magic": {"strength_base": 414, "physical_attack_power_base": 671, "physical_critical_strike_base": 2076, "strain_base": 1845}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่ทฏๅ (ไผๅฟ ๆ ๅ) 11600": {"school": "้็จ", "kind": "ๅ้", "level": 11600, "max_strength": 6, "base": {}, "magic": {"strength_base": 405, "physical_attack_power_base": 657, "physical_critical_strike_base": 2032, "strain_base": 1806}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_overcome_base": 1623, "physical_critical_strike_base": 1735, "physical_critical_power_base": 1119}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (็ ด้ฒ ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1453, "physical_critical_strike_base": 2294, "physical_overcome_base": 2294}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐ่
ฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1704, "physical_critical_strike_base": 3973}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้พๅ (ไผๅฟ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 395, "physical_attack_power_base": 640, "physical_critical_strike_base": 1980, "strain_base": 1760}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ต็ฉบยทๆผๅฐๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ่ฝ็ง (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 4, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {"physical_overcome_base": 161}, "gains": [[6800, 102]], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ้
ฃๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆขงๅ (ไผๅฟ ็ ดๆ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "surplus": 1728}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "strain_base": 1713}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "strain_base": 1713}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐไฝฉ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณไฝฉ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/primary_weapon
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/ring
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"่ถๅทๆ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 1358, "strain_base": 679}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ปต่ฟๆ (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_critical_strike_base": 2444}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ๆญฆๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ปๅฑฑๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฝๆๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ไนกๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅน้ๆ (ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 2036}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆ่ฐๆ (ๅ ้) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "haste_base": 2444}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยท้ๆๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅฌ้ๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆญๆๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆ ๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆถๅฒๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1702, "surplus": 2851, "physical_overcome_base": 2580}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ็ปๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1459, "physical_critical_strike_base": 1765, "strain_base": 4344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็จไบๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 2042, "surplus": 2851, "magical_overcome_base": 2580}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธฐๅๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1750, "all_critical_strike_base": 1765, "strain_base": 4344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฎๅนด๏ฟฝ๏ฟฝ (็ ด้ฒ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_overcome_base": 2715, "strain_base": 2851}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅณปๆฐดๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2115, "magical_overcome_base": 2715, "strain_base": 2851}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้ๆ (ไผๅฟ ไผๆ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "surplus": 1493, "physical_critical_strike_base": 2580, "physical_critical_power_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ฐ็ๆ (็ ด้ฒ ไผๅฟ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_critical_strike_base": 2783, "physical_overcome_base": 2783}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆถ่ถๆ (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2066, "strain_base": 4820}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅธๅปถๆ (ไผๅฟ ไผๆ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2115, "surplus": 1493, "all_critical_strike_base": 2580, "all_critical_power_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พฝๅฎนๆ (็ ด้ฒ ไผๅฟ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2115, "all_critical_strike_base": 2783, "magical_overcome_base": 2783}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธน่ฒๆ (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2480, "strain_base": 4820}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆชๆ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 1629, "surplus": 407}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ่ทๆ () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ธ้ๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃไบๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "all_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ็ปกๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๅณฐๆ็ฏ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 1358, "strain_base": 679}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ้ฒๆ็ฏ (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_critical_strike_base": 2444}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆฃๆ็ฏ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๆ็ฏ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ้ขๆ็ฏ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌ่ฑๆ็ฏ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 487, "magical_attack_power_base": 948, "magical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ป (ๆ ๅ) 13400": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strain_base": 1565}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ (ไผๅฟ) 13400": {"school": "้็จ", "kind": "ๆฒป็", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spirit_base": 468, "magical_critical_strike_base": 2347}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ (ไผๅฟ ๆ ๅ) 13400": {"school": "้็จ", "kind": "่บซๆณ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"agility_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ณ (ไผๅฟ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ้", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ฏ (ไผๅฟ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spunk_base": 468, "magical_attack_power_base": 911, "all_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จๆ (ไผๅฟ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spirit_base": 468, "magical_attack_power_base": 911, "magical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๆ (็ ดๆ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1454}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ ๆ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "haste_base": 2181}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๆ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๆ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ๆ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅฏๆ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทไธไปคๆ (ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 1818}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅคงไนๆ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "haste_base": 2181}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅคฉ้
ๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆขฆ่ฑๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅไธๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆธๆตๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฌๆถๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "physical_overcome_base": 2302, "strain_base": 2545}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่งฃๆๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1823, "magical_overcome_base": 2302, "strain_base": 2545}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ ดๆๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1302, "physical_critical_strike_base": 1575, "strain_base": 3877}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ตซ้ฃๆ (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "surplus": 2545, "physical_overcome_base": 2302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฎๅฒๆ (ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1844, "strain_base": 4059}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅธ็ตฎๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1562, "all_critical_strike_base": 1575, "strain_base": 3877}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
ๆๆ (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1823, "surplus": 2545, "magical_overcome_base": 2302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆๆ (ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 2213, "strain_base": 4059}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐๅฑฟๆ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 1454, "surplus": 364}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฅฎ้ๆ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่พๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆธกๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "all_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้็ๆ็ฏ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1212, "strain_base": 606}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅ้ปๆ็ฏ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_critical_strike_base": 2181}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ๆ็ฏ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๆ็ฏ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคดๅพฎๆ็ฏ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ๆณๆ็ฏ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 435, "magical_attack_power_base": 846, "magical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆขง้ฃๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ไธ็ต", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅฒๅณฐๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅๅฎ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ฟๆฐๅพกๅจๆๆยทๆฐด็
ฎ (ไผๅฟ) 12300": {"school": "่ฏๅฎ", "kind": "ๆฒป็", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_critical_strike_base": 2155}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ฟๆฐๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "่ฏๅฎ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅฏป้พๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "่กๅคฉ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 429, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅๆๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅ้ช", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๆฒงๆณขๅพกๅจๆๆยท๏ฟฝ๏ฟฝ๏ฟฝๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "่ฌ่ฑ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅฒๅฏๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "้ธๅ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅคๆๅพกๅจๆๆยทๆฐด็
ฎ (ไผๅฟ) 12300": {"school": "้ฟๆญ", "kind": "ๆฒป็", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_critical_strike_base": 2155}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅคๆๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "้ฟๆญ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_attack_power_base": 836, "magical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅก้ชๅพกๅจๆๆยทๆธ
่ธ (ๅ ้ ๆ ๅ) 12300": {"school": "่ไบ", "kind": "้ฒๅพก", "level": 12300, "max_strength": 6, "base": {}, "magic": {"haste_base": 958, "strain_base": 838}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅก้ชๅพกๅจๆๆยทๅๅทฅ (ไผๅฟ ๆ ๅ) 12300": {"school": "่ไบ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅฆ็ซๅพกๅจๆๆยทๆธ
่ธ (็ ดๆ ๆ ๅ) 12300": {"school": "ๆๆ", "kind": "้ฒๅพก", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strain_base": 1436, "surplus": 359}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅฆ็ซๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๆๆ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 429, "magical_attack_power_base": 836, "magical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "้ๆขฆ้้ฅๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ไธๅธฎ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ณๅฐๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "่ๅ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ๆๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅ้จ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ๆๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅ้จ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 429, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ถๆๅพกๅจๆๆยทๆฐด็
ฎ (ไผๅฟ) 12300": {"school": "ไบๆฏ", "kind": "ๆฒป็", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_critical_strike_base": 2155}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ถๆๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ไบๆฏ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "้่ฃณๅพก๏ฟฝ๏ฟฝๆๆยทๆฐด็
ฎ (ไผๅฟ) 12300": {"school": "ไธ็ง", "kind": "ๆฒป็", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_critical_strike_base": 2155}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "้่ฃณๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ไธ็ง", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_attack_power_base": 836, "magical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ต่ๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "็บฏ้ณ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"agility_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ต่ๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "็บฏ้ณ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅพก่ตๅพกๅจๆๆยท็็
(ๆ ๅ) 12300": {"school": "ๅคฉ็ญ", "kind": "้ฒๅพก", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strain_base": 1436}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "ๅพก่ตๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅคฉ็ญ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ฟก็ฟ ๅพกๅจๆๆยทๆฐด็
ฎ (ไผๅฟ) 12300": {"school": "ไธ่ฑ", "kind": "ๆฒป็", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 429, "magical_critical_strike_base": 2155}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "็ฟก็ฟ ๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ไธ่ฑ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 429, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ฉๆๅพกๅจๆๆยทๆธ
่ธ (ๆ ๅ) 12300": {"school": "ๅฐๆ", "kind": "้ฒๅพก", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strain_base": 1796}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่ฉๆๅพกๅจๆๆยท็ซๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "ๅฐๆ", "kind": "ๅ
ๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 429, "magical_attack_power_base": 836, "magical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่้ญๆ (็ ดๆ ๆ ๅ) 11800": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11800, "max_strength": 6, "base": {}, "magic": {"surplus": 1148, "strain_base": 574}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅฃถๆ (ๅ ้) 11800": {"school": "้็จ", "kind": "ๆฒป็", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "haste_base": 2067}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ชจๆ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "่บซๆณ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"agility_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณๆ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ฉๆ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spunk_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ๆ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 412, "magical_attack_power_base": 802, "magical_overcome_base": 2067, "strain_base": 1837}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
งๅคๆยท่ท (็ ด้ฒ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"physical_overcome_base": 7338, "magical_overcome_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒงๆตชๆยท็ป (็ ด้ฒ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"physical_overcome_base": 7338, "magical_overcome_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฟๆฒๆยท็จ (็ ด้ฒ) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"physical_overcome_base": 7338, "magical_overcome_base": 7338}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๅฒฉๆ (ๆ ๅ) 11500": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strain_base": 1343}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ขงๅฒๆ (ๅ ้) 11500": {"school": "้็จ", "kind": "ๆฒป็", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 402, "haste_base": 2015}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆพๆๆ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "่บซๆณ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"agility_base": 402, "physical_attack_power_base": 651, "physical_overcome_base": 2015, "surplus": 1791}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ็ตๆ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 402, "physical_attack_power_base": 651, "physical_overcome_base": 2015, "surplus": 1791}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ ไบๆ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spunk_base": 402, "magical_attack_power_base": 782, "magical_overcome_base": 2015, "surplus": 1791}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฝ็ๆ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 402, "magical_attack_power_base": 782, "magical_overcome_base": 2015, "surplus": 1791}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยท้จ่ๆ (ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1628}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆตๆ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "haste_base": 1953}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆฅๅธๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅถ็ฝๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅ็ซ ๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆๆฉๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆช่งฃๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1166, "physical_overcome_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆผ็ ๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1399, "magical_overcome_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพกๆฝๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1166, "physical_critical_strike_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไผๅๆ (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1360, "surplus": 2062, "physical_overcome_base": 2062}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎนไธๆ (ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1652, "strain_base": 3418}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฝปๆผๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1399, "all_critical_strike_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅๆ (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1632, "surplus": 2062, "magical_overcome_base": 2062}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พๅฟๆ (ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"magical_attack_power_base": 1982, "strain_base": 3418}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ็ตๆ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1302, "surplus": 326}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅถๆ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏๆฑๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฝ่ฑๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ฑๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅๆ็ฏ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1085, "strain_base": 543}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
่ๆ็ฏ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_critical_strike_base": 1953}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅคๆ็ฏ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑๆ็ฏ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ๆ็ฏ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่กๆ็ฏ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_overcome_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆณๆ (็ ดๆ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๆ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "haste_base": 1953}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆตฎๆ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๆ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅดๆ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 389, "magical_attack_power_base": 758, "all_critical_strike_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆฒ
ๆ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 389, "magical_attack_power_base": 758, "magical_critical_strike_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๅฃๆ (ๅ ้ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"haste_base": 864, "strain_base": 432}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดไปปๆ () 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดไปๆ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๅฐๆ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆฆๆ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 388, "magical_attack_power_base": 754, "all_critical_strike_base": 1945, "strain_base": 1728}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด่กฃๆ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 388, "magical_attack_power_base": 754, "magical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅคฎๆ (ๅ ้ ็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 428, "surplus": 321}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ณไผๆ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน
ๅฟตๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅณฆๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฐจๅณฐๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒณๆพๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "surplus": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ่ฐทๆ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๅฒฑๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
่ณๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅชๆกๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅปถๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "surplus": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่พๆ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ฑๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฑ้ญๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ปๅฏๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฃ ็ๆ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธๅฟฑๆ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๆ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบญๆพๆ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
ไบๆ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "surplus": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟ้กบๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 428}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟๆ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_critical_strike_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "all_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅป้ๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅซๆ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "haste_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ปๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ้ๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้จๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "haste_base": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ ้ทๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 856, "strain_base": 749}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บต็ฎๆ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฝ้ณๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพท่ฅๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 384, "magical_attack_power_base": 748, "magical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"็ปๅฑฑๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅฌ้ๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆถๅฒๆ (็ ด้ฒ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1702, "surplus": 2851, "physical_overcome_base": 2580}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธธ็ปๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1459, "physical_critical_strike_base": 1765, "strain_base": 4344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฎๅนดๆ (็ ด้ฒ ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_overcome_base": 2715, "strain_base": 2851}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
้ๆ (ไผๅฟ ไผๆ ็ ดๆ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "surplus": 1493, "physical_critical_strike_base": 2580, "physical_critical_power_base": 1358}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ฐ็ๆ (็ ด้ฒ ไผๅฟ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1763, "physical_critical_strike_base": 2783, "physical_overcome_base": 2783}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆถ่ถๆ (ๆ ๅ) 13950": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13950, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2066, "strain_base": 4820}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๆ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_critical_strike_base": 2444, "strain_base": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๆ็ฏ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 487, "physical_attack_power_base": 790, "physical_overcome_base": 2444, "surplus": 2172}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฎ้จ็ณ (ไผๅฟ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ้", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 468, "physical_attack_power_base": 759, "physical_critical_strike_base": 2347, "strain_base": 2087}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๆ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๆขฆ่ฑๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฌๆถๆ (็ ด้ฒ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "physical_overcome_base": 2302, "strain_base": 2545}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ ดๆๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1302, "physical_critical_strike_base": 1575, "strain_base": 3877}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ตซ้ฃๆ (็ ด้ฒ ็ ดๆ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1519, "surplus": 2545, "physical_overcome_base": 2302}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฎๅฒๆ (ๆ ๅ) 12450": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12450, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1844, "strain_base": 4059}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๆ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_critical_strike_base": 2181, "strain_base": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๆ็ฏ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 435, "physical_attack_power_base": 705, "physical_overcome_base": 2181, "surplus": 1939}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒๅฏๅพกๅจๆๆยทๅๅ (ไผๅฟ ๆ ๅ) 12300": {"school": "้ธๅ", "kind": "ๅคๅ", "level": 12300, "max_strength": 6, "base": {}, "magic": {"strength_base": 429, "physical_attack_power_base": 697, "physical_critical_strike_base": 2155, "strain_base": 1915}, "embed": {}, "gains": [], "special_enchant": [], "set_id": "125741", "set_attr": {"2": {"all_major_base": 305}}, "set_gain": {}}, "่้ณๆ (็ ด้ฒ ๆ ๅ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 412, "physical_attack_power_base": 668, "physical_overcome_base": 2067, "strain_base": 1837}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ็ตๆ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 402, "physical_attack_power_base": 651, "physical_overcome_base": 2015, "surplus": 1791}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎข่กๆฑๆนยทๅถ็ฝๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆช่งฃๆ (็ ด้ฒ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1166, "physical_overcome_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพกๆฝๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1166, "physical_critical_strike_base": 1194, "strain_base": 3472}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไผๅๆ (็ ด้ฒ ็ ดๆ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1360, "surplus": 2062, "physical_overcome_base": 2062}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎนไธๆ (ๆ ๅ) 11150": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11150, "max_strength": 4, "base": {}, "magic": {"physical_attack_power_base": 1652, "strain_base": 3418}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๆ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "strain_base": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑๆ็ฏ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_overcome_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๆ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 389, "physical_attack_power_base": 632, "physical_critical_strike_base": 1953, "surplus": 1736}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๅฐๆ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 388, "physical_attack_power_base": 629, "physical_critical_strike_base": 1945, "strain_base": 1728}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๆ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๆ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "surplus": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๆ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_critical_strike_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐๆ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "haste_base": 1927, "strain_base": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณๆ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 384, "physical_attack_power_base": 623, "physical_overcome_base": 1927, "surplus": 1713}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/shoes
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/assets/equipments/tertiary_weapon
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"ๆณ็จๅ (ๅ ้ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"haste_base": 1303, "strain_base": 1140}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅพฎๅ () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅนฝๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๆฝบๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณ้บๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 584, "magical_attack_power_base": 1138, "all_critical_strike_base": 2933, "surplus": 2607}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆณๅๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "magical_attack_power_base": 1138, "magical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่พๆๅ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 1955, "surplus": 489}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฉ่ฏญๅ () 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ็ๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ถๆขๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ็ๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 584, "magical_attack_power_base": 1138, "magical_overcome_base": 2933, "surplus": 2607}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ็ปซๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "magical_attack_power_base": 1138, "magical_overcome_base": 2933, "surplus": 2607}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆชๅ (็ ดๆ ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"surplus": 1303, "strain_base": 652}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ่ทๅ (ๅ ้) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "haste_base": 2933}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ธ้ๅ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๅ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃไบๅ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 584, "magical_attack_power_base": 1138, "all_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏ็ปกๅ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "magical_attack_power_base": 1138, "magical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฝๅณฐๅ (ๆ ๅ) 13950": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strain_base": 2444}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ้ฒๅ (ไผๅฟ) 13950": {"school": "้็จ", "kind": "ๆฒป็", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "magical_critical_strike_base": 2933}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆฃๅ (ๅ ้ ็ ดๆ) 13950": {"school": "้็จ", "kind": "่บซๆณ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"agility_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๅ (ๅ ้ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ้ขๅ (ๅ ้ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spunk_base": 584, "magical_attack_power_base": 1138, "haste_base": 2933, "surplus": 2607}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฌ่ฑๅ (ๅ ้ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13950, "max_strength": 6, "base": {}, "magic": {"spirit_base": 584, "magical_attack_power_base": 1138, "haste_base": 2933, "surplus": 2607}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2267, "surplus": 1899, "physical_overcome_base": 2057, "physical_critical_strike_base": 2057}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2054, "surplus": 3165, "physical_overcome_base": 3323}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2409, "physical_critical_strike_base": 5618}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2720, "surplus": 1899, "magical_overcome_base": 2057, "all_critical_strike_base": 2057}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2465, "surplus": 3165, "magical_overcome_base": 3323}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2890, "all_critical_strike_base": 5618}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยทๅน (ๆ ๅ) 13400": {"school": "้็จ", "kind": "้ฒๅพก", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strain_base": 2347}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยท่ฏบ (ๅ ้) 13400": {"school": "้็จ", "kind": "ๆฒป็", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spirit_base": 561, "haste_base": 2817}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยทๆ (็ ด้ฒ ๆ ๅ) 13400": {"school": "้็จ", "kind": "่บซๆณ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"agility_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยท่ (็ ด้ฒ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ้", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยท็
ง (็ ด้ฒ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spunk_base": 561, "magical_attack_power_base": 1093, "magical_overcome_base": 2817, "strain_base": 2504}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยท็ข (็ ด้ฒ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 13400, "max_strength": 6, "base": {}, "magic": {"spirit_base": 561, "magical_attack_power_base": 1093, "magical_overcome_base": 2817, "strain_base": 2504}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฒๅพกๆ ๅฐๅ () 12800": {"school": "็ฒพ็ฎ", "kind": "้ฒๅพก", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒป็ๆ ๅฐๅ () 12800": {"school": "็ฒพ็ฎ", "kind": "ๆฒป็", "level": 12800, "max_strength": 4, "base": {}, "magic": {}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ไผๆ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "surplus": 1644, "physical_critical_strike_base": 2840, "physical_critical_power_base": 1495}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ไผๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "physical_critical_strike_base": 3737, "physical_critical_power_base": 2242}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2275, "physical_overcome_base": 5307}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ไผๅฟ ไผๆ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2329, "surplus": 1644, "all_critical_strike_base": 2840, "all_critical_power_base": 1495}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ไผๅฟ ไผๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2329, "all_critical_strike_base": 3737, "all_critical_power_base": 2242}, "embed": {"magical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2730, "magical_overcome_base": 5307}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคฉๅฒณๅ (ๆ ๅ) 12600": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strain_base": 2207}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๆบชๅ () 12600": {"school": "้็จ", "kind": "ๆฒป็", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 528}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฟ ๆๅ (็ ด้ฒ ๆ ๅ) 12600": {"school": "้็จ", "kind": "่บซๆณ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"agility_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅทๅ (็ ด้ฒ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spunk_base": 528, "magical_attack_power_base": 1028, "magical_overcome_base": 2649, "strain_base": 2354}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ขงๆๅ (็ ด้ฒ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12600, "max_strength": 6, "base": {}, "magic": {"spirit_base": 528, "magical_attack_power_base": 1028, "magical_overcome_base": 2649, "strain_base": 2354}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยทๆๅทๅ (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"haste_base": 1163, "strain_base": 1018}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยทๅขๆ พๅ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "haste_base": 2617}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท่งๅฏๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ พๆผ ๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ฆปๅฃฐๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 522, "magical_attack_power_base": 1015, "all_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท้ณไนฆๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_attack_power_base": 1015, "magical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๅ (ๅ ้ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"haste_base": 1163, "strain_base": 1018}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟ ๅ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 522, "magical_attack_power_base": 1015, "all_critical_strike_base": 2617, "surplus": 2326}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅฏๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_attack_power_base": 1015, "magical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅผ็ขงๅ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 1745, "surplus": 436}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๆๅ () 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบฆๆงๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ่ฑๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้่ฟๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 522, "magical_attack_power_base": 1015, "magical_overcome_base": 2617, "surplus": 2326}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆบชๆๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_attack_power_base": 1015, "magical_overcome_base": 2617, "surplus": 2326}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐๅฑฟๅ (็ ดๆ ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"surplus": 1163, "strain_base": 582}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฅฎ้ๅ (ๅ ้) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "haste_base": 2617}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่พๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒๆธกๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 522, "magical_attack_power_base": 1015, "all_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_attack_power_base": 1015, "magical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้็ๅ (ๆ ๅ) 12450": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strain_base": 2181}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฅ้ปๅ (ไผๅฟ) 12450": {"school": "้็จ", "kind": "ๆฒป็", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_critical_strike_base": 2617}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ๅ (ๅ ้ ็ ดๆ) 12450": {"school": "้็จ", "kind": "่บซๆณ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"agility_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๅ (ๅ ้ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆคดๅพฎๅ (ๅ ้ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spunk_base": 522, "magical_attack_power_base": 1015, "haste_base": 2617, "surplus": 2326}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฑ ๆณๅ (ๅ ้ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12450, "max_strength": 6, "base": {}, "magic": {"spirit_base": 522, "magical_attack_power_base": 1015, "haste_base": 2617, "surplus": 2326}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "physical_overcome_base": 2049, "physical_critical_strike_base": 2190, "physical_critical_power_base": 1413}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "surplus": 2968, "physical_critical_strike_base": 2826}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2151, "strain_base": 5017}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2201, "magical_overcome_base": 2049, "all_critical_strike_base": 2190, "all_critical_power_base": 1413}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2201, "surplus": 2968, "all_critical_strike_base": 2826}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2581, "strain_base": 5017}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยทๅฎช็ซ (ๆ ๅ) 12000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1682}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยท่ฒ็ข (ไผๅฟ) 12000": {"school": "้็จ", "kind": "ๆฒป็", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 503, "magical_critical_strike_base": 2523}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยทๅฒ้ฃ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "่บซๆณ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"agility_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยท่ญๅป (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ้", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยท็็ฆ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 503, "magical_attack_power_base": 979, "magical_overcome_base": 2523, "strain_base": 2242}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยทๅ็ (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 12000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 503, "magical_attack_power_base": 979, "magical_overcome_base": 2523, "strain_base": 2242}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคฉๅฒณๅ (ๆ ๅ) 11900": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11900, "max_strength": 6, "base": {}, "magic": {"strain_base": 2085}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๆบชๅ () 11900": {"school": "้็จ", "kind": "ๆฒป็", "level": 11900, "max_strength": 6, "base": {}, "magic": {"spirit_base": 499}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฟ ๆๅ (็ ด้ฒ ๆ ๅ) 11900": {"school": "้็จ", "kind": "่บซๆณ", "level": 11900, "max_strength": 6, "base": {}, "magic": {"agility_base": 499, "physical_attack_power_base": 809, "physical_overcome_base": 2502, "strain_base": 2224}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11900": {"school": "้็จ", "kind": "ๅ้", "level": 11900, "max_strength": 6, "base": {}, "magic": {"strength_base": 499, "physical_attack_power_base": 809, "physical_overcome_base": 2502, "strain_base": 2224}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅทๅ (็ ด้ฒ ๆ ๅ) 11900": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11900, "max_strength": 6, "base": {}, "magic": {"spunk_base": 499, "magical_attack_power_base": 971, "magical_overcome_base": 2502, "strain_base": 2224}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ขงๆๅ (็ ด้ฒ ๆ ๅ) 11900": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11900, "max_strength": 6, "base": {}, "magic": {"spirit_base": 499, "magical_attack_power_base": 971, "magical_overcome_base": 2502, "strain_base": 2224}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ญๅ (ๅ ้ ็ ดๆ ๆ ๅ) 11800": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11800, "max_strength": 6, "base": {}, "magic": {"haste_base": 1102, "strain_base": 551, "surplus": 413}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅฃถๅ () 11800": {"school": "้็จ", "kind": "ๆฒป็", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ชจๅ (ไผๅฟ ็ ดๆ) 11800": {"school": "้็จ", "kind": "่บซๆณ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"agility_base": 494, "physical_attack_power_base": 802, "physical_critical_strike_base": 2481, "surplus": 2205}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณๅ (ไผๅฟ ็ ดๆ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 802, "physical_critical_strike_base": 2481, "surplus": 2205}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ฉๅ (ไผๅฟ ็ ดๆ) 11800": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spunk_base": 494, "magical_attack_power_base": 962, "all_critical_strike_base": 2481, "surplus": 2205}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่็ๅ (ไผๅฟ ็ ดๆ) 11800": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11800, "max_strength": 6, "base": {}, "magic": {"spirit_base": 494, "magical_attack_power_base": 962, "magical_critical_strike_base": 2481, "surplus": 2205}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็
งๅคๅยท่ท (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 2220, "agility_base": 2220, "spirit_base": 2220, "spunk_base": 2220, "haste_base": 8806}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒงๆตชๅยท็ป (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 2220, "agility_base": 2220, "spirit_base": 2220, "spunk_base": 2220, "haste_base": 8806}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฟๆฒๅยท็จ (ๅ ้) 11600": {"school": "้็จ", "kind": "้็จ", "level": 11600, "max_strength": 0, "base": {}, "magic": {"strength_base": 2220, "agility_base": 2220, "spirit_base": 2220, "spunk_base": 2220, "haste_base": 8806}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒณ้บๅ (ๆ ๅ) 11500": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strain_base": 2015}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ชๅ ๅ (ๅ ้) 11500": {"school": "้็จ", "kind": "ๆฒป็", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 482, "haste_base": 2417}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎฃ่ฃๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "่บซๆณ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"agility_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่งๆฉๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spunk_base": 482, "magical_attack_power_base": 938, "magical_overcome_base": 2417, "surplus": 2149}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ ๅคฉๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11500, "max_strength": 6, "base": {}, "magic": {"spirit_base": 482, "magical_attack_power_base": 938, "magical_overcome_base": 2417, "surplus": 2149}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1924, "surplus": 1612, "physical_overcome_base": 1746, "physical_critical_strike_base": 1746}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1744, "surplus": 2686, "physical_overcome_base": 2820}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2044, "physical_critical_strike_base": 4768}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2309, "surplus": 1612, "magical_overcome_base": 1746, "all_critical_strike_base": 1746}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2092, "surplus": 2686, "magical_overcome_base": 2820}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅๆ ๅฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅ
ๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"magical_attack_power_base": 2453, "all_critical_strike_base": 4768}, "embed": {"all_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคฉๅฒณๅ (ๆ ๅ) 11300": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strain_base": 1980}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๆบชๅ () 11300": {"school": "้็จ", "kind": "ๆฒป็", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 473}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฟ ๆๅ (็ ด้ฒ ๆ ๅ) 11300": {"school": "้็จ", "kind": "่บซๆณ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"agility_base": 473, "physical_attack_power_base": 768, "physical_overcome_base": 2375, "strain_base": 2112}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 473, "physical_attack_power_base": 768, "physical_overcome_base": 2375, "strain_base": 2112}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅทๅ (็ ด้ฒ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spunk_base": 473, "magical_attack_power_base": 922, "magical_overcome_base": 2375, "strain_base": 2112}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ขงๆๅ (็ ด้ฒ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11300, "max_strength": 6, "base": {}, "magic": {"spirit_base": 473, "magical_attack_power_base": 922, "magical_overcome_base": 2375, "strain_base": 2112}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคฉๅฒณๅ (ๆ ๅ) 11200": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11200, "max_strength": 6, "base": {}, "magic": {"strain_base": 1962}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅๆบชๅ () 11200": {"school": "้็จ", "kind": "ๆฒป็", "level": 11200, "max_strength": 6, "base": {}, "magic": {"spirit_base": 469}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฟ ๆๅ (็ ด้ฒ ๆ ๅ) 11200": {"school": "้็จ", "kind": "่บซๆณ", "level": 11200, "max_strength": 6, "base": {}, "magic": {"agility_base": 469, "physical_attack_power_base": 761, "physical_overcome_base": 2354, "strain_base": 2093}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11200": {"school": "้็จ", "kind": "ๅ้", "level": 11200, "max_strength": 6, "base": {}, "magic": {"strength_base": 469, "physical_attack_power_base": 761, "physical_overcome_base": 2354, "strain_base": 2093}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅทๅ (็ ด้ฒ ๆ ๅ) 11200": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11200, "max_strength": 6, "base": {}, "magic": {"spunk_base": 469, "magical_attack_power_base": 913, "magical_overcome_base": 2354, "strain_base": 2093}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ขงๆๅ (็ ด้ฒ ๆ ๅ) 11200": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11200, "max_strength": 6, "base": {}, "magic": {"spirit_base": 469, "magical_attack_power_base": 913, "magical_overcome_base": 2354, "strain_base": 2093}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆถ่กๅ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1563, "surplus": 391}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไฝฉ่ๅ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฐ่ฎธๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 467, "physical_attack_power_base": 758, "physical_overcome_base": 2344, "surplus": 2083}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบฆ้ฃๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_overcome_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไปคไปชๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 467, "magical_attack_power_base": 909, "magical_overcome_base": 2344, "surplus": 2083}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ๆบฑๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "magical_attack_power_base": 909, "magical_overcome_base": 2344, "surplus": 2083}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฑฑ็ตๅ (็ ดๆ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"surplus": 1042, "strain_base": 521}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅถๅ (ๅ ้) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "haste_base": 2344}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฏๆฑๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "strain_base": 2083}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "strain_base": 2083}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ฝ่ฑๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 467, "magical_attack_power_base": 909, "all_critical_strike_base": 2344, "strain_base": 2083}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ฑๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "magical_attack_power_base": 909, "magical_critical_strike_base": 2344, "strain_base": 2083}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅ็ฎญๅ (ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strain_base": 1953}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธ
่็ฎญๅ (ไผๅฟ) 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "magical_critical_strike_base": 2344}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฟๅค็ฎญๅ (ๅ ้ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 467, "physical_attack_power_base": 758, "haste_base": 2344, "surplus": 2083}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑ็ฎญๅ (ๅ ้ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "haste_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้็ฎญๅ (ๅ ้ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 467, "magical_attack_power_base": 909, "haste_base": 2344, "surplus": 2083}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ่ก็ฎญๅ (ๅ ้ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "magical_attack_power_base": 909, "haste_base": 2344, "surplus": 2083}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆณๅ (ๅ ้ ๆ ๅ) 11150": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11150, "max_strength": 6, "base": {}, "magic": {"haste_base": 1042, "strain_base": 912}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ () 11150": {"school": "้็จ", "kind": "ๆฒป็", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆตฎๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "่บซๆณ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"agility_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "surplus": 2083}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๅดๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spunk_base": 467, "magical_attack_power_base": 909, "all_critical_strike_base": 2344, "surplus": 2083}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆนๆฒ
ๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11150, "max_strength": 6, "base": {}, "magic": {"spirit_base": 467, "magical_attack_power_base": 909, "magical_critical_strike_base": 2344, "surplus": 2083}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด่ฅๅ (็ ดๆ ๆ ๅ) 11100": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strain_base": 1556, "surplus": 389}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด้ๅ (ไผๅฟ) 11100": {"school": "้็จ", "kind": "ๆฒป็", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 465, "magical_critical_strike_base": 2333}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "่บซๆณ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"agility_base": 465, "physical_attack_power_base": 754, "physical_critical_strike_base": 2333, "strain_base": 2074}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆฃๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 465, "physical_attack_power_base": 754, "physical_critical_strike_base": 2333, "strain_base": 2074}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด็ๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spunk_base": 465, "magical_attack_power_base": 905, "all_critical_strike_base": 2333, "strain_base": 2074}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธด็ๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11100, "max_strength": 6, "base": {}, "magic": {"spirit_base": 465, "magical_attack_power_base": 905, "magical_critical_strike_base": 2333, "strain_base": 2074}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฑ่ๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1028, "strain_base": 899}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๅนๅฏๅ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "haste_base": 2312}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยท้ฃๅทกๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฟๅนณๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆจ้ฒๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "all_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๅนฝๅนๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฟๆถง (ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1927}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ
ๅฅ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ตๅถ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎธ้ฃ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๅค (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "all_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"all_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅคฎๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1285, "strain_base": 642}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ณไผๅ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_critical_strike_base": 2312}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไน
ๅฟตๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ๅณฆๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "strain_base": 2055}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฐจๅณฐๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "strain_base": 2055}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฒณๆพๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strain_base": 1542, "surplus": 385}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ ่ฐทๅ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃๅฒฑๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "haste_base": 2312, "strain_base": 2055}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "haste_base": 2312, "strain_base": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
่ณๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "haste_base": 2312, "strain_base": 2055}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅชๆกๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "haste_base": 2312, "strain_base": 2055}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆตๅปถๅ (ๅ ้ ็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1028, "surplus": 514, "strain_base": 385}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่พๅ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "haste_base": 2312}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ้ฑๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฑ้ญๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "surplus": 2055}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "surplus": 2055}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ปๅฏๅ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1028, "surplus": 514}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฃ ็ๅ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_critical_strike_base": 2312}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธๅฟฑๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "surplus": 2312, "strain_base": 2055}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "surplus": 2312, "strain_base": 2055}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบญๆพๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "surplus": 2312, "strain_base": 2055}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ
ไบๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "surplus": 2312, "strain_base": 2055}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟ้กบๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1028, "strain_base": 899}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฟๅ () 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "surplus": 2055}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "all_critical_strike_base": 2312, "surplus": 2055}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๅฎๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_critical_strike_base": 2312, "surplus": 2055}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅป้ๅ (ๅ ้ ็ ดๆ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"haste_base": 1028, "surplus": 899}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅนฝๅซๅ (ๅ ้) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "haste_base": 2312}, "embed": {"magical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ปๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฏญ้ๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "strain_base": 2055}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆ้จๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "strain_base": 2055}, "embed": {"magical_attack_power_base": 86}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ผ ้ทๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "้ฒๅพก", "level": 11000, "max_strength": 6, "base": {}, "magic": {"surplus": 1285, "strain_base": 642}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็บต็ฎๅ (ไผๅฟ) 11000": {"school": "้็จ", "kind": "ๆฒป็", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_critical_strike_base": 2312}, "embed": {}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฝ้ณๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "่บซๆณ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"agility_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"agility_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็็ๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ
ๆฐ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spunk_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "surplus": 2055}, "embed": {"spunk_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพท่ฅๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๆ น้ชจ", "level": 11000, "max_strength": 6, "base": {}, "magic": {"spirit_base": 461, "magical_attack_power_base": 897, "magical_overcome_base": 2312, "surplus": 2055}, "embed": {"spirit_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
|
|
1 |
+
{"ๆณๆฝบๅ (ไผๅฟ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ถๆขๅ (็ ด้ฒ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_overcome_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ด ้ธฆๅ (ไผๅฟ ๆ ๅ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "physical_critical_strike_base": 2933, "strain_base": 2607}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅ่กๅ (ๅ ้ ็ ดๆ) 13950": {"school": "้็จ", "kind": "ๅ้", "level": 13950, "max_strength": 6, "base": {}, "magic": {"strength_base": 584, "physical_attack_power_base": 948, "haste_base": 2933, "surplus": 2607}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2267, "surplus": 1899, "physical_overcome_base": 2057, "physical_critical_strike_base": 2057}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2054, "surplus": 3165, "physical_overcome_base": 3323}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ) 13550": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 13550, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2409, "physical_critical_strike_base": 5618}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๆผซยท่ (็ ด้ฒ ๆ ๅ) 13400": {"school": "้็จ", "kind": "ๅ้", "level": 13400, "max_strength": 6, "base": {}, "magic": {"strength_base": 561, "physical_attack_power_base": 911, "physical_overcome_base": 2817, "strain_base": 2504}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ไผๆ ็ ดๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "surplus": 1644, "physical_critical_strike_base": 2840, "physical_critical_power_base": 1495}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ไผๆ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1941, "physical_critical_strike_base": 3737, "physical_critical_power_base": 2242}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ) 12800": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12800, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2275, "physical_overcome_base": 5307}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 12600": {"school": "้็จ", "kind": "ๅ้", "level": 12600, "max_strength": 6, "base": {}, "magic": {"strength_base": 528, "physical_attack_power_base": 856, "physical_overcome_base": 2649, "strain_base": 2354}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่ฅฟ้ฃๅๅธยท็ พๆผ ๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน้ๅ (ไผๅฟ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅพฎ่ฑๅ (็ ด้ฒ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_overcome_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆธฉๅๅ (ไผๅฟ ๆ ๅ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "physical_critical_strike_base": 2617, "strain_base": 2326}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎ่กฟๅ (ๅ ้ ็ ดๆ) 12450": {"school": "้็จ", "kind": "ๅ้", "level": 12450, "max_strength": 6, "base": {}, "magic": {"strength_base": 522, "physical_attack_power_base": 846, "haste_base": 2617, "surplus": 2326}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ไผๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "physical_overcome_base": 2049, "physical_critical_strike_base": 2190, "physical_critical_power_base": 1413}, "embed": {"surplus": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ ็ ดๆ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1835, "surplus": 2968, "physical_critical_strike_base": 2826}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ๆ ๅ) 12100": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 12100, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2151, "strain_base": 5017}, "embed": {"physical_overcome_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้พ็ฎยท่ญๅป (็ ด้ฒ ๆ ๅ) 12000": {"school": "้็จ", "kind": "ๅ้", "level": 12000, "max_strength": 6, "base": {}, "magic": {"strength_base": 503, "physical_attack_power_base": 816, "physical_overcome_base": 2523, "strain_base": 2242}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11900": {"school": "้็จ", "kind": "ๅ้", "level": 11900, "max_strength": 6, "base": {}, "magic": {"strength_base": 499, "physical_attack_power_base": 809, "physical_overcome_base": 2502, "strain_base": 2224}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่้ณๅ (ไผๅฟ ็ ดๆ) 11800": {"school": "้็จ", "kind": "ๅ้", "level": 11800, "max_strength": 6, "base": {}, "magic": {"strength_base": 494, "physical_attack_power_base": 802, "physical_critical_strike_base": 2481, "surplus": 2205}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "่งๆฉๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "้็จ", "kind": "ๅ้", "level": 11500, "max_strength": 6, "base": {}, "magic": {"strength_base": 482, "physical_attack_power_base": 782, "physical_overcome_base": 2417, "surplus": 2149}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ไผๅฟ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1924, "surplus": 1612, "physical_overcome_base": 1746, "physical_critical_strike_base": 1746}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (็ ด้ฒ ็ ดๆ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 1744, "surplus": 2686, "physical_overcome_base": 2820}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅคๅๆ ๅฐๅ (ไผๅฟ) 11500": {"school": "็ฒพ็ฎ", "kind": "ๅคๅ", "level": 11500, "max_strength": 3, "base": {}, "magic": {"physical_attack_power_base": 2044, "physical_critical_strike_base": 4768}, "embed": {"physical_critical_power_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11300": {"school": "้็จ", "kind": "ๅ้", "level": 11300, "max_strength": 6, "base": {}, "magic": {"strength_base": 473, "physical_attack_power_base": 768, "physical_overcome_base": 2375, "strain_base": 2112}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅฑฑๅ (็ ด้ฒ ๆ ๅ) 11200": {"school": "้็จ", "kind": "ๅ้", "level": 11200, "max_strength": 6, "base": {}, "magic": {"strength_base": 469, "physical_attack_power_base": 761, "physical_overcome_base": 2354, "strain_base": 2093}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅบฆ้ฃๅ (็ ด้ฒ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_overcome_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็ๆขฆๅ (ไผๅฟ ๆ ๅ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "strain_base": 2083}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆๅฑฑ็ฎญๅ (ๅ ้ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "haste_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆน็ฟๅ (ไผๅฟ ็ ดๆ) 11150": {"school": "้็จ", "kind": "ๅ้", "level": 11150, "max_strength": 6, "base": {}, "magic": {"strength_base": 467, "physical_attack_power_base": 758, "physical_critical_strike_base": 2344, "surplus": 2083}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ไธดๆฃๅ (ไผๅฟ ๆ ๅ) 11100": {"school": "้็จ", "kind": "ๅ้", "level": 11100, "max_strength": 6, "base": {}, "magic": {"strength_base": 465, "physical_attack_power_base": 754, "physical_critical_strike_base": 2333, "strain_base": 2074}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ฃ้ๆฎ็ยทๆฟๅนณๅ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฎธ้ฃ (ไผๅฟ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "strain_base": 2055}, "embed": {"physical_critical_strike_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆญๆฑๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้กนๆๅ (ๅ ้ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "haste_base": 2312, "strain_base": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๆฒ้ฆๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "็พกๅๅ (็ ดๆ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "surplus": 2312, "strain_base": 2055}, "embed": {"strain_base": 161}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฟๆฌๅ (ไผๅฟ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_critical_strike_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "ๅฃ็ฟฐๅ (็ ด้ฒ ๆ ๅ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "strain_base": 2055}, "embed": {"physical_attack_power_base": 72}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}, "้ๅ
ณๅ (็ ด้ฒ ็ ดๆ) 11000": {"school": "้็จ", "kind": "ๅ้", "level": 11000, "max_strength": 6, "base": {}, "magic": {"strength_base": 461, "physical_attack_power_base": 748, "physical_overcome_base": 2312, "surplus": 2055}, "embed": {"strength_base": 36}, "gains": [], "special_enchant": [], "set_id": null, "set_attr": {}, "set_gain": {}}}
|
qt/assets/equipments/wrist
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
qt/components/__init__.py
CHANGED
@@ -49,8 +49,6 @@ class TableWithLabel(LabelWidget):
|
|
49 |
for j, e in enumerate(row):
|
50 |
self.table.setItem(i, j, QTableWidgetItem(e))
|
51 |
|
52 |
-
self.table.resizeColumnsToContents()
|
53 |
-
|
54 |
|
55 |
class ListWithLabel(LabelWidget):
|
56 |
def __init__(self, label, max_select: int = 4, items: list = None):
|
|
|
49 |
for j, e in enumerate(row):
|
50 |
self.table.setItem(i, j, QTableWidgetItem(e))
|
51 |
|
|
|
|
|
52 |
|
53 |
class ListWithLabel(LabelWidget):
|
54 |
def __init__(self, label, max_select: int = 4, items: list = None):
|
qt/constant.py
CHANGED
@@ -11,7 +11,7 @@ from base.skill import Skill
|
|
11 |
|
12 |
# from general.gains import equipment
|
13 |
|
14 |
-
from schools import
|
15 |
|
16 |
""" Directory """
|
17 |
# ASSETS_DIR = os.path.join(os.getcwd(), "qt/assets")
|
@@ -157,17 +157,17 @@ SUPPORT_SCHOOL = {
|
|
157 |
school="้ธๅ",
|
158 |
major="ๅ้",
|
159 |
kind="ๅคๅ",
|
160 |
-
attribute=
|
161 |
formation="้ๅฒๆด้้ต",
|
162 |
-
skills=
|
163 |
-
buffs=
|
164 |
-
talent_gains=
|
165 |
-
talents=
|
166 |
-
talent_decoder=
|
167 |
-
talent_encoder=
|
168 |
-
recipe_gains=
|
169 |
-
recipes=
|
170 |
-
gains=
|
171 |
display_attrs={
|
172 |
"strength": "ๅ้",
|
173 |
"base_physical_attack_power": "ๅบ็กๆปๅป",
|
|
|
11 |
|
12 |
# from general.gains import equipment
|
13 |
|
14 |
+
from schools import bei_ao_jue
|
15 |
|
16 |
""" Directory """
|
17 |
# ASSETS_DIR = os.path.join(os.getcwd(), "qt/assets")
|
|
|
157 |
school="้ธๅ",
|
158 |
major="ๅ้",
|
159 |
kind="ๅคๅ",
|
160 |
+
attribute=bei_ao_jue.BeiAoJue,
|
161 |
formation="้ๅฒๆด้้ต",
|
162 |
+
skills=bei_ao_jue.SKILLS,
|
163 |
+
buffs=bei_ao_jue.BUFFS,
|
164 |
+
talent_gains=bei_ao_jue.TALENT_GAINS,
|
165 |
+
talents=bei_ao_jue.TALENTS,
|
166 |
+
talent_decoder=bei_ao_jue.TALENT_DECODER,
|
167 |
+
talent_encoder=bei_ao_jue.TALENT_ENCODER,
|
168 |
+
recipe_gains=bei_ao_jue.RECIPE_GAINS,
|
169 |
+
recipes=bei_ao_jue.RECIPES,
|
170 |
+
gains=bei_ao_jue.GAINS,
|
171 |
display_attrs={
|
172 |
"strength": "ๅ้",
|
173 |
"base_physical_attack_power": "ๅบ็กๆปๅป",
|
qt/scripts/dashboard.py
CHANGED
@@ -79,7 +79,7 @@ def dashboard_script(parser: Parser,
|
|
79 |
|
80 |
dashboard_widget.final_attribute.set_content(school.attr_content(attribute))
|
81 |
|
82 |
-
total_damage, total_gradient, details, summary = analyze_details(record, attribute, school)
|
83 |
for gain in gains:
|
84 |
attribute -= gain
|
85 |
school.skills -= gain
|
|
|
79 |
|
80 |
dashboard_widget.final_attribute.set_content(school.attr_content(attribute))
|
81 |
|
82 |
+
total_damage, total_gradient, details, summary = analyze_details(record, duration, attribute, school)
|
83 |
for gain in gains:
|
84 |
attribute -= gain
|
85 |
school.skills -= gain
|
qt/scripts/equipments.py
CHANGED
@@ -174,7 +174,7 @@ class Equipments:
|
|
174 |
break
|
175 |
final_gains += gains
|
176 |
|
177 |
-
return [gain for gain in final_gains]
|
178 |
|
179 |
|
180 |
def equipments_script(equipments_widget: EquipmentsWidget):
|
@@ -189,7 +189,6 @@ def equipments_script(equipments_widget: EquipmentsWidget):
|
|
189 |
if not equipment_name:
|
190 |
equipment.clear()
|
191 |
widget.detail_widget.hide()
|
192 |
-
widget.output_widget.hide()
|
193 |
return
|
194 |
|
195 |
if equipment.strength_level == equipment.max_strength:
|
|
|
174 |
break
|
175 |
final_gains += gains
|
176 |
|
177 |
+
return [tuple(gain) if isinstance(gain, list) else int(gain) for gain in final_gains]
|
178 |
|
179 |
|
180 |
def equipments_script(equipments_widget: EquipmentsWidget):
|
|
|
189 |
if not equipment_name:
|
190 |
equipment.clear()
|
191 |
widget.detail_widget.hide()
|
|
|
192 |
return
|
193 |
|
194 |
if equipment.strength_level == equipment.max_strength:
|
qt/scripts/top.py
CHANGED
@@ -160,8 +160,12 @@ def top_script(top_widget: TopWidget, config_widget: QWidget, dashboard_widget:
|
|
160 |
if detail['school'] not in ("็ฒพ็ฎ", "้็จ", school.school):
|
161 |
continue
|
162 |
choices.append(name)
|
163 |
-
|
164 |
-
|
|
|
|
|
|
|
|
|
165 |
|
166 |
if equipment_widget.stones_json:
|
167 |
equipment_widget.stone_level.combo_box.setCurrentIndex(MAX_STONE_LEVEL)
|
|
|
160 |
if detail['school'] not in ("็ฒพ็ฎ", "้็จ", school.school):
|
161 |
continue
|
162 |
choices.append(name)
|
163 |
+
current_equipment = equipment_widget.equipment.combo_box.currentText()
|
164 |
+
if current_equipment in choices:
|
165 |
+
default_index = choices.index(current_equipment)
|
166 |
+
else:
|
167 |
+
default_index = -1
|
168 |
+
equipment_widget.equipment.set_items(choices, default_index=default_index)
|
169 |
|
170 |
if equipment_widget.stones_json:
|
171 |
equipment_widget.stone_level.combo_box.setCurrentIndex(MAX_STONE_LEVEL)
|
schools/bei_ao_jue/__init__.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from schools.bei_ao_jue.skills import SKILLS
|
2 |
+
from schools.bei_ao_jue.buffs import BUFFS
|
3 |
+
from schools.bei_ao_jue.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
|
4 |
+
from schools.bei_ao_jue.recipes import RECIPE_GAINS, RECIPES
|
5 |
+
from schools.bei_ao_jue.gains import GAINS
|
6 |
+
from schools.bei_ao_jue.attribute import BeiAoJue
|
schools/{first โ bei_ao_jue}/attribute.py
RENAMED
File without changes
|
schools/{first โ bei_ao_jue}/buffs.py
RENAMED
File without changes
|
schools/{first โ bei_ao_jue}/gains.py
RENAMED
File without changes
|
schools/{first โ bei_ao_jue}/recipes.py
RENAMED
File without changes
|
schools/{first โ bei_ao_jue}/skills.py
RENAMED
File without changes
|
schools/{first โ bei_ao_jue}/talents.py
RENAMED
File without changes
|
schools/first/__init__.py
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
from schools.first.skills import SKILLS
|
2 |
-
from schools.first.buffs import BUFFS
|
3 |
-
from schools.first.talents import TALENT_GAINS, TALENTS, TALENT_DECODER, TALENT_ENCODER
|
4 |
-
from schools.first.recipes import RECIPE_GAINS, RECIPES
|
5 |
-
from schools.first.gains import GAINS
|
6 |
-
from schools.first.attribute import BeiAoJue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
schools/first/test.py
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
from utils.analyzer import analyze_details
|
2 |
-
from qt.scripts.top import Parser
|
3 |
-
from schools.first.attribute import BeiAoJue
|
4 |
-
|
5 |
-
|
6 |
-
if __name__ == '__main__':
|
7 |
-
attribute = BeiAoJue()
|
8 |
-
attribute.strength_base += 6665
|
9 |
-
attribute.weapon_damage_base += 3291
|
10 |
-
attribute.weapon_damage_rand += 2194
|
11 |
-
attribute.surplus += 29401
|
12 |
-
attribute.strain_base += 15598
|
13 |
-
attribute.physical_attack_power_base += 28964
|
14 |
-
attribute.physical_critical_strike_base += 30507
|
15 |
-
attribute.physical_overcome_base += 24303
|
16 |
-
attribute.physical_critical_power_base += 7905
|
17 |
-
|
18 |
-
parser = Parser()
|
19 |
-
parser("logs.jcl")
|
20 |
-
analyze_details(parser, attribute, parser.school)
|
21 |
-
print(parser.records)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
utils/analyzer.py
CHANGED
@@ -20,10 +20,11 @@ def refresh_status(existed_buffs, buffs, attribute: Attribute, school: School):
|
|
20 |
school.skills = school.skills + buff
|
21 |
|
22 |
|
23 |
-
def analyze_details(record, attribute: Attribute, school: School):
|
24 |
details = {}
|
25 |
total_damage = 0
|
26 |
total_gradients = {attr: 0. for attr in attribute.grad_attrs}
|
|
|
27 |
|
28 |
existed_buffs = []
|
29 |
for skill, status in record.items():
|
@@ -34,6 +35,9 @@ def analyze_details(record, attribute: Attribute, school: School):
|
|
34 |
skill_detail = {}
|
35 |
details[skill.display_name] = skill_detail
|
36 |
for buffs, timeline in status.items():
|
|
|
|
|
|
|
37 |
refresh_status(existed_buffs, buffs, attribute, school)
|
38 |
|
39 |
damage, critical_strike, critical_damage, expected_damage = skill(attribute)
|
|
|
20 |
school.skills = school.skills + buff
|
21 |
|
22 |
|
23 |
+
def analyze_details(record, duration: int, attribute: Attribute, school: School):
|
24 |
details = {}
|
25 |
total_damage = 0
|
26 |
total_gradients = {attr: 0. for attr in attribute.grad_attrs}
|
27 |
+
duration *= 1000
|
28 |
|
29 |
existed_buffs = []
|
30 |
for skill, status in record.items():
|
|
|
35 |
skill_detail = {}
|
36 |
details[skill.display_name] = skill_detail
|
37 |
for buffs, timeline in status.items():
|
38 |
+
timeline = [t for t in timeline if t < duration]
|
39 |
+
if not timeline:
|
40 |
+
continue
|
41 |
refresh_status(existed_buffs, buffs, attribute, school)
|
42 |
|
43 |
damage, critical_strike, critical_damage, expected_damage = skill(attribute)
|