Skip to content

Commit

Permalink
feat: wip masteries
Browse files Browse the repository at this point in the history
  • Loading branch information
Perso authored and Perso committed Apr 28, 2024
1 parent 57af745 commit 3a48654
Show file tree
Hide file tree
Showing 8 changed files with 479 additions and 259 deletions.
48 changes: 24 additions & 24 deletions dist/openmon2.js

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/openmon2.js

Large diffs are not rendered by default.

151 changes: 100 additions & 51 deletions docs/src/assets/data/final/beta/masteries-expert.json

Large diffs are not rendered by default.

48 changes: 32 additions & 16 deletions docs/src/assets/data/final/beta/masteries-initiate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"title": "",
"color": "white",
"set": true,
"first": true
"first": true,
"settable": false
},
{
"q": 1,
Expand All @@ -16,7 +17,8 @@
"description": "Increase your pokeballs catch rate by 5%",
"color": "#F7F6CF",
"set": true,
"first": false
"first": false,
"settable": false
},
{
"q": 2,
Expand All @@ -26,7 +28,8 @@
"description": "Increase your pokeballs catch rate by 5%",
"color": "#F7F6CF",
"set": true,
"first": false
"first": false,
"settable": false
},
{
"q": 3,
Expand All @@ -36,7 +39,8 @@
"description": "Cut down trees to access new areas",
"color": "#F4D35E",
"set": true,
"first": false
"first": false,
"settable": false
},
{
"q": 4,
Expand All @@ -46,7 +50,8 @@
"description": "Increase experience gain of yourself and your Pokemons by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 5,
Expand All @@ -56,7 +61,8 @@
"description": "Increase experience gain of yourself and your Pokemons by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 6,
Expand All @@ -66,7 +72,8 @@
"description": "Push boulders to access new areas",
"color": "#F4D35E",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 7,
Expand All @@ -76,7 +83,8 @@
"description": "Increase your Pokemons EV gain by 1",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 8,
Expand All @@ -86,7 +94,8 @@
"description": "Increase your Pokemons EV gain by 1",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 9,
Expand All @@ -96,7 +105,8 @@
"description": "Break rocks to access new areas",
"color": "#F4D35E",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 10,
Expand All @@ -106,7 +116,8 @@
"description": "Increase the Combo jauge gain by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 11,
Expand All @@ -116,7 +127,8 @@
"description": "Increase the Combo jauge gain by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 12,
Expand All @@ -126,7 +138,8 @@
"description": "Surf on water to access new areas",
"color": "#F4D35E",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 13,
Expand All @@ -136,7 +149,8 @@
"description": "Increase the shiny rate of Pokemons by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 14,
Expand All @@ -146,7 +160,8 @@
"description": "Increase the shiny rate of Pokemons by 5%",
"color": "#F7F6CF",
"set": false,
"first": false
"first": false,
"settable": false
},
{
"q": 15,
Expand All @@ -156,7 +171,8 @@
"description": "Fly to access new areas",
"color": "#F4D35E",
"set": false,
"first": false
"first": false,
"settable": false
}

]
Loading

0 comments on commit 3a48654

Please sign in to comment.