diff --git a/grenades/frag/README.md b/grenades/frag/README.md index 5bea3e9..0b7bbd3 100644 --- a/grenades/frag/README.md +++ b/grenades/frag/README.md @@ -10,6 +10,8 @@ ## Damage and radius -* At origin: 162 -* Radius: ~368 from origin (note: not from edge of player hitbox) +* Damage at the edge of a player's hitbox: ~145 +* Damage at origin of a player: 162 (note: in practice, this damage isn't likely to be possible) +* Self-damage from handhelding: ~120 +* Radius: ~368 from origin of a player, or ~352 from edge of a player's hitbox * Falloff: 0 damage at edge of radius \ No newline at end of file diff --git a/grenades/mirv/README.md b/grenades/mirv/README.md index 24e64dc..b907542 100644 --- a/grenades/mirv/README.md +++ b/grenades/mirv/README.md @@ -2,7 +2,9 @@ ## Damage and radius -* At origin: 162 -* Radius: ~368 from origin (note: not from edge of player hitbox) +* Damage at the edge of a player's hitbox: ~145 +* Damage at origin of a player: 162 (note: in practice, this damage isn't likely to be possible) +* Self-damage from handhelding: ~120 +* Radius: ~368 from origin of a player, or ~352 from edge of a player's hitbox * Falloff: 0 damage at edge of radius * Both the MIRV and MIRVlets do the same damage and have the same radius \ No newline at end of file diff --git a/weapons/rpg/README.md b/weapons/rpg/README.md index c1219be..ed4f8d4 100644 --- a/weapons/rpg/README.md +++ b/weapons/rpg/README.md @@ -17,8 +17,8 @@ All damage data was measured with the rocket exploding at the player's origin ex ![Chart: Frequency of RPG Damage at Player Origin](graphics/damage_frequency.png) #### Radius -* Radius: ~125 from origin max (note: not from edge of player hitbox) -* Radius also seems to vary based on the randomness of the damage, and seems to do about half damage at the edge of its radius +* Max Radius: ~109 from edge of a player's hitbox (~125 from origin of a player) + - Radius also seems to vary based on the randomness of the damage, and seems to do about half damage at the edge of its radius ### Misc * Projectile Speed: 900 \ No newline at end of file