mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 23:12:36 +00:00
Significantly tones down the embed probability of flechette rounds (#90784)
This commit is contained in:
@@ -144,14 +144,14 @@
|
||||
embed_type = /datum/embedding/bullet/flechette
|
||||
|
||||
/datum/embedding/bullet/flechette
|
||||
embed_chance = 100
|
||||
fall_chance = 0
|
||||
embed_chance = 25
|
||||
fall_chance = 10
|
||||
jostle_chance = 20
|
||||
ignore_throwspeed_threshold = TRUE
|
||||
pain_stam_pct = 0.1
|
||||
pain_mult = 0.5
|
||||
jostle_pain_mult = 1.5
|
||||
rip_time = 1 SECONDS
|
||||
rip_time = 0.5 SECONDS
|
||||
|
||||
/obj/projectile/bullet/pellet/flechette/donk
|
||||
name = "\improper Donk Co. 'Donk Spike' flechette"
|
||||
@@ -172,7 +172,7 @@
|
||||
ignore_throwspeed_threshold = TRUE
|
||||
pain_mult = 1
|
||||
jostle_pain_mult = 1
|
||||
rip_time = 0.5 SECONDS
|
||||
rip_time = 1 SECONDS
|
||||
|
||||
// Mech Scattershot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user