mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
The DPRA enters the scene: the Hailstorm Ship (#15567)
This commit is contained in:
@@ -412,6 +412,9 @@
|
||||
icon_state = "battlerifle_mag"
|
||||
multiple_sprites = 0
|
||||
|
||||
/obj/item/ammo_magazine/c762/dpra
|
||||
icon_state = "mrrazhak_mag"
|
||||
|
||||
/obj/item/ammo_magazine/boltaction
|
||||
name = "ammo clip (7.62mm)"
|
||||
icon_state = "762"
|
||||
|
||||
@@ -447,15 +447,15 @@
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/adhomian
|
||||
name = "adhomian automatic rifle"
|
||||
desc = "The Tsarrayut'yan rifle is a select-fire, crew-served automatic rifle producted by the People's Republic of Adhomai."
|
||||
desc = "The Tsarrayut'yan rifle is a select-fire automatic rifle producted by the People's Republic of Adhomai."
|
||||
icon = 'icons/obj/guns/tsarrayut.dmi'
|
||||
icon_state = "tsarrayut"
|
||||
item_state = "tsarrayut"
|
||||
contained_sprite = TRUE
|
||||
|
||||
desc_extended = "People's Republic military hardware is the most advanced among the Tajaran nations. Laser weapons, alongside simple ballistic guns, are used by high ranking soldiers or \
|
||||
special operatives. The majority of military is still equipped with simple bolt action rifles, that are being slowly replaced by the Tsarrayut'yan rifle; a select-fire, crew-served \
|
||||
automatic rifle. Regardless of advances in the small arms field, artillery is the Republican army's main weapon and pride."
|
||||
desc_extended = "Unlike the other Adhomian factions, the Hadiist military has fully adopted automatic weapons. Their service rifle is the Tsarrayut'yan rifle, a select-fire, \
|
||||
automatic rifle. Laser weapons are usually used by high-ranking soldiers or special operatives. Regardless of advances in the small arms field, artillery is the Republican army’s \
|
||||
main weapon and pride."
|
||||
|
||||
load_method = SINGLE_CASING|SPEEDLOADER
|
||||
|
||||
@@ -473,6 +473,38 @@
|
||||
knife_x_offset = 23
|
||||
knife_y_offset = 14
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/dpra
|
||||
name = "adhomian assault rifle"
|
||||
desc = "The Mrrazhak Model-1 is the newest Al'mariist automatic rifle. The Mrrazhak is notorious for its simple and reliable design; it can be fabricated and assembled without the \
|
||||
need of a specialized industry or a highly trained workforce."
|
||||
icon = 'icons/obj/guns/mrrazhak.dmi'
|
||||
icon_state = "mrrazhak"
|
||||
item_state = "mrrazhak"
|
||||
|
||||
can_bayonet = TRUE
|
||||
knife_x_offset = 22
|
||||
knife_y_offset = 13
|
||||
|
||||
origin_tech = list(TECH_COMBAT = 2, TECH_MATERIAL = 2)
|
||||
fire_sound = 'sound/weapons/gunshot/gunshot_rifle.ogg'
|
||||
|
||||
is_wieldable = TRUE
|
||||
|
||||
can_bayonet = TRUE
|
||||
|
||||
|
||||
magazine_type = /obj/item/ammo_magazine/c762/dpra
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/c762/dpra)
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/dpra/update_icon()
|
||||
..()
|
||||
if(ammo_magazine)
|
||||
icon_state = "mrrazhak"
|
||||
item_state = "mrrazhak"
|
||||
else
|
||||
icon_state = "mrrazhak_nomag"
|
||||
item_state = "mrrazhak_nomag"
|
||||
|
||||
/obj/item/gun/projectile/automatic/tommygun
|
||||
name = "submachine gun"
|
||||
desc = "An adhomian made submachine gun. Uses .45 rounds."
|
||||
|
||||
Reference in New Issue
Block a user