-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from Blacklist897/Spriteing-chamber-of-pain-an…
…d-suffering Horizon Gauss Rifle
- Loading branch information
Showing
6 changed files
with
42 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
35 changes: 35 additions & 0 deletions
35
modular_pentest/modules/faction_horizon/code/horizon_gauss.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/obj/item/gun/ballistic/automatic/powered/gauss/horizon | ||
name = "Horizon 'Bardiche' gauss rifle" | ||
desc = "A magnetic rifle produced by Horizons RnD team Delta, adapted from Nanotrasen Blueprints." | ||
icon = 'modular_pentest/modules/faction_horizon/icons/horizon_gauss.dmi' | ||
icon_state = "gauss_horizon" | ||
item_state = "arg" | ||
slot_flags = 0 | ||
mag_type = /obj/item/ammo_box/magazine/gauss/horizon | ||
fire_sound = 'sound/weapons/gun/gauss/magrifle.ogg' | ||
load_sound = 'sound/weapons/gun/gauss/rifle_reload.ogg' | ||
burst_size = 1 | ||
fire_delay = 0.3 SECONDS | ||
spread = 0 | ||
show_magazine_on_sprite = TRUE | ||
empty_indicator = TRUE | ||
weapon_weight = WEAPON_MEDIUM | ||
w_class = WEIGHT_CLASS_BULKY | ||
charge_sections = 4 | ||
ammo_x_offset = 2 | ||
manufacturer = MANUFACTURER_NONE | ||
|
||
spread = 0 | ||
spread_unwielded = 25 | ||
recoil = 0 | ||
recoil_unwielded = 4 | ||
wield_slowdown = 0.75 | ||
wield_delay = 1 SECONDS | ||
fire_select_icon_state_prefix = "lance_" | ||
|
||
/obj/item/ammo_box/magazine/gauss/horizon | ||
name = "gauss magazine (ferromagnetic lances)" | ||
desc = "A 20-round magazine for the horizon gauss rifle. Ferromagnetic lances do good damage with significant armor penetration." | ||
ammo_type = /obj/item/ammo_casing/caseless/gauss/lance | ||
caliber = "lance" | ||
max_ammo = 20 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters