Skip to content

Commit

Permalink
Merge pull request #5898 from Trilbyspaceclone/coras_tweaks
Browse files Browse the repository at this point in the history
Requested balance changes
Trilbyspaceclone authored Dec 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents b8444a8 + 83d9f5c commit fb25d79
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions code/modules/projectiles/projectile/bullettypes.dm
Original file line number Diff line number Diff line change
@@ -346,9 +346,9 @@

/obj/item/projectile/bullet/light_rifle_257
icon_state = "bullet_carbine"
damage_types = list(BRUTE = 21)
damage_types = list(BRUTE = 25)
armor_divisor = 1
wounding_mult = WOUNDING_SMALL
wounding_mult = WOUNDING_NORMAL
penetrating = 1
can_ricochet = TRUE
step_delay = 0.3
@@ -366,7 +366,7 @@
recoil = 4

/obj/item/projectile/bullet/light_rifle_257/hv
damage_types = list(BRUTE = 17)
damage_types = list(BRUTE = 19)
armor_divisor = 2.5
penetrating = 2
hitscan = TRUE
@@ -412,9 +412,9 @@

/obj/item/projectile/bullet/light_rifle_257/lethal
name = "hollow-point bullet"
damage_types = list(BRUTE = 17)
damage_types = list(BRUTE = 19)
armor_divisor = 0.5
wounding_mult = WOUNDING_SERIOUS
wounding_mult = WOUNDING_WIDE
penetrating = 0
can_ricochet = FALSE
embed = TRUE
@@ -437,7 +437,7 @@
recoil = 7

/obj/item/projectile/bullet/light_rifle_257/scrap
damage_types = list(BRUTE = 14)
damage_types = list(BRUTE = 15)
armor_divisor = 0.5
affective_damage_range = 4
affective_ap_range = 4
@@ -449,7 +449,7 @@
/// 7.62x39mm Rifle ///

/obj/item/projectile/bullet/rifle_75
damage_types = list(BRUTE = 25)
damage_types = list(BRUTE = 27)
armor_divisor = 1.25
wounding_mult = WOUNDING_SERIOUS
penetrating = 1
@@ -460,7 +460,7 @@
recoil = 10

/obj/item/projectile/bullet/rifle_75/hv
damage_types = list(BRUTE = 19)
damage_types = list(BRUTE = 21)
armor_divisor = 3
penetrating = 2
hitscan = TRUE
@@ -514,9 +514,9 @@

/obj/item/projectile/bullet/rifle_75/lethal
name = "hollow-point bullet"
damage_types = list(BRUTE = 19)
damage_types = list(BRUTE = 21)
armor_divisor = 0.65
wounding_mult = WOUNDING_WIDE
wounding_mult = WOUNDING_EXTREME
penetrating = 0
can_ricochet = FALSE
embed = TRUE
@@ -537,7 +537,7 @@
recoil = 9

/obj/item/projectile/bullet/rifle_75/scrap
damage_types = list(BRUTE = 14)
damage_types = list(BRUTE = 17)
armor_divisor = 0.5
affective_damage_range = 3
affective_ap_range = 3
@@ -547,9 +547,9 @@

/obj/item/projectile/bullet/heavy_rifle_408
icon_state = "bullet_heavy"
damage_types = list(BRUTE = 28)
damage_types = list(BRUTE = 30)
armor_divisor = 1.4
wounding_mult = WOUNDING_SERIOUS
wounding_mult = WOUNDING_WIDE
penetrating = 2
can_ricochet = TRUE
step_delay = 0.3
@@ -584,7 +584,7 @@

/obj/item/projectile/bullet/heavy_rifle_408/hv
name = "sabot penetrator"
damage_types = list(BRUTE = 20)
damage_types = list(BRUTE = 24)
armor_divisor = 3.5
penetrating = 3
hitscan = TRUE
@@ -596,9 +596,9 @@

/obj/item/projectile/bullet/heavy_rifle_408/lethal
name = "hollow-point bullet"
damage_types = list(BRUTE = 20)
damage_types = list(BRUTE = 24)
armor_divisor = 0.7
wounding_mult = WOUNDING_WIDE
wounding_mult = WOUNDING_DEVESTATING
penetrating = 0
can_ricochet = FALSE
embed = TRUE
@@ -620,7 +620,7 @@
recoil = 15

/obj/item/projectile/bullet/heavy_rifle_408/scrap
damage_types = list(BRUTE = 15)
damage_types = list(BRUTE = 20)
armor_divisor = 0.75
affective_damage_range = 4
affective_ap_range = 4
@@ -629,7 +629,7 @@
///Snowflake ///

/obj/item/projectile/bullet/c10x24
damage_types = list(BRUTE = 20)
damage_types = list(BRUTE = 25)
armor_divisor = 2
wounding_mult = WOUNDING_SMALL
penetrating = 2
@@ -1446,4 +1446,4 @@
/obj/item/projectile/bullet/reusable/arrow/explosive/smoke/Destroy()
..()
if (smoke)
QDEL_NULL(smoke)
QDEL_NULL(smoke)

0 comments on commit fb25d79

Please sign in to comment.