FILES ----- player.config items\active\unsorted\filledcapturepod\filledcapturepod.animation items\active\weapons\bossdrop\miniknoglauncher\miniknoglauncher.animation items\throwables\beachball.thrownitem items\throwables\bomb.thrownitem items\throwables\bouncyball.thrownitem items\throwables\bowlingball.thrownitem items\throwables\capturepod.thrownitem items\throwables\coconut.thrownitem items\throwables\energyjavelin.thrownitem items\throwables\firework.thrownitem items\throwables\fireworkblue.thrownitem items\throwables\fireworkgreen.thrownitem items\throwables\flare.thrownitem items\throwables\flowerygrassseeds.thrownitem items\throwables\glowbomb.thrownitem items\throwables\glowstickblue.thrownitem items\throwables\glowstickgreen.thrownitem items\throwables\glowstickorange.thrownitem items\throwables\glowstickyellow.thrownitem items\throwables\grassseeds.thrownitem items\throwables\hivebomb.thrownitem items\throwables\javelin.thrownitem items\throwables\lavaballoon.thrownitem items\throwables\molotov.thrownitem items\throwables\noveltybanana.thrownitem items\throwables\paperplane.thrownitem items\throwables\petball.thrownitem items\throwables\throwingaxe.thrownitem items\throwables\throwingdagger.thrownitem items\throwables\throwingknife.thrownitem items\throwables\throwingkunai.thrownitem projectiles\explosions\coconutexplosion\coconutbreak.config projectiles\guns\unsorted\energyjavelin\energyjavelin.projectile projectiles\guns\unsorted\javelin\javelin.projectile projectiles\lavaballoon\lavaballoon.projectile projectiles\throwable\molotovflame\molotovflame.projectile projectiles\throwable\noveltybanana\noveltybanana.projectile projectiles\throwable\petball\petball.projectile projectiles\throwable\thorngrenade\thorngrenade.projectile projectiles\throwable\throwingaxe\throwingaxe.projectile projectiles\throwable\throwingdagger\throwingdagger.projectile projectiles\throwable\throwingknife\throwingknife.projectile projectiles\throwable\throwingkunai\throwingkunai.projectile sfx\npc\monsters\pod_capture2.ogg [NEW] sfx\npc\monsters\pod_capture3.ogg [NEW] sfx\projectiles\coconutbreak1.ogg [NEW] sfx\projectiles\coconutbreak2.ogg [NEW] sfx\projectiles\coconutbreak3.ogg [NEW] sfx\projectiles\coconutbreak4.ogg [NEW] sfx\projectiles\coconutbreak5.ogg [NEW] sfx\projectiles\coconutbreak6.ogg [NEW] sfx\projectiles\petball_bounce.ogg [NEW] sfx\projectiles\toy_bounce1.ogg [NEW] sfx\projectiles\toy_bounce2.ogg [NEW] sfx\projectiles\toy_bounce3.ogg [NEW] sfx\projectiles\toy_bounce4.ogg [NEW] sfx\projectiles\toy_bounce5.ogg [NEW] sfx\projectiles\toy_throw1.ogg [NEW] sfx\projectiles\toy_throw2.ogg stats\effects\monstercapture\monstercapture.animation treasure\common.treasurepools DIFFS ----- player.config 45,46d44 < { "item" : "throwingstar" }, < { "item" : "javelin" }, items\active\unsorted\filledcapturepod\filledcapturepod.animation 44c44 < "throw" : [ "/sfx/melee/swing_dagger.ogg" ], --- > "throw" : [ "/sfx/projectiles/throw_item_small.ogg" ], items\active\weapons\bossdrop\miniknoglauncher\miniknoglauncher.animation 76c76 < "fire" : ["/sfx/gun/rocket1.ogg"] --- > "fire" : ["/sfx/gun/rocket2.ogg"] items\throwables\beachball.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\bomb.thrownitem 20c20,28 < "power" : 40 --- > "power" : 40, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item.ogg" ] > } > ] items\throwables\bouncyball.thrownitem 19c19,27 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\bowlingball.thrownitem 20c20,28 < "power" : 5 --- > "power" : 5, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_huge.ogg" ] > } > ] items\throwables\capturepod.thrownitem 21c21,29 < "level" : 7 --- > "level" : 7, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\coconut.thrownitem 20c20,28 < "power" : 2 --- > "power" : 2, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\energyjavelin.thrownitem 18c18,27 < "power" : 100 --- > "power" : 100, > "knockback" : 20, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item.ogg" ] > } > ] items\throwables\firework.thrownitem 20c20,28 < "power" : 5 --- > "power" : 5, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\fireworkblue.thrownitem 20c20,28 < "power" : 5 --- > "power" : 5, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\fireworkgreen.thrownitem 20c20,28 < "power" : 5 --- > "power" : 5, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\flare.thrownitem 20c20,28 < "level" : 10 --- > "level" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\flowerygrassseeds.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\glowbomb.thrownitem 19c19,27 < "level" : 7 --- > "level" : 7, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\glowstickblue.thrownitem 19c19,27 < "level" : 10 --- > "level" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\glowstickgreen.thrownitem 19c19,27 < "level" : 10 --- > "level" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\glowstickorange.thrownitem 19c19,27 < "level" : 10 --- > "level" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\glowstickyellow.thrownitem 19c19,27 < "level" : 10 --- > "level" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\grassseeds.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\hivebomb.thrownitem 19c19,27 < "power" : 1.5 --- > "power" : 1.5, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\javelin.thrownitem 20c20 < "knockback" : 15, --- > "knockback" : 20, items\throwables\lavaballoon.thrownitem 19c19,27 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\molotov.thrownitem 15c15 < "cooldown" : 0.4, --- > "cooldown" : 1.5, 20c20,28 < "power" : 12 --- > "power" : 12, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\noveltybanana.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/toy_throw1.ogg", "/sfx/projectiles/toy_throw2.ogg" ] > } > ] items\throwables\paperplane.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\petball.thrownitem 20c20,28 < "power" : 0 --- > "power" : 0, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\throwingaxe.thrownitem 21,22d20 < < "persistentAudio" : "/sfx/projectiles/boomerang3.ogg", items\throwables\throwingdagger.thrownitem 19c19 < "power" : 16, --- > "power" : 12.5, 21d20 < items\throwables\throwingknife.thrownitem 18,19c18,28 < "speed" : 45, < "power" : 12.5 --- > "speed" : 70, > "power" : 16, > "knockback" : 10, > "periodicActions" : [ > { > "time" : 0, > "repeat" : false, > "action" : "sound", > "options" : [ "/sfx/projectiles/throw_item_small.ogg" ] > } > ] items\throwables\throwingkunai.thrownitem 18c18 < "speed" : 75, --- > "speed" : 80, 21d20 < projectiles\explosions\coconutexplosion\coconutbreak.config 11c11,18 < "options" : [ "/sfx/projectiles/fire_out_louder.ogg" ] --- > "options" : [ > "/sfx/projectiles/coconutbreak1.ogg", > "/sfx/projectiles/coconutbreak2.ogg", > "/sfx/projectiles/coconutbreak3.ogg", > "/sfx/projectiles/coconutbreak4.ogg", > "/sfx/projectiles/coconutbreak5.ogg", > "/sfx/projectiles/coconutbreak6.ogg" > ] projectiles\guns\unsorted\energyjavelin\energyjavelin.projectile 6a7 > "lightColor" : [235, 126, 2], 16a18 > "knockback" : 20, projectiles\guns\unsorted\javelin\javelin.projectile 17c17 < "knockback" : 10, --- > "knockback" : 20, projectiles\lavaballoon\lavaballoon.projectile 8c8,17 < "actionOnReap" : [ { "action" : "liquid", "liquid" : "lava", "quantity" : 3 } ], --- > "actionOnReap" : [ > { > "action" : "liquid", > "liquid" : "lava", "quantity" : 3 > }, > { > "action" : "sound", > "options" : [ "/sfx/projectiles/acid_hit.ogg" ] > } > ], projectiles\throwable\molotovflame\molotovflame.projectile 26c26,28 < "hydrophobic" : true --- > "hydrophobic" : true, > > "persistentAudio" : "/sfx/objects/torch.ogg" projectiles\throwable\noveltybanana\noveltybanana.projectile 4c4 < "bounces" : -1, --- > "bounces" : 7, 11a12 > "lightColor" : [60, 60, 60], 19a21,42 > }, > { > "action" : "sound", > "options" : [ > "/sfx/projectiles/toy_bounce1.ogg", > "/sfx/projectiles/toy_bounce2.ogg", > "/sfx/projectiles/toy_bounce3.ogg", > "/sfx/projectiles/toy_bounce4.ogg", > "/sfx/projectiles/toy_bounce5.ogg" > ] > } > ], > "actionOnCollide" : [ > { > "action" : "sound", > "options" : [ > "/sfx/projectiles/toy_bounce1.ogg", > "/sfx/projectiles/toy_bounce2.ogg", > "/sfx/projectiles/toy_bounce3.ogg", > "/sfx/projectiles/toy_bounce4.ogg", > "/sfx/projectiles/toy_bounce5.ogg" > ] projectiles\throwable\petball\petball.projectile 14a15,28 > }, > { > "action" : "sound", > "options" : [ > "/sfx/projectiles/petball_bounce.ogg" > ] > } > ], > "actionOnCollide" : [ > { > "action" : "sound", > "options" : [ > "/sfx/projectiles/petball_bounce.ogg" > ] projectiles\throwable\thorngrenade\thorngrenade.projectile 9a10,17 > "actionOnCollide" : [ > { > "action" : "sound", > "options" : [ > "/sfx/projectiles/snowball_hit_organic2.ogg" > ] > } > ], projectiles\throwable\throwingaxe\throwingaxe.projectile 17c17 < //"piercing" : true, --- > "persistentAudio" : "/sfx/projectiles/boomerang3.ogg", projectiles\throwable\throwingdagger\throwingdagger.projectile 15c15 < "power" : 200.0, --- > "power" : 60.0, projectiles\throwable\throwingknife\throwingknife.projectile 5c5 < "physics" : "bullet", --- > "physics" : "grenade", 15,17c15,19 < "power" : 200.0, < "damageKind" : "default", < "emitters" : [ "daggerblue" ] --- > "power" : 120.0, > "knockback" : 10, > "damageKind" : "dagger", > "emitters" : [ "daggerblue" ], > "damagePoly" : [ [-2, -3], [8, -3], [8, 2], [-2, 2] ] projectiles\throwable\throwingkunai\throwingkunai.projectile 15c15,16 < "power" : 100.0, --- > "power" : 180.0, > "knockback" : 10, 17c18,19 < "emitters" : [ "daggerblue" ] --- > "emitters" : [ "daggerblue" ], > "damagePoly" : [ [-2, -3], [8, -3], [8, 2], [-2, 2] ] stats\effects\monstercapture\monstercapture.animation 3c3 < "capture" : [ "/sfx/npc/monsters/pod_capture2.ogg" ] --- > "capture" : [ "/sfx/npc/monsters/pod_capture3.ogg" ] treasure\common.treasurepools 898c898 < {"weight" : 0.35, "item" : ["throwingknife", 25]}, --- > {"weight" : 0.35, "item" : ["throwingdagger", 25]}, 906c906 < {"weight" : 0.35, "item" : ["throwingdagger", 25]}, --- > {"weight" : 0.35, "item" : ["throwingknife", 25]},