Skip to content

Commit

Permalink
Set correct LAND_EFFECT for molotovs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmoonen committed May 15, 2024
1 parent 080ce51 commit 4781172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/2016/dataSources/ServerProjectileDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ACCELERATION": 5,
"FLIGHT_TYPE": 9,
"PROJECTILE_EFFECT_ID": 0,
"LAND_EFFECT_ID": 6281,
"LAND_EFFECT_ID": 5308,
"INDIRECT_DAMAGE_EFFECT_ID": 0,
"LIFESPAN": 999,
"MAX_SPEED": 45,
Expand Down Expand Up @@ -6555,7 +6555,7 @@
"ACCELERATION": 5,
"FLIGHT_TYPE": 9,
"PROJECTILE_EFFECT_ID": 0,
"LAND_EFFECT_ID": 6281,
"LAND_EFFECT_ID": 5308,
"INDIRECT_DAMAGE_EFFECT_ID": 0,
"LIFESPAN": 999,
"MAX_SPEED": 45,
Expand Down Expand Up @@ -6975,7 +6975,7 @@
"ACCELERATION": 15,
"FLIGHT_TYPE": 9,
"PROJECTILE_EFFECT_ID": 0,
"LAND_EFFECT_ID": 6281,
"LAND_EFFECT_ID": 5308,
"INDIRECT_DAMAGE_EFFECT_ID": 0,
"LIFESPAN": 999,
"MAX_SPEED": 45,
Expand Down

0 comments on commit 4781172

Please sign in to comment.