mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Francisca buffs, fixes maneuvers. (#15052)
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
impact_type = SHIP_AMMO_IMPACT_FMJ
|
||||
ammunition_flags = SHIP_AMMO_FLAG_INFLAMMABLE|SHIP_AMMO_FLAG_VERY_HEAVY|SHIP_AMMO_FLAG_INFLAMMABLE
|
||||
caliber = SHIP_CALIBER_40MM
|
||||
burst = 8
|
||||
cookoff_heavy = 0
|
||||
|
||||
/obj/item/ship_ammunition/francisca/ap
|
||||
name = "40mm AP ammunition box"
|
||||
@@ -35,7 +37,7 @@
|
||||
icon_state = "small"
|
||||
damage = 50
|
||||
armor_penetration = 50
|
||||
penetrating = 1
|
||||
penetrating = 2
|
||||
|
||||
/obj/item/projectile/ship_ammo/francisca/ap
|
||||
name = "40mm AP bullet"
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
caliber = SHIP_CALIBER_90MM
|
||||
ammunition_behaviour = SHIP_AMMO_BEHAVIOUR_DUMBFIRE
|
||||
projectile_type_override = /obj/item/projectile/ship_ammo/grauwolf
|
||||
burst = 4
|
||||
|
||||
/obj/item/ship_ammunition/grauwolf_bundle/ap
|
||||
name = "grauwolf armor-piercing flak bundle"
|
||||
@@ -46,14 +47,4 @@
|
||||
name = "armor-piercing flak"
|
||||
damage = 50
|
||||
armor_penetration = 50
|
||||
penetrating = 2
|
||||
|
||||
/obj/item/projectile/ship_ammo/grauwolf/on_translate(var/turf/entry_turf, var/turf/target_turf)
|
||||
for(var/i = 1 to 4)
|
||||
var/turf/new_turf = get_random_turf_in_range(entry_turf, 5, 5, TRUE, TRUE)
|
||||
var/obj/item/projectile/ship_ammo/grauwolf/burst = new(new_turf)
|
||||
burst.ammo = new ammo.type
|
||||
burst.ammo.impact_type = ammo.impact_type
|
||||
var/turf/front_turf = get_step(new_turf, dir)
|
||||
burst.dir = dir
|
||||
burst.launch_projectile(front_turf)
|
||||
penetrating = 2
|
||||
@@ -137,6 +137,7 @@
|
||||
armor_penetration = 1000
|
||||
penetrating = 100
|
||||
hitscan = TRUE
|
||||
impact_sounds = list(BULLET_IMPACT_MEAT = SOUNDS_LASER_MEAT, BULLET_IMPACT_METAL = SOUNDS_LASER_METAL)
|
||||
|
||||
muzzle_type = /obj/effect/projectile/muzzle/pulse
|
||||
tracer_type = /obj/effect/projectile/tracer/pulse
|
||||
|
||||
Reference in New Issue
Block a user