diff --git a/src/assets/data/quests/RankA.json b/src/assets/data/quests/RankA.json new file mode 100644 index 0000000..a389942 --- /dev/null +++ b/src/assets/data/quests/RankA.json @@ -0,0 +1,14 @@ +[ + { + "title": "Ogre king", + "text": "Ogres have chosen a new king through democratic vote. They all voted for the strongest ogre." + }, + { + "title": "Devilish dungeon", + "text": "New dungeon was discovered. It needs to be mapped and explored so lower rank adventurers can enter." + }, + { + "title": "Eater of Worlds", + "text": "A giant worm emerged from the ground and appears to be consuming the ground itself." + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankB.json b/src/assets/data/quests/RankB.json new file mode 100644 index 0000000..a5725cd --- /dev/null +++ b/src/assets/data/quests/RankB.json @@ -0,0 +1,14 @@ +[ + { + "title": "Undead horde", + "text": "Due to the spillage of necromancy potion at nearby graveyard we now have an undead army on our doorstep." + }, + { + "title": "Runaway prisoner", + "text": "During the last prison guard strike a prisoner managed to escape. Bring them back to their cell." + }, + { + "title": "The aristocrats", + "text": "Royalty wants an escort for one of their carriages." + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankC.json b/src/assets/data/quests/RankC.json new file mode 100644 index 0000000..1faa4e7 --- /dev/null +++ b/src/assets/data/quests/RankC.json @@ -0,0 +1,14 @@ +[ + { + "title": "Scratchy, the butcher", + "text": "Scratchy turned evil and is terrorizing its victims. Put a stop to it!" + }, + { + "title": "Hobgnoblin subjegation", + "text": "Gnoblins evolved and are back for vengeance." + }, + { + "title": "Holy", + "text": "Gnoblins summoned their machine god and it started going haywire on everything around it. Destroy it!" + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankD.json b/src/assets/data/quests/RankD.json new file mode 100644 index 0000000..5dba33a --- /dev/null +++ b/src/assets/data/quests/RankD.json @@ -0,0 +1,14 @@ +[ + { + "title": "Caravan escort", + "text": "Escort a merchant caravan." + }, + { + "title": "Rare ore", + "text": "Obtain laudanium ore for town's blacksmith." + }, + { + "title": "Demonic pests!", + "text": "Clear the fields from cabbage imps." + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankE.json b/src/assets/data/quests/RankE.json new file mode 100644 index 0000000..01b0803 --- /dev/null +++ b/src/assets/data/quests/RankE.json @@ -0,0 +1,14 @@ +[ + { + "title": "Gnoblin subjegation", + "text": "Kill 3 gnoblins." + }, + { + "title": "Phantom menace", + "text": "Exorcise ghosts out of someone's apartment." + }, + { + "title": "Scratchy in peril", + "text": "Get Scratchy the cat from the tree safe onto the ground." + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankF.json b/src/assets/data/quests/RankF.json new file mode 100644 index 0000000..7ebd9e2 --- /dev/null +++ b/src/assets/data/quests/RankF.json @@ -0,0 +1,18 @@ +[ + { + "title": "Frog Frenzy", + "text": "Kill 10 demon frogs." + }, + { + "title": "Rats!", + "text": "Get rid of the rats from someone's basement." + }, + { + "title": "Herb gathering", + "text": "Collect medicinal herbs." + }, + { + "title": "Big pile of rubble", + "text": "Tavern collapsed. Again. Help clean up the debris." + } +] \ No newline at end of file diff --git a/src/assets/data/quests/RankS.json b/src/assets/data/quests/RankS.json new file mode 100644 index 0000000..283aa5a --- /dev/null +++ b/src/assets/data/quests/RankS.json @@ -0,0 +1,14 @@ +[ + { + "title": "The Demon King", + "text": "Demon King has awoken and is a threat to whole existence. Heroes needed." + }, + { + "title": "Scratchy, Destruction Incarnate", + "text": "Scratchy was reborn as a machine of pure destruction and needs to be stopped." + }, + { + "title": "Jiggly Jungle", + "text": "A jungle south began rapidly expanding and experts think arson is our only option." + } +] \ No newline at end of file