Skip to content
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

add a new hos weapon judge 12 ga revolver #1443

Merged
merged 2 commits into from
Aug 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modular_ss220/objects/code/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@
// Display Cases
/obj/structure/displaycase/hos
alert = TRUE
start_showpiece_type = /obj/item/food/donut/sprinkles
start_showpiece_type = /obj/item/gun/projectile/revolver/reclinable/judge
req_access = list(ACCESS_HOS)
21 changes: 21 additions & 0 deletions modular_ss220/objects/code/weapons/ranged/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,27 @@
icon = 'modular_ss220/objects/icons/ammo.dmi'
icon_state = "44_box"

/obj/item/gun/projectile/revolver/reclinable/judge
name = "\improper Judge 12 GA"
desc = "Тяжёлый револьвер ружейного калибра. Несмотря на короткий ствол и высокую отдачу крайне эффективное оружие ближней дистанции."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тут написано про отдачу, которая и должна быть здоровая учитывая калибр и размер ствола

Так почему бы не сделать тряску экрана при выстреле как у снайперки?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тряска есть, хочешь больше?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тряска есть, хочешь больше?

Да, ебашь
Шоб чувствовалось что у тебя в руке ручная пушка

mag_type = /obj/item/ammo_box/magazine/internal/cylinder/ga12
lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi'
righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi'
icon = 'modular_ss220/objects/icons/guns.dmi'
icon_state = "judge"
item_state = "judge"
w_class = WEIGHT_CLASS_NORMAL
fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg'
spread = 10
recoil = 1
fire_delay = 5

/obj/item/ammo_box/magazine/internal/cylinder/ga12
name = ".12 revolver cylinder"
ammo_type = /obj/item/ammo_casing/shotgun/rubbershot
caliber = "shotgun"
max_ammo = 3

// RSH-12 12.7
/obj/item/gun/projectile/revolver/reclinable/rsh12
name = "RSh-12"
Expand Down
Binary file modified modular_ss220/objects/icons/guns.dmi
Binary file not shown.
Binary file modified modular_ss220/objects/icons/inhands/guns_lefthand.dmi
Binary file not shown.
Binary file modified modular_ss220/objects/icons/inhands/guns_righthand.dmi
Binary file not shown.
Binary file not shown.
Loading