Changing vendor inventory
How to manipulate vendor inventories
Summary
How to do this:
Adding items to vendors
Vendors.pac_wwd_melee_01: # your vendor's tweak ID
itemStock: # their inventory
- !append
$type: VendorItem
item: Items.YourItemBaseId # your item's base ID
quantity: [ Vendors.Always_Present ] # how many of it?
- !append
$type: VendorItem
item: Items.YourOtherItemBaseId
quantity: [ Vendors.Always_Present ]Last updated