From ac77d79c48aa8f8327b20834b73eb4740fc6c84f Mon Sep 17 00:00:00 2001 From: Dvir Date: Sun, 3 Dec 2023 01:40:14 +0200 Subject: [PATCH 1/2] Liberation Station Emag --- .../Prototypes/Catalog/VendingMachines/Inventories/ammo.yml | 5 ++--- .../Entities/Objects/Weapons/Guns/Pistols/pistols.yml | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/ammo.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/ammo.yml index 4fb5e6b9bde..19766a9ad10 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/ammo.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/ammo.yml @@ -3,15 +3,14 @@ startingInventory: SurvivalKnife: 15 WeaponLaserGun: 15 - WeaponSniperMosin: 15 MagazineBoxLightRifle: 15 MagazineBoxLightRiflePractice: 15 MagazineBoxLightRifleRubber: 15 - WeaponShotgunDoubleBarreled: 15 BoxLethalshot: 15 BoxBeanbag: 15 BoxShellTranquilizer: 15 BoxShotgunPractice: 15 - + emaggedInventory: + WeaponPistolViper: 1 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 76b88502768..8447d33102e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -97,6 +97,8 @@ containers: gun_magazine: !type:ContainerSlot gun_chamber: !type:ContainerSlot + - type: VendPrice # Frontier + price: 10000 - type: entity name: cobra From ed4ff76181829d5ef0ba6b599c3f60676516b0ee Mon Sep 17 00:00:00 2001 From: Dvir <39403717+dvir001@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:38:17 +0200 Subject: [PATCH 2/2] Update pistols.yml --- .../Entities/Objects/Weapons/Guns/Pistols/pistols.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml index 8447d33102e..3b5004a04a8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Pistols/pistols.yml @@ -97,8 +97,8 @@ containers: gun_magazine: !type:ContainerSlot gun_chamber: !type:ContainerSlot - - type: VendPrice # Frontier - price: 10000 + - type: StaticPrice # Frontier 500<1000 + price: 1000 - type: entity name: cobra