add json file for testing quest mod
This commit is contained in:
30
test_quest.json
Normal file
30
test_quest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"sync_interval": 1,
|
||||
"ui_title": "Server Quests",
|
||||
"quests": [
|
||||
{
|
||||
"quest_name": "Art of hunting",
|
||||
"quest_description": "Learn the ways of the hunter by killing 50 dinos with a bow.",
|
||||
"quest_kill": {
|
||||
"weapons": [
|
||||
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
||||
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCompoundBow.PrimalItem_WeaponCompoundBow'",
|
||||
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'",
|
||||
"Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'"
|
||||
],
|
||||
"target": [
|
||||
"dinos"
|
||||
],
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user