Skip to content

Commit

Permalink
zoennote
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Sep 4, 2023
1 parent fcdf102 commit f1797b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1135,8 +1135,7 @@ Defined in conflicts.dm of the #defines folder.
icon = 'icons/obj/items/weapons/guns/attachments/rail.dmi'
icon_state = "vulture_scope"
attach_icon = "vulture_scope"
desc = "TODO" //zonenote
//desc_lore = "An intermediate-power Armat scope designated as the AN/PVQ-31 4x Optic. Fairly basic, but both durable and functional... enough. 780 meters is about as far as one can push the 10x24mm cartridge, really."
desc = "A powerful yet obtrusive sight for the M707 anti-materiel rifle." // Can't be seen normally, anyway
slot = "rail"
aim_speed_mod = SLOWDOWN_ADS_SCOPE //Extra slowdown when wielded
wield_delay_mod = WIELD_DELAY_FAST
Expand Down
9 changes: 9 additions & 0 deletions code/modules/projectiles/guns/boltaction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@
/obj/item/weapon/gun/boltaction/vulture
name = "\improper M707 \"Vulture\" anti-materiel rifle"
desc = "The M707 is a crude but highly powerful rifle, designed for disabling lightly armored vehicles and hitting targets inside buildings. Its unwieldy scope and caliber necessitates a spotter to be fully effective, suffering severe scope drift without one."
desc_lore = {"
Put into production in 2175 as an economical answer to rising militancy in the Outer Rim, the M707 was derived from jury-rigged anti-materiel rifles that were captured during the Linna 349 campaign.

The rebels (colloquially known among the USCMC as bug-boys and beebops) had achieved extensive success at Neusheune using the aforementioned rifles to pick off incinerator-wielding marines by detonating their napthal fuel tank in the midst of squad formations, subsequently leading to the USCMC designating users of those rifles as high-priority targets, as well as changes in USCMC patrol tactics.

Some of the failings and quirks of the beebops' jury-rigged rifle were quickly noticed by vehicle crews early on in the campaign, as in multiple memoirs the crews mention that: "Once the rain starts, that's when you know you've got an ambush."

The 'pitter-patter' of 'rain' that the crews heard was in fact multiple rifles failing to penetrate through the vehicle's external armor. Once a number of the anti-materiel rifles were examined, it was deemed a high priority to produce a Corps version. In the process, the rifles were designed for a higher calibre then that of the rebel versions, so the M707 would be capable of penetrating the light vehicle armor of their UPP peers in the event of another Dog War or Tientsin."}

icon = 'icons/obj/items/weapons/guns/guns_by_faction/uscm.dmi' // overriden with camos
icon_state = "vulture"
item_state = "vulture"
Expand Down

0 comments on commit f1797b0

Please sign in to comment.