Skip to content

Commit

Permalink
simple knife spear quest options (#77335)
Browse files Browse the repository at this point in the history
* options

and random word choice

* just spears then
  • Loading branch information
Kamejeir authored Oct 31, 2024
1 parent d0021ce commit af2a58d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions data/json/npcs/tacoma_ranch/NPC_ranch_scavenger.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,16 @@
"id": "MISSION_RANCH_SCAVENGER_1",
"type": "mission_definition",
"name": { "str": "Make 12 Simple Knife Spears" },
"goal": "MGOAL_FIND_ITEM",
"goal": "MGOAL_CONDITION",
"goal_condition": {
"u_has_items_sum": [
{ "item": "spear_knife", "amount": 12 },
{ "item": "spear_knife_superior", "amount": 12 },
{ "item": "spear_knife_proper", "amount": 12 }
]
},
"difficulty": 5,
"value": 50000,
"item": "spear_knife",
"count": 12,
"origins": [ "ORIGIN_SECONDARY" ],
"followup": "MISSION_RANCH_SCAVENGER_2",
"dialogue": {
Expand Down Expand Up @@ -128,6 +133,15 @@
],
"place_item": [ { "item": "30gal_drum", "x": 8, "y": 19, "faction": "tacoma_commune" } ]
}
],
"effect": [
{
"u_consume_item_sum": [
{ "item": "spear_knife", "amount": 12 },
{ "item": "spear_knife_superior", "amount": 12 },
{ "item": "spear_knife_proper", "amount": 12 }
]
}
]
}
},
Expand Down

0 comments on commit af2a58d

Please sign in to comment.