-
-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request title Was meant to be apart of another big manufacturer PR, however I do those when i'm taking a break from big projects, so its a bit of a cycle. It appears im in the latter half of the cycle (overmap 5 coming december...), so might as well just PR what i have done ## Why It's Good For The Game ![image](https://github.com/user-attachments/assets/9d518d71-b8f1-487c-9070-06af2d7a6c63) ## Changelog :cl: add: Resprites the commander and Commissioner /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Signed-off-by: rye-rice <58402542+rye-rice@users.noreply.github.com> Co-authored-by: retlaw34 <58402542+retlaw34@users.noreply.github.com> Co-authored-by: thgvr <81882910+thgvr@users.noreply.github.com>
- Loading branch information
1 parent
10f2c0b
commit ebe4136
Showing
11 changed files
with
54 additions
and
50 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
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
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
52 changes: 52 additions & 0 deletions
52
code/modules/projectiles/guns/manufacturer/nanotrasen_sharplite/ballistics.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,52 @@ | ||
/obj/item/gun/ballistic/automatic/pistol/commander | ||
name = "VI Commander" | ||
desc = "A service pistol produced as Vigilitas Interstellar's standard sidearm. Has a reputation for being easy to use, due to its light recoil and high magazine capacity. Chambered in 9mm." | ||
icon_state = "commander" | ||
item_state = "nt_generic" | ||
icon = 'icons/obj/guns/manufacturer/nanotrasen_sharplite/48x32.dmi' | ||
lefthand_file = 'icons/obj/guns/manufacturer/nanotrasen_sharplite/lefthand.dmi' | ||
righthand_file = 'icons/obj/guns/manufacturer/nanotrasen_sharplite/righthand.dmi' | ||
mob_overlay_icon = 'icons/obj/guns/manufacturer/nanotrasen_sharplite/onmob.dmi' | ||
|
||
w_class = WEIGHT_CLASS_NORMAL | ||
mag_type = /obj/item/ammo_box/magazine/co9mm | ||
manufacturer = MANUFACTURER_VIGILITAS | ||
fire_sound = 'sound/weapons/gun/pistol/rattlesnake.ogg' | ||
load_sound = 'sound/weapons/gun/pistol/mag_insert.ogg' | ||
load_empty_sound = 'sound/weapons/gun/pistol/mag_insert.ogg' | ||
eject_sound = 'sound/weapons/gun/pistol/mag_release.ogg' | ||
eject_empty_sound = 'sound/weapons/gun/pistol/mag_release.ogg' | ||
|
||
rack_sound = 'sound/weapons/gun/pistol/rack_small.ogg' | ||
lock_back_sound = 'sound/weapons/gun/pistol/lock_small.ogg' | ||
bolt_drop_sound = 'sound/weapons/gun/pistol/drop_small.ogg' | ||
|
||
EMPTY_GUN_HELPER(automatic/pistol/commander) | ||
|
||
/obj/item/ammo_box/magazine/co9mm | ||
name = "commander pistol magazine (9mm)" | ||
desc = "A 10-round double-stack magazine for Commander pistols. These rounds do okay damage, but struggle against armor." | ||
icon_state = "commander_mag-10" | ||
base_icon_state = "commander_mag" | ||
ammo_type = /obj/item/ammo_casing/c9mm | ||
caliber = "9mm" | ||
max_ammo = 10 | ||
multiple_sprites = AMMO_BOX_PER_BULLET | ||
|
||
/obj/item/ammo_box/magazine/co9mm/empty | ||
start_empty = TRUE | ||
|
||
|
||
/obj/item/gun/ballistic/automatic/pistol/commander/inteq | ||
name = "PS-03 Commissioner" | ||
desc = "A modified version of the VI Commander, issued as standard to Inteq Risk Management Group personnel. Features the same excellent handling and high magazine capacity as the original. Chambered in 9mm." | ||
|
||
icon = 'icons/obj/guns/manufacturer/inteq/48x32.dmi' | ||
lefthand_file = 'icons/obj/guns/manufacturer/inteq/lefthand.dmi' | ||
righthand_file = 'icons/obj/guns/manufacturer/inteq/righthand.dmi' | ||
mob_overlay_icon = 'icons/obj/guns/manufacturer/inteq/onmob.dmi' | ||
icon_state = "commander_inteq" | ||
item_state = "inteq_generic" | ||
manufacturer = MANUFACTURER_INTEQ | ||
|
||
EMPTY_GUN_HELPER(automatic/pistol/commander/inteq) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+139 Bytes
(100%)
icons/obj/guns/manufacturer/nanotrasen_sharplite/48x32.dmi
Binary file not shown.
Binary file modified
BIN
-227 Bytes
(99%)
icons/obj/guns/manufacturer/nanotrasen_sharplite/lefthand.dmi
Binary file not shown.
Binary file modified
BIN
-238 Bytes
(99%)
icons/obj/guns/manufacturer/nanotrasen_sharplite/righthand.dmi
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