FILES ----- client.config player.config [NEW] items\staves\racialstaves\floran\leaf\floranleafstaff1\floranleafstaff1.png [NEW] items\staves\racialstaves\floran\leaf\floranleafstaff1\floranleafstaff1.staff [NEW] items\staves\racialstaves\floran\leaf\floranleafstaff1\leafstaffglow.frames [NEW] items\staves\racialstaves\floran\leaf\floranleafstaff1\leafstaffglow.png monsters\ground\groundmonster.lua objects\farmables\flowerblue\flowerblue.object objects\farmables\flowerred\flowerred.object objects\farmables\floweryellow\floweryellow.object projectiles\staves\racialstaves\crystal\cardinalschalcedony\cardinalscalcedony.projectile [NEW] projectiles\staves\racialstaves\leaf\leafcloud.frames [NEW] projectiles\staves\racialstaves\leaf\leafcloud.png [NEW] projectiles\staves\racialstaves\leaf\leafcloud.projectile [NEW] projectiles\staves\racialstaves\leaf\leafcloudstarter.frames [NEW] projectiles\staves\racialstaves\leaf\leafcloudstarter.png [NEW] projectiles\staves\racialstaves\leaf\leafcloudstarter.projectile treasure\harvest.treasurepools DIFFS ----- client.config 89,124c89 < "storageTriggerInterval" : 60000, < < "normalModeDeathDrops" : [ < "refinedaegisalt", < "aegisaltore", < "ceruliumcompound", < "coalore", < "copperbar", < "copperore", < "corefragmentore", < "diamond", < "diamondore", < "durasteelbar", < "feroziumcompound", < "goldbar", < "goldore", < "imperviumcompound", < "ironbar", < "ironore", < "platinumbar", < "platinumore", < "plutoniumrod", < "plutoniumore", < "refinedrubium", < "rubiumore", < "silverbar", < "silverore", < "solariumstar", < "solariumore", < "titaniumbar", < "titaniumore", < "uraniumrod", < "uraniumore", < "refinedviolium", < "violiumore" < ] --- > "storageTriggerInterval" : 60000 player.config 537c537,572 < "shieldHitSoundLimit" : 2 --- > "shieldHitSoundLimit" : 2, > > "normalModeDeathDrops" : [ > "refinedaegisalt", > "aegisaltore", > "ceruliumcompound", > "coalore", > "copperbar", > "copperore", > "corefragmentore", > "diamond", > "diamondore", > "durasteelbar", > "feroziumcompound", > "goldbar", > "goldore", > "imperviumcompound", > "ironbar", > "ironore", > "platinumbar", > "platinumore", > "plutoniumrod", > "plutoniumore", > "refinedrubium", > "rubiumore", > "silverbar", > "silverore", > "solariumstar", > "solariumore", > "titaniumbar", > "titaniumore", > "uraniumrod", > "uraniumore", > "refinedviolium", > "violiumore" > ] monsters\ground\groundmonster.lua 117a118,119 > > self.debug = false 307c309 < if hasTarget() then --- > if hasTarget() and self.debug then objects\farmables\flowerblue\flowerblue.object 23,24d22 < "frames" : 1, < "animationCycle" : 0.5, 29d26 < 41c38 < "alts" : 4, --- > "alts" : 5, objects\farmables\flowerred\flowerred.object 23,24d22 < "frames" : 1, < "animationCycle" : 0.5, 29d26 < 41c38 < "alts" : 4, --- > "alts" : 5, objects\farmables\floweryellow\floweryellow.object 23,24d22 < "frames" : 1, < "animationCycle" : 0.5, 29d26 < 41c38 < "alts" : 4, --- > "alts" : 5, projectiles\staves\racialstaves\crystal\cardinalschalcedony\cardinalscalcedony.projectile 12a13,14 > "orientationLocked" : true, > "flippable" : true, treasure\harvest.treasurepools 531,532c531,532 < "pool" : [ < {"weight" : 1.0, "item" : "mushroom"} --- > "fill" : [ > {"item" : "mushroom"} 543,544c543,544 < "pool" : [ < {"weight" : 1.0, "item" : "petalred"} --- > "fill" : [ > {"item" : "petalred"} 556,557c556,557 < "pool" : [ < {"weight" : 1.0, "item" : "petalblue"} --- > "fill" : [ > {"item" : "petalblue"} 569,570c569,570 < "pool" : [ < {"weight" : 1.0, "item" : "petalyellow"} --- > "fill" : [ > {"item" : "petalyellow"}