add additional example quest for testing
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"ui_title": "Server Quests",
|
"ui_title": "Server Quests",
|
||||||
"quests": [
|
"quests": [
|
||||||
{
|
{
|
||||||
"quest_name": "Art of hunting",
|
"quest_name": "Art of Hunting",
|
||||||
"quest_description": "Learn the ways of the hunter by killing 50 dinos with a bow.",
|
"quest_description": "Learn the ways of the hunter by killing 50 dinos with a bow.",
|
||||||
"quest_kill": {
|
"quest_kill": {
|
||||||
"weapons": [
|
"weapons": [
|
||||||
@@ -24,7 +24,32 @@
|
|||||||
"quest_craft": false,
|
"quest_craft": false,
|
||||||
"quest_build": false,
|
"quest_build": false,
|
||||||
"quest_destroy": false,
|
"quest_destroy": false,
|
||||||
"quest_fish": false
|
"quest_fish": false,
|
||||||
|
"quest_tame": false,
|
||||||
|
"quest_mate": false,
|
||||||
|
"quest_hatch": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"quest_name": "Art of Gathering",
|
||||||
|
"quest_description": "Learn the ways of the gatherer by picking up 50 berries with your hands.",
|
||||||
|
"quest_kill": {
|
||||||
|
"tools": false,
|
||||||
|
"target": [
|
||||||
|
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Berry_Mejoberry.PrimalItemConsumable_Berry_Mejoberry'"
|
||||||
|
],
|
||||||
|
"amount": 50,
|
||||||
|
"reward": {
|
||||||
|
"command": "admincheat GFI WeaponMetalHatchet 1 0 0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"quest_gather": false,
|
||||||
|
"quest_craft": false,
|
||||||
|
"quest_build": false,
|
||||||
|
"quest_destroy": false,
|
||||||
|
"quest_fish": false,
|
||||||
|
"quest_tame": false,
|
||||||
|
"quest_mate": false,
|
||||||
|
"quest_hatch": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user