mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Konyang Guns & Armor (#18803)
Adds the three Konyang-themed guns used during Silicon Nightmares events - the Konyang service pistol, Konyang police SMG, and Konyang rocket launcher. These have been mapped in where appropriate, with the exception of the rocket launcher. --------- Signed-off-by: Werner <1331699+Arrow768@users.noreply.github.com> Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com> Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
Werner
SleepyGemmy
parent
a91375df7a
commit
d2366cc925
@@ -268,6 +268,24 @@
|
||||
item_state = "tcaf_plate_light"
|
||||
slowdown = 0
|
||||
|
||||
/obj/item/clothing/accessory/armor_plate/military/navy
|
||||
name = "konyang navy armor plate"
|
||||
desc = "A military-grade armor plate frequently seen in use by naval landing parties and sailors of the Konyang Navy."
|
||||
icon_state = "plate_navy"
|
||||
item_state = "plate_navy"
|
||||
|
||||
/obj/item/clothing/accessory/armor_plate/press
|
||||
name = "press armor plate"
|
||||
desc = "A light-weight kevlar armor plate in blue colors and a \"PRESS\" sticker included. Used by wartime correspondents."
|
||||
icon_state = "plate_press"
|
||||
item_state = "plate_press"
|
||||
|
||||
/obj/item/clothing/accessory/armor_plate/military/navy
|
||||
name = "konyang navy armor plate"
|
||||
desc = "A military-grade armor plate frequently seen in use by naval landing parties and sailors of the Konyang Navy."
|
||||
icon_state = "plate_navy"
|
||||
item_state = "plate_navy"
|
||||
|
||||
/obj/item/clothing/accessory/storage/chestpouch
|
||||
name = "chestpouch rig"
|
||||
desc = "A harness made to be worn over a set of armor. Comes with three pouches on the front, and a hidden pouch on the back for your snacks!"
|
||||
@@ -338,6 +356,12 @@
|
||||
icon_state = "helm_generic"
|
||||
item_state = "helm_generic"
|
||||
|
||||
/obj/item/clothing/head/helmet/security/press
|
||||
name = "press helmet"
|
||||
desc = "A helmet in blue colors with a prominent \"PRESS\" emblazoned in front. A common sight on journalists in the Wildlands."
|
||||
icon_state = "helm_press"
|
||||
item_state = "helm_press"
|
||||
|
||||
/obj/item/clothing/head/helmet/security/skrell
|
||||
name = "skrellmet"
|
||||
desc = "A helmet built for use by a Skrell. This one appears to be fairly standard and reliable."
|
||||
|
||||
@@ -128,6 +128,18 @@
|
||||
bomb = ARMOR_BOMB_PADDED,
|
||||
)
|
||||
|
||||
/obj/item/clothing/accessory/leg_guard/konyang_navy
|
||||
name = "\improper Konyang navy leg guards"
|
||||
icon_state = "legguards_navy"
|
||||
item_state = "legguards_navy"
|
||||
armor = list(
|
||||
melee = ARMOR_MELEE_MAJOR,
|
||||
bullet = ARMOR_BALLISTIC_MAJOR,
|
||||
laser = ARMOR_LASER_MEDIUM,
|
||||
energy = ARMOR_ENERGY_SMALL,
|
||||
bomb = ARMOR_BOMB_PADDED,
|
||||
)
|
||||
|
||||
//Arm guards.
|
||||
/obj/item/clothing/accessory/arm_guard
|
||||
name = "corporate arm guards"
|
||||
|
||||
@@ -312,6 +312,9 @@
|
||||
caliber = "rocket"
|
||||
max_stack = 1
|
||||
|
||||
/obj/item/ammo_casing/rocket/konyang
|
||||
icon_state = "kgm_rocket"
|
||||
|
||||
/obj/item/ammo_casing/chameleon
|
||||
name = "chameleon bullets"
|
||||
desc = "A set of bullets for the Chameleon Gun."
|
||||
|
||||
@@ -47,3 +47,11 @@
|
||||
message_admins("[key_name_admin(user)] fired a rocket from a rocket launcher ([src.name]) at [target].")
|
||||
log_game("[key_name(user)] used a rocket launcher ([src.name]) at [target].",ckey=key_name(src))
|
||||
..()
|
||||
|
||||
/obj/item/gun/launcher/rocket/konyang
|
||||
name = "konyang rocket launcher"
|
||||
desc = "An unguided rocket launcher often used by the armed forces of Konyang."
|
||||
desc_extended = "The KGM-701 is a heavy anti-tank guided missile in use by the Konyang Army, another carryover from their old Solarian stockpiles. Capable of handling any tank that wouldn't get bogged down on Konyang's soft terrain, the KGM-701 is expected to soldier on for many years to come. This however, is not a KGM-701, but the KGM-701D, the unguided discount variation of the old Solarian ATGM, typically issued to colonial garrisons and not rated against any modern vehicles."
|
||||
icon = 'icons/obj/guns/konyang_weapons.dmi'
|
||||
icon_state = "kgm"
|
||||
item_state = "kgm"
|
||||
|
||||
@@ -645,6 +645,31 @@
|
||||
..()
|
||||
icon_state = (ammo_magazine) ? "assassin_smg" : "assassin_smg-empty"
|
||||
|
||||
/obj/item/gun/projectile/automatic/tommygun/konyang
|
||||
name = "konyang police submachine gun"
|
||||
desc = "A compact submachine gun made specifically for the Konyang National Police. Takes .45 ammo."
|
||||
desc_extended = "Produced by one of Einstein Engines' local subsidiaries on Konyang, the K45 \"Pogpung\" submachine gun is Taepung Arms' entry into the submachine gun market. \
|
||||
The National Police purchased a large number of K45s for their patrol units due to reports that service revolvers were inadequate at stopping rampant IPCs. The K45-P variant \
|
||||
specially designed for the police forces is chambered in the organization's preferred .45 caliber and is limited to 3-round bursts due to the relatively limited firearms training of \
|
||||
National Police officers."
|
||||
icon = 'icons/obj/guns/konyang_weapons.dmi'
|
||||
icon_state = "k45carbine"
|
||||
item_state = "k45carbine"
|
||||
w_class = ITEMSIZE_NORMAL
|
||||
max_shells = 30
|
||||
load_method = MAGAZINE
|
||||
ammo_type = /obj/item/ammo_casing/c45
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/c45m, /obj/item/ammo_magazine/submachinemag)
|
||||
|
||||
firemodes = list(
|
||||
list(mode_name="semiauto", can_autofire=0, burst=1, fire_delay=ROF_SMG),
|
||||
list(mode_name="3-round bursts", can_autofire=0, burst=3, burst_accuracy=list(1,0,0), dispersion=list(0, 10, 15))
|
||||
)
|
||||
|
||||
/obj/item/gun/projectile/automatic/tommygun/konyang/update_icon()
|
||||
..()
|
||||
icon_state = (ammo_magazine)? "k45carbine" : "k45carbine-e"
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/dnac
|
||||
name = "dNAC-6.5 assault rifle"
|
||||
desc = "A durable, sleek-looking bullpup rifle manufactured by d.N.A Defense & Aerospace for the All-Xanu Armed Forces. This model has been adopted by a majority of the Coalition's military forces as well due to its simplicity and reliability."
|
||||
@@ -740,7 +765,7 @@
|
||||
/obj/item/gun/projectile/automatic/rifle/konyang/k556
|
||||
name = "konyang assault rifle"
|
||||
desc = "The K556 is the standard assault rifle of the Konyang Armed Forces. Sturdy and reliable."
|
||||
desc_extended = "The Zavodskoi-made K556 assault rifle is a new design in use by elements of the Konyang Armed Forces. Light and accurate, it is a weapon of choice for its aerospace branch and special forces."
|
||||
desc_extended = "The K556 assault rifle is a new design in use by elements of the Konyang Armed Forces, designed in-house by the military in partnership with Einstein Engines'local subsidiaries. It has yet to see widespread service as the government is reluctant to spend money on new small arms when they already possess large stockpiles from the colonial period. This has not stopped the Aerospace Forces from making the transition to the new weapon however, as its compact design, light weight, and accuracy make it ideal for use aboard a spacecraft."
|
||||
icon = 'icons/obj/guns/konyang_weapons.dmi'
|
||||
icon_state = "k556rifle"
|
||||
item_state = "k556rifle"
|
||||
@@ -760,8 +785,7 @@
|
||||
/obj/item/gun/projectile/automatic/rifle/konyang/konyang47
|
||||
name = "konyang assault carbine"
|
||||
desc = "The Dering-K1 is the carbine version of the K556. Intended to be used by vehicle crews, second line infantry, support crew and staff or when you have limited space to work with."
|
||||
desc_extended = "The Dering K1 battle rifle is a Zavodskoi-produced variant of its standard Solarian counterpart, suited for the needs of the Konyang Armed Forces. \
|
||||
Its more robust design is tailored for naval and swamp warfare, while still maintaining the firepower needed for frontline combat operations."
|
||||
desc_extended = "The Dering K1 battle rifle is a standard Solarian M469 given a service extension package by Zavodskoi Interstellar. Many of the rifles bear Konyanger proof marks right next to old Solarian ones, indicating their heritage. Its more robust design is tailored for naval and swamp warfare, while still maintaining the firepower needed for frontline combat operations."
|
||||
icon = 'icons/obj/guns/konyang_weapons.dmi'
|
||||
icon_state = "k47"
|
||||
item_state = "k47"
|
||||
|
||||
@@ -417,6 +417,21 @@
|
||||
else
|
||||
icon_state = "m8-empty"
|
||||
|
||||
/obj/item/gun/projectile/pistol/sol/konyang
|
||||
name = "konyang service pistol"
|
||||
desc = "The compact M8, redesignated as the K8, is the standard service pistol of the Konyanger Armed Forces. Inherited from the Solarian military, Zavodskoi has since given these handguns \
|
||||
a service extension package, including laser sights and replacement of worn-out parts."
|
||||
icon = 'icons/obj/guns/konyang_weapons.dmi'
|
||||
icon_state = "k8"
|
||||
item_state = "k8"
|
||||
|
||||
/obj/item/gun/projectile/pistol/sol/konyang/update_icon()
|
||||
..()
|
||||
if(ammo_magazine)
|
||||
icon_state = "k8"
|
||||
else
|
||||
icon_state = "k8-empty"
|
||||
|
||||
/obj/item/gun/projectile/pistol/adhomai
|
||||
name = "adhomian service pistol"
|
||||
desc = "The Adar'Mazy pistol is an Adhomian firearm commonly issued to People's Republic officers, government officials and low-ranking Party members."
|
||||
|
||||
Reference in New Issue
Block a user