FILES ----- behaviors\monsters\boss\apeboss\apeboss.behavior behaviors\monsters\boss\apeboss\sweepattack.behavior behaviors\npc\combat.behavior behaviors\npc\follower.behavior behaviors\npc\guard.behavior behaviors\npc\hostileguard.behavior damage\acid.damage damage\axe.damage damage\bite.damage damage\bow.damage damage\brain.damage damage\broadsword.damage damage\bubble.damage damage\bugnet.damage damage\capture.damage damage\dagger.damage damage\default.damage damage\electric.damage damage\electricaxe.damage damage\electricbarrier.damage damage\electricbow.damage damage\electricbroadsword.damage damage\electricdagger.damage damage\electrichammer.damage damage\electricshortsword.damage damage\electricspear.damage damage\fireaxe.damage damage\firebarrier.damage damage\firebow.damage damage\firebroadsword.damage damage\firedagger.damage damage\firehammer.damage damage\fireshortsword.damage damage\firespear.damage damage\hammer.damage damage\iceaxe.damage damage\icebarrier.damage damage\icebow.damage damage\icebroadsword.damage damage\icedagger.damage damage\icehammer.damage damage\iceshortsword.damage damage\icespear.damage damage\poisonaxe.damage damage\poisonbarrier.damage damage\poisonbow.damage damage\poisonbroadsword.damage damage\poisondagger.damage damage\poisonhammer.damage damage\poisonshortsword.damage damage\poisonspear.damage damage\shortsword.damage damage\spear.damage damage\standardbullet.damage items\active\weapons\staff\abilities\guidedbolt\guidedbolt.weaponability monsters\mission\kluexsentry\kluexsentry.animation monsters\walkers\snuffish\snuffish.monstertype npcs\bmain.lua objects\fossils\displaystands\fossildisplay.lua projectiles\activeitems\staff\boltguide\boltguide.projectile scripts\actions\entity.lua [NEW] sfx\gun\impact_stone1.ogg [NEW] sfx\gun\impact_stone2.ogg [NEW] sfx\gun\impact_stone3.ogg [NEW] sfx\gun\impact_stone4.ogg [NEW] sfx\gun\impact_stone5.ogg [NEW] sfx\gun\impact_stone6.ogg [NEW] sfx\gun\impact_stone7.ogg [NEW] sfx\gun\impact_stone8.ogg [NEW] sfx\gun\plasmabullet_hit_stone1.ogg [NEW] sfx\gun\plasmabullet_hit_stone2.ogg [NEW] sfx\gun\plasmabullet_hit_stone3.ogg [NEW] sfx\gun\plasmabullet_hit_stone4.ogg [NEW] sfx\gun\plasmabullet_hit_stone5.ogg [NEW] sfx\gun\plasmabullet_hit_stone6.ogg [NEW] sfx\gun\plasmabullet_hit_stone7.ogg [NEW] sfx\gun\plasmabullet_hit_stone8.ogg [NEW] sfx\gun\plasmabullet_kill_stone1.ogg [NEW] sfx\gun\plasmabullet_kill_stone2.ogg [NEW] sfx\gun\plasmabullet_kill_stone3.ogg [NEW] sfx\gun\plasmabullet_kill_stone4.ogg [NEW] sfx\gun\plasmabullet_kill_stone5.ogg [NEW] sfx\melee\blunt_hit_stone1.ogg [NEW] sfx\melee\blunt_hit_stone2.ogg [NEW] sfx\melee\blunt_hit_stone3.ogg [NEW] sfx\melee\blunt_hit_stone4.ogg [NEW] sfx\melee\blunt_kill_stone1.ogg [NEW] sfx\melee\blunt_kill_stone2.ogg [NEW] sfx\melee\blunt_kill_stone3.ogg [NEW] sfx\melee\blunt_kill_stone4.ogg [NEW] sfx\melee\blunt_kill_stone5.ogg [NEW] sfx\melee\dagger_hit_stone1.ogg [NEW] sfx\melee\dagger_hit_stone2.ogg [NEW] sfx\melee\dagger_hit_stone3.ogg [NEW] sfx\melee\dagger_hit_stone4.ogg sfx\melee\kill_stone1.ogg [NEW] sfx\melee\kill_stone2.ogg [NEW] sfx\melee\kill_stone3.ogg [NEW] sfx\melee\kill_stone4.ogg [NEW] sfx\melee\kill_stone5.ogg [NEW] sfx\melee\sword_hit_stone1.ogg [NEW] sfx\melee\sword_hit_stone2.ogg [NEW] sfx\melee\sword_hit_stone3.ogg [NEW] sfx\melee\sword_hit_stone4.ogg DIFFS ----- behaviors\monsters\boss\apeboss\apeboss.behavior 280,296c280 < "title": "setDamageBar", < "type": "action", < "name": "setDamageBar", < "parameters": { < "type": "Special" < } < }, < { < "title": "battleMusic", < "type": "action", < "name": "battleMusic", < "parameters": { < "enable": true < } < }, < { < "title": "cleanup", --- > "title": "sequence", 298,299c282,288 < "name": "cleanup", < "parameters": {}, --- > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 301a291,306 > "title": "setDamageBar", > "type": "action", > "name": "setDamageBar", > "parameters": { > "type": "Special" > } > }, > { > "title": "battleMusic", > "type": "action", > "name": "battleMusic", > "parameters": { > "enable": true > } > }, > { 941,958d945 < }, < { < "title": "setAnimationState", < "type": "action", < "name": "setAnimationState", < "parameters": { < "state": "idle", < "type": "body" < } < }, < { < "title": "setGlobalTag", < "type": "action", < "name": "setGlobalTag", < "parameters": { < "type": "stage", < "tag": "stage1" < } 970a958,975 > "title": "setAnimationState", > "type": "action", > "name": "setAnimationState", > "parameters": { > "state": "idle", > "type": "body" > } > }, > { > "title": "setGlobalTag", > "type": "action", > "name": "setGlobalTag", > "parameters": { > "type": "stage", > "tag": "stage1" > } > }, > { 975a981,989 > } > }, > { > "title": "setProjectorSpeeds", > "type": "action", > "name": "setProjectorSpeeds", > "parameters": { > "projectorList": "projectors", > "speed": 10 behaviors\monsters\boss\apeboss\sweepattack.behavior 3d2 < "description": "", 9d7 < "/scripts/actions/monster.lua", 11,12d8 < "/scripts/actions/entity.lua", < "/monsters/monster.lua", 181c177 < "title": "cleanup", --- > "title": "parallel", 183,184c179,183 < "name": "cleanup", < "parameters": {}, --- > "name": "parallel", > "parameters": { > "fail": -1, > "success": 1 > }, 187,193c186,215 < "title": "setAnimationState", < "type": "action", < "name": "setAnimationState", < "parameters": { < "state": "sweep", < "type": "attackSound" < } --- > "title": "cleanup", > "type": "composite", > "name": "cleanup", > "parameters": {}, > "children": [ > { > "title": "setAnimationState", > "type": "action", > "name": "setAnimationState", > "parameters": { > "state": "sweep", > "type": "attackSound" > } > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} > }, > { > "title": "setAnimationState", > "type": "action", > "name": "setAnimationState", > "parameters": { > "state": "off", > "type": "attackSound" > } > } > ] 382,399d403 < }, < { < "title": "setAnimationState", < "type": "action", < "name": "setAnimationState", < "parameters": { < "state": "off", < "type": "attackSound" < } < }, < { < "title": "setProjectorSpeeds", < "type": "action", < "name": "setProjectorSpeeds", < "parameters": { < "projectorList": "projectors", < "speed": "projectorSpeed" < } 401a406,414 > }, > { > "title": "setProjectorSpeeds", > "type": "action", > "name": "setProjectorSpeeds", > "parameters": { > "projectorList": "", > "speed": "projectorSpeed" > } behaviors\npc\combat.behavior 151c151 < "title": "setAggressive", --- > "title": "controlAggressive", 153,156c153,154 < "name": "setAggressive", < "parameters": { < "aggressive": true < } --- > "name": "controlAggressive", > "parameters": {} 344,363d341 < }, < { < "title": "entityConfigParameter", < "type": "action", < "name": "entityConfigParameter", < "parameters": { < "default": false, < "path": "aggressive" < }, < "output": { < "bool": "aggressive" < } < }, < { < "title": "setAggressive", < "type": "action", < "name": "setAggressive", < "parameters": { < "aggressive": "aggressive" < } behaviors\npc\follower.behavior 2a3 > "description": "", 4d4 < "/scripts/actions/world.lua", 7,8c7,8 < "/scripts/behavior.lua", < "/scripts/actions/entity.lua", --- > "/scripts/behavior.lua", > "/scripts/actions/dialog.lua", 10,12d9 < "/scripts/actions/query.lua", < "/scripts/actions/entity.lua", < "/scripts/actions/npc.lua", 174c171 < "title": "parallel", --- > "title": "selector", 176,180c173,174 < "name": "parallel", < "parameters": { < "fail": 1, < "success": -1 < }, --- > "name": "selector", > "parameters": {}, 183,215c177 < "title": "NPC Hostile Tracking", < "type": "module", < "name": "hostiletracking", < "parameters": { < "trackingRange": 100 < } < }, < { < "title": "cleanup", < "type": "composite", < "name": "cleanup", < "parameters": {}, < "children": [ < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} < }, < { < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.follower.returnFromCombat", < "entity": "player", < "tags": {} < } < } < ] < }, < { < "title": "sequence", --- > "title": "parallel", 217c179 < "name": "sequence", --- > "name": "parallel", 219,222c181,182 < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" --- > "fail": 1, > "success": -1 226,228c186,188 < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", --- > "title": "NPC Hostile Tracking", > "type": "module", > "name": "hostiletracking", 230,232c190 < "dialogType": "dialog.follower.attack", < "entity": "player", < "tags": {} --- > "trackingRange": 100 236,239c194,228 < "title": "NPC Combat", < "type": "module", < "name": "npccombat", < "parameters": {} --- > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "setFlag", > "type": "action", > "name": "setFlag", > "parameters": { > "name": "inCombat" > } > }, > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.follower.attack", > "entity": "player", > "tags": {} > } > }, > { > "title": "NPC Combat", > "type": "module", > "name": "npccombat", > "parameters": {} > } > ] 241a231,289 > }, > { > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "inverter", > "type": "decorator", > "name": "inverter", > "parameters": {}, > "child": { > "title": "hasFlag", > "type": "action", > "name": "hasFlag", > "parameters": { > "name": "inCombat" > } > } > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.follower.returnFromCombat", > "entity": "player", > "tags": {} > } > }, > { > "title": "unsetFlag", > "type": "action", > "name": "unsetFlag", > "parameters": { > "name": "inCombat" > } > } > ] > } > ] > } 265,277c313,323 < "title": "parallel", < "type": "composite", < "name": "parallel", < "parameters": { < "fail": -1, < "success": 1 < }, < "children": [ < { < "title": "wasInteracted", < "type": "action", < "name": "wasInteracted", < "parameters": {} --- > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "parallel", > "type": "composite", > "name": "parallel", > "parameters": { > "fail": -1, > "success": 1 279,289c325,334 < { < "title": "cleanup", < "type": "composite", < "name": "cleanup", < "parameters": {}, < "children": [ < { < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} --- > "children": [ > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" 291,296c336,355 < { < "title": "unsetFlag", < "type": "action", < "name": "unsetFlag", < "parameters": { < "name": "waiting" --- > "children": [ > { > "title": "wasInteracted", > "type": "action", > "name": "wasInteracted", > "parameters": {} > }, > { > "title": "unsetFlag", > "type": "action", > "name": "unsetFlag", > "parameters": { > "name": "waiting" > } > }, > { > "title": "halt", > "type": "action", > "name": "halt", > "parameters": {} 298,301c357,366 < } < ] < } < ] --- > ] > }, > { > "title": "runner", > "type": "action", > "name": "runner", > "parameters": {} > } > ] > } behaviors\npc\guard.behavior 4a5,6 > "/scripts/actions/npc.lua", > "/scripts/behavior.lua", 7,8c9 < "/scripts/actions/dialog.lua", < "/scripts/behavior.lua" --- > "/scripts/actions/dialog.lua" 36c37 < "title": "parallel", --- > "title": "selector", 38,42c39,40 < "name": "parallel", < "parameters": { < "fail": 1, < "success": -1 < }, --- > "name": "selector", > "parameters": {}, 45,47c43,45 < "title": "friendlyTargeting", < "type": "action", < "name": "friendlyTargeting", --- > "title": "parallel", > "type": "composite", > "name": "parallel", 49,53c47,48 < "hostileDamageTeam": "", < "losTime": 8, < "queryRange": 50, < "trackingRange": 50, < "attackOnSight": "attackOnSight" --- > "fail": 1, > "success": -1 55,63d49 < "output": { < "target": "target" < } < }, < { < "title": "cleanup", < "type": "composite", < "name": "cleanup", < "parameters": {}, 66c52 < "title": "runner", --- > "title": "friendlyTargeting", 68,69c54,64 < "name": "runner", < "parameters": {} --- > "name": "friendlyTargeting", > "parameters": { > "hostileDamageTeam": "", > "losTime": 8, > "queryRange": 50, > "trackingRange": 50, > "attackOnSight": "attackOnSight" > }, > "output": { > "target": "target" > } 72c67 < "title": "selector", --- > "title": "sequence", 74,75c69,75 < "name": "selector", < "parameters": {}, --- > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 78c78 < "title": "chance", --- > "title": "setFlag", 80c80 < "name": "chance", --- > "name": "setFlag", 82c82 < "chance": 0.75 --- > "name": "inCombat" 86,111c86,178 < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "entityExists", < "type": "action", < "name": "entityExists", < "parameters": { < "entity": "target" < } < }, < { < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.lostTarget", < "entity": "target", < "tags": {} --- > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "chance", > "type": "action", > "name": "chance", > "parameters": { > "chance": 0.75 > } > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "entityInTypes", > "type": "action", > "name": "entityInTypes", > "parameters": { > "entity": "target", > "types": [ > "player" > ] > } > }, > { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "listContains", > "type": "action", > "name": "listContains", > "parameters": { > "list": "seenplayers", > "entity": "target" > } > }, > { > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "listPush", > "type": "action", > "name": "listPush", > "parameters": { > "list": "seenplayers", > "entity": "target" > } > } > } > ] > }, > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.reattack", > "entity": "target", > "tags": {} > } > } > ] > }, > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.attack", > "entity": "target", > "tags": {} > } 113,114c180,181 < } < ] --- > ] > } 117,124c184,187 < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.killedTarget", < "entity": "target", < "tags": {} < } --- > "title": "NPC Combat", > "type": "module", > "name": "npccombat", > "parameters": {} 131,149c194,207 < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "selector", < "type": "composite", < "name": "selector", --- > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "inverter", > "type": "decorator", > "name": "inverter", 150a209,227 > "child": { > "title": "hasFlag", > "type": "action", > "name": "hasFlag", > "parameters": { > "name": "inCombat" > } > } > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 153c230 < "title": "chance", --- > "title": "unsetFlag", 155c232 < "name": "chance", --- > "name": "unsetFlag", 157c234 < "chance": 0.75 --- > "name": "inCombat" 161c238 < "title": "sequence", --- > "title": "selector", 163,169c240,241 < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, --- > "name": "selector", > "parameters": {}, 172c244 < "title": "entityInTypes", --- > "title": "chance", 174c246 < "name": "entityInTypes", --- > "name": "chance", 176,179c248 < "entity": "target", < "types": [ < "player" < ] --- > "chance": 0.75 183c252 < "title": "selector", --- > "title": "sequence", 185,186c254,260 < "name": "selector", < "parameters": {}, --- > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 189c263 < "title": "listContains", --- > "title": "entityExists", 191c265 < "name": "listContains", --- > "name": "entityExists", 193d266 < "list": "seenplayers", 198,209c271,277 < "title": "failer", < "type": "decorator", < "name": "failer", < "parameters": {}, < "child": { < "title": "listPush", < "type": "action", < "name": "listPush", < "parameters": { < "list": "seenplayers", < "entity": "target" < } --- > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.lostTarget", > "entity": "target", > "tags": {} 219c287 < "dialogType": "dialog.reattack", --- > "dialogType": "dialog.killedTarget", 225,234d292 < }, < { < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.attack", < "entity": "target", < "tags": {} < } 238,245c296,297 < }, < { < "title": "NPC Combat", < "type": "module", < "name": "npccombat", < "parameters": {} < } < ] --- > ] > } behaviors\npc\hostileguard.behavior 4a5 > "/scripts/behavior.lua", 7,10c8 < "/scripts/actions/query.lua", < "/scripts/actions/entity.lua", < "/scripts/actions/dialog.lua", < "/scripts/behavior.lua" --- > "/scripts/actions/dialog.lua" 29c27 < "title": "parallel", --- > "title": "selector", 31,35c29,30 < "name": "parallel", < "parameters": { < "fail": 1, < "success": -1 < }, --- > "name": "selector", > "parameters": {}, 38,46c33 < "title": "NPC Hostile Tracking", < "type": "module", < "name": "hostiletracking", < "parameters": { < "trackingRange": 100 < } < }, < { < "title": "cleanup", --- > "title": "parallel", 48,49c35,39 < "name": "cleanup", < "parameters": {}, --- > "name": "parallel", > "parameters": { > "fail": 1, > "success": -1 > }, 52,55c42,47 < "title": "runner", < "type": "action", < "name": "runner", < "parameters": {} --- > "title": "NPC Hostile Tracking", > "type": "module", > "name": "hostiletracking", > "parameters": { > "trackingRange": 100 > } 58c50 < "title": "selector", --- > "title": "sequence", 60,61c52,58 < "name": "selector", < "parameters": {}, --- > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 64c61 < "title": "chance", --- > "title": "setFlag", 66c63 < "name": "chance", --- > "name": "setFlag", 68c65 < "chance": 0.75 --- > "name": "inCombat" 72,97c69,161 < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "entityExists", < "type": "action", < "name": "entityExists", < "parameters": { < "entity": "target" < } < }, < { < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.lostTarget", < "entity": "target", < "tags": {} --- > "title": "succeeder", > "type": "decorator", > "name": "succeeder", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "chance", > "type": "action", > "name": "chance", > "parameters": { > "chance": 0.75 > } > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, > "children": [ > { > "title": "entityInTypes", > "type": "action", > "name": "entityInTypes", > "parameters": { > "entity": "target", > "types": [ > "player" > ] > } > }, > { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "listContains", > "type": "action", > "name": "listContains", > "parameters": { > "list": "seenplayers", > "entity": "target" > } > }, > { > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "listPush", > "type": "action", > "name": "listPush", > "parameters": { > "list": "seenplayers", > "entity": "target" > } > } > } > ] > }, > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.reattack", > "entity": "target", > "tags": {} > } > } > ] > }, > { > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.attack", > "entity": "target", > "tags": {} > } 99,100c163,164 < } < ] --- > ] > } 103,105c167,169 < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", --- > "title": "NPC Combat", > "type": "module", > "name": "npccombat", 107,109c171 < "dialogType": "dialog.killedTarget", < "entity": "target", < "tags": {} --- > "combatParameters": "" 117,135c179,192 < "title": "sequence", < "type": "composite", < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, < "children": [ < { < "title": "succeeder", < "type": "decorator", < "name": "succeeder", < "parameters": {}, < "child": { < "title": "selector", < "type": "composite", < "name": "selector", --- > "title": "failer", > "type": "decorator", > "name": "failer", > "parameters": {}, > "child": { > "title": "selector", > "type": "composite", > "name": "selector", > "parameters": {}, > "children": [ > { > "title": "inverter", > "type": "decorator", > "name": "inverter", 136a194,212 > "child": { > "title": "hasFlag", > "type": "action", > "name": "hasFlag", > "parameters": { > "name": "inCombat" > } > } > }, > { > "title": "sequence", > "type": "composite", > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 139c215 < "title": "chance", --- > "title": "unsetFlag", 141c217 < "name": "chance", --- > "name": "unsetFlag", 143c219 < "chance": 0.75 --- > "name": "inCombat" 147c223 < "title": "sequence", --- > "title": "selector", 149,155c225,226 < "name": "sequence", < "parameters": { < "type": "sliding", < "state": "off", < "fromEntity": "attackTarget", < "toEntity": "fleeTarget" < }, --- > "name": "selector", > "parameters": {}, 158c229 < "title": "entityInTypes", --- > "title": "chance", 160c231 < "name": "entityInTypes", --- > "name": "chance", 162,165c233 < "entity": "target", < "types": [ < "player" < ] --- > "chance": 0.75 169c237 < "title": "selector", --- > "title": "sequence", 171,172c239,245 < "name": "selector", < "parameters": {}, --- > "name": "sequence", > "parameters": { > "type": "sliding", > "state": "off", > "fromEntity": "attackTarget", > "toEntity": "fleeTarget" > }, 175c248 < "title": "listContains", --- > "title": "entityExists", 177c250 < "name": "listContains", --- > "name": "entityExists", 179d251 < "list": "seenplayers", 184,195c256,262 < "title": "failer", < "type": "decorator", < "name": "failer", < "parameters": {}, < "child": { < "title": "listPush", < "type": "action", < "name": "listPush", < "parameters": { < "list": "seenplayers", < "entity": "target" < } --- > "title": "sayToEntity", > "type": "action", > "name": "sayToEntity", > "parameters": { > "dialogType": "dialog.lostTarget", > "entity": "target", > "tags": {} 205c272 < "dialogType": "dialog.reattack", --- > "dialogType": "dialog.killedTarget", 211,220d277 < }, < { < "title": "sayToEntity", < "type": "action", < "name": "sayToEntity", < "parameters": { < "dialogType": "dialog.attack", < "entity": "target", < "tags": {} < } 224,233c281,282 < }, < { < "title": "NPC Combat", < "type": "module", < "name": "npccombat", < "parameters": { < "combatParameters": "" < } < } < ] --- > ] > } damage\acid.damage 140a141,185 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/projectiles/acid_hit.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > } damage\axe.damage 1028a1029,1551 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\bite.damage 38a39,50 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/bite.ogg" ], > "particles" : [ > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > ] > } damage\bow.damage 1026a1027,1549 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\brain.damage 1311a1312,1840 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/brainextractor_hit.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/1hswordhitspark/1hswordhitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1, > "size" : 0.5 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/1hswordhitspark/1hswordhitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\broadsword.damage 1024a1025,1546 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\bubble.damage 38a39,50 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/projectiles/bubble_impact.ogg" ], > "particles" : [ > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > ] > } damage\bugnet.damage 74c74 < "sounds" : [ "/sfx/gun/impact_flesh.ogg" ], --- > "sounds" : [ "/sfx/melee/kill_robotic1.ogg", "/sfx/melee/kill_robotic2.ogg" ], 120a121,166 > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > } > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/impact_stone1.ogg", "/sfx/gun/impact_stone2.ogg", "/sfx/gun/impact_stone3.ogg", "/sfx/gun/impact_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], damage\capture.damage 140a141,186 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/impact_stone1.ogg", "/sfx/gun/impact_stone2.ogg", "/sfx/gun/impact_stone3.ogg", "/sfx/gun/impact_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > } damage\dagger.damage 1027a1028,1550 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/dagger_hit_stone1.ogg", "/sfx/melee/dagger_hit_stone2.ogg", "/sfx/melee/dagger_hit_stone3.ogg", "/sfx/melee/dagger_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\default.damage 347a348,461 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/impact_stone1.ogg", "/sfx/gun/impact_stone2.ogg", "/sfx/gun/impact_stone3.ogg", "/sfx/gun/impact_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [12, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > }, > > { > "type" : "ember", > "size" : 1.3, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [12, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > }, > > { > "type" : "ember", > "size" : 1.3, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > } > ] > ] > } damage\electric.damage 75c75 < "sounds" : [ "/sfx/melee/tesla_shock_kill.ogg" ], --- > "sounds" : [ "/sfx/melee/kill_robotic1.ogg", "/sfx/melee/kill_robotic2.ogg" ], 119a120,163 > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > } > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/tesla_shock1.ogg", "/sfx/melee/tesla_shock2.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], damage\electricaxe.damage 1032a1033,1555 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electricbarrier.damage 138a139,182 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/projectiles/electric_barrier_shock1.ogg", "/sfx/projectiles/electric_barrier_shock2.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > ] > } damage\electricbow.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electricbroadsword.damage 1032a1033,1554 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electricdagger.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/dagger_hit_stone1.ogg", "/sfx/melee/dagger_hit_stone2.ogg", "/sfx/melee/dagger_hit_stone3.ogg", "/sfx/melee/dagger_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electrichammer.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/blunt_kill_stone1.ogg", "/sfx/melee/blunt_kill_stone2.ogg", "/sfx/melee/blunt_kill_stone3.ogg", "/sfx/melee/blunt_kill_stone4.ogg", "/sfx/melee/blunt_kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electricshortsword.damage 1032a1033,1557 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\electricspear.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\fireaxe.damage 1032a1033,1555 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\firebarrier.damage 126a127,166 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/projectiles/flame_burn.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > } damage\firebow.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\firebroadsword.damage 1032a1033,1554 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\firedagger.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/dagger_hit_stone1.ogg", "/sfx/melee/dagger_hit_stone2.ogg", "/sfx/melee/dagger_hit_stone3.ogg", "/sfx/melee/dagger_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\firehammer.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/blunt_kill_stone1.ogg", "/sfx/melee/blunt_kill_stone2.ogg", "/sfx/melee/blunt_kill_stone3.ogg", "/sfx/melee/blunt_kill_stone4.ogg", "/sfx/melee/blunt_kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\fireshortsword.damage 1032a1033,1557 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\firespear.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\hammer.damage 1026a1027,1549 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/blunt_kill_stone1.ogg", "/sfx/melee/blunt_kill_stone2.ogg", "/sfx/melee/blunt_kill_stone3.ogg", "/sfx/melee/blunt_kill_stone4.ogg", "/sfx/melee/blunt_kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\iceaxe.damage 1032a1033,1555 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\icebarrier.damage 126a127,166 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/projectiles/ice_barrier_hit.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > } damage\icebow.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\icebroadsword.damage 1032a1033,1554 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\icedagger.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/dagger_hit_stone1.ogg", "/sfx/melee/dagger_hit_stone2.ogg", "/sfx/melee/dagger_hit_stone3.ogg", "/sfx/melee/dagger_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\icehammer.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/blunt_kill_stone1.ogg", "/sfx/melee/blunt_kill_stone2.ogg", "/sfx/melee/blunt_kill_stone3.ogg", "/sfx/melee/blunt_kill_stone4.ogg", "/sfx/melee/blunt_kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\iceshortsword.damage 1032a1033,1557 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\icespear.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonaxe.damage 1032a1033,1555 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonbarrier.damage 126a127,166 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/impact_plasma.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > } > ] > } damage\poisonbow.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonbroadsword.damage 1032a1033,1554 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisondagger.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/dagger_hit_stone1.ogg", "/sfx/melee/dagger_hit_stone2.ogg", "/sfx/melee/dagger_hit_stone3.ogg", "/sfx/melee/dagger_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonhammer.damage 1030a1031,1553 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/blunt_hit_stone1.ogg", "/sfx/melee/blunt_hit_stone2.ogg", "/sfx/melee/blunt_hit_stone3.ogg", "/sfx/melee/blunt_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/blunt_kill_stone1.ogg", "/sfx/melee/blunt_kill_stone2.ogg", "/sfx/melee/blunt_kill_stone3.ogg", "/sfx/melee/blunt_kill_stone4.ogg", "/sfx/melee/blunt_kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonshortsword.damage 1032a1033,1557 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\poisonspear.damage 1031a1032,1554 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\shortsword.damage 1028a1029,1553 > }, > > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [20, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [-7, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 7.0], > "finalVelocity" : [13, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [17, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [16, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\spear.damage 1027a1028,1550 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/melee/sword_hit_stone1.ogg", "/sfx/melee/sword_hit_stone2.ogg", "/sfx/melee/sword_hit_stone3.ogg", "/sfx/melee/sword_hit_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/largehitspark/largehitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [7, 6.0], > "finalVelocity" : [7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [6, 8.0], > "finalVelocity" : [6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [3, 7.0], > "finalVelocity" : [3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-7, 6.0], > "finalVelocity" : [-7, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.45, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-6, 8.0], > "finalVelocity" : [-6, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [-3, 7.0], > "finalVelocity" : [-3, -9.0], > "approach" : [1, 14], > "timeToLive" : 0.65, > "layer" : "front", > "variance" : { > "initialVelocity" : [3, 3], > "timeToLive" : 1 > } > } > ] > ] > } damage\standardbullet.damage 347a348,462 > }, > "stone" : { > "hit" : { > "sounds" : [ "/sfx/gun/impact_stone1.ogg", "/sfx/gun/impact_stone2.ogg", "/sfx/gun/impact_stone3.ogg", "/sfx/gun/impact_stone4.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [12, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > }, > > { > "type" : "ember", > "size" : 1.3, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > } > ] > ] > }, > "kill" : { > "sounds" : [ "/sfx/melee/kill_stone1.ogg", "/sfx/melee/kill_stone2.ogg", "/sfx/melee/kill_stone3.ogg", "/sfx/melee/kill_stone4.ogg", "/sfx/melee/kill_stone5.ogg" ], > "particles" : [ > [ > > { > "type" : "animated", > "animation" : "/animations/defaulthitspark/defaulthitspark.animation", > "size" : 1, > "angularVelocity" : 0, > "fade" : 1, > "destructionTime" : 1, > "position" : [0, 0], > "initialVelocity" : [0, 0], > "finalVelocity" : [0, 0], > "approach" : [1, 0], > "timeToLive" : 0.3, > "layer" : "middle" > }, > > > { > "type" : "ember", > "size" : 1.0, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [12, 6.0], > "finalVelocity" : [17, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.8, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > }, > > { > "type" : "ember", > "size" : 1.3, > "color" : [255, 200, 0, 255], > "fade" : 0.9, > "initialVelocity" : [13, 8.0], > "finalVelocity" : [16, -19.0], > "approach" : [20, 30], > "timeToLive" : 0.9, > "layer" : "front", > "variance" : { > "initialVelocity" : [13, 3], > "timeToLive" : 1, > "size" : 1.3 > } > } > ] > ] > } items\active\weapons\staff\abilities\guidedbolt\guidedbolt.weaponability 49c49 < "damageSourceKind" : "electricplasma", --- > "damageSourceKind" : "electric", monsters\mission\kluexsentry\kluexsentry.animation 154,162c154,158 < { "particle" : "monstersplosion" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, < { "particle" : "deathember" }, --- > { "particle" : "electricswoosh1" }, > { "particle" : "electricswoosh2" }, > { "particle" : "electricswoosh1" }, > { "particle" : "electricswoosh2" }, > monsters\walkers\snuffish\snuffish.monstertype 181c181,182 < "nametagColor" : [64, 200, 255] --- > "nametagColor" : [64, 200, 255], > "captureCollectables" : { "monsters" : "snuffish" } npcs\bmain.lua 149a150 > self.controlAggressive = false 168a170,174 > end > if self.controlAggressive then > npc.setAggressive(true) > else > npc.setAggressive(config.getParameter("aggressive", false)) objects\fossils\displaystands\fossildisplay.lua 222d221 < sb.logInfo("Set collectables: %s", firstFossilConfig) projectiles\activeitems\staff\boltguide\boltguide.projectile 15c15 < "damageKind" : "default", --- > "damageKind" : "electric", scripts\actions\entity.lua 46a47,54 > -- param aggressive > function controlAggressive(args, output) > args = parseArgs(args, {}) > > self.controlAggressive = true > return true > end >