changes for updated mod

This commit is contained in:
2024-02-24 00:05:36 -07:00
parent 3ca964f8ba
commit 4eadd214d1

View File

@@ -3,9 +3,12 @@
"ui_title": "Server Quests", "ui_title": "Server Quests",
"quests": [ "quests": [
{ {
"quest_id": "aslkjdkajsbh",
"quest_active": true,
"quest_name": "I Hate Snails", "quest_name": "I Hate Snails",
"quest_description": "Stupid snails leaving slime everywhere.", "quest_description": "Stupid snails leaving slime everywhere.",
"quest_kill": { "quest_type": "kill",
"quest": {
"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'",
@@ -19,91 +22,7 @@
"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_name": "The Most Dangerous Game",
"quest_description": "Hunt people...",
"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": [
"players"
],
"amount": 10,
"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
},
{
"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,
"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": false,
"quest_gather": {
"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_craft": false,
"quest_build": false,
"quest_destroy": false,
"quest_fish": false,
"quest_tame": false,
"quest_mate": false,
"quest_hatch": false
} }
] ]
} }