mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Altevian Adjustments - Descriptions & Small Tweaks (#7072)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/weapon/gun/energy/altevian
|
||||
name = "Magneto-Electric Energy Projector"
|
||||
desc = "A hand-held version of an energy weapon for the Altevian Hegemony. This one seems to be made for more proper civilian use with its reduced charge capacity, but ease of handling."
|
||||
desc = "A hand-held version of an energy weapon for the Altevian Hegemony. This one is the civilian grade version that has a reduced charge capacity. However, it is a lot easier to use."
|
||||
icon_state = "meep"
|
||||
item_state = "meep"
|
||||
fire_delay = 8
|
||||
@@ -10,11 +10,11 @@
|
||||
origin_tech = list(TECH_COMBAT = 3, TECH_MAGNET = 2)
|
||||
matter = list(MAT_STEEL = 1000)
|
||||
projectile_type = /obj/item/projectile/beam/meeplaser
|
||||
charge_cost = 450
|
||||
charge_cost = 400
|
||||
|
||||
/obj/item/weapon/gun/energy/altevian/large
|
||||
name = "Proto-Reactive Beam Thruster"
|
||||
desc = "A standard issue energy rifle seen for defensive purposes for a space faring rodent species. The beams are tuned for proper suppression."
|
||||
desc = "The main energy rifle that the Altevian Hegemony uses for its military operations."
|
||||
icon_state = "altevian-pdw"
|
||||
item_state = "altevian-pdw"
|
||||
slot_flags = SLOT_BELT
|
||||
@@ -28,7 +28,7 @@
|
||||
/obj/item/projectile/beam/meeplaser
|
||||
name = "meep beam"
|
||||
icon_state = "meep"
|
||||
damage = 15
|
||||
damage = 25
|
||||
light_color = "#77A6E1"
|
||||
hud_state = "laser_disabler"
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
/obj/item/projectile/beam/meeplaser/strong
|
||||
name = "repeater beam"
|
||||
damage = 35
|
||||
damage = 40
|
||||
|
||||
/obj/effect/projectile/muzzle/meeplaser
|
||||
icon_state = "muzzle_meep"
|
||||
@@ -56,4 +56,4 @@
|
||||
icon_state = "impact_meep"
|
||||
light_range = 2
|
||||
light_power = 0.5
|
||||
light_color = "#77A6E1"
|
||||
light_color = "#77A6E1"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/item/weapon/gun/projectile/altevian
|
||||
name = "Altevian Rivet Repeater"
|
||||
desc = "An offensive weapon designed by the altevians that is used for decompression and maximizes structural damage while also serving as a good method of personnel damage."
|
||||
desc = "An offensive ballistic weapon designed by the Altevian Hegemony commonly used for decompression and structural damage tactics. It's also pretty effective at personnel damage."
|
||||
magazine_type = /obj/item/ammo_magazine/sam48
|
||||
allowed_magazines = list(/obj/item/ammo_magazine/sam48)
|
||||
projectile_type = /obj/item/projectile/bullet/sam48
|
||||
|
||||
Reference in New Issue
Block a user