update quest for dinos
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"ui_title": "Server Quests",
|
"ui_title": "Server Quests",
|
||||||
"quests": [
|
"quests": [
|
||||||
{
|
{
|
||||||
"quest_name": "Art of Hunting Snails",
|
"quest_name": "I hate snails",
|
||||||
"quest_description": "Learn the ways of the hunter by killing 50 dinos with a bow.",
|
"quest_description": "Stupid snail leaving slime everywhere.",
|
||||||
"quest_kill": {
|
"quest_kill": {
|
||||||
"weapons": [
|
"weapons": [
|
||||||
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
"target": [
|
"target": [
|
||||||
"Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'"
|
"Blueprint'/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP'"
|
||||||
],
|
],
|
||||||
"amount": 50,
|
"amount": 5,
|
||||||
"reward": {
|
"reward": {
|
||||||
"command": "admincheat GFI WeaponMetalHatchet 1 0 0"
|
"command": "admincheat GFI WeaponMetalHatchet 1 0 0"
|
||||||
}
|
}
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
"quest_hatch": false
|
"quest_hatch": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"quest_name": "Art of Hunting",
|
"quest_name": "The Most Dangerous Game",
|
||||||
"quest_description": "Learn the ways of the hunter by killing 50 dinos with a bow.",
|
"quest_description": "Hunt people...",
|
||||||
"quest_kill": {
|
"quest_kill": {
|
||||||
"weapons": [
|
"weapons": [
|
||||||
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponBow.PrimalItem_WeaponBow'",
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
"Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'"
|
"Blueprint'/Game/Genesis2/Weapons/TekBow/PrimalItem_WeaponTekBow.PrimalItem_WeaponTekBow'"
|
||||||
],
|
],
|
||||||
"target": [
|
"target": [
|
||||||
"dinos"
|
"players"
|
||||||
],
|
],
|
||||||
"amount": 50,
|
"amount": 10,
|
||||||
"reward": {
|
"reward": {
|
||||||
"command": "admincheat GFI WeaponMetalHatchet 1 0 0"
|
"command": "admincheat GFI WeaponMetalHatchet 1 0 0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user