FILES ----- [NEW] damage\snowball.damage dungeons\missions\lunarbase\lunarbase-objects.png dungeons\missions\lunarbase\lunarbase.png items\throwables\hivebomb.thrownitem items\throwables\molotov.thrownitem items\throwables\snowball.thrownitem [NEW] projectiles\explosions\snowballexplosion\snowballexplosion.config projectiles\guns\unsorted\icebolt\icebolt.projectile projectiles\unsorted\snowball.projectile [NEW] sfx\projectiles\snowball_hit_organic1.wav [NEW] sfx\projectiles\snowball_hit_organic2.wav [NEW] sfx\projectiles\snowball_hit_robotic1.wav [NEW] sfx\projectiles\snowball_hit_robotic2.wav [NEW] sfx\projectiles\snowball_impact.wav statuseffects\heavyslow.statuseffect statuseffects\slow.statuseffect DIFFS ----- items\throwables\hivebomb.thrownitem 17c17 < "speed" : 45, --- > "speed" : 40, items\throwables\molotov.thrownitem 17c17 < "speed" : 55, --- > "speed" : 40, items\throwables\snowball.thrownitem 17,18c17,18 < "speed" : 30, < "level" : 10 --- > "speed" : 40, > "power" : 2 projectiles\guns\unsorted\icebolt\icebolt.projectile 11a12,13 > "power" : 5.0, > "damageKind" : "default", 14c16,17 < "kind" : "slow" --- > "kind" : "slow", > "duration" : 1.5 22,24c25 < ], < "power" : 5.0, < "damageKind" : "default" --- > ] projectiles\unsorted\snowball.projectile 3,4c3,4 < "speed" : 400, < "physics" : "snowball", --- > "speed" : 180, > "physics" : "grenade", 8c8,14 < "damageKind" : "default", --- > "damageKind" : "snowball", > "actionOnReap" : [ > { > "action" : "config", > "file" : "/projectiles/explosions/snowballexplosion/snowballexplosion.config" > } > ], statuseffects\heavyslow.statuseffect 5c5 < { "name" : "jumpboost", "percentage" : -20, "mode" : "min" }, --- > { "name" : "jumpboost", "percentage" : -30, "mode" : "min" }, statuseffects\slow.statuseffect 3c3 < "duration" : 2.5, --- > "duration" : 5, 5,7c5,6 < { "name" : "groundmovementmodifier", "mode" : "min", "amount" : -0.9 }, < { "name" : "jumpboost", "mode" : "min", "amount" : -0.4 }, < { "name" : "glide", "mode" : "min", "amount" : -0.2 } --- > { "name" : "jumpboost", "percentage" : -30, "mode" : "min" }, > { "name" : "runboost", "percentage" : -40, "mode" : "min" } 9c8,9 < "effectSources" : [ "slow" ] --- > "effectSources" : [ "slow" ], > "mainInterfaceIcon" : "/interface/statuses/slow.png"