New DEV changes committed, introduction of planner, added badges akin to what's on the Wiki.
This commit is contained in:
92
os-league-tools-master/src/data/planner/plannerRegions.json
Normal file
92
os-league-tools-master/src/data/planner/plannerRegions.json
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"regions": [
|
||||
{
|
||||
"id": 0,
|
||||
"name": "Misthalin",
|
||||
"isDefault": true,
|
||||
"description": "The heart of Gielinor, home to Lumbridge and Varrock",
|
||||
"keyLocations": ["Lumbridge", "Varrock", "Edgeville", "Barbarian Village"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"name": "Karamja",
|
||||
"isDefault": true,
|
||||
"description": "A tropical island with jungle dangers and volcanic activity",
|
||||
"keyLocations": ["Brimhaven", "Tai Bwo Wannai", "Shilo Village"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Asgarnia",
|
||||
"isDefault": false,
|
||||
"description": "Home to Falador, the White Knights, and the Dwarven Mines",
|
||||
"keyLocations": ["Falador", "Port Sarim", "Mudskipper Point", "Ice Mountain"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Desert",
|
||||
"isDefault": false,
|
||||
"description": "A harsh desert region with ancient pyramids and hidden cities",
|
||||
"keyLocations": ["Al Kharid", "Pollnivneach", "Nardah", "Sophanem"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Fremennik",
|
||||
"isDefault": false,
|
||||
"description": "Nordic lands of warriors, featuring Rellekka and the Lunar Isle",
|
||||
"keyLocations": ["Rellekka", "Lunar Isle", "Neitiznot", "Jatizso"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Morytania",
|
||||
"isDefault": false,
|
||||
"description": "A dark swampland ruled by vampyres and filled with undead",
|
||||
"keyLocations": ["Canifis", "Port Phasmatys", "Barrows", "Theatre of Blood"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Kandarin",
|
||||
"isDefault": false,
|
||||
"description": "A diverse region featuring Ardougne, Seers Village, and Prifddinas",
|
||||
"keyLocations": ["Ardougne", "Seers' Village", "Catherby", "Yanille"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Kourend",
|
||||
"isDefault": false,
|
||||
"description": "The Great Kourend, a kingdom of five houses with unique cultures",
|
||||
"keyLocations": ["Hosidius", "Shayzien", "Lovakengj", "Arceuus", "Piscarilius"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Tirannwn",
|
||||
"isDefault": false,
|
||||
"description": "The elven lands, featuring dense forests and the crystal city",
|
||||
"keyLocations": ["Lletya", "Prifddinas", "Zul-Andra"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Wilderness",
|
||||
"isDefault": false,
|
||||
"description": "A dangerous PvP zone with powerful bosses and high-risk rewards",
|
||||
"keyLocations": ["Edgeville Dungeon", "Mage Arena", "Revenant Caves"],
|
||||
"unlocksRegions": []
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "Varlamore",
|
||||
"isDefault": false,
|
||||
"description": "A newly discovered continent with ancient secrets",
|
||||
"keyLocations": ["Civitas illa Fortis", "Cam Torum", "Hunter Guild"],
|
||||
"unlocksRegions": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user