Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Merikona committed Oct 6, 2022
1 parent d73f52c commit db74f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
".": "f_utility_shelf"
},
"place_items": [
{ "chance": 100, "item": "cash_register_random", "x": 5, "y": [ 4, 6 ] },
{ "chance": 100, "item": "cash_register_random", "x": 5, "y": 5 },
{ "chance": 25, "item": "vending_food", "x": 6, "y": 4 },
{ "chance": 25, "item": "vending_drink", "x": 7, "y": 4 },
{ "chance": 100, "item": "SUS_fridge_survivor", "x": 4, "y": 8 },
Expand All @@ -130,7 +130,7 @@
{ "chance": 15, "item": "vehicle_scrapped", "x": 14, "y": 16 },
{ "chance": 15, "item": "vehicle_scrapped", "x": 9, "y": 15 },
{ "chance": 15, "item": "vehicle_scrapped", "x": 3, "y": 19 },
{ "chance": 10, "item": "tools_mechanic", "x": 5, "y": 5 }
{ "chance": 10, "item": "tools_mechanic", "x": 6, "y": 8 }
],
"place_loot": [
{ "item": "blanket", "x": 3, "y": 14, "chance": 100 },
Expand Down
6 changes: 4 additions & 2 deletions data/json/npcs/scrap_trader/scrap_trader.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{ "trait": "MOODSWINGS" }
],
"skills": [
{ "skill": "ALL", "level": { "sum": [ { "dice": [ 3, 2 ] }, { "constant": -3 } ] } },
{ "skill": "ALL", "level": { "sum": [ { "dice": [ 1, 2 ] }, { "constant": -1 } ] } },
{ "skill": "unarmed", "bonus": { "rng": [ 0, 3 ] } },
{ "skill": "bashing", "bonus": { "rng": [ 0, 3 ] } },
{ "skill": "melee", "bonus": { "rng": [ 0, 3 ] } },
Expand All @@ -46,7 +46,8 @@
{ "skill": "mechanics", "bonus": { "rng": [ 6, 8 ] } },
{ "skill": "driving", "bonus": { "rng": [ 5, 6 ] } },
{ "skill": "swimming", "bonus": { "rng": [ 3, 5 ] } },
{ "skill": "survival", "bonus": { "rng": [ 0, 3 ] } }
{ "skill": "survival", "bonus": { "rng": [ 0, 3 ] } },
{ "skill": "cooking", "bonus": { "rng": [ 3, 5 ] } }
],
"worn_override": "SCRAP_MERCHANT_worn",
"weapon_override": "SCRAP_MERCHANT_weapon",
Expand Down Expand Up @@ -106,6 +107,7 @@
{ "item": "boots" },
{ "item": "gold_ring" },
{ "item": "tool_belt" },
{ "item": "spearsling" },
{ "item": "ar15", "ammo-item": "223", "charges": 30, "container-item": "back_holster" }
]
},
Expand Down

0 comments on commit db74f00

Please sign in to comment.