Skip to content

Commit

Permalink
add a new hos weapon judge 12 ga revolver (#1443)
Browse files Browse the repository at this point in the history
## Что этот PR делает

Новый нереальный револьвер ХОСа Judge с барабаном на 3 выстрела 12
калибра.
Замена мейновского пончика на балансный (верим) аналог анаконды.

## Почему это хорошо для игры

Замена пончика на аналог анаконды чтоб уважаемые люди на ХОСе могли
хвастать.

## Изображения изменений

https://www.youtube.com/watch?v=JeessNVKJlk


![image](https://github.com/user-attachments/assets/ce86b093-2ee6-4f54-9e15-33802d87e39f)

## Тестирование

Покатит.

## Changelog

:cl:
add: Легендарный пончик ХОСа заменен на новый револьвер Judge 
/:cl:
  • Loading branch information
Namen-n authored Aug 31, 2024
1 parent 45d16f6 commit ce2ec8a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
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"
desc = "Тяжёлый револьвер ружейного калибра. Несмотря на короткий ствол и высокую отдачу крайне эффективное оружие ближней дистанции."
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 = 2
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.

0 comments on commit ce2ec8a

Please sign in to comment.