added more items, stock/price/chance balance

This commit is contained in:
qweq12yt
2021-03-25 00:35:47 -03:00
parent e70b03f770
commit d856a1d2e0
8 changed files with 75 additions and 16 deletions

View File

@@ -25,7 +25,7 @@
/obj/item/ammo_box/magazine/internal/cylinder/derringer
name = "derringer receiver"
caliber = list("38")
ammo_type = /obj/item/ammo_casing/c38/lethal // lets have it start loaded
ammo_type = /obj/item/ammo_casing/c38
max_ammo = 2
// lets not let it reload with speedloadrs, it makes no sense! but maybe later lets allow it?

View File

@@ -501,14 +501,13 @@
// also
/obj/item/gun/ballistic/revolver/derringer
name = "derringer pistol"
desc = "A favorite among dentists and vengeful heroes. Hides neatly inside your sleeves! Uses .357 rounds."
desc = "A favorite among dentists and vengeful heroes. Hides neatly inside your sleeves! Uses .38 rounds."
fire_sound = "sound/weapons/derringer.ogg"
icon_state = "pistol" // placeholder
// not visible in sprite, we want it to be like in jango
// not having it show on examining would be good and 'if (wearing clothes)' would desirable
item_state = null
mag_type = /obj/item/ammo_box/magazine/internal/cylinder/derringer
suppressed = TRUE // it needs to be good at something
w_class = WEIGHT_CLASS_SMALL