Evolution/Skill Tree/load: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
(Created page with "{ "Centaur": [ { "name": "KnockBack", "count": 1, "costPrimary": 7, "type": 4, }, { "name": "Push", "count": 1, "costPrimary": 7, "type": 4, }, { "name": "Strength", "count": 1, "costPrimary": 5, "type": 1, }, { "name": "Virility", "count": 2, "costPrimary": 5, "type": 3, }, { "name": "Health", "count": 2, "costPrimary": 5,...")
 
mNo edit summary
Line 5: Line 5:
"count": 1,
"count": 1,
"costPrimary": 7,
"costPrimary": 7,
"type": 4,
"type": 4
},
},
{
{
Line 11: Line 11:
"count": 1,
"count": 1,
"costPrimary": 7,
"costPrimary": 7,
"type": 4,
"type": 4
},
},
{
{
Line 17: Line 17:
"count": 1,
"count": 1,
"costPrimary": 5,
"costPrimary": 5,
"type": 1,
"type": 1
},
},
{
{
Line 23: Line 23:
"count": 2,
"count": 2,
"costPrimary": 5,
"costPrimary": 5,
"type": 3,
"type": 3
},
},
{
{
Line 29: Line 29:
"count": 2,
"count": 2,
"costPrimary": 5,
"costPrimary": 5,
"type": 3,
"type": 3
},
},
]
]

Revision as of 02:17, 20 December 2021

{ "Centaur": [

   {
     "name": "KnockBack",
     "count": 1,
     "costPrimary": 7,
     "type": 4
   },
   {
     "name": "Push",
     "count": 1,
     "costPrimary": 7,
     "type": 4
   },
   {
     "name": "Strength",
     "count": 1,
     "costPrimary": 5,
     "type": 1
   },
   {
     "name": "Virility",
     "count": 2,
     "costPrimary": 5,
     "type": 3
   },
   {
     "name": "Health",
     "count": 2,
     "costPrimary": 5,
     "type": 3
   },

] }