summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-04 10:21:16 -0300
committerJesusaves <cpntb1@ymail.com>2021-01-04 10:21:16 -0300
commit3845450d71ec1f17dbc780769b27a8f0ba961140 (patch)
tree002341549f877a42f6ae6c9cc86b0ab6a670d25b
parent8fd57055ef7629c5176769704ca122e2fcc00a5c (diff)
downloadserver-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.gz
server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.bz2
server-3845450d71ec1f17dbc780769b27a8f0ba961140.tar.xz
server-3845450d71ec1f17dbc780769b27a8f0ba961140.zip
Fix mana orbs element.
Split fairies from mana eggs in GP tavern. Increase the chances of getting fairies.
-rw-r--r--bar.json10
-rw-r--r--units.json6
2 files changed, 10 insertions, 6 deletions
diff --git a/bar.json b/bar.json
index a6a5cee..a4f55ec 100644
--- a/bar.json
+++ b/bar.json
@@ -35,10 +35,14 @@
"enabled": true,
"min_draws": 10,
"banner": "",
- "details": "Strengthen your units!\n\nFairies chance: 10.00 %\n1★ chance: 90.00 %",
+ "details": "Strengthen your units!\n\nFairies chance: 20.00 %\nMana Eggs chance: 10.00 %\n1★ chance: 70.00 %",
"tavern_list": [
{
- "units": [900001, 900002, 900003, 900004, 900005, 900011, 900012, 900013, 900014, 900015],
+ "units": [900001, 900002, 900003, 900004, 900005],
+ "chance": 2000
+ },
+ {
+ "units": [900011, 900012, 900013, 900014, 900015],
"chance": 1000
},
{
@@ -47,7 +51,7 @@
},
{
"units": [101001, 101002, 101003],
- "chance": 8995
+ "chance": 6995
}
]
},
diff --git a/units.json b/units.json
index 256750a..193c661 100644
--- a/units.json
+++ b/units.json
@@ -1739,7 +1739,7 @@
"rare": 3,
"name": "Mana Orb +3",
"max_level": 40,
- "attribute": 4,
+ "attribute": 0,
"hp": 1,
"unit_id": 90003100,
"sex": 13,
@@ -1756,7 +1756,7 @@
"rare": 4,
"name": "Mana Orb +4",
"max_level": 50,
- "attribute": 4,
+ "attribute": 0,
"hp": 1,
"unit_id": 90003101,
"sex": 13,
@@ -1773,7 +1773,7 @@
"rare": 5,
"name": "Mana Orb +5",
"max_level": 60,
- "attribute": 4,
+ "attribute": 0,
"hp": 1,
"unit_id": 90003102,
"sex": 13,