
Earth Mergence
Every time a ground-based AoE skill is used, restore 8% maximum mana and have a 32% chance to create an additional identical skill effect at your own feet. Ground-based AoE skills used by yourself will not be removed or transformed within the first 3 seconds.
Skill Levels
• Every time a ground-based AoE skill is used, restore 6% maximum mana and have a 24% chance to create an additional identical skill effect at your own feet. Ground-based AoE skills used by yourself will not be removed or transformed within the first 3 seconds.
• Each time a ground-based range skill is used, restore 4% maximum magic, and there is a 16% chance to create an additional identical skill effect under your feet.
• Each time a ground-based range skill is used, restore 2% maximum magic, and there is a 8% chance to create an additional identical skill effect under your feet.
Formula
1{
2 "id": 107450,
3 "BuffName": "Geodetic fusion (Ground skills)",
4 "BuffRate": {
5 "Odds": 100
6 },
7 "Condition": {
8 "type": "UseSkill",
9 "all_skill": 1,
10 "needMapType": [
11 4
12 ],
13 "just_trapSkill": 1,
14 "excludeSomeTrapSkill": 1
15 },
16 "BuffEffect": {
17 "type": "OnUseTrapSkill",
18 "buffids": [
19 107452
20 ],
21 "trigger_ratio": {
22 "a": 0.08,
23 "b": 0,
24 "type": 1
25 }
26 }
27}