mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 11:12:14 +00:00
* OH GOD * Update all_nodes.dm * aa * AAAAA * Update projectile.dm * Update security_officer.dm * Update settings.json * Update master.dm * Update modular_skyrat/modules/sec_haul/code/guns/token_system/token_system.dm * AAAAAAAAAAAA * Update guns.dm * AAAAAAAAAAAAAAAAAAAAAA * AAAAAAAAAA * Update gunsets.dm * Update ammo.dm * Revert "AAAAAAAAAA" This reverts commit ff825e82d6b02c12f75db290805239b07eae6a17.
20 lines
596 B
Plaintext
20 lines
596 B
Plaintext
/obj/projectile/bullet
|
|
name = "bullet"
|
|
icon_state = "bullet"
|
|
damage = 60
|
|
damage_type = BRUTE
|
|
nodamage = FALSE
|
|
flag = BULLET
|
|
hitsound_wall = "ricochet"
|
|
sharpness = SHARP_POINTY
|
|
impact_effect_type = /obj/effect/temp_visual/impact_effect
|
|
shrapnel_type = /obj/item/shrapnel/bullet
|
|
embedding = list(embed_chance=20, fall_chance=2, jostle_chance=0, ignore_throwspeed_threshold=TRUE, pain_stam_pct=0.5, pain_mult=3, rip_time=10)
|
|
wound_falloff_tile = -5
|
|
embed_falloff_tile = -3
|
|
wound_bonus = 20 //SKYRAT EDIT ADDITION
|
|
|
|
/obj/projectile/bullet/smite
|
|
name = "divine retribution"
|
|
damage = 10
|