Evolution/Skill Tree/load: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
Line 64: Line 64:
{
{
"name": "Rush",
"name": "Rush",
"amountPossible": 1,
"count": 1,
"costPrimary": 7,
"costPrimary": 7,
"speciesSecondary": 78,
"speciesSecondary": 78,

Revision as of 23:20, 20 December 2021

{ "Centaur": [

   {
     "name": "KnockBack",
     "count": 1,
     "costPrimary": 7,
     "type": 4,
     "connection": [6]
   },
   {
     "name": "Push",
     "count": 1,
     "costPrimary": 7,
     "type": 4,
     "connection": [1]
   },
   {
     "name": "Strength",
     "count": 1,
     "costPrimary": 5,
     "type": 1,
     "connection": [2,4,8]
   },
   {
     "name": "Virility",
     "count": 2,
     "costPrimary": 5,
     "type": 3,
     "connection": [5,9]
   },
   {
     "name": "Health",
     "count": 2,
     "costPrimary": 5,
     "type": 3,
     "connection": [10]
   },
   {
     "name": "Ram",
     "count": 1,
     "costPrimary": 8,
     "speciesSecondary": 78,
     "costSecondary": 2,
     "type": 4
   },
   {
     "name": "Health",
     "count": 2,
     "costPrimary": 5,
     "type": 1
   },
   {
     "name": "Core",
     "count": 1,
     "costPrimary": 10,
     "type": 9
   },
   {
     "name": "Virility",
     "count": 5,
     "costPrimary": 3,
     "type": 1
   },
   {
     "name": "Rush",
     "count": 1,
     "costPrimary": 7,
     "speciesSecondary": 78,
     "costSecondary": 7,
     "type": 4
   }

] }