mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 01:46:30 +01:00
a1e55d0958
Resprites 3 Tajaran rifles, expanding them to use a 48x32 canvas, and brings them in-line with lore as written in terms of weapon design history. Additionally, adds 6.8mm in the form of the Tajaran Z33 Tamparii cartridge to further separate Tajara and Human history and arms development. All weapon sprites are made by me, except the ba and ss sling which was borrowed from the Dominian rifle sprites. Special thanks to Elorg for help in making these not look awful. <details><summary>Z33 Tamparii</summary> <p> <img width="331" height="332" alt="image" src="https://github.com/user-attachments/assets/f9892dc8-9c6d-45c6-8779-3ad3e39abaed" /> An old caliber that continues to show its usefulness. The compromise between weight and firepower, as well as room to change the powder load has seen the cartridge remain in service across Adhomai. </p> </details> <details><summary>Tsarrayut Rifle (PRA)</summary> <p> <img width="572" height="387" alt="image" src="https://github.com/user-attachments/assets/53327f3b-4b87-415e-8215-b1c2ccc08c9c" /> Redesigned to a general magazine-fed rifle. Not meant to be flashy or cool, simply easy to mass-produce and train conscripts. Additionally, still takes old bolt action rifle clips. </p> </details> <details><summary>Hotaki Marksman Rifle (ALA)</summary> <p> <img width="586" height="400" alt="image" src="https://github.com/user-attachments/assets/c08986ec-1134-4869-8dc2-36b981a211f9" /> Carries many of the same lines and design from the Tsarrayut, especially in the receiver. However, it was modified to be a bullpup for a longer barrel. Higher bullet velocity for a similar overall length; perfect for a marksman harassing down an enemy. </p> </details> <details><summary>Mrrazhak Assault Rifle (ALA)</summary> <p> <img width="483" height="332" alt="image" src="https://github.com/user-attachments/assets/3f0a2885-49bb-418b-b956-4d2f89a60b40" /> Pretty much a shortened Hotaki. Intended to have a similar barrel length to the Tsarrayut, but a shorter overall gun. </p> </details> WIP for the following items: - [x] Golden Mrrazhak - [x] Cartridge balancing - [x] Addition/clean-up with uplink items - [x] Addition/clean-up with ghost roles --------- Signed-off-by: CatsinHD <31459154+CatsinHD@users.noreply.github.com> Signed-off-by: Wildkins <john.wildkins@gmail.com> Co-authored-by: Wildkins <john.wildkins@gmail.com>
73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
/datum/ghostspawner/human/pra_cosmonaut
|
|
short_name = "pra_cosmonaut"
|
|
name = "Kosmostrelki"
|
|
desc = "Protect the People's Republic of Adhomai's possessions on space."
|
|
tags = list("External")
|
|
|
|
enabled = FALSE
|
|
spawnpoints = list("pra_cosmonaut")
|
|
req_perms = null
|
|
max_count = 3
|
|
uses_species_whitelist = FALSE
|
|
|
|
outfit = /obj/outfit/admin/pra_cosmonaut
|
|
possible_species = list(SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN)
|
|
allow_appearance_change = APPEARANCE_PLASTICSURGERY
|
|
|
|
assigned_role = "Kosmostrelki"
|
|
special_role = "Kosmostrelki"
|
|
respawn_flag = null
|
|
extra_languages = list(LANGUAGE_SIIK_MAAS)
|
|
away_site = TRUE
|
|
|
|
/datum/ghostspawner/human/pra_cosmonaut/commissar
|
|
short_name = "pra_commissar"
|
|
name = "Kosmostrelki Party Commissar"
|
|
desc = "Protect the People's Republic of Adhomai's possessions on space, and ensure that the Kosmostrelki follow the principles of Hadiism."
|
|
|
|
max_count = 1
|
|
|
|
assigned_role = "Party Commissar"
|
|
special_role = "Party Commissar"
|
|
|
|
outfit = /obj/outfit/admin/pra_cosmonaut/commissar
|
|
possible_species = list(SPECIES_TAJARA, SPECIES_TAJARA_MSAI)
|
|
|
|
/obj/outfit/admin/pra_cosmonaut
|
|
name = "Kosmostrelki"
|
|
|
|
uniform = /obj/item/clothing/under/tajaran/cosmonaut
|
|
shoes = /obj/item/clothing/shoes/combat
|
|
belt = /obj/item/storage/belt/military
|
|
back = /obj/item/gun/projectile/automatic/rifle/adhomian
|
|
id = /obj/item/card/id/syndicate
|
|
accessory = /obj/item/clothing/accessory/badge/hadii_card
|
|
belt_contents = list(
|
|
/obj/item/ammo_magazine/a68 = 3,
|
|
/obj/item/grenade/smokebomb = 2,
|
|
/obj/item/plastique = 1,
|
|
/obj/item/gun/projectile/pistol/adhomai = 1,
|
|
/obj/item/ammo_magazine/mc9mm = 2
|
|
)
|
|
r_hand = /obj/item/storage/field_ration
|
|
l_hand = /obj/item/martial_manual/tajara
|
|
|
|
/obj/outfit/admin/pra_cosmonaut/commissar
|
|
name = "Party Commissar"
|
|
|
|
uniform = /obj/item/clothing/under/tajaran/cosmonaut/commissar
|
|
head = /obj/item/clothing/head/tajaran/cosmonaut_commissar
|
|
accessory = /obj/item/clothing/accessory/hadii_pin
|
|
belt = /obj/item/gun/projectile/deagle/adhomai
|
|
belt_contents = null
|
|
back = /obj/item/storage/backpack/satchel/leather
|
|
backpack_contents = list(
|
|
/obj/item/ammo_magazine/a50 = 2,
|
|
/obj/item/material/knife/trench = 1,
|
|
/obj/item/clothing/accessory/badge/hadii_card/member = 1,
|
|
/obj/item/storage/box/hadii_manifesto = 1,
|
|
/obj/item/storage/box/hadii_card = 1
|
|
)
|
|
l_hand = /obj/item/megaphone
|
|
r_hand = /obj/item/martial_manual/tajara
|