-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gunact #285
base: master
Are you sure you want to change the base?
Gunact #285
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/obj/item/ammo_box/magazine/internal/cylindercsa | ||
name = "revolver sa cylinder" // cylinder Colt Single Action | ||
ammo_type = /obj/item/ammo_casing/c45 | ||
caliber = ".45" | ||
max_ammo = 5 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/obj/item/gun/ballistic/revolver/coltsingleaction | ||
name = "Colt Single Action" //broń dostepna w automacie z rewolwerami | ||
desc = "Revolver uses .45 ammo." | ||
icon_state = "detective_peacemaker" | ||
mag_type = /obj/item/ammo_box/magazine/internal/cylindercsa | ||
fire_rate = 1.5 // szybkostrzelnosc do moderowania | ||
|
||
|
||
|
||
/obj/item/gun/ballistic/revolver/detective/special | ||
name = "Special 38" //broń dostepna w automacie z rewolwerami | ||
desc = "A classic, if not outdated firearm. Uses .38-special rounds." | ||
fire_sound = 'sound/weapons/revolver38shot.ogg' | ||
icon_state = "detective_stainless" | ||
fire_rate = 2 // szybkostrzelnosc do moderowania, taka sama jak w colt detective | ||
mag_type = /obj/item/ammo_box/magazine/internal/cylinder/rev38 |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ten rewolwer nagant to nie jest przypadkiem armata na podstawie rewolweru syndykatu ten co bije 60 na kulke? Moim zdaniem te bronie powinny mieć boarding piny dodatkowo. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Automat powinien mieć restocking jakiś. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nie powinien ten automat też mieć blokad jak squad vendor? W sumie, dlaczego jest dodawany osobny automat jak już jest squad vendor? Jak już to lepiej jest dodać więcej do squad vendoru i zrobić, że automatycznie daje pozwolenie na broń i je wydawanie jak jest kod czerwony czy tam zebra czy inny uj. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/obj/machinery/vending/gunact //alpha test gunact wersja 0.1 | ||
name = "GunSzop!" | ||
desc = "Twój oldskulowy sklep ze wszystkim, co dotyczy samoobrony!;Bądź patriotą już dziś, kup broń!;Wysokiej jakości broń za niską cenę!" | ||
icon = 'aquila/icons/obj/vending.dmi' | ||
icon_state = "gunact" | ||
product_slogans = "Wyraź swoją wolność już dziś!;Broń nie zabija, ludzie tak!;Kto potrzebuje obowiązków, kiedy masz broń?" | ||
product_ads = "<b>Wolność kocham i rozumiem, wolności oddac nie umiem</b>" | ||
vend_reply = "Zapamiętaj nazwę: GunSzop!" | ||
light_color = LIGHT_COLOR_YELLOW | ||
|
||
//Piwo i amunicja do rewolwerow | ||
products = list(/obj/item/reagent_containers/food/drinks/beer/light = 6, | ||
/obj/item/ammo_casing/n762 = 7, | ||
/obj/item/ammo_casing/c38 = 6, | ||
/obj/item/ammo_casing/c45 = 5) | ||
|
||
|
||
//Premium rewolwery i stary kapelusz | ||
premium = list(/obj/item/gun/ballistic/revolver/nagant = 1, | ||
/obj/item/gun/ballistic/revolver/detective/special = 1, | ||
/obj/item/gun/ballistic/revolver/coltsingleaction = 1, | ||
/obj/item/clothing/head/oldhat = 1) | ||
|
||
//Kontrabanda | ||
contraband = list(/obj/item/clothing/under/misc/patriotsuit = 1, | ||
/obj/item/bedsheet/patriot = 1, | ||
/obj/item/reagent_containers/food/snacks/burger/superbite = 1) | ||
|
||
default_price = 25 | ||
extra_price = 300 | ||
payment_department = ACCOUNT_SEC |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. czy naprawdę trzeba te pociski modyfikować? rewolwer syndykatu nie jest wart już swojego TC dodatkowo iirc też pare innych broni dostaje z rykoszetu, no chyba że @Joker66613 tak chciał. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nie mam z tym projektem nic wspólnego. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
po co dublować istniejący rewolwer detektywa oraz dlaczego szybciej strzelają od LMG beryla?