add additional example quest for testing

This commit is contained in:
2024-02-18 11:59:09 -07:00
parent 34eee89b3b
commit 6f8bc17532

View File

@@ -2,29 +2,54 @@
"sync_interval": 1, "sync_interval": 1,
"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": [
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'", "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCompoundBow.PrimalItem_WeaponCompoundBow'", "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCompoundBow.PrimalItem_WeaponCompoundBow'",
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'", "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'",
"Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'" "Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'"
], ],
"target": [ "target": [
"dinos" "dinos"
], ],
"amount": 50, "amount": 50,
"reward": { "reward": {
"command": "admincheat GFI WeaponMetalHatchet 1 0 0" "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
}, },
"quest_gather": false, {
"quest_craft": false, "quest_name": "Art of Gathering",
"quest_build": false, "quest_description": "Learn the ways of the gatherer by picking up 50 berries with your hands.",
"quest_destroy": false, "quest_kill": {
"quest_fish": false "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
}
] ]
} }