diff --git a/Data/ModelList_Gags.ts b/Data/ModelList_Gags.ts index 9bebabad7..53425f677 100644 --- a/Data/ModelList_Gags.ts +++ b/Data/ModelList_Gags.ts @@ -102,6 +102,15 @@ AddModel({ Invariant: true, MorphPoses: {MouthNeutral: "_TeethDeep", MouthSurprised: "_Teeth", MouthPout: "_TeethDeep", MouthDistracted: "_Teeth"}, }, + { Name: "BallTeeth", Layer: "Gag", Pri: 1.1, + Sprite: "Ball", + OffsetX: 942, + OffsetY: 200, + Invariant: true, + TieToLayer: "Ball", + Poses: {MouthNeutral: true, MouthSurprised: true, MouthPout: true, MouthDistracted: true}, + MorphPoses: {MouthNeutral: "_TeethDeep", MouthSurprised: "_Teeth", MouthPout: "_TeethDeep", MouthDistracted: "_Teeth"}, + }, { Name: "Strap", Layer: "GagStraps", Pri: 15, Sprite: "BallStrap", OffsetX: 942, @@ -1008,6 +1017,41 @@ AddModel({ AddModel(GetModelFashionVersion("GagMetalRiveted", true)); +AddModel({ + Name: "GagMetalRivetedStrap", + Folder: "GagMetal", + Parent: "GagMetal", + TopLevel: false, + Group: "Mouth", + Restraint: true, + Categories: ["Restraints","Gags","Metal"], + AddPose: ["FaceCoverGag"], + Layers: ToLayerMap([ + ...GetModelLayers("GagMetalRiveted"), + { Name: "OTNStrap", Layer: "GagFlat", Pri: 30.1, + OffsetX: 942, + OffsetY: 200, + Invariant: true, + HideWhenOverridden: true, + InheritColor: "Strap", + TieToLayer: "OTN", + NoOverride: true, + }, + { Name: "OTNStrapRivets", Layer: "GagFlat", Pri: 30.2, + OffsetX: 942, + OffsetY: 200, + Invariant: true, + HideWhenOverridden: true, + InheritColor: "StrapRivets", + TieToLayer: "OTN", + NoOverride: true, + }, + ]) +}); + +AddModel(GetModelFashionVersion("GagMetalRivetedStrap", true)); + + AddModel({ Name: "SmoothBallGag", Folder: "GagMetal", @@ -1024,6 +1068,15 @@ AddModel({ Invariant: true, MorphPoses: {MouthNeutral: "_TeethDeep", MouthSurprised: "_Teeth", MouthPout: "_TeethDeep", MouthDistracted: "_Teeth"}, }, + { Name: "BallTeeth", Layer: "Gag", Pri: 1.1, + Sprite: "Ball", + OffsetX: 942, + OffsetY: 200, + Invariant: true, + TieToLayer: "Ball", + Poses: {MouthNeutral: true, MouthSurprised: true, MouthPout: true, MouthDistracted: true}, + MorphPoses: {MouthNeutral: "_TeethDeep", MouthSurprised: "_Teeth", MouthPout: "_TeethDeep", MouthDistracted: "_Teeth"}, + }, { Name: "Strap", Layer: "GagStraps", Pri: 15, Sprite: "BallStrap", OffsetX: 942, diff --git a/Data/Models.ts b/Data/Models.ts index a73b9f031..582624a1f 100644 --- a/Data/Models.ts +++ b/Data/Models.ts @@ -6,6 +6,7 @@ let RenderCharacterLock = new Map(); let KDFilterCacheToDestroy: PIXIFilter[] = []; let KDRenderTexToDestroy: PIXITexture[] = []; +let KDMeshToDestroy: PIXIMesh[] = []; let KDSpritesToCull: PIXISprite[] = []; let KDCulling = true; @@ -400,7 +401,8 @@ function DrawCharacter(C: Character, X: number, Y: number, Zoom: number, IsHeigh // Refresh the container! DrawCanvas.removeChild(MC.Containers.get(containerID).Mesh); MC.Containers.get(containerID).Container.destroy(); - MC.Containers.get(containerID).Mesh.destroy(); + //MC.Containers.get(containerID).Mesh.destroy(); + KDMeshToDestroy.push(MC.Containers.get(containerID).Mesh); KDRenderTexToDestroy.push(MC.Containers.get(containerID).RenderTexture); MC.Containers.delete(containerID); MC.ContainersDrawn.delete(containerID); diff --git a/Game/Audio/Chain1.ogg b/Game/Audio/Chain1.ogg new file mode 100644 index 000000000..0fac51e42 Binary files /dev/null and b/Game/Audio/Chain1.ogg differ diff --git a/Game/Audio/Chain2.ogg b/Game/Audio/Chain2.ogg new file mode 100644 index 000000000..cb2f99a28 Binary files /dev/null and b/Game/Audio/Chain2.ogg differ diff --git a/Game/Audio/Chain3.ogg b/Game/Audio/Chain3.ogg new file mode 100644 index 000000000..43a346178 Binary files /dev/null and b/Game/Audio/Chain3.ogg differ diff --git a/Game/Audio/Chain4.ogg b/Game/Audio/Chain4.ogg new file mode 100644 index 000000000..19d8c8cb0 Binary files /dev/null and b/Game/Audio/Chain4.ogg differ diff --git a/Game/Audio/Leather1.ogg b/Game/Audio/Leather1.ogg new file mode 100644 index 000000000..967399e3f Binary files /dev/null and b/Game/Audio/Leather1.ogg differ diff --git a/Game/Audio/Leather2.ogg b/Game/Audio/Leather2.ogg new file mode 100644 index 000000000..aee8c8c2f Binary files /dev/null and b/Game/Audio/Leather2.ogg differ diff --git a/Game/Audio/Leather3.ogg b/Game/Audio/Leather3.ogg new file mode 100644 index 000000000..84bb3166b Binary files /dev/null and b/Game/Audio/Leather3.ogg differ diff --git a/Game/Audio/Leather4.ogg b/Game/Audio/Leather4.ogg new file mode 100644 index 000000000..700327b0b Binary files /dev/null and b/Game/Audio/Leather4.ogg differ diff --git a/Game/Audio/Rope1.ogg b/Game/Audio/Rope1.ogg new file mode 100644 index 000000000..174ad3480 Binary files /dev/null and b/Game/Audio/Rope1.ogg differ diff --git a/Game/Audio/Rope2.ogg b/Game/Audio/Rope2.ogg new file mode 100644 index 000000000..cc2dc16d7 Binary files /dev/null and b/Game/Audio/Rope2.ogg differ diff --git a/Game/Audio/Rope3.ogg b/Game/Audio/Rope3.ogg new file mode 100644 index 000000000..0beb9c7b9 Binary files /dev/null and b/Game/Audio/Rope3.ogg differ diff --git a/Game/Audio/Rope4.ogg b/Game/Audio/Rope4.ogg new file mode 100644 index 000000000..51984744a Binary files /dev/null and b/Game/Audio/Rope4.ogg differ diff --git a/Game/Audio/Rubber1.ogg b/Game/Audio/Rubber1.ogg new file mode 100644 index 000000000..9f3acdfa5 Binary files /dev/null and b/Game/Audio/Rubber1.ogg differ diff --git a/Game/Audio/Rubber2.ogg b/Game/Audio/Rubber2.ogg new file mode 100644 index 000000000..0ab52140c Binary files /dev/null and b/Game/Audio/Rubber2.ogg differ diff --git a/Game/Audio/Rubber3.ogg b/Game/Audio/Rubber3.ogg new file mode 100644 index 000000000..f9e2ac597 Binary files /dev/null and b/Game/Audio/Rubber3.ogg differ diff --git a/Game/Audio/Rubber4.ogg b/Game/Audio/Rubber4.ogg new file mode 100644 index 000000000..d062a82f6 Binary files /dev/null and b/Game/Audio/Rubber4.ogg differ diff --git a/Game/Audio/ZipUp.ogg b/Game/Audio/ZipUp.ogg new file mode 100644 index 000000000..9874a1883 Binary files /dev/null and b/Game/Audio/ZipUp.ogg differ diff --git a/Game/Bullets/ColdFeet.png b/Game/Bullets/ColdFeet.png new file mode 100644 index 000000000..6a17a9208 Binary files /dev/null and b/Game/Bullets/ColdFeet.png differ diff --git a/Game/Bullets/ColdFeetHit.png b/Game/Bullets/ColdFeetHit.png new file mode 100644 index 000000000..c69d37743 Binary files /dev/null and b/Game/Bullets/ColdFeetHit.png differ diff --git a/Game/Bullets/ZoneOfFrost.png b/Game/Bullets/ZoneOfFrost.png new file mode 100644 index 000000000..403460572 Binary files /dev/null and b/Game/Bullets/ZoneOfFrost.png differ diff --git a/Game/Bullets/ZoneOfFrostHit.png b/Game/Bullets/ZoneOfFrostHit.png new file mode 100644 index 000000000..5fcdc3d9a Binary files /dev/null and b/Game/Bullets/ZoneOfFrostHit.png differ diff --git a/Game/Changelog.txt b/Game/Changelog.txt index 4a08531c6..77b24cdd5 100644 --- a/Game/Changelog.txt +++ b/Game/Changelog.txt @@ -31,6 +31,16 @@ TODO: TODO remove hogtie when released TODO Add Cuddle play type +5.3.50 +- More sound effects +- Giving Good Girl Gifts to NPCs will now temporarily increase their submissiveness +- Field of Frost has been split into progressively bigger upcasts. + +5.3.49 +- Cursed item offer from enemies now includes a real curse +- Added more enemy journal entries +- Fixed the names of many spells not being defined + 5.3.48 - MODDERS: Added "OverCorset", "UpperArmStrapsBack", TightSleeveLeft/Right, and "Apron" layer - Added heavy maid knight uniform diff --git a/Game/Spells/ColdFeet.png b/Game/Spells/ColdFeet.png new file mode 100644 index 000000000..c69d37743 Binary files /dev/null and b/Game/Spells/ColdFeet.png differ diff --git a/Game/Spells/Sleet.png b/Game/Spells/Sleet.png index 22e61f146..d0245c932 100644 Binary files a/Game/Spells/Sleet.png and b/Game/Spells/Sleet.png differ diff --git a/Game/Spells/ZoneOfFrost.png b/Game/Spells/ZoneOfFrost.png new file mode 100644 index 000000000..e3b9a9057 Binary files /dev/null and b/Game/Spells/ZoneOfFrost.png differ diff --git a/Game/src/base/KinkyDungeonDraw.ts b/Game/src/base/KinkyDungeonDraw.ts index 95ab01fe2..939c664d2 100644 --- a/Game/src/base/KinkyDungeonDraw.ts +++ b/Game/src/base/KinkyDungeonDraw.ts @@ -4734,6 +4734,13 @@ function KDDoGraphicsSanitize(): void { t.destroy(true); } KDRenderTexToDestroy = []; + for (let t of KDMeshToDestroy) { + t.destroy({ + children: true, + baseTexture: true, + }); + } + KDMeshToDestroy = []; for (let f of KDFilterCacheToDestroy) { f.destroy(); } diff --git a/Game/src/collection/KDRecyclerList.ts b/Game/src/collection/KDRecyclerList.ts index 6b1528f2c..c2f999ea7 100644 --- a/Game/src/collection/KDRecyclerList.ts +++ b/Game/src/collection/KDRecyclerList.ts @@ -185,23 +185,23 @@ let KDRecyclerCategories: Record = { items: [ - KDAutoGenRestraintBlueprint("TrapCuffs", "Leather", "", 1.2), - KDAutoGenRestraintBlueprint("ThumbCuffsNew", "Leather", "", 0.8), - KDAutoGenRestraintBlueprint("HighsecShackles", "Leather", "", 1.5), - KDAutoGenRestraintBlueprint("Irish8Cuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("TrapLegirons", "Leather", ""), - KDAutoGenRestraintBlueprint("LegShackles", "Leather", ""), - KDAutoGenRestraintBlueprint("FeetShackles", "Leather", ""), - KDAutoGenRestraintBlueprint("AnkleIrish8Cuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("ExpBoots", "Leather", ""), - KDAutoGenRestraintBlueprint("SteelArmCuffs", "Leather", ""), + KDAutoGenRestraintBlueprint("TrapCuffs", "Metal", "", 1.2), + KDAutoGenRestraintBlueprint("ThumbCuffsNew", "Metal", "", 0.8), + KDAutoGenRestraintBlueprint("HighsecShackles", "Metal", "", 1.5), + KDAutoGenRestraintBlueprint("Irish8Cuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("TrapLegirons", "Metal", ""), + KDAutoGenRestraintBlueprint("LegShackles", "Metal", ""), + KDAutoGenRestraintBlueprint("FeetShackles", "Metal", ""), + KDAutoGenRestraintBlueprint("AnkleIrish8Cuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("ExpBoots", "Metal", ""), + KDAutoGenRestraintBlueprint("SteelArmCuffs", "Metal", ""), - KDAutoGenRestraintBlueprint("MithrilCollar", "Leather", "", 1, { + KDAutoGenRestraintBlueprint("MithrilCollar", "Metal", "", 1, { Metal: 10, }), - KDAutoGenRestraintBlueprint("MithrilArmCuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("MithrilLegCuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("MithrilAnkleCuffs", "Leather", ""), + KDAutoGenRestraintBlueprint("MithrilArmCuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("MithrilLegCuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("MithrilAnkleCuffs", "Metal", ""), ] }, @@ -210,23 +210,24 @@ let KDRecyclerCategories: Record = { prereq: () => {return true;}, items: [ - KDAutoGenRestraintBlueprint("BlacksteelArmCuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("BlacksteelLegCuffs", "Leather", ""), - KDAutoGenRestraintBlueprint("BlacksteelAnkleCuffs", "Leather", ""), + KDAutoGenRestraintBlueprint("BlacksteelArmCuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("BlacksteelLegCuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("BlacksteelAnkleCuffs", "Metal", ""), + KDAutoGenRestraintBlueprint("BlacksteelMuzzleGag", "Metal", ""), - KDAutoGenRestraintBlueprint("ObsidianCollar", "Leather", "", 1, undefined, + KDAutoGenRestraintBlueprint("ObsidianCollar", "Metal", "", 1, undefined, {Rune: 1}, 10 ), - KDAutoGenRestraintBlueprint("ObsidianArmCuffs", "Leather", "", 1, undefined, + KDAutoGenRestraintBlueprint("ObsidianArmCuffs", "Metal", "", 1, undefined, {Rune: 1}, 10), - KDAutoGenRestraintBlueprint("ObsidianLegCuffs", "Leather", "", 1, undefined, + KDAutoGenRestraintBlueprint("ObsidianLegCuffs", "Metal", "", 1, undefined, {Rune: 1}, 10), - KDAutoGenRestraintBlueprint("ObsidianAnkleCuffs", "Leather", "", 1, undefined, + KDAutoGenRestraintBlueprint("ObsidianAnkleCuffs", "Metal", "", 1, undefined, {Rune: 1}, 10), - KDAutoGenRestraintBlueprint("SteelMuzzleGag", "Leather", ""), + KDAutoGenRestraintBlueprint("SteelMuzzleGag", "Metal", ""), ] }, Chastity: { diff --git a/Game/src/dialogue/KinkyDungeonDialogue.ts b/Game/src/dialogue/KinkyDungeonDialogue.ts index 46c4ce15a..6bf3ff46e 100644 --- a/Game/src/dialogue/KinkyDungeonDialogue.ts +++ b/Game/src/dialogue/KinkyDungeonDialogue.ts @@ -2009,8 +2009,19 @@ function KDYesNoBasic ( Ally: boolean = false, Flags: { name: string, duration: number, floors?: number }[] = [], CurseList: string = "", // Overrides Lock + HexList: string = "", + EnchantList: string = "", + hexlevelmin: number = 0, + hexlevelmax: number = 10, + enchantlevelmin: number = 0, + enchantlevelmax: number = 10, + + + ): KinkyDialogue { + + return KDYesNoTemplate( (refused) => { // Setup function. This is run when you click Yes or No in the start of the dialogue for (let f of Flags) { @@ -2099,7 +2110,16 @@ function KDYesNoBasic ( 1000)); } - KinkyDungeonAddRestraintIfWeaker(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, curse ? undefined : Lock, true, false, undefined, KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, + if (HexList || EnchantList) { + DialogueAddCursedEnchantedHexed(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), + enemy, + curse, HexList, EnchantList, + hexlevelmin, hexlevelmax, + enchantlevelmin, enchantlevelmax); + } else + KinkyDungeonAddRestraintIfWeaker( + KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), + ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, curse ? undefined : Lock, true, false, undefined, KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, curse); KDAddOffer(1); let num = count; @@ -2122,9 +2142,18 @@ function KDYesNoBasic ( { allowLowPower: true }); - if (r) - KinkyDungeonAddRestraintIfWeaker(r, ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, - curse ? undefined : Lock, true, false, undefined, KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, curse); + if (r) { + if (HexList || EnchantList) { + DialogueAddCursedEnchantedHexed(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), + enemy, + curse, HexList, EnchantList, + hexlevelmin, hexlevelmax, + enchantlevelmin, enchantlevelmax); + } else + KinkyDungeonAddRestraintIfWeaker(r, ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, + curse ? undefined : Lock, true, false, undefined, KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, curse); + + } } return false; },(refused) => { // No function. This happens when the user refuses. @@ -2163,6 +2192,13 @@ function KDYesNoBasic ( 1000)); } + if (HexList || EnchantList) { + DialogueAddCursedEnchantedHexed(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), + enemy, + curse, HexList, EnchantList, + hexlevelmin, hexlevelmax, + enchantlevelmin, enchantlevelmax); + } else KinkyDungeonAddRestraintIfWeaker(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, curse ? undefined : Lock, true, false, undefined, KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, curse); KDAddOffer(1); @@ -2184,11 +2220,19 @@ function KDYesNoBasic ( { allowLowPower: true }); - if (r) + if (r) { + if (HexList || EnchantList) { + DialogueAddCursedEnchantedHexed(KinkyDungeonGetRestraintByName(KDGameData.CurrentDialogMsgData.Data_r), + enemy, + curse, HexList, EnchantList, + hexlevelmin, hexlevelmax, + enchantlevelmin, enchantlevelmax); + } else KinkyDungeonAddRestraintIfWeaker(r, ((enemy ? Math.min(10, enemy.Enemy.power) + KDEnemyRank(enemy) : 0) || 0), true, - curse ? undefined : Lock, true, false, undefined, - KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, - curse); + curse ? undefined : Lock, true, false, undefined, + KDGetSpeakerFaction(), KinkyDungeonStatsChoice.has("MagicHands") ? true : undefined, + curse); + } } } else { KDIncreaseOfferFatigue(10); @@ -2403,8 +2447,8 @@ function DialogueBringSpecific(x: number, y: number, enemy: entity): entity { * Returns if you are submissive enough to be played with by this enemy * @param enemy */ -function KDIsSubmissiveEnough(_enemy: entity): boolean { - let diff = KDPersonalitySpread(20, -20, -51); +function KDIsSubmissiveEnough(_enemy?: entity): boolean { + let diff = KDPersonalitySpread(20, -20, -51, _enemy); if (KinkyDungeonGoddessRep.Ghost >= diff) return true; return false; } @@ -2498,3 +2542,78 @@ function KDAggroMapFaction() { if (KDMapData.JailFaction && KDMapData.JailFaction[0]) KinkyDungeonAggroFaction(KDMapData.JailFaction[0]); } + + +function DialogueAddCursedEnchantedHexed( + restraint: restraint, + enemy?: entity, + Curse?: string, + HexList?: string, + EnchantList?: string, + hexlevelmin: number = 0, + hexlevelmax: number = 10, + enchantlevelmin: number = 0, + enchantlevelmax: number = 10, +) { + + let unlockcurse = null; + let hexVariant = ""; + let enchantVariant = ""; + let enchant_extra = []; + let hex_extra = []; + let enchants = 1; + let curses = 1; + if (HexList) { + while (curses > 0) { + let curs = KDGetByWeight(KinkyDungeonGetHexByListWeighted(HexList, restraint.name, + false, hexlevelmin, hexlevelmax, [hexVariant, ...hex_extra])); + if (!hexVariant) { + hexVariant = curs; + } else { + hex_extra.push(curs); + } + curses -= 1; + } + } + if (EnchantList) { + while (enchants > 0) { + let ench = KDGetByWeight( + KinkyDungeonGetEnchantmentsByListWeighted(EnchantList, ModifierEnum.restraint, + restraint.name, false, enchantlevelmin, enchantlevelmax, + [enchantVariant, ...enchant_extra]) + ); + if (!enchantVariant) { + enchantVariant = ench; + } else { + enchant_extra.push(ench); + } + enchants -= 1; + } + } + if (Curse) { + unlockcurse = Curse; + } + if (hexVariant || enchantVariant) { + let events: KinkyDungeonEvent[] = JSON.parse(JSON.stringify(KDRestraint({name: restraint.name}).events || [])); + let variant: KDRestraintVariant = { + template: restraint.name, + events: events, + }; + if (hexVariant) { + events.push(...KDEventHexModular[hexVariant].events({variant: variant})); + } + for (let c of hex_extra) { + events.push(...KDEventHexModular[c].events({variant: variant})); + } + if (enchantVariant) { + events.push(...KDEventEnchantmentModular[enchantVariant].types[KDModifierEnum.restraint].events(restraint.name, undefined, hexVariant, enchantVariant, enchant_extra, {variant: variant})); + } + for (let e of enchant_extra) { + events.push(...KDEventEnchantmentModular[e].types[KDModifierEnum.restraint].events(restraint.name, undefined, hexVariant, enchantVariant, enchant_extra, {variant: variant})); + } + + KDEquipInventoryVariant(variant, KDEventEnchantmentModular[enchantVariant]?.prefix, 0, true, undefined, true, false, + (enemy ? KDGetFaction(enemy) : undefined) || (unlockcurse ? "Curse" : undefined), true, unlockcurse, enemy, false, undefined, undefined, KDEventEnchantmentModular[enchantVariant]?.suffix); + + } +} \ No newline at end of file diff --git a/Game/src/dialogue/KinkyDungeonDialogueList.ts b/Game/src/dialogue/KinkyDungeonDialogueList.ts index e1af09d4a..56e04340b 100644 --- a/Game/src/dialogue/KinkyDungeonDialogueList.ts +++ b/Game/src/dialogue/KinkyDungeonDialogueList.ts @@ -363,7 +363,7 @@ let KDDialogue: Record = { "OfferLeather": KDYesNoBasic("OfferLeather", ["Leather"], ["Ghost"], ["armbinderSpell", "straitjacketSpell", "legbinderSpell", "harnessSpell", "gagSpell", "blindfoldSpell", "leathercuffsSpell"], [55, 0, 75, 0], [-25, 0, 40, 15], 1, 3), "OfferRopes": KDYesNoBasic("OfferRopes", ["Rope"], ["Ghost"], ["ropeRestraints", "ropeRestraints2", "ropeRestraintsHogtie", "ropeRestraintsWrist", "ropeAuxiliary"], [55, 0, 75, 0], [-25, 0, 40, 15], 3, 5, "Red"), "OfferChastity": KDYesNoBasic("OfferChastity", ["Metal"], ["Ghost"], ["genericChastity"], [55, 0, 75, 0], [-25, 0, 40, 15], 1, 1, "Gold", false, [{name: "ChastityOffer", duration: 3000}]), - "OfferCursed": KDYesNoBasic("OfferCursed", ["Metal"], ["Ghost"], ["leatherRestraints", "noBelt", "leatherHeels"], [55, 0, 75, 0], [-25, 0, 40, 15], 1, 1, "Gold", true, [{name: "CursedOffer", duration: 250}], "Common"), + "OfferCursed": KDYesNoBasic("OfferCursed", ["Metal"], ["Ghost"], ["leatherRestraints", "noBelt", "leatherHeels"], [55, 0, 75, 0], [-25, 0, 40, 15], 1, 1, "Gold", true, [{name: "CursedOffer", duration: 250}], "Common", "Common"), diff --git a/Game/src/enemy/KinkyDungeonEnemies.ts b/Game/src/enemy/KinkyDungeonEnemies.ts index f88d86273..02d993463 100644 --- a/Game/src/enemy/KinkyDungeonEnemies.ts +++ b/Game/src/enemy/KinkyDungeonEnemies.ts @@ -7015,6 +7015,10 @@ let KDDomThresh_Strict = -0.4; let KDDomThresh_Variance = 0.15; // random variance let KDDomThresh_PerkMod = -0.5; +function KDSetDomVariance(enemy: entity) { + if (enemy.domVariance == undefined) enemy.domVariance = (KDEnemyPersonalities[enemy.personality]?.domVariance || KDDomThresh_Variance) * (2 * KDRandom() - 1); +} + /** * @param enemy - the enemy to check if the player can domme * @param ignoreRelative - ignore the relative determinants @@ -7031,9 +7035,7 @@ function KDCanDom(enemy: entity, ignoreRelative: boolean = false): boolean { if (!ignoreRelative) { if (KinkyDungeonIsArmsBound(false, true) || KinkyDungeonIsHandsBound(false, true, 0.1) || KinkyDungeonGagTotal() > 0.1) return false; } - // Very bad pseudo RNG based on enemy.id as seed - // TODO replace with better prng with variable seed - if (enemy.domVariance == undefined) enemy.domVariance = (KDEnemyPersonalities[enemy.personality]?.domVariance || KDDomThresh_Variance) * (2 * KDRandom() - 1); + KDSetDomVariance(enemy); let modifier = (KinkyDungeonGoddessRep.Ghost + 50)/100 + enemy.domVariance; if (!ignoreRelative) { if (KinkyDungeonStatsChoice.get("Dominant")) modifier += KDDomThresh_PerkMod; @@ -9177,3 +9179,18 @@ function KDWillingBondage(target: entity, player: entity): boolean { return (KDIsDistracted(target) && KDLoosePersonalities.includes(target.personality)) || (player?.player && (target.playWithPlayer && KDCanDom(target))); } + + +function KDIsSubmissive(entity: entity, threshold: number = 0.5): boolean { + if (!entity.player) { + KDSetDomVariance(entity); + let submissiveness = (-entity.domVariance || 0) + KDEntityBuffedStat(entity, "submissiveness"); + if (entity.personality && KDEnemyPersonalities[entity.personality]?.submissiveness) + submissiveness += KDEnemyPersonalities[entity.personality].submissiveness; + + return submissiveness > threshold; + } else { + return KDIsSubmissiveEnough(); + } + return false; +} diff --git a/Game/src/enemy/KinkyDungeonPersonality.ts b/Game/src/enemy/KinkyDungeonPersonality.ts index 6b546a2b9..61d4cef0c 100644 --- a/Game/src/enemy/KinkyDungeonPersonality.ts +++ b/Game/src/enemy/KinkyDungeonPersonality.ts @@ -19,6 +19,7 @@ let KDEnemyPersonalities = { strict: false, brat: false, domVariance: 0.4, + submissiveness: 0.25, tags: { "robot": -100, "switch": 10, @@ -30,6 +31,7 @@ let KDEnemyPersonalities = { loose: false, strict: false, brat: false, + submissiveness: 0.25, tags: { "robot": 200, "cyborg": -200, @@ -40,6 +42,7 @@ let KDEnemyPersonalities = { loose: false, strict: false, brat: false, + submissiveness: 0.0, tags: { "nobrain": 200, }, @@ -48,6 +51,7 @@ let KDEnemyPersonalities = { loose: false, strict: true, brat: false, + submissiveness: 0, tags: { "minor": -3, "alchemist": 2, @@ -65,6 +69,7 @@ let KDEnemyPersonalities = { loose: true, strict: false, brat: false, + submissiveness: 1.0, tags: { "minor": 3, "human": 1, @@ -83,6 +88,8 @@ let KDEnemyPersonalities = { strict: false, brat: true, domMod: 0.7, + domVariance: 0.2, + submissiveness: 0.75, tags: { "minor": 3, "brat": 10, diff --git a/Game/src/item/KDInventoryActions.ts b/Game/src/item/KDInventoryActions.ts index e448a4dd3..d40448e1d 100644 --- a/Game/src/item/KDInventoryActions.ts +++ b/Game/src/item/KDInventoryActions.ts @@ -1299,6 +1299,12 @@ let KDInventoryAction: Record = { KinkyDungeonChangeFactionRep(faction2, 0.01 * KDConsumable(item)?.wp_instant); } + if (KDConsumable(item)?.sideEffects) { + for (let effect of KDConsumable(item).sideEffects) { + KinkyDungeonConsumableEffectNPC(KDConsumable(item), enemy, effect); + } + } + KinkyDungeonSendTextMessage(10, TextGet("KDGiveFood") .replace("RSTR", KDGetItemName(item))//TextGet("Restraint" + KDRestraint(item)?.name)) diff --git a/Game/src/item/KinkyDungeonConsumables.ts b/Game/src/item/KinkyDungeonConsumables.ts index 8138d9498..b5eb32a50 100644 --- a/Game/src/item/KinkyDungeonConsumables.ts +++ b/Game/src/item/KinkyDungeonConsumables.ts @@ -166,7 +166,7 @@ function KinkyDungeonConsumableEffect(Consumable: consumable, type?: string) { if (!type) type = Consumable.type; if (KDConsumableEffects[type]) { - KDConsumableEffects[type](Consumable); + KDConsumableEffects[type](Consumable, KDPlayer()); } else if (type == "spell") { KinkyDungeonCastSpell(KinkyDungeonPlayerEntity.x, KinkyDungeonPlayerEntity.y, KinkyDungeonFindSpell(Consumable.spell, true), undefined, undefined, undefined); KDStunTurns(1, true); @@ -197,6 +197,16 @@ function KinkyDungeonConsumableEffect(Consumable: consumable, type?: string) { } } +function KinkyDungeonConsumableEffectNPC(Consumable: consumable, entity: entity, type?: string) { + if (!type) type = Consumable.type; + + if (KDConsumableEffects[type]) { + KDConsumableEffects[type](Consumable, entity); + } +} + + + function KinkyDungeonPotionCollar() { for (let r of KinkyDungeonAllRestraint()) { if (KDRestraint(r).potionCollar) return true; diff --git a/Game/src/item/KinkyDungeonConsumablesList.ts b/Game/src/item/KinkyDungeonConsumablesList.ts index 92a4035ea..20e1b2a5a 100644 --- a/Game/src/item/KinkyDungeonConsumablesList.ts +++ b/Game/src/item/KinkyDungeonConsumablesList.ts @@ -53,10 +53,15 @@ let KDCookies: Record = { "Cookie" : {name: "Cookie", rarity: 0, shop: true, type: "restore", wp_instant: 1.0, wp_gradual: 0, scaleWithMaxWP: true, needMouth: true, delay: 3, gagMax: 0.59, duration: 0, sfx: "Cookie"}, "Brownies" : {name: "Brownies", rarity: 1, shop: true, type: "restore", wp_instant: 3.0, wp_gradual: 0, scaleWithMaxWP: true, needMouth: true, delay: 4, gagMax: 0.59, duration: 0, sfx: "Cookie"}, "Donut" : {name: "Donut", rarity: 0, shop: true, type: "restore", wp_instant: 1.0, wp_gradual: 0, scaleWithMaxWP: true, needMouth: true, delay: 3, gagMax: 0.59, duration: 0, sfx: "Cookie"}, - "CookieJailer" : {name: "CookieJailer", rarity: 0, shop: true, type: "restore", wp_instant: 1.5, wp_gradual: 0, scaleWithMaxWP: true, needMouth: true, delay: 3, gagMax: 0.59, duration: 0, sfx: "Cookie", + "CookieJailer" : {name: "CookieJailer", rarity: 0, shop: true, + type: "restore", wp_instant: 1.5, wp_gradual: 0, scaleWithMaxWP: true, needMouth: true, + delay: 3, gagMax: 0.59, duration: 0, sfx: "Cookie", sideEffects: ["subAdd"], data: { subAdd: 5, + subPower: 0.3, + subPowerVar: 0.5, + subDuration: 100, }}, }; Object.assign(KinkyDungeonConsumables, KDCookies); @@ -103,9 +108,9 @@ let KinkyDungneonShopRestraints = { "Sunglasses2" : {name: "Sunglasses2", rarity: 2, shop: true, uniqueTags: ["shades"]}, }; -let KDConsumableEffects: Record void> = { - "Snuffer": (_Consumable) => { - let tiles = KDGetEffectTiles(KinkyDungeonPlayerEntity.x, KinkyDungeonPlayerEntity.y); +let KDConsumableEffects: Record void> = { + "Snuffer": (_Consumable, entity) => { + let tiles = KDGetEffectTiles(entity.x, entity.y); for (let tile of Object.values(tiles)) { if (tile?.tags?.includes("snuffable")) { tile.duration = 0; @@ -119,8 +124,8 @@ let KDConsumableEffects: Record void> = { } KinkyDungeonSendTextMessage(10, TextGet("KDNotSnuffable"), "#ff5555", 3); }, - "SackOfSacks": (_Consumable) => { - let tiles = KDGetEffectTiles(KinkyDungeonPlayerEntity.x, KinkyDungeonPlayerEntity.y); + "SackOfSacks": (_Consumable, entity) => { + let tiles = KDGetEffectTiles(entity.x, entity.y); for (let tile of Object.values(tiles)) { if (tile?.tags?.includes("unsackable")) { tile.duration = 0; @@ -139,7 +144,8 @@ let KDConsumableEffects: Record void> = { } KinkyDungeonSendTextMessage(10, TextGet("KDNotBaggable"), "#ff5555", 3); }, - "RemoveCurseOrHex": (Consumable) => { + "RemoveCurseOrHex": (Consumable, entity) => { + if (!entity?.player) return; if (KinkyDungeonAllRestraintDynamic().some((r) => {return KDHasRemovableCurse(r.item, Consumable.power) || KDHasRemovableHex(r.item, Consumable.power);})) { KDGameData.InventoryAction = "RemoveCurseOrHex"; KDGameData.CurseLevel = Consumable.power; @@ -151,46 +157,70 @@ let KDConsumableEffects: Record void> = { KinkyDungeonSendTextMessage(8, TextGet("KDRemoveCurseOrHexFail"), "#ff5555", 1, true); } }, - "subAdd": (Consumable) => { - let amount = typeof Consumable.data?.subAdd === 'number' ? Consumable.data?.subAdd : 5; - KinkyDungeonChangeRep("Ghost", amount); - }, - "restore": (Consumable) => { - let multi = 1.0; - if (Consumable.scaleWithMaxSP) { - multi = Math.max(KinkyDungeonStatStaminaMax / KDMaxStatStart); - } - let Manamulti = 1.0; - if (Consumable.scaleWithMaxMP) { - Manamulti = Math.max(KinkyDungeonStatManaMax / KDMaxStatStart); - } - let Willmulti = 1.0; - if (Consumable.scaleWithMaxWP) { - Willmulti = Math.max(KinkyDungeonStatWillMax / KDMaxStatStart); - } - let Distmulti = 1.0; - if (Consumable.scaleWithMaxAP) { - Distmulti = Math.max(KinkyDungeonStatDistractionMax / KDMaxStatStart); - } - let gagFloor = Consumable.gagFloor ? Consumable.gagFloor : 0; - let gagMult = (Consumable.potion && gagFloor != 1.0) ? Math.max(0, gagFloor + (1 - gagFloor) * (1 - Math.max(0, Math.min(1.0, KinkyDungeonGagTotal(true))))) : 1.0; - if (gagMult < 0.999) { - KinkyDungeonSendTextMessage(8, TextGet("KinkyDungeonConsumableLessEffective"), "#ff5277", 2); + "subAdd": (Consumable, entity) => { + if (entity.player) { + let amount = typeof Consumable.data?.subAdd === 'number' ? Consumable.data?.subAdd : 5; + KinkyDungeonChangeRep("Ghost", amount); + } else { + let power = + KinkyDungeonApplyBuffToEntity(entity, {id: Consumable.name, + type: "submissiveness", power: Math.max(0, + (Consumable.data.subPower as number) + (KDRandom() * (Consumable.data.subPowerVar as number)) + ), duration: Consumable.data.subDuration}); } - if (Consumable.mp_instant != undefined) { - //let manaAmt = Math.min(KinkyDungeonStatManaMax, KinkyDungeonStatMana + Consumable.mp_instant * Manamulti * gagMult) - KinkyDungeonStatMana; - KinkyDungeonChangeMana(Consumable.mp_instant * Manamulti * gagMult, false, Consumable.mpool_instant * Manamulti * gagMult, false, true); + + }, + "restore": (Consumable, entity) => { + if (entity.player) { + let multi = 1.0; + if (Consumable.scaleWithMaxSP) { + multi = Math.max(KinkyDungeonStatStaminaMax / KDMaxStatStart); + } + let Manamulti = 1.0; + if (Consumable.scaleWithMaxMP) { + Manamulti = Math.max(KinkyDungeonStatManaMax / KDMaxStatStart); + } + let Willmulti = 1.0; + if (Consumable.scaleWithMaxWP) { + Willmulti = Math.max(KinkyDungeonStatWillMax / KDMaxStatStart); + } + let Distmulti = 1.0; + if (Consumable.scaleWithMaxAP) { + Distmulti = Math.max(KinkyDungeonStatDistractionMax / KDMaxStatStart); + } + let gagFloor = Consumable.gagFloor ? Consumable.gagFloor : 0; + let gagMult = (Consumable.potion && gagFloor != 1.0) ? Math.max(0, gagFloor + (1 - gagFloor) * (1 - Math.max(0, Math.min(1.0, KinkyDungeonGagTotal(true))))) : 1.0; + if (gagMult < 0.999) { + KinkyDungeonSendTextMessage(8, TextGet("KinkyDungeonConsumableLessEffective"), "#ff5277", 2); + } + if (Consumable.mp_instant != undefined) { + //let manaAmt = Math.min(KinkyDungeonStatManaMax, KinkyDungeonStatMana + Consumable.mp_instant * Manamulti * gagMult) - KinkyDungeonStatMana; + KinkyDungeonChangeMana(Consumable.mp_instant * Manamulti * gagMult, false, Consumable.mpool_instant * Manamulti * gagMult, false, true); + } + if (Consumable.wp_instant) KinkyDungeonChangeWill(Consumable.wp_instant * Willmulti * gagMult); + if (Consumable.sp_instant) KinkyDungeonChangeStamina(Consumable.sp_instant * multi * gagMult); + if (Consumable.ap_instant) KinkyDungeonChangeDistraction(Consumable.ap_instant * Distmulti * gagMult, false, Consumable.arousalRatio ? Consumable.arousalRatio : 0); + + KinkyDungeonCalculateMiscastChance(); + if (Consumable.mp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionMana", type: "restore_mp", power: Consumable.mp_gradual/Consumable.duration * gagMult * Manamulti, duration: Consumable.duration}); + if (Consumable.wp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionWill", type: "restore_wp", power: Consumable.wp_gradual/Consumable.duration * gagMult * Willmulti, duration: Consumable.duration}); + if (Consumable.sp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionStamina", type: "restore_sp", power: Consumable.sp_gradual/Consumable.duration * gagMult * multi, duration: Consumable.duration}); + if (Consumable.ap_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionFrigid", type: "restore_ap", power: Consumable.ap_gradual/Consumable.duration * gagMult * Distmulti, duration: Consumable.duration}); + + } else { + let gagFloor = Consumable.gagFloor ? Consumable.gagFloor : 0; + let gagMult = (Consumable.potion && gagFloor != 1.0) ? Math.max(0, gagFloor + (1 - gagFloor) * (1 - Math.max(0, Math.min(1.0, + KDEnemyCanTalk(entity) ? 0 : 1 + )))) : 1.0; + + if (Consumable.mp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionMana", type: "restore_mp", power: Consumable.mp_gradual/Consumable.duration * gagMult, duration: Consumable.duration}); + if (Consumable.wp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionWill", type: "restore_wp", power: Consumable.wp_gradual/Consumable.duration * gagMult, duration: Consumable.duration}); + if (Consumable.sp_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionStamina", type: "restore_sp", power: Consumable.sp_gradual/Consumable.duration * gagMult, duration: Consumable.duration}); + if (Consumable.ap_gradual) KinkyDungeonApplyBuffToEntity(entity, {id: "PotionFrigid", type: "restore_ap", power: Consumable.ap_gradual/Consumable.duration * gagMult, duration: Consumable.duration}); + } - if (Consumable.wp_instant) KinkyDungeonChangeWill(Consumable.wp_instant * Willmulti * gagMult); - if (Consumable.sp_instant) KinkyDungeonChangeStamina(Consumable.sp_instant * multi * gagMult); - if (Consumable.ap_instant) KinkyDungeonChangeDistraction(Consumable.ap_instant * Distmulti * gagMult, false, Consumable.arousalRatio ? Consumable.arousalRatio : 0); - KinkyDungeonCalculateMiscastChance(); - if (Consumable.mp_gradual) KinkyDungeonApplyBuffToEntity(KinkyDungeonPlayerEntity, {id: "PotionMana", type: "restore_mp", power: Consumable.mp_gradual/Consumable.duration * gagMult * Manamulti, duration: Consumable.duration}); - if (Consumable.wp_gradual) KinkyDungeonApplyBuffToEntity(KinkyDungeonPlayerEntity, {id: "PotionWill", type: "restore_wp", power: Consumable.wp_gradual/Consumable.duration * gagMult * Willmulti, duration: Consumable.duration}); - if (Consumable.sp_gradual) KinkyDungeonApplyBuffToEntity(KinkyDungeonPlayerEntity, {id: "PotionStamina", type: "restore_sp", power: Consumable.sp_gradual/Consumable.duration * gagMult * multi, duration: Consumable.duration}); - if (Consumable.ap_gradual) KinkyDungeonApplyBuffToEntity(KinkyDungeonPlayerEntity, {id: "PotionFrigid", type: "restore_ap", power: Consumable.ap_gradual/Consumable.duration * gagMult * Distmulti, duration: Consumable.duration}); }, }; diff --git a/Game/src/magic/KinkyDungeonMagicCode.ts b/Game/src/magic/KinkyDungeonMagicCode.ts index 1fbb0c095..3012b5ad5 100644 --- a/Game/src/magic/KinkyDungeonMagicCode.ts +++ b/Game/src/magic/KinkyDungeonMagicCode.ts @@ -1178,6 +1178,7 @@ let KinkyDungeonSpellSpecials: Record = { let bondage = en.specialBoundLevel; let mult = 4; + let repgain = en.boundLevel > 0; if (bondage) for (let b of Object.entries(bondage)) { if (KDSpecialBondage[b[0]]?.latex) { @@ -1187,14 +1188,16 @@ let KinkyDungeonSpellSpecials: Record = { delete bondage[b[0]]; } } - + if ((KDRescueEnemy("Slime", en, true) || repgain) && !KDHelpless(en)) { + KDRescueRepGain(en); + } KinkyDungeonSendActionMessage(3, TextGet("KDUniversalSolventSucceedEnemy") .replace("ENMY", KDGenEnemyName(en)), "#88FFAA", 2 + (spell.channel ? spell.channel - 1 : 0)); return "Cast"; - } else if (en.player) { + } else if (en?.player) { let dmg = KinkyDungeonDealDamage({damage: spell.power, type: spell.damage}, bullet); KDAddSpecialStat("LatexIntegration", KDPlayer(), -25, true); @@ -1672,11 +1675,12 @@ let KinkyDungeonSpellSpecials: Record = { if (enList.length > 0) { count += enList.length; for (let en of enList) { + let repgain = false; if (en.boundLevel) { + repgain = true; en.boundLevel = Math.max(0, en.boundLevel - 5); } - KDRescueEnemy("Slime", en, true); - if (!KDHelpless(en)) { + if ((KDRescueEnemy("Slime", en, true) || repgain) && !KDHelpless(en)) { KDRescueRepGain(en); } KinkyDungeonRemoveBuffsWithTag(en, ["encased", "slimed"]); @@ -1734,13 +1738,15 @@ let KinkyDungeonSpellSpecials: Record = { if (enList.length > 0) { count += enList.length; for (let en of enList) { + let repgain = false; if (en.boundLevel) { + repgain = true; en.boundLevel = Math.max(0, en.boundLevel - spell.power); } - KDRescueEnemy("Remove", en, true); - if (!KDHelpless(en)) { + + if ((KDRescueEnemy("Remove", en, true) || repgain) && !KDHelpless(en)) { KDRescueRepGain(en); } } diff --git a/Game/src/magic/KinkyDungeonMagicList.ts b/Game/src/magic/KinkyDungeonMagicList.ts index 471556576..f2129ecc7 100644 --- a/Game/src/magic/KinkyDungeonMagicList.ts +++ b/Game/src/magic/KinkyDungeonMagicList.ts @@ -155,7 +155,7 @@ let KinkyDungeonLearnableSpells = [ // Arms ["Firebolt", "Fireblast", "Fireball", "WindBlast", "Icebolt", "Snowball", "IceOrb", "Icicles", "IceLance", "StoneSkin", "Shock", "Crackle", "LightningBolt", "WaterBall", "TidalBall"], // Legs - ["Ignite", "Fissure", "Sleet", "BoulderLaunch", "BigBoulderLaunch", "Earthform", "EarthformRing", "EarthformMound", "EarthformLine", "EarthformArc", "BoulderKick", "Volcanism", "FlameRune", "FreezeRune", "LightningRune",], + ["Ignite", "Fissure", "ColdFeet", "ZoneOfFrost", "Sleet", "BoulderLaunch", "BigBoulderLaunch", "Earthform", "EarthformRing", "EarthformMound", "EarthformLine", "EarthformArc", "BoulderKick", "Volcanism", "FlameRune", "FreezeRune", "LightningRune",], // Passive ["FlameBlade", "Burning", "TemperaturePlay", "Strength", "Shatter", "IcePrison", "LightningRod"], ], @@ -850,12 +850,35 @@ let KinkyDungeonSpellList: Record = { // List of spells you can {name: "FlashFreeze", color: "#92e8c0", tags: ["ice", "utility", "offense", "aoe"], prerequisite: "Freeze", sfx: "Freeze", school: "Elements", manacost: 5, components: ["Verbal"], level:2, type:"hit", onhit:"instant", evadeable: false, noblock: true, power: 2.0, range: 2.99, size: 3, lifetime: 1, aoe: 1.5, damage: "ice", events: [{type: "ElementalOnDrench", trigger: "bulletHitEnemy", damage: "ice", time: 8, power: 0.0},]}, - {name: "Sleet", color: "#92e8c0", tags: ["ice", "aoe", "dot", "offense", "denial"], prerequisite: "ApprenticeIce", effectTileDurationMod: 10, + {name: "ColdFeet", color: "#92e8c0", tags: ["ice", "dot", "offense", "denial"], + prerequisite: "ApprenticeIce", effectTileDurationMod: 10, + playerEffect: {name: "DamageIfChill", damage: "ice", power: 0.3}, + effectTile: { + name: "Ice", + duration: 12, + }, hitSpin: 0.0, bulletSpin: 0.25, noUniqueHits: true, noblock: true, noise: 4, + sfx: "FireSpell", school: "Elements", manacost: 2, components: ["Legs"], level:1, pierceEnemies: true, + type:"inert", onhit:"aoe", delay: 1, power: 0.7, range: 4.5, aoe: 0.5, lifetime: 10, time: 2, damage: "frost"}, + {name: "ZoneOfFrost", color: "#92e8c0", tags: ["ice", "aoe", "dot", "offense", "denial"], + prerequisite: "ColdFeet", effectTileDurationMod: 10, + upcastLevel: 1, upcastFrom: "ColdFeet", playerEffect: {name: "DamageIfChill", damage: "ice", power: 0.5}, + effectTile: { + name: "Ice", + duration: 16, + }, hitSpin: 0.65, bulletSpin: 0.45, noUniqueHits: true, noblock: true, noise: 6, + sfx: "FireSpell", school: "Elements", manacost: 6, components: ["Legs"], level:1, pierceEnemies: true, + type:"inert", onhit:"aoe", delay: 1, power: 0.8, range: 4.5, size: 3, aoe: 1.5, lifetime: 12, time: 2, damage: "frost"}, + {name: "Sleet", color: "#92e8c0", tags: ["ice", "aoe", "dot", "offense", "denial"], + prerequisite: "ZoneOfFrost", effectTileDurationMod: 10, + upcastLevel: 2, upcastFrom: "ColdFeet", + spellPointCost: 0, + playerEffect: {name: "DamageIfChill", damage: "ice", power: 0.4}, effectTile: { name: "Ice", duration: 20, - }, hitSpin: 0.5, bulletSpin: 0.25, noUniqueHits: true, noblock: true, noise: 8, sfx: "FireSpell", school: "Elements", manacost: 10, components: ["Legs"], level:1, pierceEnemies: true, + }, hitSpin: 0.5, bulletSpin: 0.25, noUniqueHits: true, noblock: true, noise: 8, + sfx: "FireSpell", school: "Elements", manacost: 10, components: ["Legs"], level:1, pierceEnemies: true, type:"inert", onhit:"aoe", delay: 1, power: 1, range: 4.5, size: 5, aoe: 2.9, lifetime: 15, time: 2, damage: "frost"}, {name: "WindBlast", tags: ["air", "bolt", "offense", "utility"], prerequisite: "ApprenticeAir", sfx: "FireSpell", school: "Elements", manacost: 2.5, components: ["Arms"], level:1, type:"bolt", diff --git a/Game/src/player/KinkyDungeonStats.ts b/Game/src/player/KinkyDungeonStats.ts index 837ed3014..00d0450ed 100644 --- a/Game/src/player/KinkyDungeonStats.ts +++ b/Game/src/player/KinkyDungeonStats.ts @@ -1413,7 +1413,7 @@ function KinkyDungeonUpdateStats(delta: number): void { KinkyDungeonDifficulty = KinkyDungeonNewGame * 20; //if (KinkyDungeonStatsChoice.get("hardMode")) KinkyDungeonDifficulty += 10; KinkyDungeonTeaseLevel = Math.max(KinkyDungeonTeaseLevel * (1 - KinkyDungeonChastityMult()) + (delta > 0 ? KinkyDungeonTeaseLevelBypass : 0), 0); - if (delta > 0) { + if (delta > 0 && KinkyDungeonTeaseLevel) { KDDistractionFlashLastTime = CommonTime(); KDDistractionFlashStrength = Math.max(KinkyDungeonTeaseLevel, KDDistractionFlashStrength); } diff --git a/Game/src/restraint/KinkyDungeonRestraintsList.ts b/Game/src/restraint/KinkyDungeonRestraintsList.ts index e71048006..7b9982715 100644 --- a/Game/src/restraint/KinkyDungeonRestraintsList.ts +++ b/Game/src/restraint/KinkyDungeonRestraintsList.ts @@ -58,6 +58,7 @@ const KinkyDungeonRestraints: restraint[] = [ Filters: { Tape: {"gamma":1.35,"saturation":1,"contrast":0.6,"brightness":0.6666666666666666,"red":1.9,"green":0.8333333333333333,"blue":1,"alpha":1}, }, + sfxGroup: "Ropes", factionFilters: { Tape: {color: "LightNeutral", override: false}, }, @@ -69,6 +70,7 @@ const KinkyDungeonRestraints: restraint[] = [ Filters: { Tape: {"gamma":1.35,"saturation":1,"contrast":0.6,"brightness":0.6666666666666666,"red":1.9,"green":0.8333333333333333,"blue":1,"alpha":1}, }, + sfxGroup: "Ropes", factionFilters: { Tape: {color: "LightNeutral", override: false}, }, @@ -83,6 +85,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionFilters: { Tape: {color: "LightNeutral", override: false}, }, + sfxGroup: "Ropes", Model: "TapeAnkles", maxwill: 0.1, enemyTags: {"scarfRestraints":2}, playerTags: {"ItemFeetFull":2}, minLevel: 0, allFloors: true, shrine: ["Rope", "Tape"]}, @@ -92,6 +95,7 @@ const KinkyDungeonRestraints: restraint[] = [ Filters: { Cloth: {"gamma":1,"saturation":1,"contrast":1,"brightness":0.3833333333333333,"red":2.3666666666666667,"green":1,"blue":1,"alpha":1}, }, + sfxGroup: "Ropes", factionFilters: { Cloth: {color: "LightNeutral", override: false}, }, @@ -102,6 +106,7 @@ const KinkyDungeonRestraints: restraint[] = [ Filters: { Cloth: {"gamma":1,"saturation":1,"contrast":0.8333333333333333,"brightness":0.48333333333333334,"red":2.3666666666666667,"green":1,"blue":1,"alpha":1}, }, + sfxGroup: "Ropes", factionFilters: { Cloth: {color: "LightNeutral", override: false}, }, @@ -112,6 +117,7 @@ const KinkyDungeonRestraints: restraint[] = [ // region Kigu {inventory: true, name: "KiguMask", inaccessible: true, Asset: "KirugumiMask", Color: ["Default", "Default"], AssetGroup: "ItemHood", Group: "ItemHead", LinkableBy: [...KDMaskLink], gag: 0.3, blindfold: 1, power: 7, weight: 0, Model: "KiguMask", + sfxGroup: "Rubber", escapeChance: {"Struggle": -0.2, "Cut": -0.1, "Remove": 0.33, "Pick": 0.15, "Unlock": 0.6}, enemyTags: {"kiguRestraints":1}, playerTags: {"ItemMouth1Full":2, "ItemMouth2Full":1, "NoKigu": -1000}, minLevel: 0, allFloors: true, shrine: ["Latex", "Masks", "Block_ItemMouth"], events: [ //{trigger: "onWear", type: "setSkinColor"}, @@ -122,6 +128,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "LeatherHood", inaccessible: true, Color: ["Default", "Default"], Group: "ItemHead", LinkableBy: [...KDMaskLink], gag: 0.7, blindfold: 3, power: 5, weight: 0, Model: "LeatherHood", + sfxGroup: "Leather", escapeChance: {"Struggle": -0.35, "Cut": -0.15, "Remove": 0.12, "Pick": 0.11, "Unlock": 0.7}, enemyTags: {"sensedep":10}, maxwill: 0.1, @@ -132,6 +139,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "LeatherMask", inaccessible: true, Color: ["Default", "Default"], Group: "ItemHead", LinkableBy: [...KDMaskLink], gag: 0.7, blindfold: 3, power: 5, weight: 0, Model: "LeatherMask", + sfxGroup: "Leather", escapeChance: {"Struggle": -0.35, "Cut": -0.15, "Remove": 0.12, "Pick": 0.11, "Unlock": 0.7}, enemyTags: {"sensedep":10}, maxwill: 0.1, @@ -162,6 +170,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "DuctTapeCollar", debris: "Fabric", Asset: "LatexCollar2", factionColor: [[], [0]], Color: "Default", Group: "ItemNeck", LinkableBy: [...KDCollarLink],renderWhenLinked: [...KDCollarRender],power: 9, weight: 4, DefaultLock: "Blue", Model: "ElfCollarRestraint", struggleBreak: true, + sfxGroup: "Rubber", escapeChance: {"Struggle": -0.5, "Cut": -0.5, "Remove": 0.33, "Pick": -0.15}, unlimited: true, maxwill: 0.25, enemyTags: {"livingCollar":10}, playerTags: {"ItemNeckFull":-2}, minLevel: 0, allFloors: true, shrine: ["Collars","Tape"], @@ -171,6 +180,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0]], Model: "TapeHeavyHands", disassembleAs: "DuctTapeRaw", + sfxGroup: "Rubber", bindhands: 0.9, power: 1, weight: 0, escapeChance: {"Struggle": -0.1, "Cut": 0.4, "Remove": 0.4}, struggleMaxSpeed: {"Remove": 0.1}, strictness: 0.05, strictnessZones: ["ItemHands"], failSuffix: {"Remove": "Tape"}, maxwill: 0.6, enemyTags: {"tapeRestraints":8, "ropeAuxiliary": 4}, playerTags: {"ItemHandsFull": -4}, minLevel: 0, allFloors: true, shrine: ["Tape", "Wrapping"]}, @@ -179,6 +189,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeArms", addTag: ["HandsBehind"], disassembleAs: "CharmRaw", + sfxGroup: "Ropes", Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, }, @@ -187,6 +198,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeAnkles", maxwill: 0.1, disassembleAs: "CharmRaw", + sfxGroup: "Ropes", Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, }, @@ -194,6 +206,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "DuctTapeBoots", unlimited: true, debris: "Fabric", inaccessible: true, Asset: "ToeTape", Type: "Full", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Color: "#AA2222", Group: "ItemBoots", blockfeet: true, addTag: ["FeetLinked"],power: -2, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.9, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeHeavyBoots", disassembleAs: "CharmRaw", + sfxGroup: "Ropes", maxwill: 0.05, Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -203,6 +216,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeLegs", maxwill: 0.4, disassembleAs: "CharmRaw", + sfxGroup: "Ropes", Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, }, @@ -210,6 +224,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "DuctTapeHead", unlimited: true, debris: "Fabric", inaccessible: true, Type: "Wrap", Asset: "DuctTape", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Color: "#AA2222", Group: "ItemHead", power: -2, blindfold: 3, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.9, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "BlindfoldTape", disassembleAs: "CharmRaw", + sfxGroup: "Ropes", quickBindCondition: "TapeBlindfold", Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -218,6 +233,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "DuctTapeMouth", unlimited: true, debris: "Fabric", Asset: "DuctTape", Color: "#AA2222", Group: "ItemMouth", AssetGroup: "ItemMouth2", gag: 0.5, power: -2, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.9, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeWrapOver", disassembleAs: "CharmRaw", + sfxGroup: "Ropes", quickBindCondition: "TapeGag", Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -229,6 +245,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "DuctTapeHeadMummy", unlimited: true, debris: "Fabric", inaccessible: true, Asset: "LeatherSlimMask", LinkableBy: [...KDWrappingLink], renderWhenLinked: [...KDWrappingLink], Color: "#AA2222", Group: "ItemHead", gag: 0.5, blindfold: 4, power: 2, weight: 0, escapeChance: {"Struggle": 0.15, "Cut": 0.8, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeFace", disassembleAs: "CharmRaw", + sfxGroup: "Ropes", disassembleCount: 2, Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -238,6 +255,7 @@ const KinkyDungeonRestraints: restraint[] = [ remove: ["Cloth", "ClothLower", "Tops"], addTag: ["HandsBehind"], disassembleAs: "CharmRaw", + sfxGroup: "Ropes", disassembleCount: 2, Asset: "DuctTape", Color: "#AA2222", Group: "ItemArms", bindarms: true, power: 2, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.8, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeHeavyArmsFull", @@ -250,6 +268,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyBottomFull", maxwill: 0.3, disassembleAs: "CharmRaw", + sfxGroup: "Ropes", disassembleCount: 2, Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -259,6 +278,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyAnkles", maxwill: 0.1, disassembleAs: "CharmRaw", + sfxGroup: "Ropes", disassembleCount: 2, Filters: { Tape: {"gamma":0.18333333333333335,"saturation":1,"contrast":0.8333333333333333,"brightness":1.2166666666666668,"red":5,"green":1.607843137254902,"blue":2.3333333333333335,"alpha":1}, @@ -320,6 +340,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "MysticDuctTapeHead", unlimited: true, debris: "FabricGreen", inaccessible: true, Type: "Wrap", Asset: "DuctTape", Color: "#55AA22", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHead", blindfold: 4, power: 1, weight: 0, escapeChance: {"Struggle": 0.2, "Cut": 0.6, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeFace", disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", quickBindCondition: "TapeBlindfold", Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, @@ -328,6 +349,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "MysticDuctTapeEyes", unlimited: true, debris: "FabricGreen", inaccessible: true, Type: "Wrap", Asset: "DuctTape", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Color: "#AA2222", Group: "ItemHead", power: 3, blindfold: 3, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.9, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "BlindfoldTape", disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, }, @@ -336,6 +358,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeFull", LinkableBy: [...KDTapeLink], disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", renderWhenLinked: [...KDTapeRender], quickBindCondition: "TapeGag", Filters: { @@ -346,6 +369,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyArmsFull", addTag: ["HandsBehind"], disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, @@ -355,6 +379,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyBottomFull", maxwill: 0.3, disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, @@ -364,6 +389,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyAnkles", maxwill: 0.1, disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, @@ -373,6 +399,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyBoots", maxwill: 0.05, disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":1,"saturation":1,"contrast":1.2666666666666668,"brightness":0.6666666666666666,"red":1,"green":1.6833333333333333,"blue":0.6666666666666666,"alpha":1}, @@ -384,6 +411,7 @@ const KinkyDungeonRestraints: restraint[] = [ }, Model: "TapeHeavyHands", disassembleAs: "MysticDuctTapeRaw", + sfxGroup: "Rubber", bindhands: 0.9, power: 3, weight: 0, escapeChance: {"Struggle": 0.05, "Cut": 0.5, "Remove": 0}, strictness: 0.05, strictnessZones: ["ItemHands"], failSuffix: {"Remove": "Tape"}, maxwill: 0.6, enemyTags: {"mummyRestraints":100}, playerTags: {"ItemHandsFull": -4}, minLevel: 0, allFloors: true, shrine: ["MysticDuctTape", "Charms", "Wrapping", "Will"]}, @@ -413,6 +441,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "AutoTapeHands", unlimited: true, inaccessible: true, Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHands", Model: "TapeHeavyHands", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, }, @@ -423,6 +452,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeStrappedArms", addTag: ["HandsBehind"], disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, }, @@ -438,6 +468,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "AutoTapeBoots", unlimited: true, accessible: true, Asset: "ToeTape", Type: "Full", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemBoots", blockfeet: true, addTag: ["FeetLinked"],power: 5, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeMedBoots", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, }, @@ -445,6 +476,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "AutoTapeLegs", unlimited: true, accessible: true, Type: "MostLegs", Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemLegs", hobble: 1, addTag: ["FeetLinked"], power: 5, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeMedLegs", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, }, @@ -452,6 +484,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "AutoTapeHead", unlimited: true, inaccessible: true, Type: "Wrap", Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHead", power: 5, blindfold: 4, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "BlindfoldTape", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", quickBindCondition: "TapeBlindfold", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, @@ -460,6 +493,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "AutoTapeMouth", unlimited: true, accessible: true, Asset: "DuctTape", Type: "Double", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemMouth", AssetGroup: "ItemMouth2", gag: 0.5, power: 5, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeWrapOver", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", quickBindCondition: "TapeGag", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, @@ -469,6 +503,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.0, "Cut": 0.2, "Remove": -.1}, failSuffix: {"Remove": "Tape"}, Model: "TapeFullOver", disassembleAs: "AutoTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.8333333333333333,"saturation":0.9833333333333333,"contrast":1.4166666666666665,"brightness":0.7833333333333334,"red":1,"green":1.4333333333333333,"blue":3.216666666666667,"alpha":1}, }, @@ -483,6 +518,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": -0.5, "Cut": -0.5, "Remove": 0.33, "Pick": -0.15}, unlimited: true, tightType: "Secure", + sfxGroup: "Rubber", maxwill: 0.25, enemyTags: {"livingCollar":10}, playerTags: {"ItemNeckFull":-2}, minLevel: 0, allFloors: true, shrine: ["VinylTape", "Collars","Tape"], events: [{trigger: "tick", type: "livingRestraints", tags: ["vinylTape"], cloneTags: [], inheritLinked: true, frequencyMax: 60, frequencyMin: 10, frequencyStep: 0.8, count: 4}] }, @@ -498,6 +534,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "VinylTapeHands", unlimited: true, inaccessible: true, Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHands", Model: "TapeHeavyHands", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -511,6 +548,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeStrappedArms", addTag: ["HandsBehind"], disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -528,10 +566,12 @@ const KinkyDungeonRestraints: restraint[] = [ Tape: {color: "Highlight", override: false}, }, disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", enemyTags: {"vinylTape":10}, playerTags: {"ItemLegsFull":8}, minLevel: 0, allFloors: true, shrine: ["VinylTape", "Tape", "Latex"]}, {removePrison: true, name: "VinylTapeBoots", unlimited: true, accessible: true, Asset: "ToeTape", Type: "Full", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemBoots", blockfeet: true, addTag: ["FeetLinked"],power: 5, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeMedBoots", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -542,6 +582,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "VinylTapeLegs", unlimited: true, accessible: true, Type: "MostLegs", Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemLegs", hobble: 1, addTag: ["FeetLinked"], power: 5, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeMedLegs", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -552,6 +593,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "VinylTapeHead", unlimited: true, inaccessible: true, Type: "Wrap", Asset: "DuctTape", Color: "#6E9FA3", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHead", power: 5, blindfold: 4, weight: 0, escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "BlindfoldTape", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", quickBindCondition: "TapeBlindfold", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, @@ -564,6 +606,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.1, "Cut": 0.2, "Remove": 0}, failSuffix: {"Remove": "Tape"}, Model: "TapeWrapOver", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", quickBindCondition: "TapeGag", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, @@ -576,6 +619,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.0, "Cut": 0.2, "Remove": -.1}, failSuffix: {"Remove": "Tape"}, Model: "TapeFullOver", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -589,6 +633,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.0, "Cut": 0.2, "Remove": -.1}, failSuffix: {"Remove": "Tape"}, Model: "TapeFace", disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, @@ -601,6 +646,7 @@ const KinkyDungeonRestraints: restraint[] = [ remove: ["Cloth", "ClothLower", "Tops"], addTag: ["HandsBehind"], disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Asset: "VinylTape", Color: "#AA2222", Group: "ItemArms", bindarms: true, power: 2, weight: 0, escapeChance: {"Struggle": 0.0, "Cut": 0.2, "Remove": -.1}, failSuffix: {"Remove": "Tape"}, @@ -618,6 +664,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyBottomFull", maxwill: 0.3, disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, @@ -631,6 +678,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "TapeHeavyAnkles", maxwill: 0.1, disassembleAs: "VinylTapeRaw", + sfxGroup: "Rubber", disassembleCount: 2, Filters: { Tape: {"gamma":0.21666666666666667,"saturation":1,"contrast":1.0166666666666666,"brightness":1.6833333333333333,"red":1,"green":1,"blue":1,"alpha":1}, @@ -706,6 +754,7 @@ const KinkyDungeonRestraints: restraint[] = [ Color: "Default", Group: "ItemNeck", LinkableBy: [...KDCollarLink],renderWhenLinked: [...KDCollarRender], power: 9, weight: 4, DefaultLock: "Blue", Model: "ElfCollarRestraint", + sfxGroup: "Rubber", struggleBreak: true, escapeChance: {"Struggle": -0.5, "Cut": -0.5, "Remove": 0.33, "Pick": -0.15}, unlimited: true, @@ -719,6 +768,7 @@ const KinkyDungeonRestraints: restraint[] = [ events: [{trigger: "tick", type: "slimeSpread", power: 0.04, inheritLinked: true}, {trigger: "remove", type: "slimeStop"}, {trigger: "beforeStruggleCalc", type: "boostWater", power: 0.1, inheritLinked: true}], slimeLevel: 1, Model: "SlimeBoots", tightType: "Thick", + sfxGroup: "Rubber", addPoseIfTopLevel: ["ItemBootsRubberOver"], failSuffix: {"Remove": "Slime"}, affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -731,6 +781,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDRubberLink, ], renderWhenLinked: [...KDRubberLink], Model: "SlimeFeet", tightType: "Thick", + sfxGroup: "Rubber", addPoseIfTopLevel: ["ItemFeetRubberOver"], failSuffix: {"Remove": "Slime"}, affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -743,6 +794,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDRubberLink, ], renderWhenLinked: [...KDRubberLink], Model: "SlimeLegs", tightType: "Thick", + sfxGroup: "Rubber", addPoseIfTopLevel: ["ItemLegsRubberOver"], failSuffix: {"Remove": "Slime"}, affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -755,6 +807,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDRubberLink, ], renderWhenLinked: [...KDRubberLink], Model: "SlimeArms", tightType: "Thick", + sfxGroup: "Rubber", addPoseIfTopLevel: ["ItemArmsRubberOver"], failSuffix: {"Remove": "Slime"}, affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -766,6 +819,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDRubberLink, ], renderWhenLinked: [...KDRubberLink], Model: "SlimeHands", tightType: "Thick", + sfxGroup: "Rubber", failSuffix: {"Remove": "Slime"}, addPoseIfTopLevel: ["ItemHandsRubberOver"], affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -778,6 +832,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "SlimeMouth", tightType: "Thick", failSuffix: {"Remove": "Slime"}, + sfxGroup: "Rubber", addPoseIfTopLevel: ["ItemSlimeRubberOver"], affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, factionColor: [[], [0, 1, 2]], @@ -788,6 +843,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDRubberLink, ], renderWhenLinked: [...KDRubberLink], Model: "SlimeHead", tightType: "Thick", + sfxGroup: "Rubber", failSuffix: {"Remove": "Slime"}, addPoseIfTopLevel: ["ItemHeadRubberOver"], affinity: {Struggle: ["Edge"], Remove: ["Edge"],}, @@ -800,6 +856,7 @@ const KinkyDungeonRestraints: restraint[] = [ //region HardSlime {inventory: true, name: "HardSlimeCollar", debris: "Slime", Asset: "LatexCollar2", factionColor: [[], [0]], Color: "Default", Group: "ItemNeck", LinkableBy: [...KDCollarLink],renderWhenLinked: [...KDCollarRender],power: 9, weight: 4, DefaultLock: "Blue", Model: "ElfCollarRestraint", + sfxGroup: "Rubber", struggleBreak: true, Filters: { Collar: {"gamma":1.05,"saturation":0.016666666666666666,"contrast":0.8,"brightness":1.5,"red":0.8999999999999999,"green":1.1833333333333333,"blue":1.75,"alpha":1}, @@ -814,6 +871,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0, "Cut": 0.1, "Remove": 0}, failSuffix: {"Remove": "SlimeHard"}, affinity: {Struggle: ["Sharp",], Remove: ["Hook"],}, factionColor: [[], [0]], + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -830,6 +888,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0]], Model: "RubberFeet", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -845,6 +904,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0]], Model: "RubberLegs", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -860,6 +920,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0, 1, 2]], Model: "RubberArms", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -873,6 +934,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0]], Model: "RubberHands", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -886,6 +948,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0, 1, 2]], Model: "RubberMouth", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -899,6 +962,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[], [0]], Model: "RubberHead", tightType: "Thick", + sfxGroup: "Rubber", factionFilters: { Rubber: {color: "DarkNeutral", override: true}, }, @@ -930,6 +994,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "GlueBoots", unlimited: true, debris: "Slime", linkCategory: "SlimeBoots", linkSize: 0.3, inaccessible: true, Asset: "ToeTape", Type: "Full", Color: "#e7cf1a", Group: "ItemBoots", blockfeet: true, addTag: ["FeetLinked"],power: 1, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.0, "Remove": 0.05}, Model: "SlimeBoots", tightType: "Thick", + sfxGroup: "Rubber", Filters: { Slime: {"gamma":1.45,"saturation":0.016666666666666666,"contrast":1.6833333333333333,"brightness":0.9166666666666666,"red":2.3666666666666667,"green":1.6166666666666665,"blue":0.8666666666666667,"alpha":1}, }, @@ -937,6 +1002,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "GlueFeet", unlimited: true, debris: "Slime", linkCategory: "SlimeFeet", linkSize: 0.3, inaccessible: true, Asset: "DuctTape", Type: "CompleteFeet", OverridePriority: 24, Color: "#e7cf1a", Group: "ItemFeet", blockfeet: true, addTag: ["FeetLinked"],power: 1, weight: -100, escapeChance: {"Struggle": 0.25, "Cut": 0.0, "Remove": 0.05}, Model: "SlimeFeet", tightType: "Thick", + sfxGroup: "Rubber", remove: ["Pants"], // They rip off b/c of glue :) Filters: { Slime: {"gamma":1.45,"saturation":0.016666666666666666,"contrast":1.6833333333333333,"brightness":0.9166666666666666,"red":2.3666666666666667,"green":1.6166666666666665,"blue":0.8666666666666667,"alpha":1}, @@ -945,6 +1011,7 @@ const KinkyDungeonRestraints: restraint[] = [ {removePrison: true, name: "GlueLegs", unlimited: true, debris: "Slime", linkCategory: "SlimeLegs", linkSize: 0.3, inaccessible: true, remove: ["ClothLower", "Skirts", "Pants"], Asset: "SeamlessHobbleSkirt", Color: "#e7cf1a", Group: "ItemLegs", blockfeet: true, addTag: ["FeetLinked"],power: 1, weight: -102, escapeChance: {"Struggle": 0.2, "Cut": 0.0, "Remove": 0.05}, Model: "SlimeLegs", tightType: "Thick", + sfxGroup: "Rubber", Filters: { Slime: {"gamma":1.45,"saturation":0.016666666666666666,"contrast":1.6833333333333333,"brightness":0.9166666666666666,"red":2.3666666666666667,"green":1.6166666666666665,"blue":0.8666666666666667,"alpha":1}, }, @@ -1413,6 +1480,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDJacketLink], renderWhenLinked: [...KDJacketRender], Model: "Jacket", + sfxGroup: "Rubber", Filters: { BeltsChest: {"gamma":1,"saturation":0.08333333333333333,"contrast":1.3166666666666664,"brightness":2.8666666666666667,"red":1,"green":1,"blue":1,"alpha":1}, BeltsArms: {"gamma":1,"saturation":0.08333333333333333,"contrast":1.3166666666666664,"brightness":2.8666666666666667,"red":1,"green":1,"blue":1,"alpha":1}, @@ -1441,6 +1509,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDTransportLink], renderWhenLinked: [...KDJacketRender], Model: "JacketHeavy", + sfxGroup: "Rubber", Filters: { BeltsChest: {"gamma":1,"saturation":0.08333333333333333,"contrast":1.3166666666666664,"brightness":2.8666666666666667,"red":1,"green":1,"blue":1,"alpha":1}, BeltsArms: {"gamma":1,"saturation":0.08333333333333333,"contrast":1.3166666666666664,"brightness":2.8666666666666667,"red":1,"green":1,"blue":1,"alpha":1}, @@ -1471,6 +1540,7 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDArmbinderLink], Color: ["#499ed6"], Group: "ItemArms", bindarms: true, bindhands: 1.0, power: 7, weight: 0, renderWhenLinked: [...KDArmbinderLink], Model: "SmoothArmbinderGwen", + sfxGroup: "Rubber", Filters: { Straps: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1.5333333333333332,"blue":4.116666666666667,"alpha":1}, BinderStraps: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1.5333333333333332,"blue":4.116666666666667,"alpha":1}, @@ -1490,6 +1560,7 @@ const KinkyDungeonRestraints: restraint[] = [ minLevel: 0, allFloors: true, shrine: ["Latex", "Armbinders", "Block_ItemHands"]}, {inventory: true, name: "LatexBoxbinder", debris: "Belts", inaccessible: true, Asset: "BoxTieArmbinder", strictness: 0.08, Model: "SmoothArmbinderGwen", + sfxGroup: "Rubber", Filters: { Straps: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1.5333333333333332,"blue":4.116666666666667,"alpha":1}, BinderStraps: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1.5333333333333332,"blue":4.116666666666667,"alpha":1}, @@ -1510,6 +1581,7 @@ const KinkyDungeonRestraints: restraint[] = [ minLevel: 0, allFloors: true, shrine: ["Latex", "Boxbinders", "Block_ItemHands"]}, {renderWhenLinked: [...KDLegbinderRender], inventory: true, name: "LatexLegbinder", inaccessible: true, factionColor: [[0]], Asset: "SeamlessLegBinder", LinkableBy: [...KDLegbinderLink], Color: ["#499ed6"], Group: "ItemLegs", hobble: 1, blockfeet: true, addTag: ["FeetLinked"], power: 7, weight: 0, escapeChance: {"Struggle": -0.05, "Cut": 0.15, "Remove": 0.1, "Pick": 0.35}, Model: "Legbinder", + sfxGroup: "Rubber", Filters: { Binder: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1.6833333333333333,"blue":3.1,"alpha":1}, }, @@ -1521,6 +1593,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.25, enemyTags: {"latexRestraintsHeavy" : 6, "latexlegbinderSpell": 10, "jailRestraints": 1, "latexStart": 10}, playerTags: {"posLatex": -1, "latexAnger": 1, "latexRage": 2}, minLevel: 0, allFloors: true, shrine: ["Latex", "Legbinders"]}, {inventory: true, name: "LatexBoots", inaccessible: true, factionColor: [[0]], Asset: "HighThighBoots", Color: ["#3873C3"], Group: "ItemBoots", power: 6, weight: 0, escapeChance: {"Struggle": -0.15, "Cut": 0.12, "Remove": 0.07, "Pick": 0.25}, Model: "TallHeelsRestraint", + sfxGroup: "Rubber", Filters: { Shoe: {"gamma":0.75,"saturation":1,"contrast":0.7333333333333334,"brightness":0.6166666666666667,"red":1,"green":2.0833333333333335,"blue":2.8499999999999996,"alpha":1}, }, @@ -1532,6 +1605,7 @@ const KinkyDungeonRestraints: restraint[] = [ {alwaysRender: true, inventory: true, name: "LatexCorset", linkCategory: "Corset", linkSize: 0.55, inaccessible: true, deepAccessible: true, factionColor: [[0]], OverridePriority: 25.9, Asset: "HeavyLatexCorset", LinkableBy: KDCorsetLink, strictness: 0.1, Color: ["#5196EF"], Group: "ItemTorso", power: 8, weight: 0, Model: "LatexCorsetCrossRestraint", + sfxGroup: "Rubber", factionFilters: { Corset: {color: "Catsuit", override: false}, }, @@ -1548,6 +1622,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "LatexBallGag", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], Asset: "BallGag", gag: 0.75, Color: ["#4EA1FF", "Default"], Type: "Tight", Group: "ItemMouth", power: 7, weight: 0, escapeChance: {"Struggle": -0.05, "Cut": 0.04, "Remove": 0.4, "Pick": 0.25}, Model: "SmoothBallGag", + sfxGroup: "Rubber", biggerVersion: "LatexBallGagLarge", quickBindCondition: "BallGag", quickBindMult: 0.5, Filters: { @@ -1569,6 +1644,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.8, enemyTags: {"latexRestraints" : 3, "latexGag" : 10, "latexgagSpell": 10, "jailRestraints": 1, forceAntiMagic: -100}, playerTags: {"posLatex": -1, "latexAnger": 2, "latexRage": 2}, minLevel: 0, maxLevel: 5, allFloors: true, shrine: ["BallGags", "Latex" , "Gags"]}, {inventory: true, name: "LatexBallGagLarge", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], Asset: "BallGag", gag: 0.75, Color: ["#4EA1FF", "Default"], Type: "Tight", Group: "ItemMouth", power: 7, weight: 0, escapeChance: {"Struggle": -0.05, "Cut": 0.04, "Remove": 0.4, "Pick": 0.25}, Model: "SmoothLargeBallGag", + sfxGroup: "Rubber", quickBindCondition: "BallGag", quickBindMult: 0.5, events: [{trigger: "postRemoval", type: "replaceItem", requireFlag: "Struggle", list: ["GagNecklace"], keepLock: true, power: 1, msg: "KDGagNecklaceOn"}], Filters: { @@ -1591,6 +1667,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "LatexOTNGag", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], factionColor: [[0], [0], [0]], Asset: "KittyGag", gag: 0.5, Color: ["#4EA1FF", "#4EA1FF", "#4EA1FF"], Group: "ItemMouth", AssetGroup: "ItemMouth3", power: 4, weight: -6, escapeChance: {"Struggle": 0.05, "Cut": 0.18, "Remove": 0.1}, Model: "GagLatex", + sfxGroup: "Rubber", Filters: { Latex: {"gamma":1,"saturation":0.16666666666666666,"contrast":1.25,"brightness":1.8166666666666667,"red":0.3166666666666667,"green":0.48333333333333334,"blue":2.8499999999999996,"alpha":1}, }, @@ -1603,6 +1680,7 @@ const KinkyDungeonRestraints: restraint[] = [ Asset: "KittyGag", gag: 0.5, Color: ["#4EA1FF", "#4EA1FF", "#4EA1FF"], Group: "ItemMouth", AssetGroup: "ItemMouth3", power: 6, weight: -6, escapeChance: {"Struggle": -0.1, "Cut": 0.04, "Remove": 0.1, Pick: 0.0}, Model: "ShinyLatexMuzzle", //Model: "GagLatexMute", + sfxGroup: "Rubber", Filters: { Gag: {"gamma":1,"saturation":1,"contrast":1.4166666666666665,"brightness":1,"red":1,"green":1,"blue":1,"alpha":1}, Rim: {"gamma":1,"saturation":0.16666666666666666,"contrast":1.25,"brightness":1.8166666666666667,"red":0.3166666666666667,"green":0.48333333333333334,"blue":2.8499999999999996,"alpha":1}, @@ -1615,6 +1693,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, unlimited: true, name: "LatexMittens", Model: "LatexMittens", + sfxGroup: "Rubber", Filters: { Mitten: {"gamma":1,"saturation":0.16666666666666666,"contrast":1.25,"brightness":1.8166666666666667,"red":0.3166666666666667,"green":0.48333333333333334,"blue":2.8499999999999996,"alpha":1}, }, @@ -1627,9 +1706,11 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.4, enemyTags: {"latexRestraints":6,"mittensSpell": 10}, playerTags: {"ItemHandsFull":-2}, minLevel: 0, allFloors: true, shrine: ["Mittens", "Latex"]}, - {renderWhenLinked: ["Corsets", "Harnesses", ...KDBindable, "Latex", "Leather", "Metal", "Rope"], inventory: true, name: "LatexCatsuit", inaccessible: true, + {renderWhenLinked: ["Corsets", "Harnesses", ...KDBindable, "Latex", "Leather", "Metal", "Rope"], inventory: true, + name: "LatexCatsuit", inaccessible: true, factionColor: [[0]], Asset: "SeamlessCatsuit", AssetGroup: "Suit", Color: ["#3873C3"], alwaysAccessible: true, + sfxGroup: "Rubber", Model: "Catsuit", Filters: { TorsoLower: {"gamma":2.7666666666666666,"saturation":1.6833333333333333,"contrast":0.8,"brightness":1.5,"red":0.6333333333333334,"green":1.1833333333333333,"blue":2.033333333333333,"alpha":1}, @@ -1654,8 +1735,10 @@ const KinkyDungeonRestraints: restraint[] = [ }, - {renderWhenLinked: ["Corsets", "Harnesses", ...KDBindable, "Latex", "Leather", "Metal", "Rope"], inventory: true, name: "HeavyLatexCatsuit", inaccessible: true, + {renderWhenLinked: ["Corsets", "Harnesses", ...KDBindable, "Latex", "Leather", "Metal", "Rope"], inventory: true, + name: "HeavyLatexCatsuit", inaccessible: true, factionColor: [[0]], Asset: "SeamlessCatsuit", AssetGroup: "Suit", Color: ["#3873C3"], + sfxGroup: "Rubber", alwaysAccessible: true, Model: "Catsuit", Filters: { @@ -1797,6 +1880,7 @@ const KinkyDungeonRestraints: restraint[] = [ factionColor: [[2], [2], [2]], Asset: "KittyGag", gag: 0.5, Color: ["#ff5277", "#ff5277", "#ff5277"], Group: "ItemMouth", AssetGroup: "ItemMouth3", power: 7, weight: -6, escapeChance: {"Struggle": -0.1, "Cut": -0.1, "Remove": -0.1}, Model: "GagLatexMute", + sfxGroup: "Rubber", Filters: { Latex: {"gamma":0.35000000000000003,"saturation":0.16666666666666666,"contrast":1.25,"brightness":0.7333333333333334,"red":2.5166666666666666,"green":0.48333333333333334,"blue":0.41666666666666663,"alpha":1}, }, @@ -1806,6 +1890,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.8, enemyTags: {"redLatexBasic":6}, playerTags: {"ItemMouthFull": 6}, minLevel: 0, allFloors: true, shrine: ["Latex", "RedLatex", "FlatGags", "Gags"]}, {inventory: true, unlimited: true, name: "RedLatexBallGag", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], Asset: "BallGag", gag: 0.75, Color: ["#ff5277", "#882222"], Model: "BallGag", + sfxGroup: "Rubber", quickBindCondition: "BallGag", quickBindMult: 0.5, ApplyVariants: { "AntiMagic": { @@ -1831,6 +1916,7 @@ const KinkyDungeonRestraints: restraint[] = [ Rubber: {color: "Highlight", override: false}, }, Model: "RubberHead", + sfxGroup: "Rubber", gag: 0.3, blindfold: 6, power: 7, weight: -6, factionColor: [[2]], Color: ["#ff5277"], Group: "ItemHead", Asset: "DroneMask", escapeChance: {"Struggle": -0.1, "Cut": -0.1, "Remove": -0.1}, @@ -1840,6 +1926,7 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "BunnyGlovesRestraint", Filters: {"GloveLeft":{"gamma":1,"saturation":0.23333333333333334,"contrast":2.966666666666667,"brightness":0.21666666666666667,"red":2.4833333333333334,"green":0.6666666666666666,"blue":0.6,"alpha":1},"GloveRight":{"gamma":1,"saturation":0.23333333333333334,"contrast":2.966666666666667,"brightness":0.21666666666666667,"red":2.4833333333333334,"green":0.6666666666666666,"blue":0.6,"alpha":1}}, + sfxGroup: "Rubber", factionFilters: { GloveRight: {color: "Highlight", override: false}, GloveLeft: {color: "Highlight", override: false}, @@ -1852,6 +1939,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, unlimited: true, name: "RedLatexBoots", LinkableBy: [...KDSocksLink], renderWhenLinked: ["Boots"], deepAccessible: true, alwaysAccessible: true, heelpower: 0.5, + sfxGroup: "Rubber", Model: "BunnySocksRestraint", Filters: {"SockLeft":{"gamma":1,"saturation":0.23333333333333334,"contrast":2.966666666666667,"brightness":0.21666666666666667,"red":2.4833333333333334,"green":0.6666666666666666,"blue":0.6,"alpha":1},"SockRight":{"gamma":1,"saturation":0.23333333333333334,"contrast":2.966666666666667,"brightness":0.21666666666666667,"red":2.4833333333333334,"green":0.6666666666666666,"blue":0.6,"alpha":1}}, @@ -1869,6 +1957,7 @@ const KinkyDungeonRestraints: restraint[] = [ //region Wolf {inventory: true, name: "WolfArmbinder", debris: "Belts", inaccessible: true, Asset: "SeamlessLatexArmbinder", strictness: 0.1, LinkableBy: [...KDArmbinderLink], Color: "#2E2E2E", Group: "ItemArms", bindarms: true, bindhands: 1.0, power: 7.5, weight: 0, escapeChance: {"Struggle": 0.05, "Cut": 0.15, "Remove": 0.07, "Pick": 0.2}, Model: "WolfArmbinder", + sfxGroup: "Rubber", Filters: { BinderStraps: {"gamma":1.1,"saturation":2.4333333333333336,"contrast":1.1333333333333333,"brightness":2.15,"red":1.4666666666666668,"green":4.25,"blue":1,"alpha":1}, }, @@ -1887,6 +1976,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.35, enemyTags: {"wolfRestraints" : 5}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Latex", "Metal", "Armbinders", "Block_ItemHands"]}, {inventory: true, name: "WolfStrongArmbinder", debris: "Belts", inaccessible: true, Asset: "SeamlessLatexArmbinder", strictness: 0.2, LinkableBy: [...KDArmbinderLink], Color: "#2E2E2E", Group: "ItemArms", bindarms: true, bindhands: 1.0, power: 9, weight: 0, escapeChance: {"Struggle": -0.25, "Cut": -0.15, "Remove": -0.07, "Pick": -0.2}, Model: "JacketHeavyArmbinder", + sfxGroup: "Rubber", Filters: { BeltsArms: {"gamma":1.3,"saturation":0,"contrast":2.216666666666667,"brightness":1.2,"red":1.85,"green":3.333333333333333,"blue":1,"alpha":1}, BeltsChest: {"gamma":1.3,"saturation":0,"contrast":2.216666666666667,"brightness":1.2,"red":1.85,"green":3.333333333333333,"blue":1,"alpha":1}, @@ -1908,6 +1998,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.2, enemyTags: {"wolfRestraintsHeavy" : 1}, playerTags: {}, minLevel: 12, allFloors: true, shrine: ["Latex", "Metal", "Armbinders", "Block_ItemHands"]}, {inventory: true, name: "WolfAnkleCuffs", debris: "Chains", accessible: true, Asset: "FuturisticAnkleCuffs", LinkableBy: [...KDBindable], Type: "Chained", Color: ['#4F91DE', '#4F91DE', '#3F6945', '#000000'], Group: "ItemFeet", power: 8, weight: 0, Model: "WolfCuffsAnkles", + sfxGroup: "Handcuffs", linkCategory: "AnkleCuffs", linkSize: 0.51, noDupe: true, escapeChance: {"Struggle": -0.5, "Cut": -0.4, "Remove": 0.4, "Pick": 0.15}, maxwill: 1.0, enemyTags: {"wolfRestraints":7}, playerTags: {"ItemFeetFull":-2}, minLevel: 0, allFloors: true, shrine: ["Cuffs", "Metal", "AnkleCuffsBase", "HogtieLower"], @@ -1918,6 +2009,7 @@ const KinkyDungeonRestraints: restraint[] = [ {alwaysRender: true, inventory: true, name: "WolfHarness", debris: "Belts", accessible: true, remove: ["Cloth"], Asset: "FuturisticHarness", LinkableBy: [...KDHarnessLink], strictness: 0.05, harness: true, Color: ['#4F91DE', '#346942', '#889FA7', "#000000"], Group: "ItemTorso", power: 4, weight: 0, + sfxGroup: "Ropes", restriction: 3, Model: "WolfHarnessRestraint", factionFilters: { @@ -1929,6 +2021,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 1.0, enemyTags: {"wolfRestraints" : 6, "wolfGear":6}, playerTags: {"ItemTorsoFull": -5}, minLevel: 0, allFloors: true, shrine: ["Latex", "Harnesses"]}, {inventory: true, unlimited: true, name: "WolfMittens", Model: "LongMittens", + sfxGroup: "Rubber", factionFilters: { Mitten: {color: "DarkNeutral", override: true}, Band: {color: "Highlight", override: true}, @@ -1941,6 +2034,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "WolfBallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Model: "SegmentedLargeBallGagHarnessSecure", + sfxGroup: "Rubber", Asset: "FuturisticHarnessBallGag", strictness: 0.35, gag: 0.65, events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.35, requiredTag: "Blindfolds"}, @@ -1960,6 +2054,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "WolfCollar", debris: "Belts", accessible: true, Asset: "AutoShockCollar", Color: ['#6EAF81', '#6EAF81'], Group: "ItemNeck", LinkableBy: [...KDCollarLink],renderWhenLinked: [...KDHighCollarRender],power: 6, weight: 0, escapeChance: {"Struggle": 0.0, "Cut": 0.1, "Remove": 0.1, "Pick": -0.05}, Model: "WolfCollarTag", + sfxGroup: "Leather", factionFilters: { Lining: {color: "DarkNeutral", override: true}, Band: {color: "Highlight", override: true}, @@ -2011,6 +2106,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, removePrison: true, name: "WolfLeash", debris: "Belts", tether: 2.9, Asset: "CollarLeash", Color: "#44fF76", Group: "ItemNeckRestraints", leash: true, power: 1, weight: -99, harness: true, Model: "Leash", + sfxGroup: "Ropes", struggleBreak: true, affinity: { Cut: ["SharpHookOrFoot"], @@ -2140,6 +2236,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "AsylumJacket", debris: "Belts", Asset: "HighSecurityStraitJacket", Modules: [1, 2, 3], Color: ["#333333", "#333333", '#808080', '#808080'], LinkableBy: [...KDJacketLink], + sfxGroup: "Leather", renderWhenLinked: [...KDJacketLink], Group: "ItemArms", power: 8, weight: 0, bindarms: true, bindhands: 1.0,strictness: 0.2, Model: "Jacket", @@ -2158,6 +2255,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "TransportJacket", debris: "Belts", Asset: "TransportJacket", events: [{type: "PrisonerJacket", trigger: "afterDress"}], Color: ["#808080", "#202020", "#808080", "#EEEEEE", "#202020", "#808080"], Model: "JacketHeavy", + sfxGroup: "Leather", LinkableBy: [...KDTransportLink], renderWhenLinked: [...KDJacketRender], Filters: { @@ -2174,6 +2272,7 @@ const KinkyDungeonRestraints: restraint[] = [ {renderWhenLinked: [...KDLegbinderRender], inventory: true, name: "AsylumLegbinder", debris: "Belts", inaccessible: true, Asset: "LegBinder", LinkableBy: [...KDLegbinderLink], Color: "Default", Group: "ItemLegs", blockfeet: true, Model: "Legbinder", + sfxGroup: "Leather", Filters: { Binder: {"gamma":0.6333333333333334,"saturation":1,"contrast":0.6833333333333333,"brightness":0.6,"red":1.7999999999999998,"green":1.2333333333333334,"blue":1,"alpha":1}, }, @@ -2190,6 +2289,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "AsylumMuzzle", debris: "Belts", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], gag: 0.4, Asset: "FuturisticMuzzle", Modules: [1, 1, 0], Group: "ItemMouth", AssetGroup: "ItemMouth3", Color: ["#814F21","#814F21","#814F21","#814F21"], power: 8, weight: 2, Model: "GagFabric", + sfxGroup: "Leather", Filters: { Fabric: {"gamma":0.6333333333333334,"saturation":1,"contrast":0.6833333333333333,"brightness":0.6,"red":1.7999999999999998,"green":1.2333333333333334,"blue":1,"alpha":1}, }, @@ -2627,6 +2727,7 @@ const KinkyDungeonRestraints: restraint[] = [ //region High security prison restraints {inventory: true, name: "HighsecArmbinder", debris: "Belts", strictness: 0.1, Asset: "LeatherArmbinder", inaccessible: true, LinkableBy: [...KDArmbinderLink], renderWhenLinked: [...KDArmbinderLink], Type: "Strap", Group: "ItemArms", bindarms: true, bindhands: 1.0, Color: "#333333", limitChance: {"Unlock": 0.2}, power: 7, weight: 2, + sfxGroup: "Leather", Model: "Jacket", factionFilters: { BeltsArms: {color: "DarkNeutral", override: true}, @@ -2642,6 +2743,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": -0.25, "Cut": 0.1, "Remove": 0.15, "Pick": 0.1}, enemyTags: {"highsecRestraints": 10, "leatherRestraintsHeavy":4, "armbinderSpell": 100}, playerTags: {}, minLevel: 8, allFloors: true, shrine: ["Leather", "Armbinders", "Block_ItemHands"]}, {inventory: true, name: "HighsecBoxbinder", debris: "Belts", strictness: 0.1, Asset: "BoxTieArmbinder", inaccessible: true, LinkableBy: [...KDBoxbinderLink], renderWhenLinked: [...KDBoxbinderLink], Group: "ItemArms", bindarms: true, bindhands: 1.0, Color: "#333333", Model: "Jacket", + sfxGroup: "Leather", factionFilters: { BeltsArms: {color: "DarkNeutral", override: true}, BeltsChest: {color: "DarkNeutral", override: true}, @@ -2658,6 +2760,7 @@ const KinkyDungeonRestraints: restraint[] = [ minLevel: 8, allFloors: true, shrine: ["Boxbinders", "Leather", "Block_ItemHands"]}, {inventory: true, name: "HighsecStraitjacket", debris: "Belts", strictness: 0.2, Model: "Jacket", + sfxGroup: "Leather", factionFilters: { BeltsArms: {color: "DarkNeutral", override: true}, BeltsChest: {color: "DarkNeutral", override: true}, @@ -2677,6 +2780,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "HighsecTransportJacket", debris: "Belts", Asset: "TransportJacket", Color: ["#808080", "#202020", "#808080", "#EEEEEE", "#202020", "#808080"], Model: "JacketHeavy", + sfxGroup: "Leather", LinkableBy: [...KDTransportLink], renderWhenLinked: [...KDJacketRender], factionFilters: { @@ -2694,6 +2798,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "HighsecShackles", debris: "Chains", Asset: "SteelAnkleCuffs", Type: "Chained", LinkableBy: [...KDBindable, ...KDDevices], Group: "ItemFeet", hobble: 1, Color: ["Default", "Default"], power: 6, weight: 2, Model: "Legirons", + sfxGroup: "Chains", alwaysDressModel: [ {Model: "AnkleLink"} ], @@ -2720,6 +2825,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": -0.25, "Cut": -0.05, "Remove": 0.18, "Pick": 0.25}, enemyTags: {"highsecRestraints": 10, forceAntiMagic: -100, "ballGagRestraints" : 4, "gagSpell": 100}, playerTags: {}, minLevel: 5, allFloors: true, shrine: ["BallGags", "Leather", "Gags"]}, {inventory: true, name: "HighsecMuzzle", debris: "Belts", inaccessible: true, LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], factionColor: [[], [0]], Asset: "MuzzleGag", Model: "MuzzleGagHarnessSecure", + sfxGroup: "Leather", events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.35, requiredTag: "Blindfolds"}, {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagStruggleBlindfold", inheritLinked: true,StruggleType: "Struggle", power: 0.25, requiredTag: "Blindfolds"}, @@ -2738,6 +2844,7 @@ const KinkyDungeonRestraints: restraint[] = [ {renderWhenLinked: [...KDLegbinderRender], inventory: true, name: "HighsecLegbinder", debris: "Belts", Asset: "LegBinder", inaccessible: true, LinkableBy: [...KDLegbinderLink], Color: "Default", Group: "ItemLegs", blockfeet: true, Model: "Legbinder", + sfxGroup: "Leather", Filters: { Laces: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":3.35,"green":1,"blue":1,"alpha":1}, }, @@ -2798,6 +2905,7 @@ const KinkyDungeonRestraints: restraint[] = [ BeltsLower: {color: "Highlight", override: true}, }, harness: true, + sfxGroup: "Leather", escapeChance: {"Struggle": -0.1, "Cut": 0.25, "Remove": 0.25, "Pick": 0.15}, enemyTags: {"leatherRestraintsHeavy":2, "armbinderSpell": 100, "harnessSpell": 1, "binderharnessSpell": 10}, playerTags: {"ItemArmsEmpty": -1000, "Armbinders": 8, "Boxbinders": 8}, playerTagsMissing: {"Armbinders": -8, "Boxbinders": -8}, enemyTagsMult: {"backup_harness": 0.05}, @@ -2810,12 +2918,14 @@ const KinkyDungeonRestraints: restraint[] = [ "More_Armbinders": 3.5, "Less_Armbinders": 0.1, }, + sfxGroup: "Leather", limitChance: {"Struggle": 0.15, "Cut": 0.1, "Unlock": 0.2}, maxwill: 0.25, escapeChance: {"Struggle": 0.11, "Cut": 0.4, "Remove": 0.3, "Pick": 0.5}, enemyTags: {"trap":100, "leatherRestraintsHeavy":6, "armbinderSpell": 100}, playerTags: {}, minLevel: 4, allFloors: true, shrine: ["Leather", "Armbinders", "Block_ItemHands"]}, {renderWhenLinked: [...KDLegbinderRender], inventory: true, name: "TrapLegbinder", debris: "Belts", Asset: "LegBinder", inaccessible: true, LinkableBy: [...KDLegbinderLink], Color: "Default", Group: "ItemLegs", blockfeet: true, Model: "Legbinder", + sfxGroup: "Leather", factionFilters: { Binder: {color: "DarkNeutral", override: true}, Laces: {color: "Highlight", override: true}, @@ -2830,6 +2940,7 @@ const KinkyDungeonRestraints: restraint[] = [ {renderWhenLinked: ["Belts"], inventory: true, trappable: true, name: "TrapBoxbinder", debris: "Belts", inaccessible: true, strictness: 0.075, Asset: "BoxTieArmbinder", Model: "ArmbinderCross", + sfxGroup: "Leather", playerTagsMult: { "ItemArmsEmpty": 0.05, "More_Boxbinders": 3.5, @@ -2874,6 +2985,7 @@ const KinkyDungeonRestraints: restraint[] = [ helpChance: {"Pick": 0.4, "Unlock": 1.0}, enemyTags: {"trap":9, "yokeSpell": 4, "fiddle": 14, "Unchained": -9, "steelbondage": 10}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Metal", "Fiddles"]}, {alwaysRender: true, inventory: true, trappable: true, name: "TrapHarness", debris: "Belts", strictness: 0.05, Asset: "LeatherStrapHarness", accessible: true, Model: "Harness", + sfxGroup: "Leather", harness: true, restriction: 2, LinkableBy: [...KDHarnessLink], OverridePriority: 26, Color: "#222222", Group: "ItemTorso", power: 2, weight: 2, @@ -2882,6 +2994,7 @@ const KinkyDungeonRestraints: restraint[] = [ playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Leather", "Harnesses"]}, {alwaysRender: true, inventory: true, trappable: true, name: "PVCHarness", debris: "Belts", strictness: 0.07, Asset: "LeatherStrapHarness", accessible: true, Model: "Harness", + sfxGroup: "Leather", harness: true, factionFilters: { Straps: {color: "LightNeutral", override: true}, @@ -2896,6 +3009,7 @@ const KinkyDungeonRestraints: restraint[] = [ playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Latex", "Harnesses"]}, {inventory: true, trappable: true, name: "TrapGag", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Asset: "BallGag", Model: "BallGag", + sfxGroup: "Rubber", biggerVersion: "TrapGagLarge", quickBindCondition: "BallGag", quickBindMult: 0.5, ApplyVariants: { @@ -2915,6 +3029,7 @@ const KinkyDungeonRestraints: restraint[] = [ shrine: ["BallGags", "Leather", "Gags"]}, {inventory: true, trappable: true, name: "TrapGagLarge", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Asset: "BallGag", Model: "LargeBallGag", + sfxGroup: "Rubber", quickBindCondition: "BallGag", quickBindMult: 0.5, events: [{trigger: "postRemoval", type: "replaceItem", requireFlag: "Struggle", list: ["GagNecklace"], keepLock: true, power: 1, msg: "KDGagNecklaceOn"}], ApplyVariants: { @@ -2931,6 +3046,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, trappable: true, name: "TrapBlindfold", debris: "Belts", Asset: "LeatherBlindfold", LinkableBy: [...KDBlindfoldLink], renderWhenLinked: [...KDBlindfoldLink], Color: "Default", Group: "ItemHead", power: 3, weight: 2, + sfxGroup: "Leather", Model: "BlindfoldLeather", /*Filters: { Blindfold: {"gamma":1,"saturation":1,"contrast":1.8833333333333333,"brightness":0.48333333333333334,"red":1,"green":1,"blue":1,"alpha":1}, @@ -2945,11 +3061,13 @@ const KinkyDungeonRestraints: restraint[] = [ playerTags: {NoBlindfolds: -1000}, minLevel: 4, allFloors: true, shrine: ["Leather", "Blindfolds"]}, {inventory: true, trappable: true, name: "TrapBoots", debris: "Belts", Asset: "BalletHeels", Color: "Default", Group: "ItemBoots", heelpower: 1, power: 3, weight: 2, remove: ["Shoes"], + sfxGroup: "Leather", Model: "BalletHeelsRestraint", maxwill: 0.9, escapeChance: {"Struggle": 0.15, "Cut": 0.45, "Remove": 0.4, "Pick": 0.4}, enemyTags: {"trap":100, "leatherHeels": 8}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Heels", "Leather", "Boots", "Heels"]}, {inventory: true, trappable: true, name: "TrainingHeels", debris: "Belts", Asset: "BalletHeels", Color: "Default", Group: "ItemBoots", heelpower: 1, power: 5, weight: 0, alwaysKeep: true, DefaultLock: "HiSec", + sfxGroup: "Leather", remove: ["Shoes"], Model: "BalletHeelsRestraint", escapeChance: {"Struggle": -0.5, "Cut": 0.1, "Remove": 10, "Pick": 0.0}, enemyTags: {}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["Heels", "Boots"]}, @@ -3075,6 +3193,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, trappable: true, name: "TrapMittens", debris: "Belts", inaccessible: true, Asset: "LeatherMittens", Color: "Default", Group: "ItemHands", bindhands: 1.0, power: 4, weight: 0, LinkableBy: [...KDGlovesLink], Model: "LeatherMittens", + sfxGroup: "Leather", Filters: { Lock: {"gamma":1,"saturation":0.03333333333333333,"contrast":1,"brightness":1,"red":1,"green":1,"blue":1,"alpha":1}, Band: {"gamma":0.43333333333333335,"saturation":1,"contrast":1.1833333333333333,"brightness":0.5166666666666666,"red":1,"green":1,"blue":1,"alpha":1}, @@ -3128,6 +3247,7 @@ const KinkyDungeonRestraints: restraint[] = [ {renderWhenLinked: ["Chastity"], inventory: true, arousalMode: true, name: "WolfPanties", debris: "Belts", inaccessible: true, Asset: "SciFiPleasurePanties", strictness: 0.05, Color: ["#4F91DE", "#2E2E2E", "#3b7d4f", "#2f5753", "#4F91DE", "#4F91DE", "#000000"] ,Group: "ItemPelvis", LinkableBy: ["Chastity"], power: 4, Model: "WolfPantiesRestraint", + sfxGroup: "Rubber", limited: true, Filters: { Panties: {"gamma":1,"saturation":2.3000000000000003,"contrast":1,"brightness":1,"red":1,"green":1,"blue":1,"alpha":1}, @@ -3310,6 +3430,7 @@ const KinkyDungeonRestraints: restraint[] = [ // Generic ball gag thats stronger than the trap one {inventory: true, name: "MagicGag", Asset: "BallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], gag: 0.35, Model: "BallGag", + sfxGroup: "Leather", biggerVersion: "MagicGagLarge", quickBindCondition: "BallGag", quickBindMult: 0.5, events: [{trigger: "postRemoval", type: "replaceItem", requireFlag: "Struggle", list: ["GagNecklace"], keepLock: true, power: 1, msg: "KDGagNecklaceOn"}], @@ -3326,6 +3447,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.9, enemyTags: {"ballGagRestraints" : 4, "gagSpell": 10, forceAntiMagic: -100}, playerTags: {}, minLevel: 0, maxLevel: 7, allFloors: true, shrine: ["BallGags", "Leather", "Gags"]}, {inventory: true, name: "MagicGagLarge", Asset: "BallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], gag: 0.35, Model: "LargeBallGag", + sfxGroup: "Leather", quickBindCondition: "BallGag", quickBindMult: 0.5, events: [{trigger: "postRemoval", type: "replaceItem", requireFlag: "Struggle", list: ["GagNecklace"], keepLock: true, power: 1, msg: "KDGagNecklaceOn"}], ApplyVariants: { @@ -3342,6 +3464,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "MagicGag2", Asset: "BallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], factionColor: [[], [0]], Model: "LargeBallGag", + sfxGroup: "Leather", quickBindCondition: "BallGag", quickBindMult: 0.5, events: [{trigger: "postRemoval", type: "replaceItem", requireFlag: "Struggle", list: ["GagNecklace"], keepLock: true, power: 1, msg: "KDGagNecklaceOn"}], ApplyVariants: { @@ -3357,6 +3480,7 @@ const KinkyDungeonRestraints: restraint[] = [ enemyTags: {"ballGagRestraintsMagic" : 4, "gagSpellStrong": 10, forceAntiMagic: -100}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["BallGags", "Leather", "Gags", "Conjure"]}, {inventory: true, name: "AntiMagicGag", Asset: "BallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Model: "BallGag", + sfxGroup: "Leather", quickBindCondition: "BallGag", quickBindMult: 0.5, Filters: { "Ball": {"gamma":1,"saturation":0.03333333333333333,"contrast":1,"brightness":1,"red":1,"green":3.016666666666667,"blue":3.95,"alpha":1}, @@ -3371,6 +3495,7 @@ const KinkyDungeonRestraints: restraint[] = [ enemyTags: {}, playerTags: {}, minLevel: 3, maxLevel: 7, allFloors: true, shrine: ["Illusion", "BallGags", "Leather" , "Gags", "Conjure"]}, {inventory: true, name: "AntiMagicGag2", Asset: "BallGag", debris: "Belts", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Model: "BallGag", + sfxGroup: "Leather", quickBindCondition: "BallGag", quickBindMult: 0.5, Filters: { "Ball": {"gamma":1,"saturation":0.03333333333333333,"contrast":1,"brightness":1,"red":1,"green":3.016666666666667,"blue":3.95,"alpha":1}, @@ -3387,11 +3512,13 @@ const KinkyDungeonRestraints: restraint[] = [ // Generic stronger gag {inventory: true, trappable: true, name: "PanelGag", debris: "Belts", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], Asset: "DeepthroatGag", gag: 0.7, Model: "PanelGag", + sfxGroup: "Leather", Color: "#888888", Group: "ItemMouth", power: 4, weight: 5, escapeChance: {"Struggle": 0.1, "Cut": 0.3, "Remove": 0.4, "Pick": 0.3}, maxwill: 0.6, enemyTags: {"leatherRestraints":8, "leatherGags": 10}, playerTags: {}, minLevel: 0, maxLevel: 7, allFloors: true, shrine: ["FlatGags", "Leather", "Gags"]}, {inventory: true, trappable: true, name: "HarnessPanelGag", debris: "Belts", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], Asset: "HarnessPanelGag", gag: 0.7, Model: "PanelGagHarness", + sfxGroup: "Leather", events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.35, requiredTag: "Blindfolds"}, {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagStruggleBlindfold", inheritLinked: true,StruggleType: "Struggle", power: 0.25, requiredTag: "Blindfolds"}, @@ -3401,6 +3528,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.6, enemyTags: {"leatherRestraintsHeavy":8, "leatherGags": 10}, playerTags: {}, minLevel: 3, allFloors: true, shrine: ["FlatGags", "Leather", "Gags"]}, {inventory: true, trappable: true, name: "HarnessGag", debris: "Belts", Asset: "HarnessBallGag", LinkableBy: [...KDBallGagLink], renderWhenLinked: [...KDBallGagLink], Model: "BallGagHarness", + sfxGroup: "Leather", events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.15, requiredTag: "Blindfolds"}, {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagStruggleBlindfold", inheritLinked: true,StruggleType: "Struggle", power: 0.1, requiredTag: "Blindfolds"}, @@ -3421,6 +3549,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.6, enemyTags: {"leatherRestraints":1, "leatherRestraintsHeavy": 1, "leatherGags": 10, forceAntiMagic: -100}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["BallGags", "Leather" , "Gags"]}, {inventory: true, name: "PanelPlugGagHarness", Asset: "OTNPlugGag", debris: "Belts", LinkableBy: [...KDPlugGagLink], renderWhenLinked: [...KDPlugGagLink], Type: "Plug", gag: 1.0, Model: "PlugMuzzleGagHarness", + sfxGroup: "Leather", events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.35, requiredTag: "Blindfolds"}, {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagStruggleBlindfold", inheritLinked: true,StruggleType: "Struggle", power: 0.25, requiredTag: "Blindfolds"}, @@ -3431,6 +3560,7 @@ const KinkyDungeonRestraints: restraint[] = [ maxwill: 0.2, enemyTags: {"leatherRestraintsHeavy" : 4, "leatherGags": 5}, playerTags: {}, minLevel: 8, allFloors: true, shrine: ["PlugGags", "Leather", "Gags"]}, {inventory: true, name: "PanelPlugGag", Asset: "DildoPlugGag", debris: "Belts", LinkableBy: [...KDPlugGagLink], renderWhenLinked: [...KDPlugGagLink], gag: 0.9, Model: "PlugMuzzleGag", + sfxGroup: "Leather", Color: ["#888888", "#444444", "#aaaaaa"], Group: "ItemMouth", power: 6, weight: 1, escapeChance: {"Struggle": -0.05, "Cut": 0.2, "Remove": 0.15, "Pick": 0.1}, maxwill: 0.2, enemyTags: {"leatherRestraintsHeavy" : 10, "leatherGags": 5}, playerTags: {}, minLevel: 5, maxLevel: 10, allFloors: true, shrine: ["PlugGags", "Leather", "Gags"]}, @@ -3438,24 +3568,30 @@ const KinkyDungeonRestraints: restraint[] = [ // Simple cloth stuff {inventory: true, name: "ClothGag", LinkableBy: [...KDBallGagLink], debris: "Fabric", renderWhenLinked: [...KDBallGagLink], Asset: "ClothGag", gag: 0.35, Type: "Knotted", Color: "#959595", Group: "ItemMouth", AssetGroup: "ItemMouth2", power: 0.1, weight: 2, escapeChance: {"Struggle": 0.5, "Cut": 1.0, "Remove": 0.8}, Model: "ClothCleave", + sfxGroup: "Ropes", maxwill: 0.75, enemyTags: {"clothRestraints":8, "ropeAuxiliary": 3}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["ClothGag", "Rope", "BallGags", "Gags"]}, {inventory: true, name: "ClothGag2", LinkableBy: [...KDBallGagLink], debris: "Fabric", renderWhenLinked: [...KDBallGagLink], Asset: "ClothGag", gag: 0.45, Type: "Knotted", Color: "#959595", Group: "ItemMouth", AssetGroup: "ItemMouth2", power: 0.1, weight: 2, escapeChance: {"Struggle": 0.5, "Cut": 1.0, "Remove": 0.8}, Model: "ClothCleaveThick", + sfxGroup: "Ropes", maxwill: 0.6, enemyTags: {"clothRestraints":6, "ropeAuxiliary": 2}, playerTags: {}, minLevel: 2, allFloors: true, shrine: ["ClothGag", "Rope", "BallGags", "Gags"]}, {inventory: true, name: "ClothGag3", LinkableBy: [...KDBallGagLink], debris: "Fabric", renderWhenLinked: [...KDBallGagLink], Asset: "ClothGag", gag: 0.65, Type: "Knotted", Color: "#959595", Group: "ItemMouth", AssetGroup: "ItemMouth2", power: 0.1, weight: 2, escapeChance: {"Struggle": 0.5, "Cut": 1.0, "Remove": 0.8}, Model: "ClothKnot", + sfxGroup: "Ropes", maxwill: 0.35, enemyTags: {"clothRestraints":4, "ropeAuxiliary": 1}, playerTags: {}, minLevel: 3, allFloors: true, shrine: ["ClothGag", "Rope", "BallGags", "Gags"]}, {inventory: true, name: "ClothGagOver", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], Asset: "ClothGag", gag: 0.35, Type: "OTN", Color: "#959595", Group: "ItemMouth", AssetGroup: "ItemMouth3", power: 0.1, weight: 2, escapeChance: {"Struggle": 0.5, "Cut": 1.0, "Remove": 0.8}, Model: "ClothOTN", + sfxGroup: "Ropes", maxwill: 0.75, enemyTags: {"clothRestraints":4, "ropeAuxiliary": 1}, debris: "Fabric", playerTags: {"ItemMouthEmpty": -4, "ItemMouth2Empty": -4}, minLevel: 0, allFloors: true, shrine: ["ClothGag", "FlatGags", "Rope", "Gags"]}, {inventory: true, name: "ClothBlindfold", Asset: "ClothBlindfold", debris: "Fabric", Color: "#959595", LinkableBy: [...KDTapeLink], renderWhenLinked: [...KDTapeRender], Group: "ItemHead", power: 0.1, weight: 2, escapeChance: {"Struggle": 0.5, "Cut": 1.0, "Remove": 0.8}, Model: "ClothBlindfold", + sfxGroup: "Ropes", affinity: {Struggle: ["Sticky", "Hook"], Remove: ["Hook"],}, maxwill: 0.85, blindfold: 2, enemyTags: {"clothRestraints":8, "ropeAuxiliary": 1}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["ClothBlindfold", "Rope", "Blindfolds"]}, //region Baast warriors only apply two things so its okay that these have a high maxwill {inventory: true, name: "KittyGag", Asset: "KittyHarnessPanelGag", debris: "Belts", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], gag: 0.6, Model: "KittyHarnessPanelGag", + sfxGroup: "Leather", events: [ {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagRemoveBlindfold", inheritLinked: true,StruggleType: "Remove", power: 0.35, requiredTag: "Blindfolds"}, {trigger: "beforeStruggleCalc", type: "struggleDebuff", msg: "KDHarnessGagStruggleBlindfold", inheritLinked: true,StruggleType: "Struggle", power: 0.25, requiredTag: "Blindfolds"}, @@ -3464,9 +3600,11 @@ const KinkyDungeonRestraints: restraint[] = [ enemyTags: {"kittyRestraints":8}, playerTags: {}, minLevel: 0, allFloors: true, shrine: ["FlatGags", "Leather", "Gags", "Will"]}, {inventory: true, name: "KittyMuzzle", debris: "Belts", Asset: "KittyGag", gag: 0.4, Color: ["#FFFFFF", "#000000", "#E496E7"], Group: "ItemMouth", AssetGroup: "ItemMouth3", power: 7, weight: -6, escapeChance: {"Struggle": -0.04, "Cut": 0.04, "Remove": 0.4, "Pick": 0.2}, Model: "KittyMuzzle", + sfxGroup: "Leather", maxwill: 0.9, enemyTags: {"kittyRestraints":6}, playerTags: {"ItemMouth2Full": 4, "ItemMouthFull": 4}, minLevel: 3, allFloors: true, shrine: ["FlatGags", "Leather", "Gags", "Will"]}, {inventory: true, name: "KittyBlindfold", debris: "Belts", Asset: "KittyBlindfold", blindfold: 3, Model: "KittyBlindfold", + sfxGroup: "Leather", LinkableBy: [...KDBlindfoldLink], renderWhenLinked: [...KDBlindfoldLink], Color: ["#FFFFFF","#000000","#E48FE9"], Group: "ItemHead", power: 5, weight: 2, escapeChance: {"Struggle": 0.1, "Cut": 0.3, "Remove": 0.25, "Pick": 0.2}, enemyTags: {"kittyRestraints":8}, playerTags: {NoBlindfolds: -1000}, minLevel: 0, allFloors: true, shrine: ["Leather", "Blindfolds", "Will"]}, @@ -3474,9 +3612,11 @@ const KinkyDungeonRestraints: restraint[] = [ LinkableBy: [...KDGlovesLink], bindhands: 1.0, power: 5, weight: 2, escapeChance: {"Struggle": 0.0, "Cut": 0.3, "Remove": 0.15, "Pick": 0.4}, Model: "LeatherPawMittens", + sfxGroup: "Leather", maxwill: 0.9, enemyTags: {"kittyRestraints":8}, playerTags: {}, minLevel: 4, allFloors: true, shrine: ["Mittens", "Leather", "Will"]}, {inventory: true, name: "KittySuit", debris: "Belts", Asset: "BitchSuit", Color: "Default", Group: "ItemArms", DefaultLock: "Red", Model: "ElitePetsuit", + sfxGroup: "Leather", Filters: { Suit: {"gamma":1.65,"saturation":1,"contrast":1,"brightness":1.23,"red":1,"green":1,"blue":1,"alpha":1} }, @@ -3503,6 +3643,7 @@ const KinkyDungeonRestraints: restraint[] = [ helpChance: {"Remove": 0.1}, maxwill: 0.15, enemyTags: {"kittyRestraints":3}, playerTags: {"NoPet": -1000}, minLevel: 7, allFloors: true, shrine: ["Petsuits", "Latex", "Will", "HinderFeet"]}, {inventory: true, name: "MagicPetsuit", inaccessible: true, debris: "Belts", Asset: "StrictLeatherPetCrawler", magic: true, Color: "Default", Group: "ItemArms", Model: "Petsuit", + sfxGroup: "Leather", bindarms: true, bindhands: 1.0, addTag: ["ForceKneel"], power: 12, weight: 0, hobble: 2, factionFilters: { @@ -3525,6 +3666,7 @@ const KinkyDungeonRestraints: restraint[] = [ shrine: ["Petsuits", "Leather", "Conjure", "HinderFeet"]}, {inventory: true, name: "LatexPetsuit", inaccessible: true, debris: "Slime", Color: "Default", Group: "ItemArms", Model: "LatexPetsuit", + sfxGroup: "Leather", bindarms: true, bindhands: 1.0, addTag: ["ForceKneel"], power: 9, weight: 0, hobble: 2, factionFilters: { @@ -3561,6 +3703,7 @@ const KinkyDungeonRestraints: restraint[] = [ playerTags: {"NoPet": -1000}, minLevel: 0, allFloors: true, shrine: ["Petsuits", "Latex", "Conjure", "HinderFeet"]}, {inventory: true, name: "WolfPetsuit", inaccessible: true, debris: "Belts", Asset: "StrictLeatherPetCrawler", Color: "Default", Group: "ItemArms", DefaultLock: "Blue", + sfxGroup: "Rubber", remove: ["Bras", "Panties"], alwaysDressModel: [ { @@ -3604,6 +3747,7 @@ const KinkyDungeonRestraints: restraint[] = [ // Only apply if already wearing KittySuit {inventory: true, name: "KittyPetSuit", inaccessible: true, debris: "Belts", Asset: "BitchSuit", Color: "Default", Group: "ItemArms", DefaultLock: "Blue", + sfxGroup: "Leather", Model: "ElitePetsuit", remove: ["Bras", "Panties"], alwaysDressModel: [ @@ -3875,6 +4019,21 @@ const KinkyDungeonRestraints: restraint[] = [ Model: "GagMetalRiveted", struggleBreak: true, power: 3, weight: 2, escapeChance: {"Struggle": -0.3, "Cut": -0.25, "Remove": 10, "Pick": 5}, enemyTags: {"shackleGag":1}, playerTags: {"ItemMouthFull":1}, minLevel: 0, allFloors: true, shrine: ["FlatGags", "Metal", "Gags"]}, + + {inventory: true, name: "BlacksteelMuzzleGag", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], gag: 0.3, Asset: "MuzzleGag", Group: "ItemMouth", AssetGroup: "ItemMouth3", Color: "#999999", + Model: "GagMetalRivetedStrap", + struggleBreak: true, + Filters: { + Metal: {"gamma":0.6166666666666667,"saturation":1,"contrast":1.3,"brightness":2.4166666666666665,"red":1,"green":1,"blue":1,"alpha":1}, + Strap: {"gamma":0.6166666666666667,"saturation":1,"contrast":1.3,"brightness":2.4166666666666665,"red":1,"green":1,"blue":1,"alpha":1}, + }, + factionFilters: { + Metal: {override: false, color: "DarkNeutral"}, + Rivets: {override: true, color: "LightNeutral"}, + }, + power: 8, weight: 2, escapeChance: {"Struggle": -0.5, "Cut": -0.5, "Remove": 10, "Pick": 0.2}, + enemyTags: {"blacksteelRestraints":1}, playerTags: {"ItemMouthFull":1}, + minLevel: 7, allFloors: true, shrine: ["Blacksteel", "FlatGags", "Metal", "Gags"]}, //endregion //region Invisible @@ -3931,12 +4090,14 @@ const KinkyDungeonRestraints: restraint[] = [ //region Comfy {inventory: true, name: "ComfyGag", gag: 0.5, Asset: "MuzzleGag", Group: "ItemMouth", LinkableBy: [...KDFlatGagLink], renderWhenLinked: [...KDFlatGagLink], AssetGroup: "ItemMouth3", Color: "#cccccc", power: 1, weight: 4, escapeChance: {"Struggle": 0.2, "Cut": 0.2, "Remove": 0.4, "Pick": 5}, maxwill: 0.9, Model: "GagComfy", + sfxGroup: "Leather", Filters: { Fabric: {"gamma":1,"saturation":1,"contrast":1,"brightness":1,"red":1,"green":1,"blue":1,"alpha":0.5166666666666666}, }, enemyTags: {"comfyRestraints":1}, playerTags: {"ItemMouthFull":1}, minLevel: 0, allFloors: true, shrine: ["FlatGags", "Gags", "Illusion"]}, {inventory: true, name: "ComfyStraitjacket", Asset: "HighSecurityStraitJacket", Modules: [0, 2, 1], Color: ['#cccccc', '#cccccc', '#cccccc'], Group: "ItemArms", power: 3, weight: 1, bindarms: true, bindhands: 0.9, + sfxGroup: "Leather", LinkableBy: [...KDJacketLink], renderWhenLinked: [...KDJacketRender], Model: "JacketHeavy", @@ -5068,6 +5229,8 @@ const KinkyDungeonRestraints: restraint[] = [ unlimited: true, struggleBreak: true, tightType: "Secure", + + sfxGroup: "Ropes", linkCategories: ["EnchantableCollar"], linkSizes: [0.51], maxwill: 0.25, enemyTags: {"livingCollar":10}, playerTags: {"ItemNeckFull":-2}, minLevel: 0, allFloors: true, shrine: ["Collars","Rope", "RopeSnake"], events: [{trigger: "tick", type: "livingRestraints", tags: ["ropeRestraints", "ropeRestraints2", "ropeRestraintsWrist"], cloneTags: [], inheritLinked: true, frequencyMax: 60, frequencyMin: 10, frequencyStep: 0.9, count: 8}] @@ -5079,6 +5242,7 @@ const KinkyDungeonRestraints: restraint[] = [ Group: "ItemDevices", power: 1, weight: -1000, escapeChance: {"Struggle": 0.15, "Cut": 0.45, "Remove": 0.05}, enemyTags: {}, playerTags: {}, + sfxGroup: "Ropes", minLevel: 0, allFloors: true, shrine: ["RopeSnake", "Rope", "Raw"]}, {unlimited: true, changeRenderType: {"ArmBind": "WristElbowHarnessTie"}, inventory: true, name: "RopeSnakeArmsBoxtie", debris: "Ropes", accessible: true, factionColor: [[], [0]], Model: "RopeBoxtie1", @@ -5087,6 +5251,7 @@ const KinkyDungeonRestraints: restraint[] = [ //renderWhenLinked: [...KDArmRopesRender], alwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", Asset: "HempRope", Color: "Default", LinkableBy: ["Boxbinders", "Boxties", "RopeReinforce", "Wrapping", "Encase",...KDBindable], Group: "ItemArms", bindarms: true, power: 1.5, weight: 0, escapeChance: {"Struggle": 0.15, "Cut": 0.45, "Remove": 0.05}, struggleMult: {"Struggle": 0.35, "Remove": 0.3}, affinity: {Remove: ["Hook"],}, @@ -5101,6 +5266,7 @@ const KinkyDungeonRestraints: restraint[] = [ {trigger: "beforeStruggleCalc", type: "ropeDebuff", power: 0.05, inheritLinked: true, requireTags: ["RopeReinforce", "IntricateRopeArms"]} ], disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", alwaysRender: true, struggleMult: {"Struggle": 0.45, "Remove": 0.45}, LinkableBy: ["Boxbinders", "Armbinders", "BindingDress", ...KDBindable, "Cuffs", "Ties"], Group: "ItemArms", bindarms: true, power: 1, weight: 0, escapeChance: {"Struggle": 0.4, "Cut": 0.67, "Remove": 0.3}, @@ -5120,6 +5286,7 @@ const KinkyDungeonRestraints: restraint[] = [ struggleMult: {"Struggle": 0.2, "Remove": 0.22}, UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", LinkableBy: ["Boxbinders", "Armbinders", ...KDBindable, "Cuffs", "RopeReinforce"], Group: "ItemArms", bindarms: true, power: 2, weight: 0, escapeChance: {"Struggle": 0.25, "Cut": 0.67, "Remove": 0.2}, affinity: {Remove: ["Hook"],}, strictness: 0.05, strictnessZones: ["ItemHands", "HandsFrontAllowed", "HandsCrossedAllowed", "HandsUpAllowed"], maxwill: 1.0, enemyTags: {"ropeRestraints":8}, playerTags: {"ItemArmsFull":-1}, minLevel: 2, allFloors: true, shrine: ["RopeSnake", "Rope", "Ties", "RopeReinforce", "IntricateRopeArms", "HogtieUpper"]}, @@ -5135,6 +5302,7 @@ const KinkyDungeonRestraints: restraint[] = [ playerTagsMissingMult: {"IntricateRopeArms": 0.1}, UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", struggleMult: {"Struggle": 0.1, "Remove": 0.1}, LinkableBy: ["Boxbinders", "Armbinders", ...KDBindable, "Cuffs", "RopeReinforce"], Group: "ItemArms", bindarms: true, power: 3, weight: 0, escapeChance: {"Struggle": 0.25, "Cut": 0.67, "Remove": 0.2}, affinity: {Remove: ["Hook"],}, strictness: 0.1, strictnessZones: ["ItemHands", "HandsFrontAllowed", "HandsCrossedAllowed", "HandsUpAllowed"], @@ -5148,6 +5316,7 @@ const KinkyDungeonRestraints: restraint[] = [ alwaysRender: true, UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", LinkableBy: ["Armbinders", "Wristties", "RopeReinforce", "Wrapping", "Encase", "Belts", "HogtieUpper"], Color: "Default", Group: "ItemArms", bindarms: true, power: 1.5, weight: 0, escapeChance: {"Struggle": 0.185, "Cut": 0.45, "Remove": 0}, affinity: {Remove: ["Hook"],}, @@ -5162,6 +5331,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.0, "Cut": 0.35, "Remove": 0}, affinity: {Remove: ["Hook"],}, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", minLevel: 0, allFloors: true, shrine: ["RopeSnake", "Link", "Rope", "Hogties"], linkCategories: ["Hogtie", "EnchantableHogtie"], linkSizes: [0.4, 0.51], @@ -5214,6 +5384,7 @@ const KinkyDungeonRestraints: restraint[] = [ struggleMult: {"Struggle": 0.5, "Remove": 0.25}, affinity: {Remove: ["Hook"],}, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", linkCategories: ["RopeFeet1", "EnchantableRopeFeet1"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, events: [ @@ -5227,6 +5398,7 @@ const KinkyDungeonRestraints: restraint[] = [ struggleMult: {"Struggle": 0.6, "Remove": 0.3}, affinity: {Remove: ["Hook"],}, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", linkCategories: ["RopeFeet2", "EnchantableRopeFeet2"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, events: [ @@ -5242,6 +5414,7 @@ const KinkyDungeonRestraints: restraint[] = [ linkCategories: ["RopeFeet3", "EnchantableRopeFeet3"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", linkPriority: 10, events: [ {trigger: "beforeStruggleCalc", type: "ropeDebuff", power: 0.05, inheritLinked: true, requireTags: ["RopeFeet2", "ToeRope"]} @@ -5256,6 +5429,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.1, "Cut": 0.5, "Remove": 0.15}, UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", Model: "RopeToes", linkPriority: 10, heelpower: 0.5, @@ -5270,6 +5444,7 @@ const KinkyDungeonRestraints: restraint[] = [ linkCategories: ["RopeLegs1", "EnchantableRopeLegs1"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", events: [ {trigger: "beforeStruggleCalc", type: "ropeDebuff", power: 0.05, inheritLinked: true, requireTags: ["RopeLegs2", "RopeHarness", "RopeCrotch"]} ], @@ -5283,6 +5458,7 @@ const KinkyDungeonRestraints: restraint[] = [ linkCategories: ["RopeLegs2", "EnchantableRopeLegs2"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", events: [ {trigger: "beforeStruggleCalc", type: "ropeDebuff", power: 0.05, inheritLinked: true, requireTags: ["RopeLegs3", "RopeLegs1"]} ], @@ -5297,6 +5473,7 @@ const KinkyDungeonRestraints: restraint[] = [ linkCategories: ["RopeLegs3", "EnchantableRopeLegs3"], linkSizes: [0.7, 0.7], UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", events: [ {trigger: "beforeStruggleCalc", type: "ropeDebuff", power: 0.05, inheritLinked: true, requireTags: ["RopeFeet3", "RopeLegs2"]} ], @@ -5310,6 +5487,7 @@ const KinkyDungeonRestraints: restraint[] = [ linkCategories: ["RopeHarness", "EnchantableRopeHarness"], linkSizes: [0.33, 0.51], UnderlinkedAlwaysRender: true, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", maxwill: 0.9, enemyTags: {"ropeRestraints2":4}, playerTags: {"ItemTorsoFull":-3}, minLevel: 0, allFloors: true, shrine: ["RopeSnake", "Rope", "Ties"]}, {unlimited: true, renderWhenLinked: ["Harnesses", "HeavyCorsets", "Corsets"], inventory: true, name: "RopeSnakeHarness", debris: "Ropes", accessible: true, factionColor: [[], [0]], Asset: "HempRopeHarness", Type: "Star", strictness: 0.1, OverridePriority: 26, Color: "Default", Group: "ItemTorso", power: 2, weight: 0, harness: true, escapeChance: {"Struggle": 0.1, "Cut": 0.67, "Remove": 0.3}, Model: "RopeHarness", @@ -5320,6 +5498,7 @@ const KinkyDungeonRestraints: restraint[] = [ UnderlinkedAlwaysRender: true, affinity: {Remove: ["Hook"],}, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", aggroLevel: 2.0, maxwill: 0.75, enemyTags: {"ropeRestraints2":1}, playerTags: {"ItemTorsoFull":5}, minLevel: 3, allFloors: true, shrine: ["RopeSnake", "Rope", "Ties", "Harnesses", "RopeHarness"]}, {unlimited: true, inventory: true, name: "RopeSnakeCrotch", debris: "Ropes", accessible: true, factionColor: [[], [0]], crotchrope: true, strictness: 0.15, Asset: "HempRope", Type: "OverPanties", LinkableBy: ["ChastityBelts"], OverridePriority: 26, Color: "Default", Group: "ItemPelvis", power: 1, weight: 0, @@ -5331,6 +5510,7 @@ const KinkyDungeonRestraints: restraint[] = [ struggleMult: {"Struggle": 0.6, "Remove": 0.5}, affinity: {Remove: ["Hook"],}, disassembleAs: "RopeSnakeRaw", + sfxGroup: "Ropes", aggroLevel: 1.0, maxwill: 0.75, escapeChance: {"Struggle": 0.1, "Cut": 0.67, "Remove": 0.15}, enemyTags: {"ropeRestraints2":4}, playerTags: {"ItemPelvisFull":-3}, minLevel: 0, allFloors: true, shrine: ["RopeCrotch", "RopeSnake", "Rope", "Ties"], events: [{trigger: "struggle", type: "crotchrope"}]}, @@ -5339,6 +5519,7 @@ const KinkyDungeonRestraints: restraint[] = [ // regiuon Links {name: "ThighLink", accessible: true, Asset: "FuturisticLegCuffs", debris: "Chains", LinkableBy: [...KDBindable, ...KDDevices], sfx: "Chain", + sfxGroup: "Chains", binding: true, Model: "ThighLink", alwaysRender: true, linkSize: 0.35, linkCategory: "LegLink", noDupe: true, @@ -5359,6 +5540,7 @@ const KinkyDungeonRestraints: restraint[] = [ {name: "ChainHogtieLink", sfx: "Chain", + sfxGroup: "Chains", binding: true, UnderlinkedAlwaysRender: true, debris: "Chains", accessible: true, @@ -5387,6 +5569,7 @@ const KinkyDungeonRestraints: restraint[] = [ {name: "AnkleLink", debris: "Chains", accessible: true, Asset: "FuturisticAnkleCuffs", LinkableBy: [...KDBindableMinusCuffs], sfx: "Chain", + sfxGroup: "Chains", binding: true, Model: "AnkleLink", alwaysRender: true, UnderlinkedAlwaysRender: true, @@ -5406,6 +5589,7 @@ const KinkyDungeonRestraints: restraint[] = [ ]}, {name: "AnkleLinkShort", debris: "Chains", accessible: true, Asset: "FuturisticAnkleCuffs", LinkableBy: [...KDBindableMinusCuffs], sfx: "Chain", + sfxGroup: "Chains", binding: true, Type: "Closed", Color: ['#888888', '#FFFFFF', '#CFBE88', '#000000'], UnderlinkedAlwaysRender: true, @@ -5427,6 +5611,7 @@ const KinkyDungeonRestraints: restraint[] = [ {name: "WristLink", debris: "Chains", accessible: true, Asset: "FuturisticCuffs", sfx: "Chain", + sfxGroup: "Chains", binding: true, Type: "Wrist", LinkableBy: [...KDElbowBind, ...KDBoxBind, ...KDBindableMinusCuffs], UnderlinkedAlwaysRender: true, @@ -5450,6 +5635,7 @@ const KinkyDungeonRestraints: restraint[] = [ ]}, {name: "ElbowLink", debris: "Chains", accessible: true, Asset: "FuturisticCuffs", sfx: "Chain", + sfxGroup: "Chains", binding: true, Type: "Both", LinkableBy: [...KDElbowBind, ...KDBindableMinusCuffs], UnderlinkedAlwaysRender: true, @@ -5950,6 +6136,7 @@ const KinkyDungeonRestraints: restraint[] = [ escapeChance: {"Struggle": 0.1, "Cut": -0.1, "Remove": 0.3, "Pick": 1.5}, Model: "RopeBoxtie2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -5957,6 +6144,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "ChainLegs", debris: "Chains", accessible: true, sfx: "Chain", Asset: "Chains", Type: "Strict", Color: "Default", LinkableBy: ["Legbinders", "Hobbleskirts"], Model: "RopeLegs2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -5964,6 +6152,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "ChainFeet", debris: "Chains", accessible: true, sfx: "Chain", Asset: "Chains", Color: "Default", LinkableBy: ["Wrapping", "Hogties", "Encase", "Belts"], Model: "RopeAnkles2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -5972,6 +6161,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, name: "ChainCrotch", debris: "Chains", accessible: true, sfx: "Chain", Asset: "CrotchChain", crotchrope: true, strictness: 0.15, Model: "RopeCrotch", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -5982,6 +6172,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, inventory: true, removePrison: true, sfx: "Chain", name: "MagicChainArms", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Armbinders", "Wrapping", "Encase",], Type: "WristElbowHarnessTie", Color: "#aa00aa", Group: "ItemArms", bindarms: true, power: 4, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": -0.1, "Remove": -0.05}, Model: "RopeBoxtie2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":1.3333333333333333,"green":1,"blue":3.416666666666667,"alpha":1}, }, @@ -5989,6 +6180,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, inventory: true, removePrison: true, sfx: "Chain", name: "MagicChainLegs", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Legbinders", "Hobbleskirts"], Model: "RopeLegs2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":1.3333333333333333,"green":1,"blue":3.416666666666667,"alpha":1}, }, @@ -5997,6 +6189,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, inventory: true, removePrison: true, sfx: "Chain", name: "MagicChainFeet", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Wrapping", "Hogties", "Encase",], Color: "#aa00aa", Model: "RopeAnkles2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":1.3333333333333333,"green":1,"blue":3.416666666666667,"alpha":1}, }, @@ -6006,6 +6199,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, inventory: true, removePrison: true, sfx: "Chain", name: "MagicChainCrotch", debris: "Chains", accessible: true, crotchrope: true, strictness: 0.15, strictnessZones: ["ItemVulva", "ItemVulvaPiercings", "ItemButt"], Asset: "CrotchChain", OverridePriority: 26, Color: "#aa00aa", Group: "ItemTorso", power: 2, weight: 0, Model: "RopeCrotch", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":1.3333333333333333,"green":1,"blue":3.416666666666667,"alpha":1}, }, @@ -6017,6 +6211,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "ShadowChainArms", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Boxbinders", "Wrapping", "Encase",], Type: "BoxTie", Color: "#000000", Group: "ItemArms", bindarms: true, power: 4, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": -0.1, "Remove": -0.1}, Model: "RopeBoxtie2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":0.6333333333333334,"green":0.15,"blue":3.0833333333333335,"alpha":1}, }, @@ -6024,6 +6219,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "ShadowChainLegs", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Legbinders", "Hobbleskirts"], Model: "RopeLegs2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":0.6333333333333334,"green":0.15,"blue":3.0833333333333335,"alpha":1}, }, @@ -6031,6 +6227,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "ShadowChainFeet", debris: "Chains", accessible: true, Asset: "Chains", LinkableBy: ["Wrapping", "Encase", "Hogties"], Color: "#000000", Model: "RopeAnkles2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":0.6333333333333334,"green":0.15,"blue":3.0833333333333335,"alpha":1}, }, @@ -6039,6 +6236,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "ShadowChainCrotch", debris: "Chains", accessible: true, crotchrope: true, strictness: 0.15, Model: "RopeCrotch", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":0.7333333333333334,"saturation":0,"contrast":1.4166666666666665,"brightness":2.1333333333333333,"red":0.6333333333333334,"green":0.15,"blue":3.0833333333333335,"alpha":1}, }, @@ -6050,6 +6248,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "GhostChainArms", accessible: true, Asset: "Chains", LinkableBy: ["Boxbinders", "Wrapping", "Encase",], Type: "BoxTie", Color: "#cccccc", Group: "ItemArms", bindarms: true, power: 4, weight: 0, escapeChance: {"Struggle": 0.3, "Cut": 0.2, "Remove": 0.1}, Model: "RopeBoxtie2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1.6500000000000001,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -6057,6 +6256,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "GhostChainLegs", accessible: true, Asset: "Chains", LinkableBy: ["Legbinders", "Hobbleskirts"], Type: "Strict", Color: "#cccccc", Model: "RopeLegs2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1.6500000000000001,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -6064,6 +6264,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "GhostChainFeet", accessible: true, Asset: "Chains", LinkableBy: ["Wrapping", "Encase", "Hogties"], Color: "#cccccc", Model: "RopeAnkles2", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1.6500000000000001,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -6072,6 +6273,7 @@ const KinkyDungeonRestraints: restraint[] = [ {unlimited: true, removePrison: true, sfx: "Chain", name: "GhostChainCrotch", accessible: true, crotchrope: true, strictness: 0.15, Model: "RopeCrotch", struggleBreak: true, + sfxGroup: "Chains", Filters: { Rope: {"gamma":1.6500000000000001,"saturation":0,"contrast":2.033333333333333,"brightness":2.1333333333333333,"red":1,"green":1,"blue":1,"alpha":1}, }, @@ -6398,6 +6600,7 @@ const KinkyDungeonRestraints: restraint[] = [ {inventory: true, removePrison: true, name: "BasicLeash", tether: 2.9, Asset: "CollarLeash", Color: "Default", Group: "ItemNeckRestraints", leash: true, power: 1, weight: -99, harness: true, Model: "Leash", unlimited: true, + sfxGroup: "Ropes", struggleBreak: true, affinity: { Cut: ["SharpTug", "SharpHookOrFoot"], @@ -6748,6 +6951,7 @@ KDAddCuffVariants( 0, { Color: ["#92e8c0", "#171222", "#333333"], + sfxGroup: "Chains", }, [], { @@ -6790,6 +6994,7 @@ KDAddCuffVariants( 0, { Color: "#ffffff", + sfxGroup: "Chains", }, [], { @@ -6832,6 +7037,7 @@ KDAddCuffVariants( 0, { Color: "#ffffff", + sfxGroup: "Chains", }, [ {trigger: "spellOrb", type: "wardenPunish", dynamic: true, inheritLinked: true}, @@ -6884,6 +7090,7 @@ KDAddCuffVariants( factionFilters: { Band: {color: "Highlight", override: true}, }, + sfxGroup: "Leather", }, [], { @@ -6931,6 +7138,7 @@ KDAddCuffVariants( factionFilters: { Band: {color: "Highlight", override: true}, }, + sfxGroup: "Leather", }, [], { @@ -6979,6 +7187,7 @@ KDAddCuffVariants( factionFilters: { Band: {color: "Highlight", override: true}, }, + sfxGroup: "Leather", }, [], { @@ -7026,6 +7235,7 @@ KDAddCuffVariants( { Color: ["#a694cb", "#ff5277"], DefaultLock: "Crystal", + sfxGroup: "Chains", }, [ {trigger: "tick", type: "crystalDrain", power: -0.025, inheritLinked: true}, @@ -8001,5 +8211,93 @@ let KDSFXGroups: Record = { }, sfxRemove: "Unlock", }, + "Ropes": { + sfx: "Rope1", + sfxEscape: { + Struggle: "Rope2", + Cut: "Rope3", + Remove: "Rope2", + Pick: "Pick", + Unlock: "Unlock", + NoWill: "Rope4", + NoStamina: "Rope4", + NoMagic: "Rope4", + }, + sfxFinishEscape: { + Struggle: "Rope2", + Cut: "Rope2", + Remove: "Unlock", + Pick: "Unlock", + Unlock: "Rope2", + Destroy: "Rope2", + }, + sfxRemove: "Rope2", + }, + "Rubber": { + sfx: "Rubber2", + sfxEscape: { + Struggle: "Rubber3", + Cut: "Rubber4", + Remove: "Rubber3", + Pick: "Pick", + Unlock: "Unlock", + NoWill: "Rubber2", + NoStamina: "Rubber2", + NoMagic: "Rubber2", + }, + sfxFinishEscape: { + Struggle: "Rubber1", + Cut: "Rubber4", + Remove: "Rubber1", + Pick: "Pick", + Unlock: "Unlock", + Destroy: "Rubber4", + }, + sfxRemove: "Rubber1", + }, + "Leather": { + sfx: "ZipUp", + sfxEscape: { + Struggle: "Leather3", + Cut: "Leather1", + Remove: "Leather1", + Pick: "Pick", + Unlock: "Unlock", + NoWill: "Leather2", + NoStamina: "Leather2", + NoMagic: "Leather2", + }, + sfxFinishEscape: { + Struggle: "Leather4", + Cut: "Leather4", + Remove: "Leather4", + Pick: "Pick", + Unlock: "Unlock", + Destroy: "Leather4", + }, + sfxRemove: "Leather4", + }, + "Chains": { + sfx: "Chain", + sfxEscape: { + Struggle: "Chain2", + Cut: "Chain2", + Remove: "Chain4", + Pick: "Pick", + Unlock: "Unlock", + NoWill: "Chain3", + NoStamina: "Chain3", + NoMagic: "Chain3", + }, + sfxFinishEscape: { + Struggle: "Chain4", + Cut: "Chain4", + Remove: "Chain4", + Pick: "Pick", + Unlock: "Unlock", + Destroy: "Chain4", + }, + sfxRemove: "Chain4", + }, }; diff --git a/Models/GagLeather/BallTeeth_Teeth.png b/Models/GagLeather/BallTeeth_Teeth.png new file mode 100644 index 000000000..6d904d25b Binary files /dev/null and b/Models/GagLeather/BallTeeth_Teeth.png differ diff --git a/Models/GagLeather/BallTeeth_TeethDeep.png b/Models/GagLeather/BallTeeth_TeethDeep.png new file mode 100644 index 000000000..6f05c8284 Binary files /dev/null and b/Models/GagLeather/BallTeeth_TeethDeep.png differ diff --git a/Models/GagMetal/BallTeeth_Teeth.png b/Models/GagMetal/BallTeeth_Teeth.png new file mode 100644 index 000000000..bd1c65833 Binary files /dev/null and b/Models/GagMetal/BallTeeth_Teeth.png differ diff --git a/Models/GagMetal/BallTeeth_TeethDeep.png b/Models/GagMetal/BallTeeth_TeethDeep.png new file mode 100644 index 000000000..77714c313 Binary files /dev/null and b/Models/GagMetal/BallTeeth_TeethDeep.png differ diff --git a/Models/GagMetal/OTNStrap.png b/Models/GagMetal/OTNStrap.png new file mode 100644 index 000000000..310541854 Binary files /dev/null and b/Models/GagMetal/OTNStrap.png differ diff --git a/Models/GagMetal/OTNStrapRivets.png b/Models/GagMetal/OTNStrapRivets.png new file mode 100644 index 000000000..03f164bc3 Binary files /dev/null and b/Models/GagMetal/OTNStrapRivets.png differ diff --git a/Screens/MiniGame/KinkyDungeon/Text_KinkyDungeon.csv b/Screens/MiniGame/KinkyDungeon/Text_KinkyDungeon.csv index d2bac204b..cb5fc9f05 100644 --- a/Screens/MiniGame/KinkyDungeon/Text_KinkyDungeon.csv +++ b/Screens/MiniGame/KinkyDungeon/Text_KinkyDungeon.csv @@ -31,7 +31,7 @@ RestartNeededRU,"Restart required!" KDVersion,"Version" KinkyDungeon,"Kinky Dungeon" -KDVersionStr,"5.3.48" +KDVersionStr,"5.3.50" KDLogo2,"By Ada18980" Intro,"You are an adventurer descending into an ancient underground city of magic." Intro2,"Beneath its depths lies the Mistress' Staff, an artifact of untold power." @@ -5307,6 +5307,9 @@ KinkyDungeonUnLinkFeetShackles2,"The ankle shackles chain detaches!" RestraintSteelMuzzleGag,Steel Muzzle RestraintSteelMuzzleGagDesc,"A heavy muzzle with a rudimentary lock." RestraintSteelMuzzleGagDesc2,"You could pick this with a hairpin." +RestraintBlacksteelMuzzleGag,Blacksteel Muzzle +RestraintBlacksteelMuzzleGagDesc,"A heavy duty steel muzzle with a flexible metal locking pin and straps." +RestraintBlacksteelMuzzleGagDesc2,"Perfect for sealing away those unruly lips." @@ -6038,8 +6041,16 @@ KinkyDungeonSpellTargetRainstorm,Choose target AoE location KinkyDungeonSpellSleet,Field of Frost KinkyDungeonSpellDescriptionSleet,Freezes a 5x5 area (ice slows entities). Enemies in the area take DamageDealt damage per turn for LifeTime turns. -KinkyDungeonSpellCastSleet,You stomp your foot and call forth the storm! +KinkyDungeonSpellCastSleet,You stomp your foot and call forth the blizzard! KinkyDungeonSpellTargetSleet,Choose target AoE location (5x5) +KinkyDungeonSpellZoneOfFrost,Zone of Frost +KinkyDungeonSpellDescriptionZoneOfFrost,Freezes a 3x3 area (ice slows entities). Enemies in the area take DamageDealt damage per turn for LifeTime turns. +KinkyDungeonSpellCastZoneOfFrost,You sweep your foot and call forth the storm! +KinkyDungeonSpellTargetZoneOfFrost,Choose target AoE location (3x3) +KinkyDungeonSpellColdFeet,Cold Feet +KinkyDungeonSpellDescriptionColdFeet,Freezes a single tile (ice slows entities). Any enemy standing on the tile takes take DamageDealt damage per turn for LifeTime turns. +KinkyDungeonSpellCastColdFeet,You tap your foot and call forth the frost! +KinkyDungeonSpellTargetColdFeet,Choose target location (1x1) KinkyDungeonSpellHeal,Healing Light KinkyDungeonSpellDescriptionHeal,Channel to heal 15 hitpoints per turn to summoned allies within a 5x5 area. @@ -12269,7 +12280,7 @@ rBlacksmithShopAttack,"(The SPEAKER drops her hammer and cracks her knuckles)|Pu rBlacksmithShop_AlreadyHave,"(The SPEAKER looks at you.)|But you already have one?" rBlacksmithShop_NoMoney,"(The SPEAKER folds her arms)|I don't do charity, ma'am." rBlacksmithShopRedKey,"(The SPEAKER smirks)|Another adventurer found this lying around.|I wonder who it's for~" -rBlacksmithShopLockpick,"(The SPEAKER smiles)|Now don't be up to no good~|Or else I'll have to put you in cuffs..." +rBlacksmithShopPick,"(The SPEAKER smiles)|Now don't be up to no good~|Or else I'll have to put you in cuffs..." rBlacksmithShopSword,"(The SPEAKER nods)|A versatile weapon. One of my favorites." rBlacksmithShopSpear,"(The SPEAKER nods)|Keep your friends close, and your enemies far away." rBlacksmithShopKnife,"(The SPEAKER nods)|Handy to have one of these around." @@ -24340,7 +24351,7 @@ KinkyDungeonBuffTaunted,"Defeat all taunting enemies or stay within the tiles to KinkyDungeonSpellTaunt,Degradating Taunts KDTauntPunishment,You failed to come up with a proper comeback! -KDSleetDmg,The field of frost damages you as you are chilled! +KDSleetDmg,The zone of frost damages you as you are chilled! KDNavMapConfirm,Confirm Path diff --git a/TextureAtlas/GameAtlas.tps b/TextureAtlas/GameAtlas.tps index a77a6c8a8..714c67bd1 100644 --- a/TextureAtlas/GameAtlas.tps +++ b/TextureAtlas/GameAtlas.tps @@ -259,6 +259,8 @@ ../Game/Bullets/ClericBeamBeamTrail.png ../Game/Bullets/ClericBeamBeamTrailHit.png ../Game/Bullets/ClericBeamHit.png + ../Game/Bullets/ColdFeet.png + ../Game/Bullets/ColdFeetHit.png ../Game/Bullets/Corona.png ../Game/Bullets/CoronaBeam.png ../Game/Bullets/CoronaBeamHit.png @@ -2355,6 +2357,7 @@ ../Game/Spells/Charge.png ../Game/Spells/Chastity.png ../Game/Spells/Coalesce.png + ../Game/Spells/ColdFeet.png ../Game/Spells/CommandBind.png ../Game/Spells/CommandCapture.png ../Game/Spells/CommandDisenchant.png @@ -2534,6 +2537,7 @@ ../Game/Spells/WindBlast.png ../Game/Spells/ZeroResistance.png ../Game/Spells/ZoneOfExcitement.png + ../Game/Spells/ZoneOfFrost.png ../Game/Spells/ZoneOfPurity.png ../Game/Sprint.png ../Game/Target.png @@ -3304,6 +3308,8 @@ ../Game/Bullets/RainstormHit.png ../Game/Bullets/TrapShadowLatex.png ../Game/Bullets/TrapShadowLatexHit.png + ../Game/Bullets/ZoneOfFrost.png + ../Game/Bullets/ZoneOfFrostHit.png pivotPoint 0,0 diff --git a/TextureAtlas/game0.json b/TextureAtlas/game0.json index 358d68dd3..44998bbda 100644 --- a/TextureAtlas/game0.json +++ b/TextureAtlas/game0.json @@ -1025,6 +1025,6 @@ "size": {"w":2048,"h":2048}, "scale": "1", "related_multi_packs": [ "game1.json", "game2.json", "game3.json", "game4.json", "game5.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game1.json b/TextureAtlas/game1.json index 0b9c3bd39..d45b53e17 100644 --- a/TextureAtlas/game1.json +++ b/TextureAtlas/game1.json @@ -1624,6 +1624,6 @@ "size": {"w":2048,"h":2048}, "scale": "1", "related_multi_packs": [ "game0.json", "game2.json", "game3.json", "game4.json", "game5.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game2.json b/TextureAtlas/game2.json index f4fdef09d..6edafce75 100644 --- a/TextureAtlas/game2.json +++ b/TextureAtlas/game2.json @@ -1752,6 +1752,6 @@ "size": {"w":2048,"h":2048}, "scale": "1", "related_multi_packs": [ "game0.json", "game1.json", "game3.json", "game4.json", "game5.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game3.json b/TextureAtlas/game3.json index e226f2383..f71cbea57 100644 --- a/TextureAtlas/game3.json +++ b/TextureAtlas/game3.json @@ -1,16 +1,8 @@ {"frames": { -"Game/Aura.png": -{ - "frame": {"x":1976,"y":1533,"w":71,"h":72}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":0,"w":71,"h":72}, - "sourceSize": {"w":72,"h":72} -}, "Game/Aura/Airbender0.png": { - "frame": {"x":1588,"y":1295,"w":18,"h":18}, + "frame": {"x":2028,"y":992,"w":18,"h":18}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":92,"w":18,"h":18}, @@ -18,7 +10,7 @@ }, "Game/Aura/Armored.png": { - "frame": {"x":1487,"y":621,"w":144,"h":110}, + "frame": {"x":1484,"y":410,"w":144,"h":110}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":34,"w":144,"h":110}, @@ -26,7 +18,7 @@ }, "Game/Aura/Aura.png": { - "frame": {"x":1636,"y":293,"w":142,"h":142}, + "frame": {"x":1014,"y":1520,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -34,20 +26,12 @@ }, "Game/Aura/AuraX.png": { - "frame": {"x":1920,"y":145,"w":126,"h":126}, + "frame": {"x":1491,"y":1339,"w":126,"h":126}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":126,"h":126}, "sourceSize": {"w":144,"h":144} }, -"Game/Aura/Chastity.png": -{ - "frame": {"x":918,"y":1762,"w":26,"h":33}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":115,"y":108,"w":26,"h":33}, - "sourceSize": {"w":144,"h":144} -}, "Game/Aura/Conduction.png": { "frame": {"x":351,"y":515,"w":21,"h":33}, @@ -58,7 +42,7 @@ }, "Game/Aura/Disrobe.png": { - "frame": {"x":998,"y":1415,"w":136,"h":139}, + "frame": {"x":1210,"y":1635,"w":136,"h":139}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":136,"h":139}, @@ -66,7 +50,7 @@ }, "Game/Aura/DistractionShield.png": { - "frame": {"x":1424,"y":1152,"w":144,"h":144}, + "frame": {"x":1212,"y":1489,"w":144,"h":144}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":144}, @@ -74,7 +58,7 @@ }, "Game/Aura/Drenched.png": { - "frame": {"x":1131,"y":1556,"w":123,"h":119}, + "frame": {"x":1607,"y":994,"w":123,"h":119}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":15,"w":123,"h":119}, @@ -82,7 +66,7 @@ }, "Game/Aura/EnergyShield.png": { - "frame": {"x":1481,"y":869,"w":144,"h":144}, + "frame": {"x":868,"y":1520,"w":144,"h":144}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":144}, @@ -90,7 +74,7 @@ }, "Game/Aura/Fast.png": { - "frame": {"x":1481,"y":1015,"w":137,"h":122}, + "frame": {"x":356,"y":1836,"w":137,"h":122}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":16,"w":137,"h":122}, @@ -98,7 +82,7 @@ }, "Game/Aura/Flaming.png": { - "frame": {"x":1490,"y":487,"w":144,"h":132}, + "frame": {"x":1,"y":1900,"w":144,"h":132}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":132}, @@ -106,7 +90,7 @@ }, "Game/Aura/Glued.png": { - "frame": {"x":1256,"y":1543,"w":111,"h":114}, + "frame": {"x":1702,"y":600,"w":111,"h":114}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":13,"w":111,"h":114}, @@ -114,7 +98,7 @@ }, "Game/Aura/HealingAura.png": { - "frame": {"x":804,"y":1719,"w":112,"h":113}, + "frame": {"x":1702,"y":485,"w":112,"h":113}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":15,"w":112,"h":113}, @@ -122,7 +106,7 @@ }, "Game/Aura/Heart.png": { - "frame": {"x":1633,"y":621,"w":143,"h":141}, + "frame": {"x":1463,"y":851,"w":143,"h":141}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":143,"h":141}, @@ -130,7 +114,7 @@ }, "Game/Aura/LatexBubble.png": { - "frame": {"x":1490,"y":341,"w":144,"h":144}, + "frame": {"x":698,"y":1665,"w":144,"h":144}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":144}, @@ -138,7 +122,7 @@ }, "Game/Aura/Missiles0.png": { - "frame": {"x":1588,"y":1295,"w":18,"h":18}, + "frame": {"x":2028,"y":992,"w":18,"h":18}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":92,"w":18,"h":18}, @@ -146,7 +130,7 @@ }, "Game/Aura/NoWP.png": { - "frame": {"x":1491,"y":1,"w":144,"h":144}, + "frame": {"x":357,"y":1690,"w":144,"h":144}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":144}, @@ -154,7 +138,7 @@ }, "Game/Aura/Reload.png": { - "frame": {"x":1637,"y":1,"w":142,"h":142}, + "frame": {"x":1487,"y":522,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -162,7 +146,7 @@ }, "Game/Aura/Select.png": { - "frame": {"x":1637,"y":145,"w":142,"h":142}, + "frame": {"x":1766,"y":265,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -170,7 +154,7 @@ }, "Game/Aura/Slimed.png": { - "frame": {"x":1636,"y":437,"w":142,"h":142}, + "frame": {"x":1805,"y":1,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -178,7 +162,7 @@ }, "Game/Aura/WaterBubble.png": { - "frame": {"x":1491,"y":147,"w":144,"h":144}, + "frame": {"x":503,"y":1690,"w":144,"h":144}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":144,"h":144}, @@ -186,7 +170,7 @@ }, "Game/Buffs/BuffDots.png": { - "frame": {"x":925,"y":566,"w":28,"h":26}, + "frame": {"x":1701,"y":716,"w":28,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":8,"w":28,"h":26}, @@ -194,7 +178,7 @@ }, "Game/Bullets/AllyCrackle.png": { - "frame": {"x":1153,"y":1332,"w":72,"h":72}, + "frame": {"x":356,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -202,7 +186,7 @@ }, "Game/Bullets/AllyCrackleHit.png": { - "frame": {"x":1153,"y":1332,"w":72,"h":72}, + "frame": {"x":356,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -210,7 +194,7 @@ }, "Game/Bullets/AllyFireboltHit.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -218,7 +202,7 @@ }, "Game/Bullets/AllyHolyBolt.png": { - "frame": {"x":313,"y":1971,"w":72,"h":72}, + "frame": {"x":1111,"y":1738,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -226,7 +210,7 @@ }, "Game/Bullets/ArcaneBlastHit.png": { - "frame": {"x":387,"y":1971,"w":72,"h":72}, + "frame": {"x":495,"y":1966,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -234,23 +218,15 @@ }, "Game/Bullets/AreaElectrify.png": { - "frame": {"x":186,"y":989,"w":164,"h":182}, + "frame": {"x":718,"y":980,"w":164,"h":182}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":20,"w":164,"h":182}, "sourceSize": {"w":216,"h":216} }, -"Game/Bullets/ArrowVine.png": -{ - "frame": {"x":1633,"y":764,"w":61,"h":31}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":10,"y":20,"w":61,"h":31}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/AwakenStrikeHit.png": { - "frame": {"x":1620,"y":1015,"w":72,"h":72}, + "frame": {"x":1767,"y":409,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -258,7 +234,7 @@ }, "Game/Bullets/BearTrapHit.png": { - "frame": {"x":817,"y":566,"w":52,"h":28}, + "frame": {"x":171,"y":2019,"w":52,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":30,"w":52,"h":28}, @@ -266,7 +242,7 @@ }, "Game/Bullets/BearTrapStrike.png": { - "frame": {"x":817,"y":566,"w":52,"h":28}, + "frame": {"x":171,"y":2019,"w":52,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":82,"y":102,"w":52,"h":28}, @@ -274,31 +250,15 @@ }, "Game/Bullets/BearTrapStrikeHit.png": { - "frame": {"x":1428,"y":1466,"w":133,"h":128}, + "frame": {"x":495,"y":1836,"w":133,"h":128}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":44,"w":133,"h":128}, "sourceSize": {"w":216,"h":216} }, -"Game/Bullets/BeltStrike.png": -{ - "frame": {"x":665,"y":2018,"w":46,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Bullets/BeltStrikeHit.png": -{ - "frame": {"x":665,"y":2018,"w":46,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/BigBoulderLaunch.png": { - "frame": {"x":1491,"y":293,"w":72,"h":46}, + "frame": {"x":1639,"y":1461,"w":72,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":12,"w":72,"h":46}, @@ -306,7 +266,7 @@ }, "Game/Bullets/BladeDanceBullet.png": { - "frame": {"x":1317,"y":529,"w":168,"h":168}, + "frame": {"x":528,"y":1510,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -314,7 +274,7 @@ }, "Game/Bullets/BlasterBlast.png": { - "frame": {"x":1627,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -322,7 +282,7 @@ }, "Game/Bullets/Blink.png": { - "frame": {"x":1627,"y":934,"w":72,"h":72}, + "frame": {"x":1841,"y":409,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -330,7 +290,7 @@ }, "Game/Bullets/BlinkHit.png": { - "frame": {"x":1620,"y":1089,"w":72,"h":72}, + "frame": {"x":1910,"y":265,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -338,7 +298,7 @@ }, "Game/Bullets/BondageBust.png": { - "frame": {"x":1627,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -346,15 +306,23 @@ }, "Game/Bullets/BondageBustHit.png": { - "frame": {"x":1610,"y":1163,"w":72,"h":72}, + "frame": {"x":1935,"y":145,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/BoulderHit.png": +{ + "frame": {"x":1645,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":2,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/BubbleBurst.png": { - "frame": {"x":161,"y":1684,"w":149,"h":149}, + "frame": {"x":1654,"y":1,"w":149,"h":149}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":33,"w":149,"h":149}, @@ -362,7 +330,7 @@ }, "Game/Bullets/BubbleBurstLatex.png": { - "frame": {"x":469,"y":1535,"w":149,"h":149}, + "frame": {"x":1317,"y":700,"w":149,"h":149}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":33,"w":149,"h":149}, @@ -370,7 +338,7 @@ }, "Game/Bullets/BubbleBurstSlime.png": { - "frame": {"x":469,"y":1686,"w":149,"h":149}, + "frame": {"x":1312,"y":851,"w":149,"h":149}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":33,"w":149,"h":149}, @@ -378,15 +346,23 @@ }, "Game/Bullets/BubbleexpHit.png": { - "frame": {"x":1684,"y":1163,"w":72,"h":72}, + "frame": {"x":1949,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/CelestialBoltHit.png": +{ + "frame": {"x":1977,"y":1111,"w":70,"h":72}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":0,"w":70,"h":72}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/ChainBoltHit.png": { - "frame": {"x":1701,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":557,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -394,7 +370,7 @@ }, "Game/Bullets/ClericBeam.png": { - "frame": {"x":1757,"y":764,"w":72,"h":72}, + "frame": {"x":1815,"y":631,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -402,7 +378,7 @@ }, "Game/Bullets/ClericBeamHit.png": { - "frame": {"x":1782,"y":577,"w":72,"h":72}, + "frame": {"x":1731,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -410,7 +386,7 @@ }, "Game/Bullets/Corona.png": { - "frame": {"x":1627,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -418,15 +394,31 @@ }, "Game/Bullets/CoronaHit.png": { - "frame": {"x":1610,"y":1163,"w":72,"h":72}, + "frame": {"x":1935,"y":145,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/Crackle.png": +{ + "frame": {"x":1719,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Bullets/CrackleHit.png": +{ + "frame": {"x":1793,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/CrystalBoltHit.png": { - "frame": {"x":1778,"y":651,"w":72,"h":72}, + "frame": {"x":1731,"y":898,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -434,7 +426,7 @@ }, "Game/Bullets/CrystalBoltManyHit.png": { - "frame": {"x":1701,"y":934,"w":72,"h":72}, + "frame": {"x":1607,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -442,7 +434,7 @@ }, "Game/Bullets/CrystalBoltSingleHit.png": { - "frame": {"x":1778,"y":651,"w":72,"h":72}, + "frame": {"x":1731,"y":898,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -450,7 +442,7 @@ }, "Game/Bullets/CrystalPuff.png": { - "frame": {"x":1,"y":1541,"w":156,"h":158}, + "frame": {"x":1326,"y":344,"w":156,"h":158}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":29,"y":25,"w":156,"h":158}, @@ -458,7 +450,7 @@ }, "Game/Bullets/CrystalShockBolt.png": { - "frame": {"x":152,"y":1960,"w":135,"h":73}, + "frame": {"x":1630,"y":410,"w":135,"h":73}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":70,"w":135,"h":73}, @@ -466,7 +458,7 @@ }, "Game/Bullets/CrystalShockHit.png": { - "frame": {"x":1778,"y":651,"w":72,"h":72}, + "frame": {"x":1731,"y":898,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -474,7 +466,7 @@ }, "Game/Bullets/CrystalSlash.png": { - "frame": {"x":689,"y":1358,"w":155,"h":169}, + "frame": {"x":371,"y":1157,"w":155,"h":169}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":23,"w":155,"h":169}, @@ -482,39 +474,23 @@ }, "Game/Bullets/CrystalSlashHit.png": { - "frame": {"x":1267,"y":1160,"w":155,"h":169}, + "frame": {"x":715,"y":1313,"w":155,"h":169}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":23,"w":155,"h":169}, "sourceSize": {"w":216,"h":216} }, -"Game/Bullets/CuffsBolt.png": -{ - "frame": {"x":1797,"y":2014,"w":51,"h":33}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":19,"w":51,"h":33}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/DragonIceBolt.png": { - "frame": {"x":1130,"y":1825,"w":72,"h":40}, + "frame": {"x":1491,"y":1467,"w":72,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":17,"w":72,"h":40}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/DryadBlast.png": -{ - "frame": {"x":1849,"y":725,"w":69,"h":34}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/EncaseBoltDrone.png": { - "frame": {"x":340,"y":1704,"w":41,"h":20}, + "frame": {"x":914,"y":1666,"w":41,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":27,"w":41,"h":20}, @@ -522,7 +498,7 @@ }, "Game/Bullets/EncaseBoltDroneHit.png": { - "frame": {"x":1694,"y":1008,"w":72,"h":72}, + "frame": {"x":1607,"y":1189,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -530,7 +506,7 @@ }, "Game/Bullets/EncaseBoltHit.png": { - "frame": {"x":1694,"y":1008,"w":72,"h":72}, + "frame": {"x":1607,"y":1189,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -538,7 +514,7 @@ }, "Game/Bullets/EnchantRope.png": { - "frame": {"x":523,"y":1171,"w":168,"h":178}, + "frame": {"x":545,"y":1315,"w":168,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":168,"h":178}, @@ -546,7 +522,7 @@ }, "Game/Bullets/EnemyBlast.png": { - "frame": {"x":1694,"y":1082,"w":72,"h":72}, + "frame": {"x":1607,"y":1263,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -554,7 +530,7 @@ }, "Game/Bullets/EnemyCorona.png": { - "frame": {"x":1627,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -562,7 +538,7 @@ }, "Game/Bullets/EnemyCoronaHit.png": { - "frame": {"x":1610,"y":1163,"w":72,"h":72}, + "frame": {"x":1935,"y":145,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -570,7 +546,7 @@ }, "Game/Bullets/EnemyEnchantRope.png": { - "frame": {"x":349,"y":1355,"w":168,"h":178}, + "frame": {"x":1229,"y":1161,"w":168,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":168,"h":178}, @@ -578,7 +554,7 @@ }, "Game/Bullets/EnemyEnchantRope2.png": { - "frame": {"x":1,"y":1361,"w":168,"h":178}, + "frame": {"x":872,"y":1340,"w":168,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":168,"h":178}, @@ -586,7 +562,7 @@ }, "Game/Bullets/EnemyEnchantRope2Hit.png": { - "frame": {"x":171,"y":1361,"w":168,"h":178}, + "frame": {"x":358,"y":1510,"w":168,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":168,"h":178}, @@ -594,7 +570,7 @@ }, "Game/Bullets/EnemyEnchantRopeHit.png": { - "frame": {"x":519,"y":1355,"w":168,"h":178}, + "frame": {"x":1,"y":1550,"w":168,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":168,"h":178}, @@ -602,7 +578,7 @@ }, "Game/Bullets/EnemyLatexLegbinderBolt.png": { - "frame": {"x":1369,"y":1533,"w":56,"h":69}, + "frame": {"x":298,"y":1751,"w":56,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":2,"w":56,"h":69}, @@ -610,12 +586,20 @@ }, "Game/Bullets/EnemySteelRainPlug.png": { - "frame": {"x":1091,"y":1384,"w":48,"h":28}, + "frame": {"x":1379,"y":2018,"w":48,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":22,"w":48,"h":28}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/EnemyWinterblastHit.png": +{ + "frame": {"x":1910,"y":339,"w":72,"h":68}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/Entangle.png": { "frame": {"x":962,"y":181,"w":183,"h":180}, @@ -626,7 +610,7 @@ }, "Game/Bullets/EntangleHit.png": { - "frame": {"x":1096,"y":984,"w":177,"h":174}, + "frame": {"x":1147,"y":181,"w":177,"h":174}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":19,"w":177,"h":174}, @@ -634,7 +618,7 @@ }, "Game/Bullets/FeatherCloud.png": { - "frame": {"x":915,"y":792,"w":183,"h":190}, + "frame": {"x":533,"y":978,"w":183,"h":190}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":19,"w":183,"h":190}, @@ -642,7 +626,7 @@ }, "Game/Bullets/Feathers.png": { - "frame": {"x":1,"y":991,"w":183,"h":186}, + "frame": {"x":186,"y":991,"w":183,"h":186}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":19,"w":183,"h":186}, @@ -658,7 +642,7 @@ }, "Game/Bullets/Fireball.png": { - "frame": {"x":161,"y":1835,"w":150,"h":123}, + "frame": {"x":1496,"y":159,"w":150,"h":123}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":26,"y":47,"w":150,"h":123}, @@ -666,7 +650,7 @@ }, "Game/Bullets/FireboltHit.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -674,7 +658,7 @@ }, "Game/Bullets/FireexpHit.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -682,7 +666,7 @@ }, "Game/Bullets/FlameRune.png": { - "frame": {"x":1609,"y":1237,"w":72,"h":72}, + "frame": {"x":1497,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -690,7 +674,7 @@ }, "Game/Bullets/FlameRuneHit.png": { - "frame": {"x":1683,"y":1237,"w":72,"h":72}, + "frame": {"x":1619,"y":1337,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -698,7 +682,7 @@ }, "Game/Bullets/FlameStrikeHit.png": { - "frame": {"x":1321,"y":1,"w":168,"h":168}, + "frame": {"x":698,"y":1495,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -706,7 +690,7 @@ }, "Game/Bullets/FreezeRune.png": { - "frame": {"x":1608,"y":1311,"w":72,"h":72}, + "frame": {"x":1681,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -714,7 +698,7 @@ }, "Game/Bullets/FreezeRuneHit.png": { - "frame": {"x":1682,"y":1311,"w":72,"h":72}, + "frame": {"x":1732,"y":994,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -722,12 +706,28 @@ }, "Game/Bullets/FreezeRuneStrikeHit.png": { - "frame": {"x":1139,"y":701,"w":170,"h":170}, + "frame": {"x":1140,"y":702,"w":170,"h":170}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":23,"w":170,"h":170}, "sourceSize": {"w":216,"h":216} }, +"Game/Bullets/FuukaOrb.png": +{ + "frame": {"x":1851,"y":2000,"w":69,"h":40}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":16,"w":69,"h":40}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Bullets/FuukaOrbMulti.png": +{ + "frame": {"x":1851,"y":2000,"w":69,"h":40}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":16,"w":69,"h":40}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/GlueBombHit.png": { "frame": {"x":386,"y":1,"w":185,"h":197}, @@ -744,9 +744,17 @@ "spriteSourceSize": {"x":22,"y":25,"w":187,"h":187}, "sourceSize": {"w":216,"h":216} }, +"Game/Bullets/GreaterShield.png": +{ + "frame": {"x":1054,"y":1924,"w":55,"h":68}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/HeatBoltHit.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -754,15 +762,31 @@ }, "Game/Bullets/Icebolt.png": { - "frame": {"x":1130,"y":1825,"w":72,"h":40}, + "frame": {"x":1491,"y":1467,"w":72,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":17,"w":72,"h":40}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/IceSlowTrail.png": +{ + "frame": {"x":1949,"y":75,"w":72,"h":68}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Bullets/KineticLance.png": +{ + "frame": {"x":1259,"y":1998,"w":66,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":73,"y":84,"w":66,"h":48}, + "sourceSize": {"w":216,"h":217} +}, "Game/Bullets/KineticLanceHit.png": { - "frame": {"x":846,"y":1415,"w":150,"h":169}, + "frame": {"x":171,"y":1550,"w":150,"h":169}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":43,"y":23,"w":150,"h":169}, @@ -778,7 +802,7 @@ }, "Game/Bullets/LatexBubbleexpHit.png": { - "frame": {"x":1684,"y":1163,"w":72,"h":72}, + "frame": {"x":1949,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -786,7 +810,7 @@ }, "Game/Bullets/LatexLegbinderBolt.png": { - "frame": {"x":1369,"y":1533,"w":56,"h":69}, + "frame": {"x":298,"y":1751,"w":56,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":2,"w":56,"h":69}, @@ -794,7 +818,7 @@ }, "Game/Bullets/LatexWallHoriz.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -802,7 +826,7 @@ }, "Game/Bullets/LatexWallHorizHit.png": { - "frame": {"x":891,"y":1365,"w":72,"h":48}, + "frame": {"x":1608,"y":935,"w":72,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":13,"w":72,"h":48}, @@ -810,7 +834,7 @@ }, "Game/Bullets/LatexWallVert.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -818,7 +842,7 @@ }, "Game/Bullets/Leap.png": { - "frame": {"x":1677,"y":1385,"w":72,"h":72}, + "frame": {"x":1843,"y":705,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -826,7 +850,7 @@ }, "Game/Bullets/LeapHit.png": { - "frame": {"x":1563,"y":1572,"w":72,"h":72}, + "frame": {"x":1889,"y":631,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -834,7 +858,7 @@ }, "Game/Bullets/LegbinderBolt.png": { - "frame": {"x":1990,"y":1059,"w":56,"h":69}, + "frame": {"x":298,"y":1822,"w":56,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":2,"w":56,"h":69}, @@ -842,7 +866,7 @@ }, "Game/Bullets/LightningBolt.png": { - "frame": {"x":1153,"y":1332,"w":72,"h":72}, + "frame": {"x":356,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -850,7 +874,7 @@ }, "Game/Bullets/LightningBoltHit.png": { - "frame": {"x":1153,"y":1332,"w":72,"h":72}, + "frame": {"x":356,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -858,7 +882,7 @@ }, "Game/Bullets/LightningRune.png": { - "frame": {"x":1369,"y":1604,"w":72,"h":72}, + "frame": {"x":1890,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -866,12 +890,20 @@ }, "Game/Bullets/LightningRuneHit.png": { - "frame": {"x":1131,"y":1677,"w":72,"h":72}, + "frame": {"x":1915,"y":409,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/LightningRuneStrikeHit.png": +{ + "frame": {"x":1793,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/LiquidMetalBurstHit.png": { "frame": {"x":541,"y":597,"w":190,"h":186}, @@ -882,7 +914,7 @@ }, "Game/Bullets/LockBulletHit.png": { - "frame": {"x":946,"y":1722,"w":72,"h":72}, + "frame": {"x":1890,"y":557,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -890,7 +922,7 @@ }, "Game/Bullets/MagicChainHit.png": { - "frame": {"x":1020,"y":1721,"w":72,"h":72}, + "frame": {"x":1805,"y":898,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -898,7 +930,7 @@ }, "Game/Bullets/ManyMithrilBolts.png": { - "frame": {"x":1205,"y":1677,"w":72,"h":72}, + "frame": {"x":1681,"y":1189,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -906,7 +938,7 @@ }, "Game/Bullets/ManyMithrilBoltsHit.png": { - "frame": {"x":1279,"y":1659,"w":72,"h":72}, + "frame": {"x":1681,"y":1263,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -914,7 +946,7 @@ }, "Game/Bullets/ManyObsidianBolts.png": { - "frame": {"x":1443,"y":1596,"w":72,"h":72}, + "frame": {"x":1571,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -922,7 +954,7 @@ }, "Game/Bullets/ManyObsidianBoltsHit.png": { - "frame": {"x":1701,"y":934,"w":72,"h":72}, + "frame": {"x":1607,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -930,7 +962,7 @@ }, "Game/Bullets/ManyOrbsHit.png": { - "frame": {"x":1701,"y":934,"w":72,"h":72}, + "frame": {"x":1607,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -938,7 +970,7 @@ }, "Game/Bullets/ManyShadowHands.png": { - "frame": {"x":1637,"y":1572,"w":72,"h":72}, + "frame": {"x":1693,"y":1337,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -946,15 +978,23 @@ }, "Game/Bullets/ManyShadowHandsHit.png": { - "frame": {"x":1692,"y":1459,"w":72,"h":72}, + "frame": {"x":1755,"y":1113,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/ManySlimes.png": +{ + "frame": {"x":1977,"y":1185,"w":70,"h":72}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":0,"w":70,"h":72}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/ManySlimesHit.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -962,7 +1002,7 @@ }, "Game/Bullets/MiniSlime.png": { - "frame": {"x":1570,"y":1275,"w":30,"h":18}, + "frame": {"x":1805,"y":972,"w":30,"h":18}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":28,"w":30,"h":18}, @@ -970,7 +1010,7 @@ }, "Game/Bullets/MiniSlimeHit.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -978,7 +1018,7 @@ }, "Game/Bullets/MithrilBolt.png": { - "frame": {"x":1987,"y":725,"w":59,"h":33}, + "frame": {"x":1988,"y":779,"w":59,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":20,"w":59,"h":33}, @@ -986,7 +1026,7 @@ }, "Game/Bullets/MonolithBeam.png": { - "frame": {"x":1701,"y":934,"w":72,"h":72}, + "frame": {"x":1607,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -994,7 +1034,7 @@ }, "Game/Bullets/MonolithBeamHit.png": { - "frame": {"x":1443,"y":1596,"w":72,"h":72}, + "frame": {"x":1571,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1002,23 +1042,15 @@ }, "Game/Bullets/MummyBolt.png": { - "frame": {"x":1204,"y":1825,"w":72,"h":40}, + "frame": {"x":1565,"y":1467,"w":72,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":17,"w":72,"h":40}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/NatureMoteBolt.png": -{ - "frame": {"x":1849,"y":725,"w":69,"h":34}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/ObserverBeam.png": { - "frame": {"x":1636,"y":581,"w":72,"h":38}, + "frame": {"x":1468,"y":810,"w":72,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":17,"w":72,"h":38}, @@ -1026,7 +1058,7 @@ }, "Game/Bullets/ObserverBeamHit.png": { - "frame": {"x":1757,"y":1237,"w":72,"h":72}, + "frame": {"x":1806,"y":992,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1034,7 +1066,7 @@ }, "Game/Bullets/OrbHealHit.png": { - "frame": {"x":1321,"y":171,"w":168,"h":168}, + "frame": {"x":1,"y":1730,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -1056,17 +1088,9 @@ "spriteSourceSize": {"x":28,"y":17,"w":21,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/PoisonDragonBlast.png": -{ - "frame": {"x":1849,"y":725,"w":69,"h":34}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/RedSlime.png": { - "frame": {"x":461,"y":2019,"w":46,"h":28}, + "frame": {"x":1429,"y":2018,"w":46,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":23,"w":46,"h":28}, @@ -1074,28 +1098,12 @@ }, "Game/Bullets/RibbonBurstHit.png": { - "frame": {"x":358,"y":982,"w":183,"h":187}, + "frame": {"x":1,"y":991,"w":183,"h":187}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":13,"w":183,"h":187}, "sourceSize": {"w":216,"h":216} }, -"Game/Bullets/Ribbons.png": -{ - "frame": {"x":908,"y":2019,"w":44,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":22,"w":44,"h":27}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Bullets/RibbonsHit.png": -{ - "frame": {"x":908,"y":2019,"w":44,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":22,"w":44,"h":27}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/RopeEngulf.png": { "frame": {"x":375,"y":399,"w":195,"h":194}, @@ -1138,7 +1146,7 @@ }, "Game/Bullets/RopeStrike.png": { - "frame": {"x":543,"y":978,"w":183,"h":186}, + "frame": {"x":1,"y":1180,"w":183,"h":186}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":13,"w":183,"h":186}, @@ -1154,7 +1162,7 @@ }, "Game/Bullets/RubberMissile.png": { - "frame": {"x":760,"y":566,"w":55,"h":22}, + "frame": {"x":760,"y":570,"w":55,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":25,"w":55,"h":22}, @@ -1162,7 +1170,7 @@ }, "Game/Bullets/RuneTrap_BeltHit.png": { - "frame": {"x":1,"y":1179,"w":172,"h":180}, + "frame": {"x":884,"y":1158,"w":172,"h":180}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":21,"w":172,"h":180}, @@ -1170,7 +1178,7 @@ }, "Game/Bullets/RuneTrap_ChainHit.png": { - "frame": {"x":1,"y":798,"w":167,"h":191}, + "frame": {"x":188,"y":797,"w":167,"h":191}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":37,"y":25,"w":167,"h":191}, @@ -1178,7 +1186,7 @@ }, "Game/Bullets/RuneTrap_LatexBallHit.png": { - "frame": {"x":1096,"y":1160,"w":169,"h":170}, + "frame": {"x":1058,"y":1161,"w":169,"h":170}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":22,"w":169,"h":170}, @@ -1186,7 +1194,7 @@ }, "Game/Bullets/RuneTrap_LatexSphereHit.png": { - "frame": {"x":1096,"y":1160,"w":169,"h":170}, + "frame": {"x":1058,"y":1161,"w":169,"h":170}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":22,"w":169,"h":170}, @@ -1194,7 +1202,7 @@ }, "Game/Bullets/RuneTrap_LeatherHit.png": { - "frame": {"x":175,"y":1179,"w":172,"h":180}, + "frame": {"x":371,"y":1328,"w":172,"h":180}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":21,"w":172,"h":180}, @@ -1202,7 +1210,7 @@ }, "Game/Bullets/RuneTrap_RibbonHit.png": { - "frame": {"x":358,"y":982,"w":183,"h":187}, + "frame": {"x":1,"y":991,"w":183,"h":187}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":13,"w":183,"h":187}, @@ -1234,7 +1242,7 @@ }, "Game/Bullets/SagittaHit.png": { - "frame": {"x":1317,"y":529,"w":168,"h":168}, + "frame": {"x":528,"y":1510,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -1242,7 +1250,7 @@ }, "Game/Bullets/ShadowDance.png": { - "frame": {"x":1768,"y":1008,"w":72,"h":72}, + "frame": {"x":1879,"y":818,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1250,7 +1258,7 @@ }, "Game/Bullets/ShadowGrasp.png": { - "frame": {"x":1320,"y":341,"w":168,"h":168}, + "frame": {"x":1042,"y":1340,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -1266,7 +1274,7 @@ }, "Game/Bullets/ShadowScythe.png": { - "frame": {"x":689,"y":1529,"w":125,"h":168}, + "frame": {"x":171,"y":1721,"w":125,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":68,"y":23,"w":125,"h":168}, @@ -1274,7 +1282,7 @@ }, "Game/Bullets/ShadowShroud.png": { - "frame": {"x":1136,"y":1414,"w":129,"h":127}, + "frame": {"x":980,"y":1666,"w":129,"h":127}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":39,"y":43,"w":129,"h":127}, @@ -1282,7 +1290,7 @@ }, "Game/Bullets/ShadowShroudHit.png": { - "frame": {"x":998,"y":1556,"w":131,"h":129}, + "frame": {"x":649,"y":1816,"w":131,"h":129}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":38,"y":42,"w":131,"h":129}, @@ -1290,7 +1298,7 @@ }, "Game/Bullets/ShadowSlashHit.png": { - "frame": {"x":1317,"y":699,"w":168,"h":168}, + "frame": {"x":1317,"y":530,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -1298,7 +1306,7 @@ }, "Game/Bullets/Shatter.png": { - "frame": {"x":1311,"y":869,"w":168,"h":168}, + "frame": {"x":1326,"y":174,"w":168,"h":168}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":23,"w":168,"h":168}, @@ -1306,7 +1314,7 @@ }, "Game/Bullets/ShatterStrikeHit.png": { - "frame": {"x":358,"y":792,"w":174,"h":188}, + "frame": {"x":357,"y":792,"w":174,"h":188}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":20,"w":174,"h":188}, @@ -1314,7 +1322,7 @@ }, "Game/Bullets/Shield.png": { - "frame": {"x":1608,"y":1311,"w":72,"h":72}, + "frame": {"x":1681,"y":1115,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1322,23 +1330,15 @@ }, "Game/Bullets/ShieldHit.png": { - "frame": {"x":1682,"y":1311,"w":72,"h":72}, + "frame": {"x":1732,"y":994,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/SingleBelt.png": -{ - "frame": {"x":665,"y":2018,"w":46,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/SleepDart.png": { - "frame": {"x":954,"y":2019,"w":43,"h":25}, + "frame": {"x":1965,"y":965,"w":43,"h":25}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":23,"w":43,"h":25}, @@ -1362,7 +1362,7 @@ }, "Game/Bullets/SlimeBallTrail.png": { - "frame": {"x":1831,"y":763,"w":72,"h":72}, + "frame": {"x":1917,"y":705,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1370,7 +1370,7 @@ }, "Game/Bullets/SlimeEruptionHit.png": { - "frame": {"x":1831,"y":763,"w":72,"h":72}, + "frame": {"x":1917,"y":705,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1378,7 +1378,7 @@ }, "Game/Bullets/SlimePuddle.png": { - "frame": {"x":617,"y":2018,"w":46,"h":28}, + "frame": {"x":1477,"y":2018,"w":46,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":23,"w":46,"h":28}, @@ -1386,7 +1386,7 @@ }, "Game/Bullets/SlimeWallHoriz.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1394,7 +1394,7 @@ }, "Game/Bullets/SlimeWallVert.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1402,7 +1402,7 @@ }, "Game/Bullets/SmokePuff.png": { - "frame": {"x":1979,"y":761,"w":68,"h":72}, + "frame": {"x":1631,"y":670,"w":68,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":68,"h":72}, @@ -1410,15 +1410,23 @@ }, "Game/Bullets/Snare.png": { - "frame": {"x":1214,"y":1867,"w":63,"h":70}, + "frame": {"x":430,"y":1960,"w":63,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":63,"h":70}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/SnowballHit.png": +{ + "frame": {"x":1910,"y":339,"w":72,"h":68}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/SoulCrystalBind.png": { - "frame": {"x":913,"y":984,"w":181,"h":178}, + "frame": {"x":175,"y":1368,"w":181,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":12,"w":181,"h":178}, @@ -1426,7 +1434,7 @@ }, "Game/Bullets/SoulCrystalBind_2.png": { - "frame": {"x":913,"y":984,"w":181,"h":178}, + "frame": {"x":175,"y":1368,"w":181,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":12,"w":181,"h":178}, @@ -1442,15 +1450,23 @@ }, "Game/Bullets/SteelRainPlug.png": { - "frame": {"x":1091,"y":1384,"w":48,"h":28}, + "frame": {"x":1379,"y":2018,"w":48,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":22,"w":48,"h":28}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/StraitjacketBolt.png": +{ + "frame": {"x":839,"y":1989,"w":69,"h":58}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/SummonCrystalsHit.png": { - "frame": {"x":1214,"y":1867,"w":63,"h":70}, + "frame": {"x":430,"y":1960,"w":63,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":63,"h":70}, @@ -1458,7 +1474,7 @@ }, "Game/Bullets/SummonSkeleton.png": { - "frame": {"x":1311,"y":1039,"w":144,"h":111}, + "frame": {"x":1654,"y":152,"w":144,"h":111}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":70,"w":144,"h":111}, @@ -1466,7 +1482,7 @@ }, "Game/Bullets/SummonSkeletons.png": { - "frame": {"x":728,"y":792,"w":185,"h":184}, + "frame": {"x":917,"y":792,"w":185,"h":184}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":23,"w":185,"h":184}, @@ -1482,7 +1498,7 @@ }, "Game/Bullets/TidalBall.png": { - "frame": {"x":1487,"y":797,"w":135,"h":58}, + "frame": {"x":1496,"y":284,"w":135,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":80,"w":135,"h":58}, @@ -1490,7 +1506,7 @@ }, "Game/Bullets/TrapCableWeak.png": { - "frame": {"x":1,"y":1701,"w":158,"h":156}, + "frame": {"x":1494,"y":1,"w":158,"h":156}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":22,"w":158,"h":156}, @@ -1498,7 +1514,7 @@ }, "Game/Bullets/TrapCharmWeak.png": { - "frame": {"x":955,"y":545,"w":182,"h":178}, + "frame": {"x":917,"y":978,"w":182,"h":178}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":27,"w":182,"h":178}, @@ -1506,7 +1522,7 @@ }, "Game/Bullets/TrapCharmWeakHit.png": { - "frame": {"x":894,"y":1190,"w":147,"h":173}, + "frame": {"x":371,"y":982,"w":147,"h":173}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":35,"y":29,"w":147,"h":173}, @@ -1522,7 +1538,7 @@ }, "Game/Bullets/TrapCrystalHit.png": { - "frame": {"x":170,"y":797,"w":186,"h":190}, + "frame": {"x":767,"y":378,"w":186,"h":190}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":8,"w":186,"h":190}, @@ -1530,7 +1546,7 @@ }, "Game/Bullets/TrapLatexBall.png": { - "frame": {"x":313,"y":1823,"w":149,"h":146}, + "frame": {"x":1212,"y":1341,"w":149,"h":146}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":36,"w":149,"h":146}, @@ -1538,7 +1554,7 @@ }, "Game/Bullets/TrapLatexBubble.png": { - "frame": {"x":1,"y":1859,"w":149,"h":149}, + "frame": {"x":1312,"y":1002,"w":149,"h":149}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":33,"w":149,"h":149}, @@ -1546,7 +1562,7 @@ }, "Game/Bullets/TrapLeatherWeak.png": { - "frame": {"x":349,"y":1173,"w":172,"h":180}, + "frame": {"x":1,"y":1368,"w":172,"h":180}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":21,"w":172,"h":180}, @@ -1554,7 +1570,7 @@ }, "Game/Bullets/TrapLeatherWeakHit.png": { - "frame": {"x":341,"y":1535,"w":126,"h":167}, + "frame": {"x":1363,"y":1341,"w":126,"h":167}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":38,"y":14,"w":126,"h":167}, @@ -1562,7 +1578,7 @@ }, "Game/Bullets/TrapMagicChainsWeakHit.png": { - "frame": {"x":1,"y":798,"w":167,"h":191}, + "frame": {"x":188,"y":797,"w":167,"h":191}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":37,"y":25,"w":167,"h":191}, @@ -1594,7 +1610,7 @@ }, "Game/Bullets/TrapRibbons.png": { - "frame": {"x":1148,"y":1,"w":171,"h":171}, + "frame": {"x":1321,"y":1,"w":171,"h":171}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":28,"y":18,"w":171,"h":171}, @@ -1626,7 +1642,7 @@ }, "Game/Bullets/TrapRopeStrong.png": { - "frame": {"x":1147,"y":356,"w":171,"h":171}, + "frame": {"x":1147,"y":357,"w":171,"h":171}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":28,"y":18,"w":171,"h":171}, @@ -1642,7 +1658,7 @@ }, "Game/Bullets/TrapRopeWeak.png": { - "frame": {"x":1144,"y":529,"w":171,"h":170}, + "frame": {"x":1144,"y":530,"w":171,"h":170}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":28,"y":18,"w":171,"h":170}, @@ -1666,7 +1682,7 @@ }, "Game/Bullets/TrapShackleWeakHit.png": { - "frame": {"x":541,"y":785,"w":185,"h":191}, + "frame": {"x":1,"y":798,"w":185,"h":191}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":25,"w":185,"h":191}, @@ -1674,7 +1690,7 @@ }, "Game/Bullets/TrapSleepDart.png": { - "frame": {"x":954,"y":2019,"w":43,"h":25}, + "frame": {"x":1965,"y":965,"w":43,"h":25}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":23,"w":43,"h":25}, @@ -1690,15 +1706,23 @@ }, "Game/Bullets/Wall.png": { - "frame": {"x":1153,"y":1332,"w":72,"h":72}, + "frame": {"x":356,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/WitchBoulderHit.png": +{ + "frame": {"x":1645,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":2,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/WitchChainBoltHit.png": { - "frame": {"x":1701,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":557,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1706,7 +1730,7 @@ }, "Game/Bullets/WitchElectrify.png": { - "frame": {"x":1856,"y":577,"w":72,"h":72}, + "frame": {"x":1963,"y":631,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1714,23 +1738,47 @@ }, "Game/Bullets/WitchSlimeBallHit.png": { - "frame": {"x":1603,"y":1385,"w":72,"h":72}, + "frame": {"x":1805,"y":824,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/ChangeSpell.png": +"Game/Bullets/WolfCrackleHit.png": +{ + "frame": {"x":1793,"y":1583,"w":72,"h":70}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Bullets/ZoneOfFrost.png": +{ + "frame": {"x":955,"y":545,"w":183,"h":180}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":15,"w":183,"h":180}, + "sourceSize": {"w":212,"h":212} +}, +"Game/Bullets/ZoneOfFrostHit.png": { - "frame": {"x":538,"y":2013,"w":36,"h":34}, + "frame": {"x":541,"y":785,"w":186,"h":191}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":2,"w":36,"h":34}, - "sourceSize": {"w":38,"h":38} + "spriteSourceSize": {"x":10,"y":12,"w":186,"h":191}, + "sourceSize": {"w":212,"h":212} +}, +"Game/Color.png": +{ + "frame": {"x":957,"y":1666,"w":21,"h":21}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":1,"w":21,"h":21}, + "sourceSize": {"w":23,"h":23} }, "Game/Conditions/Bind.png": { - "frame": {"x":1597,"y":1646,"w":28,"h":22}, + "frame": {"x":1724,"y":2025,"w":28,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":22}, @@ -1738,7 +1786,7 @@ }, "Game/Conditions/BlockBuff.png": { - "frame": {"x":1986,"y":1207,"w":18,"h":17}, + "frame": {"x":2028,"y":1012,"w":18,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":52,"y":1,"w":18,"h":17}, @@ -1746,7 +1794,7 @@ }, "Game/Conditions/Disarm.png": { - "frame": {"x":1684,"y":1646,"w":25,"h":17}, + "frame": {"x":1713,"y":265,"w":25,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":22,"w":25,"h":17}, @@ -1754,7 +1802,7 @@ }, "Game/Conditions/EvasionBuff.png": { - "frame": {"x":1320,"y":511,"w":24,"h":16}, + "frame": {"x":910,"y":2031,"w":24,"h":16}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":2,"w":24,"h":16}, @@ -1770,7 +1818,7 @@ }, "Game/Conditions/Slow.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1778,7 +1826,7 @@ }, "Game/Conditions/Slow_3.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1786,7 +1834,7 @@ }, "Game/Conditions/Sneak.png": { - "frame": {"x":1066,"y":1164,"w":28,"h":18}, + "frame": {"x":1837,"y":972,"w":28,"h":18}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":0,"w":28,"h":18}, @@ -1794,7 +1842,7 @@ }, "Game/Conditions/Stun.png": { - "frame": {"x":1852,"y":651,"w":72,"h":72}, + "frame": {"x":1964,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1802,15 +1850,23 @@ }, "Game/Conditions/Tired.png": { - "frame": {"x":1186,"y":960,"w":44,"h":22}, + "frame": {"x":1416,"y":504,"w":44,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":4,"w":44,"h":22}, "sourceSize": {"w":72,"h":72} }, +"Game/Conditions/Vulnerable.png": +{ + "frame": {"x":2023,"y":1,"w":24,"h":24}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":45,"y":9,"w":24,"h":24}, + "sourceSize": {"w":72,"h":72} +}, "Game/Conditions/VulnerableBlocked.png": { - "frame": {"x":1457,"y":1039,"w":22,"h":24}, + "frame": {"x":147,"y":2016,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":46,"y":9,"w":22,"h":24}, @@ -1818,7 +1874,7 @@ }, "Game/DamageTypes/chain.png": { - "frame": {"x":1109,"y":2016,"w":20,"h":21}, + "frame": {"x":2027,"y":862,"w":20,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":51,"w":20,"h":21}, @@ -1826,7 +1882,7 @@ }, "Game/DamageTypes/crush.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1834,7 +1890,7 @@ }, "Game/DamageTypes/drain.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1842,7 +1898,7 @@ }, "Game/DamageTypes/electric.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1850,7 +1906,7 @@ }, "Game/DamageTypes/fire.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1858,7 +1914,7 @@ }, "Game/DamageTypes/glue.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1866,7 +1922,7 @@ }, "Game/DamageTypes/grope.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1874,7 +1930,7 @@ }, "Game/DamageTypes/magic.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1882,7 +1938,7 @@ }, "Game/DamageTypes/melee.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1890,7 +1946,7 @@ }, "Game/DamageTypes/pain.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1898,7 +1954,7 @@ }, "Game/DamageTypes/pierce.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1906,7 +1962,7 @@ }, "Game/DamageTypes/poison.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1914,7 +1970,7 @@ }, "Game/DamageTypes/slash.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1922,7 +1978,7 @@ }, "Game/DamageTypes/souldrain.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1930,7 +1986,7 @@ }, "Game/DamageTypes/stun.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1938,7 +1994,7 @@ }, "Game/DamageTypes/tickle.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1946,7 +2002,7 @@ }, "Game/DamageTypes/unarmed.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1954,7 +2010,7 @@ }, "Game/DamageTypes/unflinching.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, @@ -1962,31 +2018,31 @@ }, "Game/DamageTypes/unstoppable.png": { - "frame": {"x":1842,"y":1133,"w":28,"h":21}, + "frame": {"x":1754,"y":2025,"w":28,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":50,"w":28,"h":21}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/BoobyTrap.png": +"Game/EffectTiles/Belts.png": { - "frame": {"x":966,"y":1164,"w":49,"h":23}, + "frame": {"x":1054,"y":1994,"w":55,"h":53}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":14,"y":31,"w":49,"h":23}, + "spriteSourceSize": {"x":6,"y":9,"w":55,"h":53}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/BoobyTrapMagic.png": +"Game/EffectTiles/BoobyTrap.png": { - "frame": {"x":1692,"y":1533,"w":66,"h":36}, + "frame": {"x":870,"y":570,"w":49,"h":23}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":25,"w":66,"h":36}, + "spriteSourceSize": {"x":14,"y":31,"w":49,"h":23}, "sourceSize": {"w":72,"h":72} }, "Game/EffectTiles/FateBoundGround.png": { - "frame": {"x":1831,"y":837,"w":72,"h":72}, + "frame": {"x":1964,"y":557,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -1994,7 +2050,7 @@ }, "Game/EffectTiles/Ice.png": { - "frame": {"x":1830,"y":911,"w":72,"h":72}, + "frame": {"x":1879,"y":892,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2002,7 +2058,7 @@ }, "Game/EffectTiles/IllusOrbDead.png": { - "frame": {"x":1346,"y":511,"w":22,"h":16}, + "frame": {"x":936,"y":2031,"w":22,"h":16}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":29,"w":22,"h":16}, @@ -2010,7 +2066,7 @@ }, "Game/EffectTiles/Latex.png": { - "frame": {"x":1768,"y":1082,"w":72,"h":72}, + "frame": {"x":1755,"y":1187,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2018,7 +2074,7 @@ }, "Game/EffectTiles/LatexBlue.png": { - "frame": {"x":1758,"y":1156,"w":72,"h":72}, + "frame": {"x":1755,"y":1261,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2026,39 +2082,31 @@ }, "Game/EffectTiles/LiquidMetal.png": { - "frame": {"x":1756,"y":1311,"w":72,"h":72}, + "frame": {"x":1645,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/MotionLampLight.png": -{ - "frame": {"x":1131,"y":2015,"w":51,"h":31}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":17,"w":51,"h":31}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EffectTiles/Radiance.png": +"Game/EffectTiles/NoTeleportPlate.png": { - "frame": {"x":1056,"y":2016,"w":51,"h":31}, + "frame": {"x":1570,"y":1731,"w":70,"h":47}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":33,"w":51,"h":31}, + "spriteSourceSize": {"x":1,"y":14,"w":70,"h":47}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/RunesTrap.png": +"Game/EffectTiles/Runes.png": { - "frame": {"x":1692,"y":1533,"w":66,"h":36}, + "frame": {"x":1935,"y":219,"w":72,"h":42}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":25,"w":66,"h":36}, + "spriteSourceSize": {"x":0,"y":22,"w":72,"h":42}, "sourceSize": {"w":72,"h":72} }, "Game/EffectTiles/Sleet.png": { - "frame": {"x":1751,"y":1385,"w":72,"h":72}, + "frame": {"x":1767,"y":1335,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2066,7 +2114,7 @@ }, "Game/EffectTiles/Soap.png": { - "frame": {"x":1978,"y":909,"w":69,"h":72}, + "frame": {"x":1631,"y":522,"w":69,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":69,"h":72}, @@ -2074,15 +2122,23 @@ }, "Game/EffectTiles/TauntGround.png": { - "frame": {"x":1924,"y":273,"w":72,"h":72}, + "frame": {"x":1829,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/TeleportPlate.png": +{ + "frame": {"x":1555,"y":2003,"w":68,"h":40}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":17,"w":68,"h":40}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/Water.png": { - "frame": {"x":1924,"y":347,"w":72,"h":72}, + "frame": {"x":1880,"y":992,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2090,7 +2146,7 @@ }, "Game/EffectTiles/WaterFrozen.png": { - "frame": {"x":1924,"y":421,"w":72,"h":72}, + "frame": {"x":1953,"y":817,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2098,55 +2154,47 @@ }, "Game/Enemies/AlchemistPet.png": { - "frame": {"x":1275,"y":983,"w":34,"h":64}, + "frame": {"x":1104,"y":792,"w":34,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Alkahestor.png": -{ - "frame": {"x":1775,"y":857,"w":53,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/Angel.png": { - "frame": {"x":1100,"y":791,"w":36,"h":67}, + "frame": {"x":844,"y":1164,"w":36,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":36,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/AnimYoke.png": +"Game/Enemies/AnimStraitjacket.png": { - "frame": {"x":1214,"y":2011,"w":62,"h":33}, + "frame": {"x":839,"y":1989,"w":69,"h":58}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, + "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/ApprenticeSlime.png": { - "frame": {"x":1043,"y":1255,"w":50,"h":67}, + "frame": {"x":1158,"y":1581,"w":50,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":0,"w":50,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BanditGuard.png": +"Game/Enemies/BanditHunter.png": { - "frame": {"x":2000,"y":643,"w":41,"h":65}, + "frame": {"x":2014,"y":1729,"w":30,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":2,"w":41,"h":65}, + "spriteSourceSize": {"x":21,"y":7,"w":30,"h":60}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BanditMerchant.png": { - "frame": {"x":1649,"y":1667,"w":59,"h":70}, + "frame": {"x":782,"y":1811,"w":59,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":1,"w":59,"h":70}, @@ -2154,143 +2202,95 @@ }, "Game/Enemies/BarricadeBlastDoor.png": { - "frame": {"x":1924,"y":495,"w":72,"h":72}, + "frame": {"x":1953,"y":891,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BarricadeWater.png": +"Game/Enemies/BarricadeRobot.png": { - "frame": {"x":1341,"y":1476,"w":72,"h":55}, + "frame": {"x":1713,"y":1461,"w":72,"h":46}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":9,"w":72,"h":55}, + "spriteSourceSize": {"x":0,"y":13,"w":72,"h":46}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/AlchemistPet.png": +"Game/Enemies/BarricadeWater.png": { - "frame": {"x":1275,"y":983,"w":34,"h":64}, + "frame": {"x":1463,"y":1282,"w":72,"h":55}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, + "spriteSourceSize": {"x":0,"y":9,"w":72,"h":55}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/Alkahestor.png": +"Game/Enemies/BindableEnemies/AlchemistPet.png": { - "frame": {"x":1775,"y":857,"w":53,"h":68}, + "frame": {"x":1104,"y":792,"w":34,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, + "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/ApprenticeSlime.png": { - "frame": {"x":1043,"y":1255,"w":50,"h":67}, + "frame": {"x":1158,"y":1581,"w":50,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":0,"w":50,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/BanditGuard.png": +"Game/Enemies/BindableEnemies/BanditHunter.png": { - "frame": {"x":2000,"y":643,"w":41,"h":65}, + "frame": {"x":2014,"y":1729,"w":30,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":2,"w":41,"h":65}, + "spriteSourceSize": {"x":21,"y":7,"w":30,"h":60}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/BanditMerchant.png": { - "frame": {"x":1649,"y":1667,"w":59,"h":70}, + "frame": {"x":782,"y":1811,"w":59,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":1,"w":59,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/BlindZombie.png": -{ - "frame": {"x":755,"y":1892,"w":38,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":2,"w":38,"h":65}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/BindableEnemies/Dryad.png": -{ - "frame": {"x":1998,"y":273,"w":48,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/BindableEnemies/FastZombie.png": { - "frame": {"x":1227,"y":1332,"w":38,"h":66}, + "frame": {"x":844,"y":1233,"w":38,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":1,"w":38,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/Fuuka1.png": -{ - "frame": {"x":869,"y":1834,"w":38,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":20,"y":2,"w":38,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/BindableEnemies/Guard.png": { - "frame": {"x":922,"y":660,"w":28,"h":64}, + "frame": {"x":922,"y":663,"w":28,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":3,"w":28,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/JungleDryad.png": -{ - "frame": {"x":1998,"y":340,"w":48,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/BindableEnemies/MaidforcePara.png": -{ - "frame": {"x":2006,"y":1130,"w":41,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":3,"w":41,"h":64}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/BindableEnemies/NawashiZombie.png": { - "frame": {"x":947,"y":1654,"w":47,"h":66}, + "frame": {"x":649,"y":1680,"w":47,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":1,"w":47,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/SamuraiZombie.png": -{ - "frame": {"x":1100,"y":860,"w":37,"h":66}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":20,"y":1,"w":37,"h":66}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/BindableEnemies/SlimeEnthusiast.png": +"Game/Enemies/BindableEnemies/Ninja.png": { - "frame": {"x":1267,"y":1476,"w":72,"h":65}, + "frame": {"x":1267,"y":1098,"w":43,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":6,"w":72,"h":65}, + "spriteSourceSize": {"x":16,"y":6,"w":43,"h":61}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/SummonedZombie.png": { - "frame": {"x":576,"y":1905,"w":39,"h":66}, + "frame": {"x":649,"y":1748,"w":39,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":1,"w":39,"h":66}, @@ -2298,63 +2298,47 @@ }, "Game/Enemies/BindableEnemies/WolfgirlPet.png": { - "frame": {"x":1275,"y":1049,"w":34,"h":64}, + "frame": {"x":1104,"y":858,"w":34,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BlindZombie.png": -{ - "frame": {"x":755,"y":1892,"w":38,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":2,"w":38,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/Chef.png": { - "frame": {"x":755,"y":1824,"w":38,"h":66}, + "frame": {"x":2009,"y":145,"w":38,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":1,"w":38,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Cuffs.png": +"Game/Enemies/CustomSprite/Melissa.png": { - "frame": {"x":1797,"y":2014,"w":51,"h":33}, + "frame": {"x":2015,"y":1630,"w":29,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":18,"w":51,"h":33}, + "spriteSourceSize": {"x":23,"y":8,"w":29,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/CustomSprite/Myrtrice3.png": { - "frame": {"x":1043,"y":1184,"w":50,"h":69}, + "frame": {"x":1158,"y":1510,"w":50,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":3,"w":50,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSpriteBound/Myrtrice.png": +"Game/Enemies/CustomSprite/Rook.png": { - "frame": {"x":793,"y":1982,"w":71,"h":62}, + "frame": {"x":1991,"y":705,"w":56,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":1,"y":9,"w":71,"h":62}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/CustomSpriteBound/Myrtrice2.png": -{ - "frame": {"x":793,"y":1982,"w":71,"h":62}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":9,"w":71,"h":62}, + "spriteSourceSize": {"x":13,"y":3,"w":56,"h":68}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/CustomSpriteBound/Rai.png": { - "frame": {"x":1978,"y":1304,"w":69,"h":72}, + "frame": {"x":1631,"y":596,"w":69,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":69,"h":72}, @@ -2362,39 +2346,39 @@ }, "Game/Enemies/CustomSpriteBound/Rai2.png": { - "frame": {"x":1978,"y":1304,"w":69,"h":72}, + "frame": {"x":1631,"y":596,"w":69,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":69,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSpriteBound/Viola.png": +"Game/Enemies/CyborgGuardian.png": { - "frame": {"x":2004,"y":569,"w":39,"h":65}, + "frame": {"x":569,"y":1966,"w":59,"h":69}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":0,"w":39,"h":65}, + "spriteSourceSize": {"x":4,"y":1,"w":59,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CyborgGuardian.png": +"Game/Enemies/DemonEye.png": { - "frame": {"x":1649,"y":1739,"w":59,"h":69}, + "frame": {"x":287,"y":1893,"w":67,"h":72}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":59,"h":69}, + "spriteSourceSize": {"x":2,"y":0,"w":67,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/DemonEye.png": +"Game/Enemies/DemonVoid.png": { - "frame": {"x":620,"y":1535,"w":67,"h":72}, + "frame": {"x":1977,"y":1259,"w":70,"h":72}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":0,"w":67,"h":72}, + "spriteSourceSize": {"x":2,"y":0,"w":70,"h":72}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/DollDoor.png": { - "frame": {"x":1711,"y":1571,"w":72,"h":72}, + "frame": {"x":1829,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2402,23 +2386,15 @@ }, "Game/Enemies/DollmakerBoss3b.png": { - "frame": {"x":1066,"y":1795,"w":62,"h":71}, + "frame": {"x":1399,"y":1227,"w":62,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":1,"w":62,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/DollsmithDoll.png": -{ - "frame": {"x":1998,"y":407,"w":40,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":19,"y":3,"w":40,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/DragonQueenCrystal.png": { - "frame": {"x":1781,"y":145,"w":137,"h":136}, + "frame": {"x":1358,"y":1510,"w":137,"h":136}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":137,"h":136}, @@ -2426,7 +2402,7 @@ }, "Game/Enemies/DragonQueenIce.png": { - "frame": {"x":620,"y":1831,"w":133,"h":111}, + "frame": {"x":1800,"y":152,"w":133,"h":111}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":16,"w":133,"h":111}, @@ -2434,7 +2410,7 @@ }, "Game/Enemies/DragonQueenPoison.png": { - "frame": {"x":1925,"y":1,"w":114,"h":126}, + "frame": {"x":171,"y":1891,"w":114,"h":126}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":3,"w":114,"h":126}, @@ -2442,23 +2418,15 @@ }, "Game/Enemies/DragonQueenShadow.png": { - "frame": {"x":816,"y":1590,"w":129,"h":127}, + "frame": {"x":980,"y":1795,"w":129,"h":127}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":10,"w":129,"h":127}, "sourceSize": {"w":144,"h":144} }, -"Game/Enemies/Dryad.png": -{ - "frame": {"x":1998,"y":273,"w":48,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/EpicenterCursed.png": { - "frame": {"x":1766,"y":1459,"w":72,"h":72}, + "frame": {"x":1829,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2466,71 +2434,63 @@ }, "Game/Enemies/EpicenterCursed2.png": { - "frame": {"x":1830,"y":1311,"w":72,"h":72}, + "frame": {"x":1719,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FactoryDoll.png": -{ - "frame": {"x":1570,"y":1207,"w":37,"h":66}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":3,"w":37,"h":66}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/FaithfulZombie.png": { - "frame": {"x":1570,"y":1139,"w":38,"h":66}, + "frame": {"x":1999,"y":1920,"w":38,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":1,"w":38,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FastZombie.png": +"Game/Enemies/FastSlime.png": { - "frame": {"x":1227,"y":1332,"w":38,"h":66}, + "frame": {"x":1989,"y":1403,"w":58,"h":52}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":1,"w":38,"h":66}, + "spriteSourceSize": {"x":9,"y":9,"w":58,"h":52}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FreeDoll.png": +"Game/Enemies/FastZombie.png": { - "frame": {"x":1564,"y":1330,"w":37,"h":66}, + "frame": {"x":844,"y":1233,"w":38,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":4,"w":37,"h":66}, + "spriteSourceSize": {"x":16,"y":1,"w":38,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Fuuka1.png": +"Game/Enemies/FuukaPillar.png": { - "frame": {"x":753,"y":1959,"w":38,"h":65}, + "frame": {"x":2015,"y":1569,"w":30,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":2,"w":38,"h":65}, + "spriteSourceSize": {"x":21,"y":7,"w":30,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/GhostAdventurer.png": { - "frame": {"x":816,"y":1529,"w":28,"h":59}, + "frame": {"x":2014,"y":1791,"w":28,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":28,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/GreaterSkeleton.png": +"Game/Enemies/GhostDark.png": { - "frame": {"x":869,"y":1968,"w":37,"h":64}, + "frame": {"x":1999,"y":1988,"w":47,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":2,"w":37,"h":64}, + "spriteSourceSize": {"x":9,"y":6,"w":47,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Guard.png": { - "frame": {"x":922,"y":660,"w":28,"h":64}, + "frame": {"x":922,"y":663,"w":28,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":3,"w":28,"h":64}, @@ -2538,23 +2498,15 @@ }, "Game/Enemies/Jailer.png": { - "frame": {"x":922,"y":660,"w":28,"h":64}, + "frame": {"x":922,"y":663,"w":28,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":3,"w":28,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/JungleDryad.png": -{ - "frame": {"x":1998,"y":340,"w":48,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/LatexCube.png": { - "frame": {"x":1832,"y":1156,"w":72,"h":72}, + "frame": {"x":1841,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2562,69 +2514,29 @@ }, "Game/Enemies/LiquidMetalCube.png": { - "frame": {"x":1861,"y":985,"w":72,"h":72}, + "frame": {"x":1903,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/MaidforcePara.png": +"Game/Enemies/NawashiZombie.png": { - "frame": {"x":2006,"y":1130,"w":41,"h":64}, + "frame": {"x":649,"y":1680,"w":47,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":3,"w":41,"h":64}, + "spriteSourceSize": {"x":12,"y":1,"w":47,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/MikoGhost.png": +"Game/Enemies/Ninja.png": { - "frame": {"x":1094,"y":1721,"w":35,"h":65}, + "frame": {"x":1267,"y":1098,"w":43,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":2,"w":35,"h":65}, + "spriteSourceSize": {"x":16,"y":6,"w":43,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/NakedElemental.png": -{ - "frame": {"x":869,"y":1901,"w":37,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":20,"y":3,"w":37,"h":65}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/NawashiZombie.png": -{ - "frame": {"x":947,"y":1654,"w":47,"h":66}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":1,"w":47,"h":66}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/PetChastity.png": -{ - "frame": {"x":1564,"y":1398,"w":37,"h":66}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":13,"y":5,"w":37,"h":66}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/PetDisplay.png": -{ - "frame": {"x":2009,"y":983,"w":37,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":13,"y":5,"w":37,"h":65}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/PinkAlkahestor.png": -{ - "frame": {"x":1775,"y":927,"w":53,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/Pixie.png": +"Game/Enemies/Pixie.png": { "frame": {"x":325,"y":776,"w":23,"h":19}, "rotated": false, @@ -2632,33 +2544,17 @@ "spriteSourceSize": {"x":26,"y":17,"w":23,"h":19}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/SamuraiZombie.png": +"Game/Enemies/SlimeMoldLeaper.png": { - "frame": {"x":1100,"y":860,"w":37,"h":66}, + "frame": {"x":1984,"y":335,"w":63,"h":69}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":1,"w":37,"h":66}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/Sleuth.png": -{ - "frame": {"x":2006,"y":1781,"w":40,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":2,"w":40,"h":64}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/SlimeEnthusiast.png": -{ - "frame": {"x":1267,"y":1476,"w":72,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":6,"w":72,"h":65}, + "spriteSourceSize": {"x":6,"y":1,"w":63,"h":69}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/SteelDoor.png": { - "frame": {"x":1904,"y":911,"w":72,"h":72}, + "frame": {"x":1954,"y":992,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2666,7 +2562,7 @@ }, "Game/Enemies/StoneDoor.png": { - "frame": {"x":1905,"y":761,"w":72,"h":72}, + "frame": {"x":1903,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2674,15 +2570,23 @@ }, "Game/Enemies/SummonedZombie.png": { - "frame": {"x":576,"y":1905,"w":39,"h":66}, + "frame": {"x":649,"y":1748,"w":39,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":1,"w":39,"h":66}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/TheWarden2.png": +{ + "frame": {"x":1098,"y":727,"w":39,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":17,"y":4,"w":39,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/WitchWater.png": { - "frame": {"x":846,"y":1346,"w":43,"h":67}, + "frame": {"x":1267,"y":961,"w":43,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":0,"w":43,"h":67}, @@ -2690,7 +2594,7 @@ }, "Game/Enemies/WolfDrone.png": { - "frame": {"x":1278,"y":960,"w":31,"h":21}, + "frame": {"x":1660,"y":2025,"w":31,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":17,"w":31,"h":21}, @@ -2698,39 +2602,31 @@ }, "Game/Enemies/WolfShieldDrone.png": { - "frame": {"x":1926,"y":651,"w":72,"h":72}, + "frame": {"x":1903,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/BanditHunter.png": +"Game/EnemiesBound/Adventurer_Sub.png": { - "frame": {"x":1424,"y":1298,"w":53,"h":30}, + "frame": {"x":1104,"y":924,"w":34,"h":52}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":8,"y":27,"w":53,"h":30}, + "spriteSourceSize": {"x":24,"y":7,"w":34,"h":52}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Conjurer.png": +"Game/EnemiesBound/Apprentice2.png": { - "frame": {"x":576,"y":1973,"w":39,"h":65}, + "frame": {"x":1851,"y":1803,"w":69,"h":42}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":0,"w":39,"h":65}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Cyborg.png": -{ - "frame": {"x":538,"y":1945,"w":36,"h":66}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":4,"w":36,"h":66}, + "spriteSourceSize": {"x":1,"y":20,"w":69,"h":42}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/CyborgBerserker.png": { - "frame": {"x":576,"y":1837,"w":40,"h":66}, + "frame": {"x":1267,"y":1030,"w":40,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":4,"w":40,"h":66}, @@ -2738,87 +2634,47 @@ }, "Game/EnemiesBound/Dollmaker.png": { - "frame": {"x":922,"y":594,"w":30,"h":64}, + "frame": {"x":922,"y":597,"w":30,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":1,"w":30,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/ElementalLeather.png": -{ - "frame": {"x":1945,"y":2011,"w":63,"h":35}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":32,"w":63,"h":35}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/EncasedDoll.png": +"Game/EnemiesBound/Dressmaker.png": { - "frame": {"x":1100,"y":928,"w":37,"h":54}, + "frame": {"x":884,"y":1043,"w":29,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":54}, + "spriteSourceSize": {"x":22,"y":7,"w":29,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/EncasedFactoryDoll.png": +"Game/EnemiesBound/Head/AllyDoll.png": { - "frame": {"x":1785,"y":1570,"w":37,"h":65}, + "frame": {"x":2010,"y":965,"w":37,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":19,"y":7,"w":37,"h":65}, + "spriteSourceSize": {"x":21,"y":7,"w":37,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Alchemist.png": +"Game/EnemiesBound/Head/Guard.png": { - "frame": {"x":2006,"y":1196,"w":41,"h":32}, + "frame": {"x":1525,"y":2018,"w":28,"h":29}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":24,"y":7,"w":41,"h":32}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/ElementalRope.png": -{ - "frame": {"x":1723,"y":2015,"w":47,"h":31}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":15,"y":4,"w":47,"h":31}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/GuardHeavy.png": -{ - "frame": {"x":509,"y":2019,"w":27,"h":28}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":24,"y":5,"w":27,"h":28}, + "spriteSourceSize": {"x":25,"y":3,"w":28,"h":29}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/LesserSkeleton.png": { - "frame": {"x":1457,"y":1065,"w":22,"h":24}, + "frame": {"x":844,"y":1665,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":26,"y":8,"w":22,"h":24}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/MeleeCleric.png": -{ - "frame": {"x":2009,"y":1681,"w":38,"h":31}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":2,"w":38,"h":31}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/Mummy.png": -{ - "frame": {"x":713,"y":2018,"w":38,"h":29}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":5,"w":38,"h":29}, - "sourceSize": {"w":72,"h":72} -}, "Game/EnemiesBound/Head/Nawashi.png": { - "frame": {"x":999,"y":2019,"w":41,"h":24}, + "frame": {"x":1879,"y":966,"w":41,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":8,"w":41,"h":24}, @@ -2826,7 +2682,7 @@ }, "Game/EnemiesBound/Head/Skeleton.png": { - "frame": {"x":1457,"y":1065,"w":22,"h":24}, + "frame": {"x":844,"y":1665,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":26,"y":8,"w":22,"h":24}, @@ -2834,47 +2690,31 @@ }, "Game/EnemiesBound/HeavySkeleton.png": { - "frame": {"x":693,"y":1166,"w":32,"h":64}, + "frame": {"x":323,"y":1548,"w":32,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":2,"w":32,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Jailer.png": +"Game/EnemiesBound/HighWizard.png": { - "frame": {"x":2019,"y":1847,"w":28,"h":58}, + "frame": {"x":1399,"y":1300,"w":61,"h":39}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":3,"w":28,"h":58}, + "spriteSourceSize": {"x":3,"y":20,"w":61,"h":39}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/JungleDryad.png": +"Game/EnemiesBound/Librarian.png": { - "frame": {"x":996,"y":1687,"w":69,"h":32}, + "frame": {"x":2015,"y":1507,"w":29,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":31,"w":69,"h":32}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/MaidforceHead.png": -{ - "frame": {"x":1760,"y":1533,"w":66,"h":35}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":32,"w":66,"h":35}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/SlimeAdv.png": -{ - "frame": {"x":1785,"y":1637,"w":37,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":19,"y":7,"w":37,"h":65}, + "spriteSourceSize": {"x":22,"y":7,"w":29,"h":60}, "sourceSize": {"w":72,"h":72} }, "Game/FloorGeneric/Angel.png": { - "frame": {"x":1100,"y":791,"w":36,"h":67}, + "frame": {"x":844,"y":1164,"w":36,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":1,"w":36,"h":67}, @@ -2882,7 +2722,7 @@ }, "Game/FloorGeneric/Bed.png": { - "frame": {"x":1930,"y":569,"w":72,"h":72}, + "frame": {"x":1793,"y":1509,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2890,7 +2730,7 @@ }, "Game/FloorGeneric/BondageMachine/ChastityVert.png": { - "frame": {"x":1905,"y":835,"w":72,"h":72}, + "frame": {"x":1915,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2898,7 +2738,7 @@ }, "Game/FloorGeneric/BondageMachine/DollVert.png": { - "frame": {"x":1842,"y":1059,"w":72,"h":72}, + "frame": {"x":1867,"y":1507,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2906,7 +2746,7 @@ }, "Game/FloorGeneric/BondageMachine/LatexVert.png": { - "frame": {"x":1831,"y":1230,"w":72,"h":72}, + "frame": {"x":1867,"y":1581,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2914,7 +2754,7 @@ }, "Game/FloorGeneric/BondageMachine/MetalVert.png": { - "frame": {"x":1825,"y":1385,"w":72,"h":72}, + "frame": {"x":1497,"y":1583,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2922,7 +2762,7 @@ }, "Game/FloorGeneric/BondageMachine/PlugVert.png": { - "frame": {"x":1916,"y":1059,"w":72,"h":72}, + "frame": {"x":1348,"y":1648,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2930,7 +2770,7 @@ }, "Game/FloorGeneric/BondageMachine/TapeVert.png": { - "frame": {"x":1935,"y":985,"w":72,"h":72}, + "frame": {"x":1422,"y":1648,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2938,7 +2778,7 @@ }, "Game/FloorGeneric/ChargerCrystal.png": { - "frame": {"x":693,"y":1232,"w":32,"h":61}, + "frame": {"x":323,"y":1614,"w":32,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":0,"w":32,"h":61}, @@ -2946,15 +2786,23 @@ }, "Game/FloorGeneric/ChargerSpent.png": { - "frame": {"x":693,"y":1295,"w":32,"h":61}, + "frame": {"x":323,"y":1677,"w":32,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":0,"w":32,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/ChestShadow.png": +{ + "frame": {"x":843,"y":1827,"w":72,"h":54}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":14,"w":72,"h":54}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/CollapsedStairs.png": { - "frame": {"x":1711,"y":1645,"w":72,"h":72}, + "frame": {"x":1571,"y":1583,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2962,7 +2810,7 @@ }, "Game/FloorGeneric/Conveyor/Conveyor.png": { - "frame": {"x":1353,"y":1678,"w":72,"h":72}, + "frame": {"x":1645,"y":1655,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2970,7 +2818,7 @@ }, "Game/FloorGeneric/Conveyor/Down.png": { - "frame": {"x":1131,"y":1751,"w":72,"h":72}, + "frame": {"x":1348,"y":1722,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2978,15 +2826,23 @@ }, "Game/FloorGeneric/Conveyor/DownLeft.png": { - "frame": {"x":918,"y":1797,"w":72,"h":72}, + "frame": {"x":1185,"y":1778,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/Conveyor/DownOff.png": +{ + "frame": {"x":2027,"y":885,"w":20,"h":20}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":26,"y":27,"w":20,"h":20}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/Conveyor/DownRight.png": { - "frame": {"x":795,"y":1834,"w":72,"h":72}, + "frame": {"x":1111,"y":1812,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -2994,7 +2850,7 @@ }, "Game/FloorGeneric/Conveyor/DownSwitch.png": { - "frame": {"x":314,"y":1580,"w":20,"h":28}, + "frame": {"x":298,"y":1721,"w":20,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":26,"y":27,"w":20,"h":28}, @@ -3002,7 +2858,31 @@ }, "Game/FloorGeneric/Conveyor/Left.png": { - "frame": {"x":965,"y":1365,"w":72,"h":48}, + "frame": {"x":1619,"y":1411,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/LeftDown.png": +{ + "frame": {"x":1693,"y":1411,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/LeftOff.png": +{ + "frame": {"x":2027,"y":885,"w":20,"h":20}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":26,"y":38,"w":20,"h":20}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/LeftRightDown.png": +{ + "frame": {"x":1767,"y":1409,"w":72,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, @@ -3010,7 +2890,7 @@ }, "Game/FloorGeneric/Conveyor/LeftRightUp.png": { - "frame": {"x":617,"y":1944,"w":72,"h":72}, + "frame": {"x":1259,"y":1776,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3018,7 +2898,7 @@ }, "Game/FloorGeneric/Conveyor/LeftSwitch.png": { - "frame": {"x":1872,"y":1133,"w":28,"h":20}, + "frame": {"x":1784,"y":2025,"w":28,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":38,"w":28,"h":20}, @@ -3026,15 +2906,39 @@ }, "Game/FloorGeneric/Conveyor/LeftUp.png": { - "frame": {"x":992,"y":1796,"w":72,"h":72}, + "frame": {"x":1422,"y":1722,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/Conveyor/Right.png": +{ + "frame": {"x":1787,"y":1459,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/RightDown.png": +{ + "frame": {"x":1841,"y":1407,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/RightOff.png": +{ + "frame": {"x":2027,"y":885,"w":20,"h":20}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":27,"y":38,"w":20,"h":20}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/Conveyor/RightSwitch.png": { - "frame": {"x":1902,"y":1133,"w":28,"h":20}, + "frame": {"x":1814,"y":2025,"w":28,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":26,"y":38,"w":28,"h":20}, @@ -3042,7 +2946,7 @@ }, "Game/FloorGeneric/Conveyor/RightUp.png": { - "frame": {"x":1205,"y":1751,"w":72,"h":72}, + "frame": {"x":1496,"y":1657,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3050,15 +2954,31 @@ }, "Game/FloorGeneric/Conveyor/SafetyDown.png": { - "frame": {"x":1279,"y":1733,"w":72,"h":72}, + "frame": {"x":1570,"y":1657,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/Conveyor/SafetyLeft.png": +{ + "frame": {"x":1861,"y":1457,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/SafetyRight.png": +{ + "frame": {"x":1915,"y":1407,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/Conveyor/SafetyUp.png": { - "frame": {"x":1427,"y":1678,"w":72,"h":72}, + "frame": {"x":1719,"y":1655,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3066,7 +2986,7 @@ }, "Game/FloorGeneric/Conveyor/Up.png": { - "frame": {"x":1501,"y":1670,"w":72,"h":72}, + "frame": {"x":1793,"y":1655,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3074,7 +2994,7 @@ }, "Game/FloorGeneric/Conveyor/UpDownLeft.png": { - "frame": {"x":1575,"y":1670,"w":72,"h":72}, + "frame": {"x":1867,"y":1655,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3082,39 +3002,55 @@ }, "Game/FloorGeneric/Conveyor/UpDownRight.png": { - "frame": {"x":1710,"y":1719,"w":72,"h":72}, + "frame": {"x":1644,"y":1729,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/UpSwitch.png": +"Game/FloorGeneric/Conveyor/UpLeft.png": { - "frame": {"x":314,"y":1610,"w":20,"h":28}, + "frame": {"x":1935,"y":1457,"w":72,"h":48}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":19,"w":20,"h":28}, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/CrackHoriz.png": +"Game/FloorGeneric/Conveyor/UpOff.png": { - "frame": {"x":1998,"y":541,"w":45,"h":26}, + "frame": {"x":2027,"y":885,"w":20,"h":20}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":0,"w":45,"h":26}, + "spriteSourceSize": {"x":26,"y":27,"w":20,"h":20}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DimensionRift.png": +"Game/FloorGeneric/Conveyor/UpRight.png": { - "frame": {"x":1479,"y":1298,"w":53,"h":30}, + "frame": {"x":765,"y":1989,"w":72,"h":48}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":40,"w":53,"h":30}, + "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/UpSwitch.png": +{ + "frame": {"x":147,"y":1900,"w":20,"h":28}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":26,"y":19,"w":20,"h":28}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/CrackVert.png": +{ + "frame": {"x":1631,"y":744,"w":72,"h":49}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":14,"w":72,"h":49}, "sourceSize": {"w":72,"h":72} }, "Game/FloorGeneric/DollSupply.png": { - "frame": {"x":1501,"y":1744,"w":72,"h":72}, + "frame": {"x":1333,"y":1796,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3122,7 +3058,7 @@ }, "Game/FloorGeneric/EmptyPipe.png": { - "frame": {"x":312,"y":1684,"w":26,"h":41}, + "frame": {"x":2019,"y":1066,"w":26,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":31,"w":26,"h":41}, @@ -3130,39 +3066,47 @@ }, "Game/FloorGeneric/Ghost.png": { - "frame": {"x":816,"y":1529,"w":28,"h":59}, + "frame": {"x":2014,"y":1791,"w":28,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":28,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/HookLow.png": +"Game/FloorGeneric/Pizza.png": { - "frame": {"x":1627,"y":1646,"w":28,"h":19}, + "frame": {"x":1732,"y":1068,"w":69,"h":43}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":48,"w":28,"h":19}, + "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/LatexPipe.png": +"Game/FloorGeneric/Sarcophagus.png": { - "frame": {"x":918,"y":1719,"w":26,"h":41}, + "frame": {"x":225,"y":2019,"w":52,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":31,"w":26,"h":41}, + "spriteSourceSize": {"x":10,"y":23,"w":52,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Sarcophagus.png": +"Game/FloorGeneric/Scrap.png": { - "frame": {"x":871,"y":566,"w":52,"h":26}, + "frame": {"x":1743,"y":284,"w":21,"h":22}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":23,"w":52,"h":26}, + "spriteSourceSize": {"x":27,"y":23,"w":21,"h":22}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Signal/AutoLock.png": +{ + "frame": {"x":2027,"y":907,"w":20,"h":20}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":26,"y":29,"w":20,"h":20}, "sourceSize": {"w":72,"h":72} }, "Game/FloorGeneric/Spores.png": { - "frame": {"x":1279,"y":1807,"w":72,"h":72}, + "frame": {"x":1185,"y":1852,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3170,15 +3114,39 @@ }, "Game/FloorGeneric/StairsDown.png": { - "frame": {"x":1066,"y":1868,"w":72,"h":72}, + "frame": {"x":1111,"y":1886,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/TableCookies.png": +{ + "frame": {"x":1806,"y":1066,"w":69,"h":43}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/TablePizza.png": +{ + "frame": {"x":1877,"y":1066,"w":69,"h":43}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/TablePlate.png": +{ + "frame": {"x":1948,"y":1066,"w":69,"h":43}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/Water.png": { - "frame": {"x":909,"y":1871,"w":72,"h":72}, + "frame": {"x":980,"y":1924,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3186,7 +3154,7 @@ }, "Game/FloorGeneric/WaterFoam.png": { - "frame": {"x":795,"y":1908,"w":72,"h":72}, + "frame": {"x":1259,"y":1850,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3194,7 +3162,7 @@ }, "Game/Floors/Floor_bel/Barrel.png": { - "frame": {"x":983,"y":1871,"w":72,"h":72}, + "frame": {"x":1407,"y":1796,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3202,7 +3170,7 @@ }, "Game/Floors/Floor_bel/Bars.png": { - "frame": {"x":1140,"y":1867,"w":72,"h":72}, + "frame": {"x":1481,"y":1796,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3210,7 +3178,7 @@ }, "Game/Floors/Floor_bel/BarsVert.png": { - "frame": {"x":1353,"y":1752,"w":72,"h":72}, + "frame": {"x":1555,"y":1781,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3218,7 +3186,7 @@ }, "Game/Floors/Floor_bel/BarsVertCont.png": { - "frame": {"x":1427,"y":1752,"w":72,"h":72}, + "frame": {"x":1718,"y":1729,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3226,7 +3194,7 @@ }, "Game/Floors/Floor_bel/Brickwork.png": { - "frame": {"x":1575,"y":1744,"w":72,"h":72}, + "frame": {"x":1792,"y":1729,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3234,7 +3202,7 @@ }, "Game/Floors/Floor_bel/DollDropoff.png": { - "frame": {"x":1784,"y":1719,"w":72,"h":72}, + "frame": {"x":1866,"y":1729,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3242,7 +3210,7 @@ }, "Game/Floors/Floor_bel/Doodad.png": { - "frame": {"x":1828,"y":1533,"w":72,"h":72}, + "frame": {"x":1940,"y":1729,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3250,7 +3218,7 @@ }, "Game/Floors/Floor_bel/Door.png": { - "frame": {"x":1899,"y":1385,"w":72,"h":72}, + "frame": {"x":1941,"y":1507,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3258,7 +3226,7 @@ }, "Game/Floors/Floor_bel/DoorOpen.png": { - "frame": {"x":1904,"y":1304,"w":72,"h":72}, + "frame": {"x":1941,"y":1581,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3266,7 +3234,7 @@ }, "Game/Floors/Floor_bel/DoorVert.png": { - "frame": {"x":1905,"y":1230,"w":72,"h":72}, + "frame": {"x":1941,"y":1655,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3274,7 +3242,7 @@ }, "Game/Floors/Floor_bel/DoorVertCont.png": { - "frame": {"x":1932,"y":1133,"w":72,"h":72}, + "frame": {"x":1629,"y":1803,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3282,7 +3250,7 @@ }, "Game/Floors/Floor_bel/DoorVertOpen.png": { - "frame": {"x":1840,"y":1459,"w":72,"h":72}, + "frame": {"x":1555,"y":1855,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3290,7 +3258,7 @@ }, "Game/Floors/Floor_bel/DoorVertOpenCont.png": { - "frame": {"x":1824,"y":1607,"w":72,"h":72}, + "frame": {"x":1333,"y":1870,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3298,7 +3266,7 @@ }, "Game/Floors/Floor_bel/Floor.png": { - "frame": {"x":1858,"y":1718,"w":72,"h":72}, + "frame": {"x":1259,"y":1924,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3306,7 +3274,7 @@ }, "Game/Floors/Floor_bel/Grate.png": { - "frame": {"x":1898,"y":1607,"w":72,"h":72}, + "frame": {"x":1185,"y":1926,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3314,7 +3282,7 @@ }, "Game/Floors/Floor_bel/GrateHoriz.png": { - "frame": {"x":1902,"y":1533,"w":72,"h":72}, + "frame": {"x":1111,"y":1960,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3322,7 +3290,7 @@ }, "Game/Floors/Floor_bel/GrateVert.png": { - "frame": {"x":1914,"y":1459,"w":72,"h":72}, + "frame": {"x":1407,"y":1870,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3330,7 +3298,7 @@ }, "Game/Floors/Floor_bel/MimicBlock.png": { - "frame": {"x":1973,"y":1378,"w":72,"h":72}, + "frame": {"x":1481,"y":1870,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3338,7 +3306,7 @@ }, "Game/Floors/Floor_bel/OrbEmpty.png": { - "frame": {"x":1858,"y":1792,"w":72,"h":72}, + "frame": {"x":1703,"y":1803,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3346,7 +3314,7 @@ }, "Game/Floors/Floor_bel/RubbleLooted.png": { - "frame": {"x":1649,"y":1810,"w":72,"h":72}, + "frame": {"x":1777,"y":1803,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3354,7 +3322,7 @@ }, "Game/Floors/Floor_bel/Shrine.png": { - "frame": {"x":1501,"y":1818,"w":72,"h":72}, + "frame": {"x":1851,"y":1852,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3362,7 +3330,7 @@ }, "Game/Floors/Floor_bel/ShrineBroken.png": { - "frame": {"x":1279,"y":1881,"w":72,"h":72}, + "frame": {"x":1925,"y":1852,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3370,7 +3338,7 @@ }, "Game/Floors/Floor_bel/ShrineC.png": { - "frame": {"x":1140,"y":1941,"w":72,"h":72}, + "frame": {"x":1629,"y":1877,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3378,7 +3346,7 @@ }, "Game/Floors/Floor_bel/ShrineEmpty.png": { - "frame": {"x":1057,"y":1942,"w":72,"h":72}, + "frame": {"x":1555,"y":1929,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3386,7 +3354,7 @@ }, "Game/Floors/Floor_bel/StairsDown.png": { - "frame": {"x":908,"y":1945,"w":72,"h":72}, + "frame": {"x":1703,"y":1877,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3394,7 +3362,7 @@ }, "Game/Floors/Floor_bel/StairsUp.png": { - "frame": {"x":982,"y":1945,"w":72,"h":72}, + "frame": {"x":1777,"y":1877,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3402,7 +3370,7 @@ }, "Game/Floors/Floor_bel/Trap.png": { - "frame": {"x":1353,"y":1826,"w":72,"h":72}, + "frame": {"x":1851,"y":1926,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3410,7 +3378,7 @@ }, "Game/Floors/Floor_bel/Wall.png": { - "frame": {"x":1427,"y":1826,"w":72,"h":72}, + "frame": {"x":1925,"y":1926,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3418,7 +3386,7 @@ }, "Game/Floors/Floor_bel/WallR.png": { - "frame": {"x":1575,"y":1818,"w":72,"h":72}, + "frame": {"x":1629,"y":1951,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3426,7 +3394,7 @@ }, "Game/Floors/Floor_bel/WallRVert.png": { - "frame": {"x":1723,"y":1793,"w":72,"h":72}, + "frame": {"x":1703,"y":1951,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3434,7 +3402,7 @@ }, "Game/Floors/Floor_bel/WallVert.png": { - "frame": {"x":1797,"y":1866,"w":72,"h":72}, + "frame": {"x":1777,"y":1951,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3442,7 +3410,7 @@ }, "Game/Floors/Floor_cat/Barrel.png": { - "frame": {"x":1649,"y":1884,"w":72,"h":72}, + "frame": {"x":1333,"y":1944,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3450,7 +3418,7 @@ }, "Game/Floors/Floor_cat/Bars.png": { - "frame": {"x":1501,"y":1892,"w":72,"h":72}, + "frame": {"x":1407,"y":1944,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3458,151 +3426,7 @@ }, "Game/Floors/Floor_cat/BarsOld.png": { - "frame": {"x":1353,"y":1900,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/BarsVert.png": -{ - "frame": {"x":1278,"y":1955,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/BarsVertCont.png": -{ - "frame": {"x":1427,"y":1900,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Brickwork.png": -{ - "frame": {"x":1575,"y":1892,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Doodad.png": -{ - "frame": {"x":1723,"y":1867,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Door.png": -{ - "frame": {"x":1871,"y":1866,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/DoorOpen.png": -{ - "frame": {"x":1932,"y":1715,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/DoorVert.png": -{ - "frame": {"x":1972,"y":1607,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/DoorVertCont.png": -{ - "frame": {"x":1932,"y":1789,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/DoorVertOpen.png": -{ - "frame": {"x":1945,"y":1863,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/DoorVertOpenCont.png": -{ - "frame": {"x":1945,"y":1937,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Floor.png": -{ - "frame": {"x":1797,"y":1940,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Grate.png": -{ - "frame": {"x":1723,"y":1941,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/GrateHoriz.png": -{ - "frame": {"x":1649,"y":1958,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/GrateVert.png": -{ - "frame": {"x":1871,"y":1940,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/MimicBlock.png": -{ - "frame": {"x":1501,"y":1966,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/OrbEmpty.png": -{ - "frame": {"x":1575,"y":1966,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/RubbleLooted.png": -{ - "frame": {"x":1352,"y":1974,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_cat/Shrine.png": -{ - "frame": {"x":1426,"y":1974,"w":72,"h":72}, + "frame": {"x":1481,"y":1944,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3610,7 +3434,7 @@ }, "Game/Floors/Floor_cat/WallR.png": { - "frame": {"x":1575,"y":1818,"w":72,"h":72}, + "frame": {"x":1629,"y":1951,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3618,15 +3442,7 @@ }, "Game/Floors/Floor_cat/WallRVert.png": { - "frame": {"x":1723,"y":1793,"w":72,"h":72}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Floors/Floor_grv/MimicBlock.png": -{ - "frame": {"x":1501,"y":1966,"w":72,"h":72}, + "frame": {"x":1703,"y":1951,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3634,7 +3450,7 @@ }, "Game/Floors/Floor_ore/StairsDown.png": { - "frame": {"x":908,"y":1945,"w":72,"h":72}, + "frame": {"x":1703,"y":1877,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3642,7 +3458,7 @@ }, "Game/Floors/Floor_ore/StairsUp.png": { - "frame": {"x":982,"y":1945,"w":72,"h":72}, + "frame": {"x":1777,"y":1877,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3650,7 +3466,7 @@ }, "Game/Floors/Floor_shoppe/Barrel.png": { - "frame": {"x":983,"y":1871,"w":72,"h":72}, + "frame": {"x":1407,"y":1796,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -3658,15 +3474,23 @@ }, "Game/InvDrop.png": { - "frame": {"x":1043,"y":1332,"w":108,"h":50}, + "frame": {"x":1633,"y":284,"w":108,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":108,"h":50}, "sourceSize": {"w":116,"h":56} }, +"Game/InventoryAction/RemoveOffhand.png": +{ + "frame": {"x":1537,"y":1282,"w":68,"h":55}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":8,"w":68,"h":55}, + "sourceSize": {"w":72,"h":72} +}, "Game/InventoryAction/Sell.png": { - "frame": {"x":1017,"y":1164,"w":47,"h":18}, + "frame": {"x":1320,"y":504,"w":47,"h":18}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":28,"w":47,"h":18}, @@ -3674,63 +3498,55 @@ }, "Game/InvHidden.png": { - "frame": {"x":383,"y":1704,"w":36,"h":20}, + "frame": {"x":1731,"y":972,"w":36,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":1,"w":36,"h":20}, "sourceSize": {"w":76,"h":76} }, -"Game/Items/Brownies.png": -{ - "frame": {"x":1275,"y":1115,"w":34,"h":43}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":19,"y":13,"w":34,"h":43}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/Claymore.png": { - "frame": {"x":1,"y":2010,"w":72,"h":37}, + "frame": {"x":1542,"y":810,"w":72,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":18,"w":72,"h":37}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/EnchantedGrinder.png": +"Game/Items/CrossbowHeavy.png": { - "frame": {"x":1696,"y":764,"w":59,"h":30}, + "frame": {"x":1922,"y":1803,"w":69,"h":41}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":6,"y":21,"w":59,"h":30}, + "spriteSourceSize": {"x":2,"y":15,"w":69,"h":41}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Feather.png": { - "frame": {"x":913,"y":1164,"w":51,"h":23}, + "frame": {"x":817,"y":570,"w":51,"h":23}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":27,"w":51,"h":23}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Flashlight.png": +"Game/Items/Gold.png": { - "frame": {"x":1957,"y":1681,"w":50,"h":32}, + "frame": {"x":1320,"y":504,"w":47,"h":18}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":20,"w":50,"h":32}, + "spriteSourceSize": {"x":12,"y":28,"w":47,"h":18}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Gold.png": +"Game/Items/Group/ItemBoots.png": { - "frame": {"x":1017,"y":1164,"w":47,"h":18}, + "frame": {"x":921,"y":570,"w":32,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":28,"w":47,"h":18}, + "spriteSourceSize": {"x":38,"y":43,"w":32,"h":25}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Group/ItemDevices.png": { - "frame": {"x":1906,"y":1184,"w":24,"h":26}, + "frame": {"x":1705,"y":773,"w":24,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":42,"y":41,"w":24,"h":26}, @@ -3746,7 +3562,7 @@ }, "Game/Items/Group/ItemNeck.png": { - "frame": {"x":1830,"y":985,"w":29,"h":21}, + "frame": {"x":1693,"y":2025,"w":29,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":46,"w":29,"h":21}, @@ -3762,7 +3578,7 @@ }, "Game/Items/Group/ItemNipples.png": { - "frame": {"x":314,"y":1640,"w":19,"h":28}, + "frame": {"x":147,"y":1930,"w":19,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":47,"y":40,"w":19,"h":28}, @@ -3770,7 +3586,7 @@ }, "Game/Items/Group/ItemPelvis.png": { - "frame": {"x":1562,"y":1646,"w":33,"h":22}, + "frame": {"x":1625,"y":2025,"w":33,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":37,"y":44,"w":33,"h":22}, @@ -3784,49 +3600,41 @@ "spriteSourceSize": {"x":43,"y":38,"w":22,"h":33}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/IceCube.png": +"Game/Items/MagicAxe.png": { - "frame": {"x":1534,"y":1298,"w":52,"h":30}, + "frame": {"x":1185,"y":2000,"w":66,"h":47}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":24,"w":52,"h":30}, + "spriteSourceSize": {"x":3,"y":7,"w":66,"h":47}, "sourceSize": {"w":72,"h":72} }, "Game/Items/MagicSpear.png": { - "frame": {"x":1710,"y":581,"w":70,"h":35}, + "frame": {"x":1630,"y":485,"w":70,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":19,"w":70,"h":35}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Maul.png": -{ - "frame": {"x":1067,"y":1687,"w":62,"h":32}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":21,"w":62,"h":32}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Items/PotionStamina.png": +"Game/Items/RedKey.png": { - "frame": {"x":1998,"y":474,"w":40,"h":65}, + "frame": {"x":1369,"y":504,"w":45,"h":22}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":4,"w":40,"h":65}, + "spriteSourceSize": {"x":13,"y":26,"w":45,"h":22}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/RedKey.png": +"Game/Items/Restraint/AutoTape.png": { - "frame": {"x":1139,"y":960,"w":45,"h":22}, + "frame": {"x":1922,"y":966,"w":41,"h":24}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":13,"y":26,"w":45,"h":22}, + "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Restraint/ChainBikini.png": { - "frame": {"x":1563,"y":1466,"w":127,"h":104}, + "frame": {"x":782,"y":1883,"w":127,"h":104}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":33,"y":41,"w":127,"h":104}, @@ -3834,7 +3642,7 @@ }, "Game/Items/Restraint/ClothGagOver.png": { - "frame": {"x":1624,"y":797,"w":121,"h":61}, + "frame": {"x":1638,"y":336,"w":121,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":46,"y":39,"w":121,"h":61}, @@ -3842,7 +3650,7 @@ }, "Game/Items/Restraint/Corsets.png": { - "frame": {"x":1147,"y":181,"w":171,"h":173}, + "frame": {"x":1148,"y":1,"w":171,"h":173}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":23,"w":171,"h":173}, @@ -3850,39 +3658,23 @@ }, "Game/Items/Restraint/CyberMittens.png": { - "frame": {"x":689,"y":1699,"w":113,"h":123}, + "frame": {"x":1616,"y":810,"w":113,"h":123}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":113,"h":123}, "sourceSize": {"w":135,"h":144} }, -"Game/Items/Restraint/Ice.png": -{ - "frame": {"x":1534,"y":1298,"w":52,"h":30}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":10,"y":24,"w":52,"h":30}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/Restraint/LeatherGloves.png": { - "frame": {"x":159,"y":1541,"w":153,"h":141}, + "frame": {"x":689,"y":1170,"w":153,"h":141}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":32,"w":153,"h":141}, "sourceSize": {"w":200,"h":200} }, -"Game/Items/Restraint/liquidMetal.png": -{ - "frame": {"x":1903,"y":2014,"w":40,"h":31}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":20,"w":40,"h":31}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/Restraint/MagicArmbands.png": { - "frame": {"x":952,"y":725,"w":152,"h":64}, + "frame": {"x":1484,"y":344,"w":152,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":61,"w":152,"h":64}, @@ -3890,23 +3682,15 @@ }, "Game/Items/Restraint/Mittens.png": { - "frame": {"x":312,"y":1727,"w":133,"h":94}, + "frame": {"x":630,"y":1947,"w":133,"h":94}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":52,"y":48,"w":133,"h":94}, "sourceSize": {"w":200,"h":200} }, -"Game/Items/Restraint/PlugGags.png": -{ - "frame": {"x":1824,"y":1681,"w":65,"h":35}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":23,"w":65,"h":35}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/Restraint/RedLatexOTNGag.png": { - "frame": {"x":1139,"y":873,"w":153,"h":85}, + "frame": {"x":1140,"y":874,"w":153,"h":85}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":73,"w":153,"h":85}, @@ -3914,15 +3698,23 @@ }, "Game/Items/Restraint/SteelArmor.png": { - "frame": {"x":728,"y":1163,"w":164,"h":181}, + "frame": {"x":1101,"y":978,"w":164,"h":181}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":10,"w":164,"h":181}, "sourceSize": {"w":200,"h":200} }, +"Game/Items/Restraint/Straitjackets.png": +{ + "frame": {"x":839,"y":1989,"w":69,"h":58}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Restraint/Sunglasses.png": { - "frame": {"x":1487,"y":733,"w":144,"h":62}, + "frame": {"x":952,"y":727,"w":144,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":29,"y":68,"w":144,"h":62}, @@ -3930,7 +3722,7 @@ }, "Game/Items/Restraint/Thumbcuffs.png": { - "frame": {"x":464,"y":1837,"w":110,"h":106}, + "frame": {"x":1731,"y":716,"w":110,"h":106}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":44,"w":110,"h":106}, @@ -3938,23 +3730,15 @@ }, "Game/Items/Restraint/WiredVibe.png": { - "frame": {"x":1267,"y":1331,"w":159,"h":143}, + "frame": {"x":528,"y":1170,"w":159,"h":143}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":3,"w":159,"h":143}, "sourceSize": {"w":200,"h":200} }, -"Game/Items/Restraint/Yokes.png": -{ - "frame": {"x":1214,"y":2011,"w":62,"h":33}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/SlimeClaymore.png": { - "frame": {"x":75,"y":2010,"w":72,"h":37}, + "frame": {"x":1843,"y":779,"w":72,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":18,"w":72,"h":37}, @@ -3962,7 +3746,7 @@ }, "Game/Items/Slimethrower.png": { - "frame": {"x":1565,"y":293,"w":69,"h":46}, + "frame": {"x":978,"y":1998,"w":69,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":11,"w":69,"h":46}, @@ -3970,7 +3754,7 @@ }, "Game/Items/StaffElectric.png": { - "frame": {"x":1106,"y":725,"w":31,"h":61}, + "frame": {"x":884,"y":980,"w":31,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":2,"w":31,"h":61}, @@ -3978,183 +3762,167 @@ }, "Game/Items/StaffIncineration.png": { - "frame": {"x":922,"y":726,"w":28,"h":60}, + "frame": {"x":922,"y":729,"w":28,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":3,"w":28,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/StaffPermafrost.png": +"Game/Items/Sunglasses.png": { - "frame": {"x":2019,"y":1907,"w":28,"h":58}, + "frame": {"x":952,"y":727,"w":144,"h":62}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":5,"w":28,"h":58}, - "sourceSize": {"w":72,"h":72} + "spriteSourceSize": {"x":29,"y":68,"w":144,"h":62}, + "sourceSize": {"w":200,"h":200} }, -"Game/Items/StormBreaker.png": +"Game/Items/VibeRemote.png": { - "frame": {"x":1891,"y":1681,"w":64,"h":32}, + "frame": {"x":325,"y":600,"w":23,"h":38}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":20,"w":64,"h":32}, + "spriteSourceSize": {"x":25,"y":19,"w":23,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Sunglasses.png": +"Game/Locks/Cyber.png": { - "frame": {"x":1487,"y":733,"w":144,"h":62}, + "frame": {"x":2009,"y":213,"w":36,"h":48}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":29,"y":68,"w":144,"h":62}, - "sourceSize": {"w":200,"h":200} + "spriteSourceSize": {"x":11,"y":4,"w":36,"h":48}, + "sourceSize": {"w":56,"h":56} }, -"Game/Items/VibeRemote.png": +"Game/Locks/Cyber3.png": { - "frame": {"x":325,"y":600,"w":23,"h":38}, + "frame": {"x":2009,"y":1457,"w":36,"h":48}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":19,"w":23,"h":38}, - "sourceSize": {"w":72,"h":72} + "spriteSourceSize": {"x":9,"y":4,"w":36,"h":48}, + "sourceSize": {"w":56,"h":56} }, "Game/Outfits/Dragon.png": { - "frame": {"x":767,"y":378,"w":186,"h":186}, + "frame": {"x":729,"y":792,"w":186,"h":186}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":7,"w":186,"h":186}, "sourceSize": {"w":200,"h":200} }, -"Game/Poses/Hogtie.png": +"Game/Particles/HeartPink.png": { - "frame": {"x":1232,"y":960,"w":44,"h":21}, + "frame": {"x":2027,"y":929,"w":20,"h":20}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":14,"w":44,"h":21}, - "sourceSize": {"w":46,"h":45} + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":20,"h":20}, + "sourceSize": {"w":20,"h":20} }, -"Game/Poses/Kneel.png": +"Game/Poses/Hogtie.png": { - "frame": {"x":1932,"y":1207,"w":25,"h":21}, + "frame": {"x":868,"y":1666,"w":44,"h":21}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":10,"w":25,"h":21}, + "spriteSourceSize": {"x":0,"y":14,"w":44,"h":21}, "sourceSize": {"w":46,"h":45} }, "Game/Poses/Spread.png": { - "frame": {"x":894,"y":1163,"w":17,"h":25}, + "frame": {"x":147,"y":1989,"w":17,"h":25}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":10,"w":17,"h":25}, "sourceSize": {"w":46,"h":45} }, -"Game/Ranged.png": -{ - "frame": {"x":1517,"y":1596,"w":43,"h":65}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":11,"w":43,"h":65}, - "sourceSize": {"w":50,"h":86} -}, "Game/ShopBasic/Dragon.png": { - "frame": {"x":767,"y":378,"w":186,"h":186}, + "frame": {"x":729,"y":792,"w":186,"h":186}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":7,"w":186,"h":186}, "sourceSize": {"w":200,"h":200} }, -"Game/Spells/AllyFireboltHit.png": +"Game/ShrineAura.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":957,"y":1666,"w":21,"h":21}, "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, + "trimmed": true, + "spriteSourceSize": {"x":26,"y":20,"w":21,"h":21}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/ApprenticeFire.png": +"Game/Spell1.png": { - "frame": {"x":314,"y":1541,"w":25,"h":37}, + "frame": {"x":884,"y":1106,"w":31,"h":49}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":24,"y":17,"w":25,"h":37}, - "sourceSize": {"w":72,"h":72} + "spriteSourceSize": {"x":28,"y":4,"w":31,"h":49}, + "sourceSize": {"w":86,"h":56} }, -"Game/Spells/ApprenticeLightning.png": +"Game/Spells/AllyFireboltHit.png": { - "frame": {"x":2019,"y":1967,"w":28,"h":35}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":23,"y":20,"w":28,"h":35}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/ApprenticeWater.png": +"Game/Spells/AllyMove.png": { - "frame": {"x":351,"y":442,"w":20,"h":36}, + "frame": {"x":1682,"y":935,"w":47,"h":57}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":27,"y":19,"w":20,"h":36}, + "spriteSourceSize": {"x":13,"y":5,"w":47,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/ArrowVineSpell.png": +"Game/Spells/ApprenticeWater.png": { - "frame": {"x":1633,"y":764,"w":61,"h":31}, + "frame": {"x":351,"y":442,"w":20,"h":36}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":20,"w":61,"h":31}, + "spriteSourceSize": {"x":27,"y":19,"w":20,"h":36}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/Awaken.png": { - "frame": {"x":1620,"y":1015,"w":72,"h":72}, + "frame": {"x":1767,"y":409,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/Blink.png": -{ - "frame": {"x":1920,"y":725,"w":65,"h":34}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":17,"w":65,"h":34}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Corona.png": { - "frame": {"x":1627,"y":860,"w":72,"h":72}, + "frame": {"x":1816,"y":483,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/FeatherCloud.png": +"Game/Spells/Crackle.png": { - "frame": {"x":1979,"y":835,"w":68,"h":72}, + "frame": {"x":1719,"y":1583,"w":72,"h":70}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":0,"w":68,"h":72}, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/FloatingWeapon.png": { - "frame": {"x":1778,"y":725,"w":69,"h":36}, + "frame": {"x":1917,"y":779,"w":69,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":19,"w":69,"h":36}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/Frustration.png": +"Game/Spells/GreaterShield.png": { - "frame": {"x":1564,"y":1398,"w":37,"h":66}, + "frame": {"x":1054,"y":1924,"w":55,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":13,"y":5,"w":37,"h":66}, + "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/Icebolt.png": { - "frame": {"x":1130,"y":1825,"w":72,"h":40}, + "frame": {"x":1491,"y":1467,"w":72,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":17,"w":72,"h":40}, @@ -4162,7 +3930,7 @@ }, "Game/Spells/Ignite.png": { - "frame": {"x":464,"y":1945,"w":72,"h":72}, + "frame": {"x":1111,"y":1664,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4170,31 +3938,63 @@ }, "Game/Spells/Ignition.png": { - "frame": {"x":1214,"y":1939,"w":62,"h":70}, + "frame": {"x":1984,"y":263,"w":62,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":62,"h":70}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/KineticLance.png": +{ + "frame": {"x":1259,"y":1998,"w":66,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":11,"w":66,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/LatexWall.png": +{ + "frame": {"x":1496,"y":1731,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":13,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/LatexWallHoriz.png": +{ + "frame": {"x":1496,"y":1731,"w":72,"h":48}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":13,"w":72,"h":48}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/Leap.png": { - "frame": {"x":1627,"y":934,"w":72,"h":72}, + "frame": {"x":1841,"y":409,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/LightningBolt.png": +"Game/Spells/RopeBoltLaunchMany.png": +{ + "frame": {"x":1922,"y":2000,"w":68,"h":46}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":13,"w":68,"h":46}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/Ropework.png": { - "frame": {"x":2006,"y":1715,"w":41,"h":64}, + "frame": {"x":917,"y":1827,"w":61,"h":54}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":17,"y":6,"w":41,"h":64}, + "spriteSourceSize": {"x":4,"y":13,"w":61,"h":54}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/SteelRainBurst.png": { - "frame": {"x":620,"y":1757,"w":65,"h":72}, + "frame": {"x":911,"y":1957,"w":65,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":65,"h":72}, @@ -4202,23 +4002,23 @@ }, "Game/Spells/SteelRainPlug.png": { - "frame": {"x":1091,"y":1384,"w":48,"h":28}, + "frame": {"x":1379,"y":2018,"w":48,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":22,"w":48,"h":28}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/SummonCuffs.png": +"Game/Spells/SummonStraitjacket.png": { - "frame": {"x":1850,"y":2014,"w":51,"h":33}, + "frame": {"x":839,"y":1989,"w":69,"h":58}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":19,"w":51,"h":33}, + "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/SummonUp1.png": { - "frame": {"x":1797,"y":1793,"w":57,"h":68}, + "frame": {"x":1989,"y":406,"w":57,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":57,"h":68}, @@ -4226,23 +4026,15 @@ }, "Game/Spells/SummonUp2.png": { - "frame": {"x":1988,"y":1452,"w":57,"h":68}, + "frame": {"x":1989,"y":1333,"w":57,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":57,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/SummonYoke.png": -{ - "frame": {"x":1214,"y":2011,"w":62,"h":33}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Thunderstorm.png": { - "frame": {"x":947,"y":1586,"w":48,"h":66}, + "frame": {"x":1999,"y":1852,"w":48,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":4,"w":48,"h":66}, @@ -4250,23 +4042,15 @@ }, "Game/Spells/WindBlast.png": { - "frame": {"x":620,"y":1609,"w":67,"h":72}, + "frame": {"x":287,"y":1967,"w":67,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":67,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/BoxSmall.png": -{ - "frame": {"x":289,"y":2015,"w":22,"h":22}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":22,"h":22}, - "sourceSize": {"w":24,"h":24} -}, "Game/UI/CollectionTab/AutoBind.png": { - "frame": {"x":691,"y":1944,"w":60,"h":72}, + "frame": {"x":1399,"y":1153,"w":60,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":60,"h":72}, @@ -4274,7 +4058,7 @@ }, "Game/UI/Disperse.png": { - "frame": {"x":421,"y":1704,"w":34,"h":20}, + "frame": {"x":1769,"y":972,"w":34,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":34,"h":20}, @@ -4282,7 +4066,7 @@ }, "Game/UI/DollmakerTarget.png": { - "frame": {"x":1780,"y":289,"w":142,"h":142}, + "frame": {"x":1487,"y":666,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -4296,17 +4080,9 @@ "spriteSourceSize": {"x":10,"y":2,"w":24,"h":33}, "sourceSize": {"w":36,"h":36} }, -"Game/UI/evasion.png": -{ - "frame": {"x":1657,"y":1646,"w":25,"h":19}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":7,"y":7,"w":25,"h":19}, - "sourceSize": {"w":36,"h":36} -}, "Game/UI/Facility/TrainingDojo.png": { - "frame": {"x":620,"y":1683,"w":67,"h":72}, + "frame": {"x":911,"y":1883,"w":67,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":67,"h":72}, @@ -4314,7 +4090,7 @@ }, "Game/UI/Facility_Servants.png": { - "frame": {"x":1906,"y":1155,"w":24,"h":27}, + "frame": {"x":1705,"y":744,"w":24,"h":27}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":47,"y":4,"w":24,"h":27}, @@ -4322,7 +4098,7 @@ }, "Game/UI/Hands.png": { - "frame": {"x":1782,"y":838,"w":28,"h":17}, + "frame": {"x":1683,"y":265,"w":28,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":8,"w":28,"h":17}, @@ -4330,7 +4106,7 @@ }, "Game/UI/HighValueTarget.png": { - "frame": {"x":1780,"y":433,"w":142,"h":142}, + "frame": {"x":1463,"y":994,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, @@ -4338,7 +4114,7 @@ }, "Game/UI/key.png": { - "frame": {"x":1747,"y":838,"w":33,"h":17}, + "frame": {"x":1648,"y":265,"w":33,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":9,"w":33,"h":17}, @@ -4352,17 +4128,25 @@ "spriteSourceSize": {"x":21,"y":14,"w":19,"h":32}, "sourceSize": {"w":60,"h":60} }, -"Game/UI/Log/Combat.png": +"Game/UI/MiniMap/Bars.png": { - "frame": {"x":1184,"y":2015,"w":28,"h":31}, + "frame": {"x":2023,"y":27,"w":24,"h":24}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":14,"w":28,"h":31}, - "sourceSize": {"w":60,"h":60} + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, + "sourceSize": {"w":24,"h":24} +}, +"Game/UI/MiniMap/Bed.png": +{ + "frame": {"x":2023,"y":53,"w":24,"h":24}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, + "sourceSize": {"w":24,"h":24} }, "Game/UI/MiniMap/ChargerCrystal.png": { - "frame": {"x":1457,"y":1091,"w":22,"h":24}, + "frame": {"x":1185,"y":1650,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":22,"h":24}, @@ -4370,15 +4154,31 @@ }, "Game/UI/MiniMap/ChargerEmpty.png": { - "frame": {"x":1457,"y":1117,"w":22,"h":24}, + "frame": {"x":1185,"y":1676,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":22,"h":24}, "sourceSize": {"w":24,"h":24} }, +"Game/UI/MiniMap/DoorClosed.png": +{ + "frame": {"x":2023,"y":79,"w":24,"h":24}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, + "sourceSize": {"w":24,"h":24} +}, +"Game/UI/MiniMap/DoorOpen.png": +{ + "frame": {"x":2023,"y":105,"w":24,"h":24}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, + "sourceSize": {"w":24,"h":24} +}, "Game/UI/MiniMap/Key.png": { - "frame": {"x":753,"y":2026,"w":24,"h":17}, + "frame": {"x":1740,"y":265,"w":24,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":24,"h":17}, @@ -4386,23 +4186,39 @@ }, "Game/UI/MiniMap/Orb.png": { - "frame": {"x":1772,"y":2015,"w":23,"h":23}, + "frame": {"x":1185,"y":1728,"w":23,"h":23}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":23,"h":23}, "sourceSize": {"w":24,"h":24} }, +"Game/UI/MiniMap/Stairs.png": +{ + "frame": {"x":1185,"y":1753,"w":23,"h":23}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":0,"w":23,"h":23}, + "sourceSize": {"w":24,"h":24} +}, "Game/UI/MiniMap/Tablet.png": { - "frame": {"x":289,"y":1989,"w":22,"h":24}, + "frame": {"x":1185,"y":1702,"w":22,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":22,"h":24}, "sourceSize": {"w":24,"h":24} }, +"Game/UI/miscast.png": +{ + "frame": {"x":2015,"y":1691,"w":32,"h":36}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":4,"y":0,"w":32,"h":36}, + "sourceSize": {"w":36,"h":36} +}, "Game/UI/Move.png": { - "frame": {"x":289,"y":1960,"w":22,"h":27}, + "frame": {"x":147,"y":1960,"w":22,"h":27}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":2,"w":22,"h":27}, @@ -4410,7 +4226,7 @@ }, "Game/UI/Resource/Rune.png": { - "frame": {"x":1039,"y":1384,"w":50,"h":29}, + "frame": {"x":1327,"y":2018,"w":50,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":27,"w":50,"h":29}, @@ -4424,33 +4240,17 @@ "spriteSourceSize": {"x":8,"y":0,"w":19,"h":32}, "sourceSize": {"w":34,"h":33} }, -"Game/UI/speed.png": -{ - "frame": {"x":1959,"y":1207,"w":25,"h":21}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":7,"y":7,"w":25,"h":21}, - "sourceSize": {"w":36,"h":36} -}, "Game/UI/StageTarget.png": { - "frame": {"x":1781,"y":1,"w":142,"h":142}, + "frame": {"x":1463,"y":1138,"w":142,"h":142}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":142,"h":142}, "sourceSize": {"w":144,"h":144} }, -"Game/UI/Tighten.png": -{ - "frame": {"x":1979,"y":1230,"w":67,"h":71}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":6,"y":2,"w":67,"h":71}, - "sourceSize": {"w":76,"h":76} -}, "Game/UI/UsePotionFrigid.png": { - "frame": {"x":447,"y":1726,"w":19,"h":22}, + "frame": {"x":1462,"y":504,"w":19,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":19,"h":22}, @@ -4458,7 +4258,7 @@ }, "Game/UI/UsePotionMana.png": { - "frame": {"x":447,"y":1750,"w":19,"h":22}, + "frame": {"x":1743,"y":308,"w":19,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":19,"h":22}, @@ -4466,7 +4266,7 @@ }, "Game/UI/UsePotionStamina.png": { - "frame": {"x":447,"y":1774,"w":19,"h":22}, + "frame": {"x":2027,"y":814,"w":19,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":19,"h":22}, @@ -4474,7 +4274,7 @@ }, "Game/UI/UsePotionWill.png": { - "frame": {"x":447,"y":1798,"w":19,"h":22}, + "frame": {"x":2027,"y":838,"w":19,"h":22}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":19,"h":22}, @@ -4482,23 +4282,15 @@ }, "Game/UI/vision.png": { - "frame": {"x":1782,"y":838,"w":28,"h":17}, + "frame": {"x":1683,"y":265,"w":28,"h":17}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":8,"w":28,"h":17}, "sourceSize": {"w":36,"h":36} }, -"Game/UI/ZoomIn.png": -{ - "frame": {"x":2010,"y":2011,"w":37,"h":36}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":37,"h":36}, - "sourceSize": {"w":37,"h":36} -}, "Game/Vision.png": { - "frame": {"x":1428,"y":1330,"w":134,"h":134}, + "frame": {"x":844,"y":1691,"w":134,"h":134}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":5,"w":134,"h":134}, @@ -4506,7 +4298,7 @@ }, "Game/VisionNeg.png": { - "frame": {"x":728,"y":978,"w":183,"h":183}, + "frame": {"x":186,"y":1179,"w":183,"h":183}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":183,"h":183}, @@ -4520,6 +4312,6 @@ "size": {"w":2048,"h":2048}, "scale": "1", "related_multi_packs": [ "game0.json", "game1.json", "game2.json", "game4.json", "game5.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game3.png b/TextureAtlas/game3.png index d94caab4b..01a0fd0ab 100644 Binary files a/TextureAtlas/game3.png and b/TextureAtlas/game3.png differ diff --git a/TextureAtlas/game4.json b/TextureAtlas/game4.json index 4a41f81fd..f79398f07 100644 --- a/TextureAtlas/game4.json +++ b/TextureAtlas/game4.json @@ -1,8 +1,24 @@ {"frames": { +"Game/Aura.png": +{ + "frame": {"x":1111,"y":1,"w":71,"h":72}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":0,"w":71,"h":72}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Aura/Chastity.png": +{ + "frame": {"x":1473,"y":490,"w":26,"h":33}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":115,"y":108,"w":26,"h":33}, + "sourceSize": {"w":144,"h":144} +}, "Game/BackpackOpen.png": { - "frame": {"x":1267,"y":1911,"w":50,"h":66}, + "frame": {"x":1820,"y":387,"w":50,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":10,"w":50,"h":66}, @@ -10,7 +26,7 @@ }, "Game/Buffs/BuffDotsSide.png": { - "frame": {"x":1290,"y":1149,"w":26,"h":28}, + "frame": {"x":1473,"y":559,"w":26,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":9,"w":26,"h":28}, @@ -18,7 +34,7 @@ }, "Game/Bullets/AllyCrackleTrail.png": { - "frame": {"x":1317,"y":1208,"w":69,"h":62}, + "frame": {"x":1620,"y":67,"w":69,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":6,"w":69,"h":62}, @@ -26,7 +42,7 @@ }, "Game/Bullets/AllyCrackleTrailHit.png": { - "frame": {"x":1317,"y":1208,"w":69,"h":62}, + "frame": {"x":1620,"y":67,"w":69,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":6,"w":69,"h":62}, @@ -34,7 +50,7 @@ }, "Game/Bullets/AllyHolyBoltHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -42,7 +58,7 @@ }, "Game/Bullets/AllyWindBlast.png": { - "frame": {"x":1758,"y":1,"w":67,"h":67}, + "frame": {"x":1762,"y":1,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":67,"h":67}, @@ -50,7 +66,7 @@ }, "Game/Bullets/AllyWindBlastHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -58,7 +74,7 @@ }, "Game/Bullets/AMGagBoltHit.png": { - "frame": {"x":1752,"y":664,"w":65,"h":65}, + "frame": {"x":1565,"y":1642,"w":65,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":65,"h":65}, @@ -66,7 +82,7 @@ }, "Game/Bullets/AmpuleBlueHit.png": { - "frame": {"x":1684,"y":669,"w":66,"h":64}, + "frame": {"x":1818,"y":459,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":66,"h":64}, @@ -74,7 +90,7 @@ }, "Game/Bullets/AmpuleGreenHit.png": { - "frame": {"x":1460,"y":1265,"w":66,"h":64}, + "frame": {"x":1873,"y":333,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":66,"h":64}, @@ -82,7 +98,7 @@ }, "Game/Bullets/AmpuleRedHit.png": { - "frame": {"x":1455,"y":1331,"w":66,"h":64}, + "frame": {"x":1876,"y":183,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":66,"h":64}, @@ -90,15 +106,23 @@ }, "Game/Bullets/AmpuleYellowHit.png": { - "frame": {"x":1454,"y":1397,"w":66,"h":64}, + "frame": {"x":1899,"y":1,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":66,"h":64}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/ArcaneBlast.png": +{ + "frame": {"x":1976,"y":1384,"w":60,"h":56}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":9,"w":60,"h":56}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/AreaElectrifyHit.png": { - "frame": {"x":1317,"y":1208,"w":69,"h":62}, + "frame": {"x":1620,"y":67,"w":69,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":6,"w":69,"h":62}, @@ -106,7 +130,7 @@ }, "Game/Bullets/ArrowBoltHeavyHit.png": { - "frame": {"x":1685,"y":916,"w":65,"h":63}, + "frame": {"x":1863,"y":655,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -114,7 +138,7 @@ }, "Game/Bullets/ArrowBoltHit.png": { - "frame": {"x":1751,"y":847,"w":65,"h":63}, + "frame": {"x":1941,"y":315,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -122,7 +146,7 @@ }, "Game/Bullets/ArrowLongbowHit.png": { - "frame": {"x":1685,"y":916,"w":65,"h":63}, + "frame": {"x":1863,"y":655,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -130,15 +154,23 @@ }, "Game/Bullets/ArrowRecurveHit.png": { - "frame": {"x":1751,"y":847,"w":65,"h":63}, + "frame": {"x":1941,"y":315,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/ArrowVine.png": +{ + "frame": {"x":1836,"y":910,"w":61,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":20,"w":61,"h":31}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/BanditBolaHit.png": { - "frame": {"x":1032,"y":1951,"w":65,"h":44}, + "frame": {"x":690,"y":1999,"w":65,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":11,"w":65,"h":44}, @@ -146,87 +178,87 @@ }, "Game/Bullets/BanditBoltaHit.png": { - "frame": {"x":1874,"y":324,"w":65,"h":44}, + "frame": {"x":757,"y":1999,"w":65,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":11,"w":65,"h":44}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BindRopeHit.png": +"Game/Bullets/BeltStrike.png": { - "frame": {"x":1753,"y":475,"w":65,"h":57}, + "frame": {"x":1328,"y":1029,"w":46,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":7,"w":65,"h":57}, + "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BlasterBlastHit.png": +"Game/Bullets/BeltStrikeHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1328,"y":1029,"w":46,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, + "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BlindfoldBolt.png": +"Game/Bullets/BindRopeHit.png": { - "frame": {"x":1431,"y":832,"w":42,"h":29}, + "frame": {"x":1940,"y":399,"w":65,"h":57}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":14,"y":20,"w":42,"h":29}, + "spriteSourceSize": {"x":2,"y":7,"w":65,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BondageBustBeam.png": +"Game/Bullets/BlasterBlastHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BondageBustBeamHit.png": +"Game/Bullets/BondageBustBeam.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BondageBustBeamTrail.png": +"Game/Bullets/BondageBustBeamHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BondageBustBeamTrailHit.png": +"Game/Bullets/BondageBustBeamTrail.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BoulderHit.png": +"Game/Bullets/BondageBustBeamTrailHit.png": { - "frame": {"x":1111,"y":367,"w":72,"h":70}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":2,"w":72,"h":70}, + "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CelestialBoltHit.png": +"Game/Bullets/BoulderKicked.png": { - "frame": {"x":1185,"y":1,"w":70,"h":72}, + "frame": {"x":1955,"y":1214,"w":59,"h":37}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":1,"y":0,"w":70,"h":72}, + "spriteSourceSize": {"x":5,"y":17,"w":59,"h":37}, "sourceSize": {"w":72,"h":72} }, "Game/Bullets/ClericBeamBeam.png": { - "frame": {"x":1822,"y":414,"w":65,"h":63}, + "frame": {"x":1886,"y":527,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -234,7 +266,7 @@ }, "Game/Bullets/ClericBeamBeamHit.png": { - "frame": {"x":1962,"y":130,"w":65,"h":63}, + "frame": {"x":1950,"y":458,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -242,7 +274,7 @@ }, "Game/Bullets/ClericBeamBeamTrail.png": { - "frame": {"x":1822,"y":414,"w":65,"h":63}, + "frame": {"x":1886,"y":527,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -250,63 +282,63 @@ }, "Game/Bullets/ClericBeamBeamTrailHit.png": { - "frame": {"x":1962,"y":130,"w":65,"h":63}, + "frame": {"x":1950,"y":458,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CoronaBeam.png": +"Game/Bullets/ColdFeet.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1324,"y":1236,"w":69,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, + "spriteSourceSize": {"x":1,"y":4,"w":69,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CoronaBeamHit.png": +"Game/Bullets/ColdFeetHit.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1549,"y":129,"w":69,"h":69}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, + "spriteSourceSize": {"x":2,"y":2,"w":69,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CoronaBeamTrail.png": +"Game/Bullets/CoronaBeam.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CoronaBeamTrailHit.png": +"Game/Bullets/CoronaBeamHit.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/Crackle.png": +"Game/Bullets/CoronaBeamTrail.png": { - "frame": {"x":1111,"y":439,"w":72,"h":70}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/CrackleHit.png": +"Game/Bullets/CoronaBeamTrailHit.png": { - "frame": {"x":1111,"y":511,"w":72,"h":70}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, + "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, "Game/Bullets/CrackleTrailHit.png": { - "frame": {"x":1409,"y":1001,"w":69,"h":61}, + "frame": {"x":1544,"y":317,"w":69,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":61}, @@ -314,7 +346,7 @@ }, "Game/Bullets/CrystalBolt.png": { - "frame": {"x":1688,"y":1,"w":68,"h":51}, + "frame": {"x":1691,"y":141,"w":68,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":11,"w":68,"h":51}, @@ -322,7 +354,7 @@ }, "Game/Bullets/CrystalBoltMany.png": { - "frame": {"x":1820,"y":479,"w":65,"h":63}, + "frame": {"x":1776,"y":1020,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -330,7 +362,7 @@ }, "Game/Bullets/CrystalBoltSingle.png": { - "frame": {"x":1688,"y":1,"w":68,"h":51}, + "frame": {"x":1691,"y":141,"w":68,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":11,"w":68,"h":51}, @@ -338,15 +370,23 @@ }, "Game/Bullets/CrystalPuffHit.png": { - "frame": {"x":1100,"y":2013,"w":54,"h":34}, + "frame": {"x":1183,"y":2012,"w":54,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":19,"w":54,"h":34}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/CuffsBolt.png": +{ + "frame": {"x":1444,"y":2011,"w":51,"h":33}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":19,"w":51,"h":33}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/DragonIceBoltHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -354,7 +394,7 @@ }, "Game/Bullets/DragonSlashHit.png": { - "frame": {"x":1174,"y":1702,"w":64,"h":68}, + "frame": {"x":1378,"y":1516,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":64,"h":68}, @@ -362,15 +402,23 @@ }, "Game/Bullets/DragonVineHit.png": { - "frame": {"x":1240,"y":1702,"w":64,"h":68}, + "frame": {"x":1523,"y":1503,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":64,"h":68}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/DryadBlast.png": +{ + "frame": {"x":1,"y":1999,"w":69,"h":34}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/DryadBlastHit.png": { - "frame": {"x":1100,"y":1111,"w":72,"h":69}, + "frame": {"x":1184,"y":72,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -378,7 +426,7 @@ }, "Game/Bullets/Electrify.png": { - "frame": {"x":1409,"y":1001,"w":69,"h":61}, + "frame": {"x":1544,"y":317,"w":69,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":61}, @@ -386,7 +434,7 @@ }, "Game/Bullets/ElectrifyHit.png": { - "frame": {"x":1347,"y":1336,"w":68,"h":70}, + "frame": {"x":1111,"y":1318,"w":68,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":68,"h":70}, @@ -394,23 +442,15 @@ }, "Game/Bullets/ElfArrowHit.png": { - "frame": {"x":1100,"y":1111,"w":72,"h":69}, + "frame": {"x":1184,"y":72,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/EncaseBolt.png": -{ - "frame": {"x":1792,"y":344,"w":33,"h":24}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":15,"y":25,"w":33,"h":24}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/EnemyBlastHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -418,7 +458,7 @@ }, "Game/Bullets/EnemyCoronaBeam.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -426,7 +466,7 @@ }, "Game/Bullets/EnemyCoronaBeamHit.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -434,7 +474,7 @@ }, "Game/Bullets/EnemyCoronaBeamTrail.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -442,7 +482,7 @@ }, "Game/Bullets/EnemyCoronaBeamTrailHit.png": { - "frame": {"x":1819,"y":596,"w":65,"h":63}, + "frame": {"x":1944,"y":250,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -450,7 +490,7 @@ }, "Game/Bullets/EnemyMiscastHit.png": { - "frame": {"x":1277,"y":1378,"w":68,"h":70}, + "frame": {"x":1181,"y":1317,"w":68,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":68,"h":70}, @@ -458,7 +498,7 @@ }, "Game/Bullets/EnemySteelRainBurst.png": { - "frame": {"x":1332,"y":62,"w":70,"h":70}, + "frame": {"x":1329,"y":267,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -466,7 +506,7 @@ }, "Game/Bullets/EnemySteelRainBurstHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -474,7 +514,7 @@ }, "Game/Bullets/EnemySummonLatexArmbinder.png": { - "frame": {"x":1330,"y":288,"w":70,"h":70}, + "frame": {"x":1258,"y":488,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -482,7 +522,7 @@ }, "Game/Bullets/EnemySummonLatexArmbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -490,7 +530,7 @@ }, "Game/Bullets/EnemySummonLatexGag.png": { - "frame": {"x":1330,"y":360,"w":70,"h":70}, + "frame": {"x":1258,"y":560,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -498,7 +538,7 @@ }, "Game/Bullets/EnemySummonLatexGagHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -506,7 +546,7 @@ }, "Game/Bullets/EnemySummonLatexLegbinder.png": { - "frame": {"x":1330,"y":432,"w":70,"h":70}, + "frame": {"x":1257,"y":632,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -514,7 +554,7 @@ }, "Game/Bullets/EnemySummonLatexLegbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -522,7 +562,7 @@ }, "Game/Bullets/EnemySummonLatexRestraint.png": { - "frame": {"x":1330,"y":504,"w":70,"h":70}, + "frame": {"x":1256,"y":704,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -530,7 +570,7 @@ }, "Game/Bullets/EnemySummonLatexRestraintHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -538,7 +578,7 @@ }, "Game/Bullets/EnemyWindBlast.png": { - "frame": {"x":1758,"y":1,"w":67,"h":67}, + "frame": {"x":1762,"y":1,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":67,"h":67}, @@ -546,31 +586,15 @@ }, "Game/Bullets/EnemyWindBlastHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/EnemyWinterblast.png": -{ - "frame": {"x":1714,"y":1936,"w":56,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":8,"y":5,"w":56,"h":64}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Bullets/EnemyWinterblastHit.png": -{ - "frame": {"x":1100,"y":1395,"w":72,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/Firebolt.png": { - "frame": {"x":1547,"y":180,"w":69,"h":51}, + "frame": {"x":1501,"y":635,"w":69,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":11,"w":69,"h":51}, @@ -578,7 +602,7 @@ }, "Game/Bullets/Fissure.png": { - "frame": {"x":1111,"y":583,"w":72,"h":70}, + "frame": {"x":1037,"y":1773,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, @@ -586,7 +610,7 @@ }, "Game/Bullets/FissureHit.png": { - "frame": {"x":1111,"y":583,"w":72,"h":70}, + "frame": {"x":1037,"y":1773,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, @@ -594,55 +618,31 @@ }, "Game/Bullets/FissureTrailHit.png": { - "frame": {"x":1111,"y":583,"w":72,"h":70}, + "frame": {"x":1037,"y":1773,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/FlashBomb.png": -{ - "frame": {"x":2019,"y":435,"w":28,"h":26}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":88,"y":96,"w":28,"h":26}, - "sourceSize": {"w":216,"h":216} -}, "Game/Bullets/FreezeHit.png": { - "frame": {"x":1796,"y":1146,"w":63,"h":63}, + "frame": {"x":1974,"y":788,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":63,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/FuukaOrb.png": -{ - "frame": {"x":1545,"y":424,"w":69,"h":40}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":16,"w":69,"h":40}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/FuukaOrbHit.png": { - "frame": {"x":1618,"y":72,"w":68,"h":68}, + "frame": {"x":1471,"y":964,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/FuukaOrbMulti.png": -{ - "frame": {"x":1545,"y":424,"w":69,"h":40}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":16,"w":69,"h":40}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/FuukaOrbMultiHit.png": { - "frame": {"x":1618,"y":72,"w":68,"h":68}, + "frame": {"x":1471,"y":964,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -650,23 +650,15 @@ }, "Game/Bullets/GlueHit.png": { - "frame": {"x":1923,"y":837,"w":62,"h":65}, + "frame": {"x":1683,"y":1777,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":2,"w":62,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/GreaterShield.png": -{ - "frame": {"x":1549,"y":1528,"w":55,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/GreaterShieldHit.png": { - "frame": {"x":1417,"y":1604,"w":55,"h":68}, + "frame": {"x":1309,"y":1603,"w":55,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, @@ -674,7 +666,7 @@ }, "Game/Bullets/Gust.png": { - "frame": {"x":1758,"y":1,"w":67,"h":67}, + "frame": {"x":1762,"y":1,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":67,"h":67}, @@ -682,7 +674,7 @@ }, "Game/Bullets/GustHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -690,23 +682,15 @@ }, "Game/Bullets/HarnessBolt.png": { - "frame": {"x":1331,"y":1,"w":71,"h":59}, + "frame": {"x":1329,"y":206,"w":71,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":8,"w":71,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/HeartArrowHit.png": -{ - "frame": {"x":1926,"y":1080,"w":58,"h":54}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":6,"y":10,"w":58,"h":54}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/HeatBolt.png": { - "frame": {"x":1547,"y":180,"w":69,"h":51}, + "frame": {"x":1501,"y":635,"w":69,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":11,"w":69,"h":51}, @@ -714,7 +698,7 @@ }, "Game/Bullets/HeatBolt_2.png": { - "frame": {"x":1547,"y":180,"w":69,"h":51}, + "frame": {"x":1501,"y":635,"w":69,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":11,"w":69,"h":51}, @@ -722,7 +706,7 @@ }, "Game/Bullets/HighBolt.png": { - "frame": {"x":1205,"y":1450,"w":70,"h":60}, + "frame": {"x":1402,"y":410,"w":70,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":6,"w":70,"h":60}, @@ -730,7 +714,7 @@ }, "Game/Bullets/IceboltHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -738,7 +722,7 @@ }, "Game/Bullets/IceDragonBreath.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -746,7 +730,7 @@ }, "Game/Bullets/IceDragonBreathHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -754,7 +738,7 @@ }, "Game/Bullets/IceDragonBreathPrepareHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -762,7 +746,7 @@ }, "Game/Bullets/IceDragonBreathTrail.png": { - "frame": {"x":1796,"y":1146,"w":63,"h":63}, + "frame": {"x":1974,"y":788,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":63,"h":63}, @@ -770,7 +754,7 @@ }, "Game/Bullets/IceDragonBreathTrailHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -778,7 +762,7 @@ }, "Game/Bullets/IceexpHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -786,7 +770,7 @@ }, "Game/Bullets/IceLance.png": { - "frame": {"x":1032,"y":1321,"w":66,"h":68}, + "frame": {"x":1831,"y":1,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":66,"h":68}, @@ -794,7 +778,7 @@ }, "Game/Bullets/IceLanceHit.png": { - "frame": {"x":1111,"y":655,"w":72,"h":70}, + "frame": {"x":1037,"y":1845,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":70}, @@ -802,7 +786,7 @@ }, "Game/Bullets/IceOrb.png": { - "frame": {"x":1417,"y":1464,"w":63,"h":68}, + "frame": {"x":1466,"y":1160,"w":63,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":63,"h":68}, @@ -810,7 +794,7 @@ }, "Game/Bullets/IceOrbHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -818,7 +802,7 @@ }, "Game/Bullets/IceSlow.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -826,7 +810,7 @@ }, "Game/Bullets/IceSlowHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -834,23 +818,15 @@ }, "Game/Bullets/IceSlowPrepareHit.png": { - "frame": {"x":1796,"y":1146,"w":63,"h":63}, + "frame": {"x":1974,"y":788,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":63,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/IceSlowTrail.png": -{ - "frame": {"x":1100,"y":1465,"w":72,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/IceSlowTrailHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -858,31 +834,15 @@ }, "Game/Bullets/IcicleHit.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/KineticLance.png": -{ - "frame": {"x":1684,"y":735,"w":66,"h":48}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":73,"y":84,"w":66,"h":48}, - "sourceSize": {"w":216,"h":217} -}, -"Game/Bullets/Knife.png": -{ - "frame": {"x":1921,"y":1541,"w":43,"h":32}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":15,"y":24,"w":43,"h":32}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/LatexSpray.png": { - "frame": {"x":1860,"y":1444,"w":62,"h":42}, + "frame": {"x":1956,"y":133,"w":62,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":13,"w":62,"h":42}, @@ -890,7 +850,7 @@ }, "Game/Bullets/LeatherCuffsBolt.png": { - "frame": {"x":1730,"y":1093,"w":64,"h":66}, + "frame": {"x":1908,"y":790,"w":64,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":2,"w":64,"h":66}, @@ -898,7 +858,7 @@ }, "Game/Bullets/LightningBoltTrail.png": { - "frame": {"x":1317,"y":1208,"w":69,"h":62}, + "frame": {"x":1620,"y":67,"w":69,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":6,"w":69,"h":62}, @@ -906,7 +866,7 @@ }, "Game/Bullets/LightningBoltTrailHit.png": { - "frame": {"x":1205,"y":1512,"w":70,"h":60}, + "frame": {"x":1473,"y":254,"w":70,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":70,"h":60}, @@ -914,23 +874,15 @@ }, "Game/Bullets/LightningRuneStrike.png": { - "frame": {"x":1889,"y":414,"w":64,"h":47}, + "frame": {"x":1735,"y":265,"w":64,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":13,"w":64,"h":47}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/LightningRuneStrikeHit.png": -{ - "frame": {"x":1111,"y":511,"w":72,"h":70}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/LustBomb.png": { - "frame": {"x":1245,"y":1149,"w":43,"h":29}, + "frame": {"x":1239,"y":2016,"w":43,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":82,"y":96,"w":43,"h":29}, @@ -938,7 +890,7 @@ }, "Game/Bullets/MagicBeltHit.png": { - "frame": {"x":1185,"y":277,"w":71,"h":70}, + "frame": {"x":1183,"y":704,"w":71,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":71,"h":70}, @@ -946,7 +898,7 @@ }, "Game/Bullets/MagicMissile.png": { - "frame": {"x":1731,"y":1321,"w":63,"h":63}, + "frame": {"x":1859,"y":1320,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":63,"h":63}, @@ -954,7 +906,7 @@ }, "Game/Bullets/MagicMissile2Hit.png": { - "frame": {"x":1731,"y":1386,"w":63,"h":63}, + "frame": {"x":1802,"y":1546,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":63,"h":63}, @@ -962,39 +914,23 @@ }, "Game/Bullets/MagicMissileHit.png": { - "frame": {"x":1731,"y":1386,"w":63,"h":63}, + "frame": {"x":1802,"y":1546,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":63,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/ManyChains.png": -{ - "frame": {"x":1983,"y":1641,"w":60,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":7,"w":60,"h":59}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/ManyOrbs.png": { - "frame": {"x":1820,"y":479,"w":65,"h":63}, + "frame": {"x":1776,"y":1020,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/ManySlimes.png": -{ - "frame": {"x":1258,"y":260,"w":70,"h":72}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":0,"w":70,"h":72}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/MiniCableHit.png": { - "frame": {"x":1205,"y":1253,"w":70,"h":64}, + "frame": {"x":1328,"y":832,"w":70,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":64}, @@ -1002,7 +938,7 @@ }, "Game/Bullets/MithrilBoltHit.png": { - "frame": {"x":1476,"y":1,"w":69,"h":68}, + "frame": {"x":1402,"y":685,"w":69,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":69,"h":68}, @@ -1010,7 +946,7 @@ }, "Game/Bullets/MonolithBeamBeam.png": { - "frame": {"x":1820,"y":479,"w":65,"h":63}, + "frame": {"x":1776,"y":1020,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1018,7 +954,7 @@ }, "Game/Bullets/MonolithBeamBeamHit.png": { - "frame": {"x":1819,"y":661,"w":65,"h":63}, + "frame": {"x":1766,"y":1085,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1026,7 +962,7 @@ }, "Game/Bullets/MonolithBeamBeamTrail.png": { - "frame": {"x":1820,"y":479,"w":65,"h":63}, + "frame": {"x":1776,"y":1020,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1034,7 +970,7 @@ }, "Game/Bullets/MonolithBeamBeamTrailHit.png": { - "frame": {"x":1819,"y":661,"w":65,"h":63}, + "frame": {"x":1766,"y":1085,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1042,15 +978,23 @@ }, "Game/Bullets/MummyBoltHit.png": { - "frame": {"x":1100,"y":1111,"w":72,"h":69}, + "frame": {"x":1184,"y":72,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/NatureMoteBolt.png": +{ + "frame": {"x":1,"y":1999,"w":69,"h":34}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/NatureMoteBoltHit.png": { - "frame": {"x":1100,"y":1111,"w":72,"h":69}, + "frame": {"x":1184,"y":72,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -1058,7 +1002,7 @@ }, "Game/Bullets/NurseBola.png": { - "frame": {"x":889,"y":1037,"w":64,"h":71}, + "frame": {"x":1111,"y":1172,"w":64,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":64,"h":71}, @@ -1066,7 +1010,7 @@ }, "Game/Bullets/NurseBolaHit.png": { - "frame": {"x":1688,"y":54,"w":68,"h":51}, + "frame": {"x":1640,"y":893,"w":68,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":10,"w":68,"h":51}, @@ -1074,7 +1018,7 @@ }, "Game/Bullets/ObserverBeamBeam.png": { - "frame": {"x":1663,"y":1093,"w":65,"h":63}, + "frame": {"x":1672,"y":1356,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1082,7 +1026,7 @@ }, "Game/Bullets/ObserverBeamBeamHit.png": { - "frame": {"x":1598,"y":1264,"w":65,"h":63}, + "frame": {"x":1671,"y":1421,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1090,7 +1034,7 @@ }, "Game/Bullets/ObserverBeamBeamTrail.png": { - "frame": {"x":1663,"y":1093,"w":65,"h":63}, + "frame": {"x":1672,"y":1356,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1098,7 +1042,7 @@ }, "Game/Bullets/ObserverBeamBeamTrailHit.png": { - "frame": {"x":1598,"y":1264,"w":65,"h":63}, + "frame": {"x":1671,"y":1421,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1106,7 +1050,7 @@ }, "Game/Bullets/ObsidianBolt.png": { - "frame": {"x":1862,"y":1040,"w":61,"h":38}, + "frame": {"x":1893,"y":141,"w":61,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":23,"w":61,"h":38}, @@ -1114,7 +1058,7 @@ }, "Game/Bullets/ObsidianBoltHit.png": { - "frame": {"x":1476,"y":71,"w":69,"h":68}, + "frame": {"x":1401,"y":755,"w":69,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":69,"h":68}, @@ -1122,7 +1066,7 @@ }, "Game/Bullets/OneBarMissileHit.png": { - "frame": {"x":1258,"y":143,"w":71,"h":58}, + "frame": {"x":1037,"y":1989,"w":71,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":8,"w":71,"h":58}, @@ -1130,7 +1074,7 @@ }, "Game/Bullets/OrgasmStrikeHit.png": { - "frame": {"x":1615,"y":658,"w":67,"h":62}, + "frame": {"x":1681,"y":594,"w":67,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":67,"h":62}, @@ -1138,15 +1082,23 @@ }, "Game/Bullets/PlayerBolaHit.png": { - "frame": {"x":1032,"y":1951,"w":65,"h":44}, + "frame": {"x":690,"y":1999,"w":65,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":11,"w":65,"h":44}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/PoisonDragonBlast.png": +{ + "frame": {"x":1,"y":1999,"w":69,"h":34}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":19,"w":69,"h":34}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/PoisonDragonBlastHit.png": { - "frame": {"x":1100,"y":1111,"w":72,"h":69}, + "frame": {"x":1184,"y":72,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -1154,7 +1106,7 @@ }, "Game/Bullets/RestrainingBoltHit.png": { - "frame": {"x":1731,"y":1386,"w":63,"h":63}, + "frame": {"x":1802,"y":1546,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":63,"h":63}, @@ -1162,15 +1114,31 @@ }, "Game/Bullets/RestrainingDeviceHit.png": { - "frame": {"x":1205,"y":1319,"w":70,"h":64}, + "frame": {"x":1328,"y":898,"w":70,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":64}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/Ribbons.png": +{ + "frame": {"x":1423,"y":1642,"w":44,"h":27}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":22,"w":44,"h":27}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Bullets/RibbonsHit.png": +{ + "frame": {"x":1423,"y":1642,"w":44,"h":27}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":22,"w":44,"h":27}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/RopeBoltLaunchMany.png": { - "frame": {"x":1174,"y":1772,"w":64,"h":68}, + "frame": {"x":1444,"y":1572,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":64,"h":68}, @@ -1178,7 +1146,7 @@ }, "Game/Bullets/RopeBoltLaunchManyHit.png": { - "frame": {"x":1240,"y":1772,"w":64,"h":68}, + "frame": {"x":1111,"y":1605,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":64,"h":68}, @@ -1186,7 +1154,7 @@ }, "Game/Bullets/RubberBoltHit.png": { - "frame": {"x":1820,"y":479,"w":65,"h":63}, + "frame": {"x":1776,"y":1020,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1194,7 +1162,7 @@ }, "Game/Bullets/RubberBullets.png": { - "frame": {"x":1819,"y":726,"w":65,"h":47}, + "frame": {"x":623,"y":1999,"w":65,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":12,"w":65,"h":47}, @@ -1202,7 +1170,7 @@ }, "Game/Bullets/RubberMissileHit.png": { - "frame": {"x":889,"y":1899,"w":66,"h":69}, + "frame": {"x":1752,"y":388,"w":66,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":66,"h":69}, @@ -1210,7 +1178,7 @@ }, "Game/Bullets/RubberNukeHit.png": { - "frame": {"x":889,"y":1899,"w":66,"h":69}, + "frame": {"x":1752,"y":388,"w":66,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":66,"h":69}, @@ -1218,7 +1186,7 @@ }, "Game/Bullets/RubberSlimeHit.png": { - "frame": {"x":1595,"y":1329,"w":65,"h":63}, + "frame": {"x":1669,"y":1486,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1226,7 +1194,7 @@ }, "Game/Bullets/SagittaBoltHit.png": { - "frame": {"x":1952,"y":647,"w":62,"h":52}, + "frame": {"x":1844,"y":790,"w":62,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":62,"h":52}, @@ -1234,7 +1202,7 @@ }, "Game/Bullets/SealingBolt.png": { - "frame": {"x":1547,"y":1,"w":69,"h":59}, + "frame": {"x":1501,"y":516,"w":69,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":69,"h":59}, @@ -1242,7 +1210,7 @@ }, "Game/Bullets/SealingBoltHit.png": { - "frame": {"x":1100,"y":1182,"w":72,"h":69}, + "frame": {"x":1181,"y":221,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -1250,7 +1218,7 @@ }, "Game/Bullets/ShadowGraspMulti.png": { - "frame": {"x":1330,"y":576,"w":70,"h":70}, + "frame": {"x":1256,"y":776,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1258,23 +1226,15 @@ }, "Game/Bullets/ShadowGraspMultiHit.png": { - "frame": {"x":1618,"y":142,"w":68,"h":68}, + "frame": {"x":1395,"y":1231,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/ShadowShroudGirlHit.png": -{ - "frame": {"x":1480,"y":1000,"w":44,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":18,"y":4,"w":44,"h":64}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/Shock.png": { - "frame": {"x":1314,"y":1272,"w":69,"h":62}, + "frame": {"x":1620,"y":131,"w":69,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":62}, @@ -1282,7 +1242,7 @@ }, "Game/Bullets/ShockHit.png": { - "frame": {"x":1100,"y":1605,"w":72,"h":66}, + "frame": {"x":1255,"y":143,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":72,"h":66}, @@ -1290,15 +1250,23 @@ }, "Game/Bullets/ShockStrikeHit.png": { - "frame": {"x":1100,"y":1605,"w":72,"h":66}, + "frame": {"x":1255,"y":143,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":72,"h":66}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/SingleBelt.png": +{ + "frame": {"x":1328,"y":1029,"w":46,"h":27}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":22,"w":46,"h":27}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/SlimeBallHit.png": { - "frame": {"x":1111,"y":75,"w":72,"h":71}, + "frame": {"x":1037,"y":1481,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, @@ -1306,7 +1274,7 @@ }, "Game/Bullets/SlimeHit.png": { - "frame": {"x":1403,"y":217,"w":70,"h":69}, + "frame": {"x":1331,"y":339,"w":70,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":69}, @@ -1314,7 +1282,7 @@ }, "Game/Bullets/SlimePuddleHit.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1322,7 +1290,7 @@ }, "Game/Bullets/SlimeSplash.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1330,7 +1298,7 @@ }, "Game/Bullets/Slimethrower.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1338,7 +1306,7 @@ }, "Game/Bullets/Slimethrower2.png": { - "frame": {"x":1549,"y":1598,"w":65,"h":63}, + "frame": {"x":1738,"y":1421,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1346,7 +1314,7 @@ }, "Game/Bullets/Slimethrower2Hit.png": { - "frame": {"x":1549,"y":1598,"w":65,"h":63}, + "frame": {"x":1738,"y":1421,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1354,7 +1322,7 @@ }, "Game/Bullets/SlimethrowerHit.png": { - "frame": {"x":1549,"y":1598,"w":65,"h":63}, + "frame": {"x":1738,"y":1421,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1362,7 +1330,7 @@ }, "Game/Bullets/SmokePuffHit.png": { - "frame": {"x":1654,"y":785,"w":66,"h":67}, + "frame": {"x":1455,"y":1503,"w":66,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":66,"h":67}, @@ -1370,31 +1338,15 @@ }, "Game/Bullets/SnareHitHit.png": { - "frame": {"x":1772,"y":1933,"w":59,"h":64}, + "frame": {"x":1876,"y":1778,"w":59,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":6,"w":59,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/Snowball.png": -{ - "frame": {"x":1714,"y":1936,"w":56,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":8,"y":5,"w":56,"h":64}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Bullets/SnowballHit.png": -{ - "frame": {"x":1100,"y":1395,"w":72,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/StaticSphereStrikeHit.png": { - "frame": {"x":1100,"y":1605,"w":72,"h":66}, + "frame": {"x":1255,"y":143,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":72,"h":66}, @@ -1402,7 +1354,7 @@ }, "Game/Bullets/SteamPuff.png": { - "frame": {"x":1746,"y":1588,"w":63,"h":62}, + "frame": {"x":1867,"y":1546,"w":63,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":63,"h":62}, @@ -1410,7 +1362,7 @@ }, "Game/Bullets/SteamPuffHit.png": { - "frame": {"x":1685,"y":465,"w":66,"h":67}, + "frame": {"x":1536,"y":1281,"w":66,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":66,"h":67}, @@ -1418,7 +1370,7 @@ }, "Game/Bullets/SteelRainBurst.png": { - "frame": {"x":1332,"y":62,"w":70,"h":70}, + "frame": {"x":1329,"y":267,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1426,23 +1378,15 @@ }, "Game/Bullets/SteelRainBurstHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/StraitjacketBolt.png": -{ - "frame": {"x":1547,"y":62,"w":69,"h":58}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/Summon.png": { - "frame": {"x":1330,"y":648,"w":70,"h":70}, + "frame": {"x":1256,"y":848,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1450,7 +1394,7 @@ }, "Game/Bullets/SummonAMGag.png": { - "frame": {"x":1330,"y":720,"w":70,"h":70}, + "frame": {"x":1256,"y":920,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1458,7 +1402,7 @@ }, "Game/Bullets/SummonAMGagHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1466,7 +1410,7 @@ }, "Game/Bullets/SummonArmbinder.png": { - "frame": {"x":1205,"y":1181,"w":70,"h":70}, + "frame": {"x":1183,"y":1245,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1474,7 +1418,7 @@ }, "Game/Bullets/SummonArmbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1482,7 +1426,7 @@ }, "Game/Bullets/SummonBlindfold.png": { - "frame": {"x":1266,"y":1007,"w":70,"h":70}, + "frame": {"x":1252,"y":1170,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1490,7 +1434,7 @@ }, "Game/Bullets/SummonBlindfoldHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1498,7 +1442,7 @@ }, "Game/Bullets/SummonCrystals.png": { - "frame": {"x":1732,"y":981,"w":64,"h":37}, + "frame": {"x":1394,"y":1126,"w":64,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":35,"w":64,"h":37}, @@ -1506,7 +1450,7 @@ }, "Game/Bullets/SummonCuffs.png": { - "frame": {"x":1326,"y":867,"w":70,"h":70}, + "frame": {"x":1322,"y":1059,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1514,7 +1458,7 @@ }, "Game/Bullets/SummonCuffsHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1522,7 +1466,7 @@ }, "Game/Bullets/SummonGag.png": { - "frame": {"x":1402,"y":288,"w":70,"h":70}, + "frame": {"x":1330,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1530,7 +1474,7 @@ }, "Game/Bullets/SummonGagHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1538,7 +1482,7 @@ }, "Game/Bullets/SummonHarness.png": { - "frame": {"x":1258,"y":408,"w":70,"h":71}, + "frame": {"x":1111,"y":517,"w":70,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":70,"h":71}, @@ -1546,7 +1490,7 @@ }, "Game/Bullets/SummonHarnessHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1554,7 +1498,7 @@ }, "Game/Bullets/SummonHit.png": { - "frame": {"x":1330,"y":648,"w":70,"h":70}, + "frame": {"x":1256,"y":848,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1562,7 +1506,7 @@ }, "Game/Bullets/SummonLatexArmbinder.png": { - "frame": {"x":1330,"y":288,"w":70,"h":70}, + "frame": {"x":1258,"y":488,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1570,7 +1514,7 @@ }, "Game/Bullets/SummonLatexArmbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1578,7 +1522,7 @@ }, "Game/Bullets/SummonLatexElemental.png": { - "frame": {"x":1522,"y":1399,"w":65,"h":61}, + "frame": {"x":1967,"y":70,"w":65,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":8,"w":65,"h":61}, @@ -1586,7 +1530,7 @@ }, "Game/Bullets/SummonLatexGag.png": { - "frame": {"x":1330,"y":360,"w":70,"h":70}, + "frame": {"x":1258,"y":560,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1594,7 +1538,7 @@ }, "Game/Bullets/SummonLatexGagHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1602,7 +1546,7 @@ }, "Game/Bullets/SummonLatexLegbinder.png": { - "frame": {"x":1330,"y":432,"w":70,"h":70}, + "frame": {"x":1257,"y":632,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1610,7 +1554,7 @@ }, "Game/Bullets/SummonLatexLegbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1618,7 +1562,7 @@ }, "Game/Bullets/SummonLeatherCuffs.png": { - "frame": {"x":1404,"y":1,"w":70,"h":70}, + "frame": {"x":1401,"y":267,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1626,7 +1570,7 @@ }, "Game/Bullets/SummonLeatherCuffsHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1634,7 +1578,7 @@ }, "Game/Bullets/SummonLegbinder.png": { - "frame": {"x":1404,"y":73,"w":70,"h":70}, + "frame": {"x":1405,"y":1,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1642,7 +1586,7 @@ }, "Game/Bullets/SummonLegbinderHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1650,7 +1594,7 @@ }, "Game/Bullets/SummonStraitjacket.png": { - "frame": {"x":1403,"y":145,"w":70,"h":70}, + "frame": {"x":1405,"y":73,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1658,7 +1602,7 @@ }, "Game/Bullets/SummonStraitjacketHit.png": { - "frame": {"x":1331,"y":216,"w":70,"h":70}, + "frame": {"x":1258,"y":416,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -1666,7 +1610,7 @@ }, "Game/Bullets/TickleCloud.png": { - "frame": {"x":1482,"y":1533,"w":65,"h":64}, + "frame": {"x":1726,"y":1189,"w":65,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":65,"h":64}, @@ -1674,7 +1618,7 @@ }, "Game/Bullets/TickleCloudHit.png": { - "frame": {"x":1593,"y":1158,"w":65,"h":38}, + "frame": {"x":1182,"y":1060,"w":65,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":27,"w":65,"h":38}, @@ -1682,7 +1626,7 @@ }, "Game/Bullets/Vineexp.png": { - "frame": {"x":1616,"y":1590,"w":63,"h":67}, + "frame": {"x":1238,"y":1675,"w":63,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":63,"h":67}, @@ -1690,7 +1634,7 @@ }, "Game/Bullets/VineexpHit.png": { - "frame": {"x":1886,"y":595,"w":63,"h":67}, + "frame": {"x":1303,"y":1674,"w":63,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":63,"h":67}, @@ -1698,7 +1642,7 @@ }, "Game/Bullets/VineSlimeBallHit.png": { - "frame": {"x":1111,"y":75,"w":72,"h":71}, + "frame": {"x":1037,"y":1481,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, @@ -1706,7 +1650,7 @@ }, "Game/Bullets/WaterBallHit.png": { - "frame": {"x":1526,"y":1023,"w":67,"h":58}, + "frame": {"x":1640,"y":946,"w":67,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":6,"w":67,"h":58}, @@ -1714,7 +1658,7 @@ }, "Game/Bullets/WindBlast.png": { - "frame": {"x":1758,"y":1,"w":67,"h":67}, + "frame": {"x":1762,"y":1,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":67,"h":67}, @@ -1722,23 +1666,15 @@ }, "Game/Bullets/WindBlastHit.png": { - "frame": {"x":1663,"y":1028,"w":65,"h":63}, + "frame": {"x":1862,"y":725,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/WitchBoulderHit.png": -{ - "frame": {"x":1111,"y":367,"w":72,"h":70}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":2,"w":72,"h":70}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/WitchElectricOrb.png": { - "frame": {"x":1615,"y":590,"w":67,"h":66}, + "frame": {"x":1681,"y":526,"w":67,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":67,"h":66}, @@ -1746,7 +1682,7 @@ }, "Game/Bullets/WitchElectricOrbHit.png": { - "frame": {"x":1347,"y":1336,"w":68,"h":70}, + "frame": {"x":1111,"y":1318,"w":68,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":68,"h":70}, @@ -1754,7 +1690,7 @@ }, "Game/Bullets/WitchElectrifyHit.png": { - "frame": {"x":1185,"y":493,"w":71,"h":68}, + "frame": {"x":1183,"y":920,"w":71,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":71,"h":68}, @@ -1762,7 +1698,7 @@ }, "Game/Bullets/WitchIceboltHit.png": { - "frame": {"x":1615,"y":1459,"w":65,"h":63}, + "frame": {"x":1793,"y":1189,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":65,"h":63}, @@ -1770,7 +1706,7 @@ }, "Game/Bullets/WitchSlimeBallTrail.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1778,7 +1714,7 @@ }, "Game/Bullets/WitchSlimeHit.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -1786,23 +1722,15 @@ }, "Game/Bullets/WitchWaterBallHit.png": { - "frame": {"x":1526,"y":1023,"w":67,"h":58}, + "frame": {"x":1640,"y":946,"w":67,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":6,"w":67,"h":58}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/WolfCrackleHit.png": -{ - "frame": {"x":1111,"y":511,"w":72,"h":70}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/WolfCrackleTrailHit.png": { - "frame": {"x":1409,"y":1001,"w":69,"h":61}, + "frame": {"x":1544,"y":317,"w":69,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":61}, @@ -1810,7 +1738,7 @@ }, "Game/Bullets/ZombieOrbHit.png": { - "frame": {"x":1530,"y":1199,"w":66,"h":64}, + "frame": {"x":1899,"y":67,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":2,"w":66,"h":64}, @@ -1818,31 +1746,23 @@ }, "Game/Bullets/ZombieOrbMiniHit.png": { - "frame": {"x":1530,"y":1199,"w":66,"h":64}, + "frame": {"x":1899,"y":67,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":2,"w":66,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Class/Fighter.png": +"Game/Class/Peasant.png": { - "frame": {"x":1998,"y":1768,"w":49,"h":60}, + "frame": {"x":1581,"y":2005,"w":59,"h":42}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":0,"w":49,"h":60}, + "spriteSourceSize": {"x":7,"y":7,"w":59,"h":42}, "sourceSize": {"w":71,"h":60} }, -"Game/Color.png": -{ - "frame": {"x":1281,"y":52,"w":21,"h":21}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":21,"h":21}, - "sourceSize": {"w":23,"h":23} -}, "Game/Conditions/ArmorDebuff.png": { - "frame": {"x":1111,"y":148,"w":72,"h":71}, + "frame": {"x":1037,"y":1554,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, @@ -1850,7 +1770,7 @@ }, "Game/Conditions/DamageAmp.png": { - "frame": {"x":1769,"y":1847,"w":21,"h":19}, + "frame": {"x":1493,"y":1034,"w":21,"h":19}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":49,"y":4,"w":21,"h":19}, @@ -1858,7 +1778,7 @@ }, "Game/Conditions/Dialogue.png": { - "frame": {"x":1746,"y":1847,"w":21,"h":20}, + "frame": {"x":1611,"y":666,"w":21,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":25,"w":21,"h":20}, @@ -1866,39 +1786,31 @@ }, "Game/Conditions/Freeze.png": { - "frame": {"x":889,"y":1256,"w":67,"h":70}, + "frame": {"x":1111,"y":1390,"w":67,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":67,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/Conditions/ShieldDebuff.png": -{ - "frame": {"x":1616,"y":935,"w":33,"h":23}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":20,"y":0,"w":33,"h":23}, - "sourceSize": {"w":72,"h":72} -}, "Game/Conditions/Teleporting.png": { - "frame": {"x":1402,"y":648,"w":70,"h":68}, + "frame": {"x":1330,"y":488,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Conditions/Vulnerable.png": +"Game/Conditions/Thought/Angry.png": { - "frame": {"x":932,"y":1970,"w":24,"h":24}, + "frame": {"x":2016,"y":1214,"w":31,"h":36}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":45,"y":9,"w":24,"h":24}, + "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, "sourceSize": {"w":72,"h":72} }, "Game/Cut.png": { - "frame": {"x":2020,"y":402,"w":26,"h":26}, + "frame": {"x":1473,"y":589,"w":26,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":26,"h":26}, @@ -1906,15 +1818,23 @@ }, "Game/DamageTypes/happygas.png": { - "frame": {"x":2022,"y":1107,"w":25,"h":25}, + "frame": {"x":1541,"y":998,"w":25,"h":25}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":47,"w":25,"h":25}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/BoobyTrapMagic.png": +{ + "frame": {"x":487,"y":1999,"w":66,"h":36}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":25,"w":66,"h":36}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/Chill.png": { - "frame": {"x":1806,"y":208,"w":66,"h":66}, + "frame": {"x":1536,"y":1350,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":3,"w":66,"h":66}, @@ -1922,7 +1842,7 @@ }, "Game/EffectTiles/Cracked.png": { - "frame": {"x":1545,"y":280,"w":68,"h":70}, + "frame": {"x":1326,"y":1304,"w":68,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":68,"h":70}, @@ -1930,7 +1850,7 @@ }, "Game/EffectTiles/CrackedFrozen.png": { - "frame": {"x":1545,"y":352,"w":68,"h":70}, + "frame": {"x":1472,"y":821,"w":68,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":68,"h":70}, @@ -1938,7 +1858,7 @@ }, "Game/EffectTiles/EdgeOrb.png": { - "frame": {"x":1718,"y":1821,"w":26,"h":26}, + "frame": {"x":1473,"y":617,"w":26,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":35,"w":26,"h":26}, @@ -1946,7 +1866,7 @@ }, "Game/EffectTiles/EdgeOrbDead.png": { - "frame": {"x":1526,"y":2021,"w":26,"h":26}, + "frame": {"x":1473,"y":645,"w":26,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":35,"w":26,"h":26}, @@ -1954,23 +1874,39 @@ }, "Game/EffectTiles/Ember.png": { - "frame": {"x":1758,"y":70,"w":67,"h":67}, + "frame": {"x":1762,"y":70,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":67,"h":67}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/Fireflies.png": +{ + "frame": {"x":1642,"y":2005,"w":45,"h":42}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/Glue.png": { - "frame": {"x":1476,"y":141,"w":69,"h":68}, + "frame": {"x":1400,"y":825,"w":69,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":69,"h":68}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/Gunpowder.png": +{ + "frame": {"x":1846,"y":1445,"w":59,"h":38}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":29,"w":59,"h":38}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/Ignition.png": { - "frame": {"x":1758,"y":70,"w":67,"h":67}, + "frame": {"x":1762,"y":70,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":67,"h":67}, @@ -1978,7 +1914,7 @@ }, "Game/EffectTiles/Inferno.png": { - "frame": {"x":1402,"y":718,"w":70,"h":68}, + "frame": {"x":1330,"y":558,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, @@ -1986,7 +1922,7 @@ }, "Game/EffectTiles/Inferno_0.png": { - "frame": {"x":1402,"y":718,"w":70,"h":68}, + "frame": {"x":1330,"y":558,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, @@ -1994,7 +1930,7 @@ }, "Game/EffectTiles/Inferno_1.png": { - "frame": {"x":1402,"y":718,"w":70,"h":68}, + "frame": {"x":1330,"y":558,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, @@ -2002,7 +1938,7 @@ }, "Game/EffectTiles/Inferno_2.png": { - "frame": {"x":1402,"y":718,"w":70,"h":68}, + "frame": {"x":1330,"y":558,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, @@ -2010,23 +1946,15 @@ }, "Game/EffectTiles/Inferno_3.png": { - "frame": {"x":1402,"y":718,"w":70,"h":68}, + "frame": {"x":1330,"y":558,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":70,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/Lantern.png": -{ - "frame": {"x":1174,"y":1895,"w":29,"h":49}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":19,"w":29,"h":49}, - "sourceSize": {"w":72,"h":72} -}, "Game/EffectTiles/LatexThin.png": { - "frame": {"x":1926,"y":1317,"w":61,"h":44}, + "frame": {"x":1962,"y":968,"w":61,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":17,"w":61,"h":44}, @@ -2034,31 +1962,23 @@ }, "Game/EffectTiles/LatexThinBlue.png": { - "frame": {"x":1924,"y":1435,"w":61,"h":44}, + "frame": {"x":1967,"y":858,"w":61,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":17,"w":61,"h":44}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/NoTeleportPlate.png": -{ - "frame": {"x":815,"y":1999,"w":70,"h":47}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":14,"w":70,"h":47}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EffectTiles/OrbLantern.png": +"Game/EffectTiles/MotionLampLight.png": { - "frame": {"x":1313,"y":1336,"w":32,"h":38}, + "frame": {"x":1964,"y":1572,"w":51,"h":31}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":30,"w":32,"h":38}, + "spriteSourceSize": {"x":11,"y":17,"w":51,"h":31}, "sourceSize": {"w":72,"h":72} }, "Game/EffectTiles/Portals/CommercePortal.png": { - "frame": {"x":1032,"y":1391,"w":66,"h":68}, + "frame": {"x":1831,"y":71,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":68}, @@ -2066,7 +1986,7 @@ }, "Game/EffectTiles/Portals/CommercePortalReturn.png": { - "frame": {"x":1032,"y":1461,"w":66,"h":68}, + "frame": {"x":1808,"y":263,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":68}, @@ -2074,7 +1994,7 @@ }, "Game/EffectTiles/Portals/DarkPortal.png": { - "frame": {"x":1032,"y":1531,"w":66,"h":68}, + "frame": {"x":1750,"y":459,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":68}, @@ -2082,7 +2002,7 @@ }, "Game/EffectTiles/Portals/Portal.png": { - "frame": {"x":1032,"y":1601,"w":66,"h":68}, + "frame": {"x":1750,"y":529,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":68}, @@ -2090,7 +2010,7 @@ }, "Game/EffectTiles/Rubble.png": { - "frame": {"x":1895,"y":130,"w":65,"h":66}, + "frame": {"x":1604,"y":1412,"w":65,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":65,"h":66}, @@ -2098,23 +2018,23 @@ }, "Game/EffectTiles/RubbleNoMend.png": { - "frame": {"x":1895,"y":130,"w":65,"h":66}, + "frame": {"x":1604,"y":1412,"w":65,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":65,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/Runes.png": +"Game/EffectTiles/RunesTrap.png": { - "frame": {"x":741,"y":1999,"w":72,"h":42}, + "frame": {"x":487,"y":1999,"w":66,"h":36}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":22,"w":72,"h":42}, + "spriteSourceSize": {"x":3,"y":25,"w":66,"h":36}, "sourceSize": {"w":72,"h":72} }, "Game/EffectTiles/Slime.png": { - "frame": {"x":1258,"y":773,"w":70,"h":65}, + "frame": {"x":1256,"y":992,"w":70,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":70,"h":65}, @@ -2122,7 +2042,7 @@ }, "Game/EffectTiles/SlimeBurning.png": { - "frame": {"x":1402,"y":360,"w":70,"h":70}, + "frame": {"x":1402,"y":145,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":70,"h":70}, @@ -2130,7 +2050,7 @@ }, "Game/EffectTiles/SlimeFrozen.png": { - "frame": {"x":1254,"y":940,"w":70,"h":65}, + "frame": {"x":1329,"y":698,"w":70,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":70,"h":65}, @@ -2138,7 +2058,7 @@ }, "Game/EffectTiles/Smoke.png": { - "frame": {"x":1547,"y":1663,"w":61,"h":67}, + "frame": {"x":1944,"y":181,"w":61,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":61,"h":67}, @@ -2146,7 +2066,7 @@ }, "Game/EffectTiles/Sparks.png": { - "frame": {"x":1475,"y":830,"w":69,"h":61}, + "frame": {"x":1501,"y":453,"w":69,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":61}, @@ -2154,39 +2074,23 @@ }, "Game/EffectTiles/Steam.png": { - "frame": {"x":1746,"y":1588,"w":63,"h":62}, + "frame": {"x":1867,"y":1546,"w":63,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":63,"h":62}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/TeleportPlate.png": -{ - "frame": {"x":1688,"y":160,"w":68,"h":40}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":17,"w":68,"h":40}, - "sourceSize": {"w":72,"h":72} -}, "Game/EffectTiles/TeleportPlateMana.png": { - "frame": {"x":1688,"y":202,"w":68,"h":40}, + "frame": {"x":143,"y":1999,"w":68,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":17,"w":68,"h":40}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/Torch.png": -{ - "frame": {"x":1174,"y":1595,"w":28,"h":52}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":23,"y":19,"w":28,"h":52}, - "sourceSize": {"w":72,"h":72} -}, "Game/EffectTiles/Wire.png": { - "frame": {"x":1811,"y":1845,"w":61,"h":60}, + "frame": {"x":1937,"y":1776,"w":61,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":6,"w":61,"h":60}, @@ -2194,7 +2098,7 @@ }, "Game/EffectTiles/WireSparks.png": { - "frame": {"x":1259,"y":75,"w":71,"h":66}, + "frame": {"x":1332,"y":1,"w":71,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":5,"w":71,"h":66}, @@ -2202,7 +2106,7 @@ }, "Game/EffectTiles/WireSparksAct.png": { - "frame": {"x":1797,"y":1256,"w":63,"h":59}, + "frame": {"x":1907,"y":1445,"w":63,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":12,"w":63,"h":59}, @@ -2210,7 +2114,7 @@ }, "Game/Enemies/Adventurer_Dom_Fighter.png": { - "frame": {"x":1615,"y":873,"w":66,"h":60}, + "frame": {"x":1794,"y":725,"w":66,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":7,"w":66,"h":60}, @@ -2218,7 +2122,7 @@ }, "Game/Enemies/Adventurer_Sub_Fighter.png": { - "frame": {"x":1810,"y":1652,"w":62,"h":60}, + "frame": {"x":1974,"y":1086,"w":62,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":7,"w":62,"h":60}, @@ -2226,31 +2130,31 @@ }, "Game/Enemies/AirMote.png": { - "frame": {"x":1258,"y":481,"w":70,"h":71}, + "frame": {"x":1111,"y":590,"w":70,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":70,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Ally.png": +"Game/Enemies/Alkahestor.png": { - "frame": {"x":1205,"y":1905,"w":60,"h":66}, + "frame": {"x":1510,"y":1641,"w":53,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":4,"w":60,"h":66}, + "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/AllyDoll.png": +"Game/Enemies/Ally.png": { - "frame": {"x":1884,"y":832,"w":37,"h":63}, + "frame": {"x":1418,"y":1811,"w":60,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":5,"y":4,"w":60,"h":66}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/AmpuleBlueHit.png": { - "frame": {"x":1597,"y":962,"w":66,"h":64}, + "frame": {"x":1876,"y":249,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":66,"h":64}, @@ -2258,39 +2162,39 @@ }, "Game/Enemies/AngelHostile.png": { - "frame": {"x":1475,"y":211,"w":69,"h":67}, + "frame": {"x":1400,"y":895,"w":69,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":3,"w":69,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/AnimatedArmor.png": +"Game/Enemies/AnimChastity.png": { - "frame": {"x":1616,"y":812,"w":36,"h":59}, + "frame": {"x":2000,"y":1776,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":3,"w":36,"h":59}, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/AnimLegbinder.png": { - "frame": {"x":1547,"y":122,"w":69,"h":56}, + "frame": {"x":1501,"y":577,"w":69,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":9,"w":69,"h":56}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/AnimStraitjacket.png": +"Game/Enemies/AnimYoke.png": { - "frame": {"x":1547,"y":62,"w":69,"h":58}, + "frame": {"x":1531,"y":1191,"w":62,"h":33}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, + "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Apprentice2.png": { - "frame": {"x":1987,"y":827,"w":56,"h":67}, + "frame": {"x":1778,"y":878,"w":56,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":0,"w":56,"h":67}, @@ -2298,23 +2202,23 @@ }, "Game/Enemies/ArmorerQuest.png": { - "frame": {"x":1447,"y":1887,"w":56,"h":65}, + "frame": {"x":1414,"y":1879,"w":56,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":56,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BanditHunter.png": +"Game/Enemies/BanditGuard.png": { - "frame": {"x":2016,"y":574,"w":30,"h":60}, + "frame": {"x":1759,"y":1640,"w":41,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":30,"h":60}, + "spriteSourceSize": {"x":18,"y":2,"w":41,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BarricadeAir.png": { - "frame": {"x":1923,"y":769,"w":62,"h":66}, + "frame": {"x":1755,"y":1711,"w":62,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":62,"h":66}, @@ -2322,7 +2226,7 @@ }, "Game/Enemies/BarricadeConcrete.png": { - "frame": {"x":1857,"y":1513,"w":62,"h":60}, + "frame": {"x":1689,"y":1978,"w":62,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":62,"h":60}, @@ -2330,7 +2234,7 @@ }, "Game/Enemies/BarricadeEarth.png": { - "frame": {"x":1474,"y":1604,"w":55,"h":68}, + "frame": {"x":1366,"y":1603,"w":55,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, @@ -2338,7 +2242,7 @@ }, "Game/Enemies/BarricadeElectric.png": { - "frame": {"x":1615,"y":466,"w":68,"h":53}, + "frame": {"x":1535,"y":1226,"w":68,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":10,"w":68,"h":53}, @@ -2346,7 +2250,7 @@ }, "Game/Enemies/BarricadeFire.png": { - "frame": {"x":1205,"y":1630,"w":69,"h":70}, + "frame": {"x":1549,"y":57,"w":69,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":69,"h":70}, @@ -2354,7 +2258,7 @@ }, "Game/Enemies/BarricadeIce.png": { - "frame": {"x":1276,"y":1630,"w":69,"h":69}, + "frame": {"x":1473,"y":316,"w":69,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":69,"h":69}, @@ -2362,39 +2266,31 @@ }, "Game/Enemies/BarricadeMagic.png": { - "frame": {"x":1247,"y":1079,"w":70,"h":68}, + "frame": {"x":1330,"y":628,"w":70,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":70,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BarricadeRobot.png": -{ - "frame": {"x":667,"y":1999,"w":72,"h":46}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":13,"w":72,"h":46}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/BarricadeShadow.png": { - "frame": {"x":1460,"y":1204,"w":68,"h":59}, + "frame": {"x":1396,"y":1371,"w":68,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":6,"w":68,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/AllyDoll.png": +"Game/Enemies/BindableEnemies/Alkahestor.png": { - "frame": {"x":1884,"y":832,"w":37,"h":63}, + "frame": {"x":1510,"y":1641,"w":53,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/AngelHostile.png": { - "frame": {"x":1475,"y":211,"w":69,"h":67}, + "frame": {"x":1400,"y":895,"w":69,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":3,"w":69,"h":67}, @@ -2402,23 +2298,31 @@ }, "Game/Enemies/BindableEnemies/Apprentice2.png": { - "frame": {"x":1987,"y":827,"w":56,"h":67}, + "frame": {"x":1778,"y":878,"w":56,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":0,"w":56,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/BanditHunter.png": +"Game/Enemies/BindableEnemies/BanditGuard.png": +{ + "frame": {"x":1759,"y":1640,"w":41,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":18,"y":2,"w":41,"h":65}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/BindableEnemies/BlindZombie.png": { - "frame": {"x":2016,"y":574,"w":30,"h":60}, + "frame": {"x":1541,"y":1942,"w":38,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":30,"h":60}, + "spriteSourceSize": {"x":16,"y":2,"w":38,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/Cleric.png": { - "frame": {"x":1583,"y":1880,"w":56,"h":65}, + "frame": {"x":1290,"y":1880,"w":56,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":56,"h":65}, @@ -2426,7 +2330,7 @@ }, "Game/Enemies/BindableEnemies/Conjurer.png": { - "frame": {"x":1747,"y":1715,"w":55,"h":67}, + "frame": {"x":1111,"y":1813,"w":55,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":55,"h":67}, @@ -2434,7 +2338,7 @@ }, "Game/Enemies/BindableEnemies/Dragon.png": { - "frame": {"x":1995,"y":1702,"w":50,"h":64}, + "frame": {"x":1616,"y":251,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -2442,7 +2346,7 @@ }, "Game/Enemies/BindableEnemies/DragonCrystal.png": { - "frame": {"x":1482,"y":1463,"w":64,"h":68}, + "frame": {"x":1177,"y":1605,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":3,"w":64,"h":68}, @@ -2450,7 +2354,7 @@ }, "Game/Enemies/BindableEnemies/DragonheartQuest.png": { - "frame": {"x":1995,"y":1702,"w":50,"h":64}, + "frame": {"x":1616,"y":251,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -2458,7 +2362,7 @@ }, "Game/Enemies/BindableEnemies/DragonIce.png": { - "frame": {"x":1371,"y":1964,"w":60,"h":64}, + "frame": {"x":1591,"y":1939,"w":60,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":3,"w":60,"h":64}, @@ -2466,7 +2370,7 @@ }, "Game/Enemies/BindableEnemies/DragonLeader.png": { - "frame": {"x":1989,"y":1202,"w":50,"h":64}, + "frame": {"x":1995,"y":720,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -2474,7 +2378,7 @@ }, "Game/Enemies/BindableEnemies/DragonPoison.png": { - "frame": {"x":1501,"y":1955,"w":57,"h":64}, + "frame": {"x":1988,"y":1253,"w":57,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":3,"w":57,"h":64}, @@ -2482,23 +2386,23 @@ }, "Game/Enemies/BindableEnemies/DragonShadow.png": { - "frame": {"x":1861,"y":1137,"w":62,"h":64}, + "frame": {"x":1960,"y":1148,"w":62,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":3,"w":62,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/DragonShield.png": +"Game/Enemies/BindableEnemies/Dryad.png": { - "frame": {"x":1937,"y":1897,"w":55,"h":64}, + "frame": {"x":1541,"y":1875,"w":48,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":55,"h":64}, + "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/ElementalAir.png": { - "frame": {"x":1883,"y":973,"w":62,"h":65}, + "frame": {"x":1812,"y":1779,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":62,"h":65}, @@ -2506,7 +2410,7 @@ }, "Game/Enemies/BindableEnemies/ElementalEarth.png": { - "frame": {"x":1615,"y":722,"w":67,"h":61}, + "frame": {"x":1641,"y":719,"w":67,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":7,"w":67,"h":61}, @@ -2514,23 +2418,15 @@ }, "Game/Enemies/BindableEnemies/ElementalLatex.png": { - "frame": {"x":1528,"y":1265,"w":65,"h":65}, + "frame": {"x":1632,"y":1642,"w":65,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":65,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/ElementalLeather.png": -{ - "frame": {"x":1989,"y":1830,"w":56,"h":63}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":5,"w":56,"h":63}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/BindableEnemies/ElementalRope.png": { - "frame": {"x":1032,"y":1811,"w":65,"h":68}, + "frame": {"x":1244,"y":1533,"w":65,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":65,"h":68}, @@ -2538,23 +2434,23 @@ }, "Game/Enemies/BindableEnemies/ElementalWater.png": { - "frame": {"x":1174,"y":1108,"w":69,"h":71}, + "frame": {"x":1111,"y":1028,"w":69,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":69,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/EncasedDoll.png": +"Game/Enemies/BindableEnemies/Fuuka1.png": { - "frame": {"x":1772,"y":1868,"w":37,"h":63}, + "frame": {"x":1472,"y":1944,"w":38,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":20,"y":2,"w":38,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/GuardHeavy.png": { - "frame": {"x":1991,"y":1963,"w":53,"h":64}, + "frame": {"x":1994,"y":1605,"w":53,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":53,"h":64}, @@ -2562,63 +2458,71 @@ }, "Game/Enemies/BindableEnemies/HighWizard.png": { - "frame": {"x":1185,"y":703,"w":71,"h":67}, + "frame": {"x":1258,"y":347,"w":71,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":71,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/Librarian.png": +"Game/Enemies/BindableEnemies/JungleDryad.png": { - "frame": {"x":1810,"y":1714,"w":61,"h":61}, + "frame": {"x":1690,"y":1844,"w":48,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":6,"y":8,"w":61,"h":61}, + "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/MageZombie.png": +"Game/Enemies/BindableEnemies/Librarian.png": { - "frame": {"x":1100,"y":1673,"w":72,"h":66}, + "frame": {"x":1972,"y":1443,"w":61,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":2,"w":72,"h":66}, + "spriteSourceSize": {"x":6,"y":8,"w":61,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/MaidforceHead.png": +"Game/Enemies/BindableEnemies/MageZombie.png": { - "frame": {"x":1479,"y":1132,"w":43,"h":64}, + "frame": {"x":1258,"y":1,"w":72,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":3,"w":43,"h":64}, + "spriteSourceSize": {"x":0,"y":2,"w":72,"h":66}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/MeleeCleric.png": { - "frame": {"x":1874,"y":1830,"w":50,"h":65}, + "frame": {"x":1739,"y":1354,"w":50,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":2,"w":50,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/NinjaStalker.png": +"Game/Enemies/BindableEnemies/SamuraiZombie.png": { - "frame": {"x":2011,"y":961,"w":36,"h":61}, + "frame": {"x":1574,"y":380,"w":37,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, + "spriteSourceSize": {"x":20,"y":1,"w":37,"h":66}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/BindableEnemies/Skeleton.png": { - "frame": {"x":2016,"y":697,"w":31,"h":58}, + "frame": {"x":1860,"y":1188,"w":31,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":31,"h":58}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/SlimeEnthusiast.png": +{ + "frame": {"x":1183,"y":637,"w":72,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":6,"w":72,"h":65}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/TalismanZombie.png": { - "frame": {"x":1920,"y":1575,"w":55,"h":65}, + "frame": {"x":1111,"y":1882,"w":55,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":2,"w":55,"h":65}, @@ -2626,7 +2530,7 @@ }, "Game/Enemies/BindableEnemies/WitchChain.png": { - "frame": {"x":1951,"y":578,"w":63,"h":67}, + "frame": {"x":1368,"y":1673,"w":63,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":63,"h":67}, @@ -2634,7 +2538,7 @@ }, "Game/Enemies/BindableEnemies/WitchFlame.png": { - "frame": {"x":1602,"y":1801,"w":54,"h":67}, + "frame": {"x":1362,"y":1743,"w":54,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":0,"w":54,"h":67}, @@ -2642,7 +2546,7 @@ }, "Game/Enemies/BindableEnemies/WitchMagnet.png": { - "frame": {"x":1474,"y":359,"w":69,"h":67}, + "frame": {"x":1255,"y":1315,"w":69,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":69,"h":67}, @@ -2650,7 +2554,7 @@ }, "Game/Enemies/BindableEnemies/WitchMetal.png": { - "frame": {"x":1615,"y":347,"w":68,"h":68}, + "frame": {"x":1326,"y":1376,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":68,"h":68}, @@ -2658,7 +2562,7 @@ }, "Game/Enemies/BindableEnemies/WitchRope.png": { - "frame": {"x":1482,"y":1743,"w":58,"h":67}, + "frame": {"x":1699,"y":1642,"w":58,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":58,"h":67}, @@ -2666,7 +2570,7 @@ }, "Game/Enemies/BindableEnemies/WitchShock.png": { - "frame": {"x":1883,"y":904,"w":57,"h":67}, + "frame": {"x":1565,"y":1709,"w":57,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":57,"h":67}, @@ -2674,39 +2578,39 @@ }, "Game/Enemies/BindableEnemies/WitchSlime.png": { - "frame": {"x":1185,"y":563,"w":71,"h":68}, + "frame": {"x":1183,"y":990,"w":71,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":71,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/Wolfgirl.png": +"Game/Enemies/BlacksmithQuest.png": { - "frame": {"x":1747,"y":1516,"w":43,"h":64}, + "frame": {"x":1843,"y":1081,"w":64,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":19,"y":6,"w":43,"h":64}, + "spriteSourceSize": {"x":0,"y":5,"w":64,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BlacksmithQuest.png": +"Game/Enemies/BlindZombie.png": { - "frame": {"x":1665,"y":1259,"w":64,"h":65}, + "frame": {"x":1541,"y":1942,"w":38,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":5,"w":64,"h":65}, + "spriteSourceSize": {"x":16,"y":2,"w":38,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ChainBeing.png": +"Game/Enemies/CaptureBot.png": { - "frame": {"x":1873,"y":1940,"w":54,"h":64}, + "frame": {"x":1286,"y":2011,"w":51,"h":36}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":5,"w":54,"h":64}, + "spriteSourceSize": {"x":11,"y":23,"w":51,"h":36}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/ChainWall.png": { - "frame": {"x":1873,"y":1714,"w":61,"h":58}, + "frame": {"x":1985,"y":1674,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":61,"h":58}, @@ -2714,7 +2618,7 @@ }, "Game/Enemies/ChaoticCrystalActive.png": { - "frame": {"x":1474,"y":566,"w":69,"h":64}, + "frame": {"x":1395,"y":1165,"w":69,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":69,"h":64}, @@ -2722,7 +2626,7 @@ }, "Game/Enemies/Cleric.png": { - "frame": {"x":1583,"y":1880,"w":56,"h":65}, + "frame": {"x":1290,"y":1880,"w":56,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":56,"h":65}, @@ -2730,7 +2634,7 @@ }, "Game/Enemies/ClericHigh.png": { - "frame": {"x":1714,"y":1869,"w":56,"h":65}, + "frame": {"x":1183,"y":1882,"w":56,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":56,"h":65}, @@ -2738,7 +2642,7 @@ }, "Game/Enemies/Conjurer.png": { - "frame": {"x":1747,"y":1715,"w":55,"h":67}, + "frame": {"x":1111,"y":1813,"w":55,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":55,"h":67}, @@ -2746,7 +2650,7 @@ }, "Game/Enemies/ConjurerTickler.png": { - "frame": {"x":1747,"y":1715,"w":55,"h":67}, + "frame": {"x":1111,"y":1813,"w":55,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":55,"h":67}, @@ -2754,71 +2658,71 @@ }, "Game/Enemies/CorruptedAdventurer.png": { - "frame": {"x":1347,"y":1617,"w":68,"h":66}, + "frame": {"x":1571,"y":758,"w":68,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":68,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CuffedGirl.png": +"Game/Enemies/CuffedGirl2.png": { - "frame": {"x":1682,"y":1459,"w":44,"h":63}, + "frame": {"x":1802,"y":1611,"w":63,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":14,"y":7,"w":44,"h":63}, + "spriteSourceSize": {"x":4,"y":7,"w":63,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CuffedGirl2.png": +"Game/Enemies/Cuffs.png": { - "frame": {"x":1728,"y":1451,"w":63,"h":63}, + "frame": {"x":1444,"y":2011,"w":51,"h":33}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":7,"w":63,"h":63}, + "spriteSourceSize": {"x":11,"y":18,"w":51,"h":33}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSprite/Melissa.png": +"Game/Enemies/CustomSprite/Viola.png": { - "frame": {"x":1174,"y":1306,"w":29,"h":59}, + "frame": {"x":1235,"y":1745,"w":55,"h":67}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":8,"w":29,"h":59}, + "spriteSourceSize": {"x":9,"y":2,"w":55,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSprite/Rook.png": +"Game/Enemies/CustomSpriteBound/Alisa.png": { - "frame": {"x":1942,"y":198,"w":56,"h":68}, + "frame": {"x":2013,"y":523,"w":34,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":13,"y":3,"w":56,"h":68}, + "spriteSourceSize": {"x":25,"y":6,"w":34,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSprite/Viola.png": +"Game/Enemies/CustomSpriteBound/Hilda.png": { - "frame": {"x":1987,"y":1038,"w":55,"h":67}, + "frame": {"x":1782,"y":1903,"w":28,"h":53}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":2,"w":55,"h":67}, + "spriteSourceSize": {"x":25,"y":6,"w":28,"h":53}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSpriteBound/Alisa.png": +"Game/Enemies/CustomSpriteBound/Myrtrice.png": { - "frame": {"x":1277,"y":1312,"w":34,"h":64}, + "frame": {"x":1332,"y":69,"w":71,"h":62}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":6,"w":34,"h":64}, + "spriteSourceSize": {"x":1,"y":9,"w":71,"h":62}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CustomSpriteBound/Hilda.png": +"Game/Enemies/CustomSpriteBound/Myrtrice2.png": { - "frame": {"x":1174,"y":1485,"w":28,"h":53}, + "frame": {"x":1332,"y":69,"w":71,"h":62}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":6,"w":28,"h":53}, + "spriteSourceSize": {"x":1,"y":9,"w":71,"h":62}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/CustomSpriteBound/Rook.png": { - "frame": {"x":889,"y":889,"w":64,"h":72}, + "frame": {"x":1111,"y":223,"w":64,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":64,"h":72}, @@ -2826,15 +2730,23 @@ }, "Game/Enemies/CustomSpriteBound/Selly.png": { - "frame": {"x":1753,"y":371,"w":66,"h":41}, + "frame": {"x":351,"y":1999,"w":66,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":18,"w":66,"h":41}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/CustomSpriteBound/Viola.png": +{ + "frame": {"x":1805,"y":1419,"w":39,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":18,"y":0,"w":39,"h":65}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/Cyborg.png": { - "frame": {"x":1530,"y":1880,"w":51,"h":66}, + "frame": {"x":1754,"y":314,"w":51,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":4,"w":51,"h":66}, @@ -2842,7 +2754,7 @@ }, "Game/Enemies/CyborgBerserker.png": { - "frame": {"x":1319,"y":1911,"w":50,"h":66}, + "frame": {"x":1673,"y":1221,"w":50,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":50,"h":66}, @@ -2850,7 +2762,7 @@ }, "Game/Enemies/Decoy.png": { - "frame": {"x":1324,"y":1833,"w":60,"h":66}, + "frame": {"x":1292,"y":1812,"w":60,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":4,"w":60,"h":66}, @@ -2858,7 +2770,7 @@ }, "Game/Enemies/Demon.png": { - "frame": {"x":1682,"y":1653,"w":60,"h":67}, + "frame": {"x":1967,"y":1,"w":60,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":3,"w":60,"h":67}, @@ -2866,7 +2778,7 @@ }, "Game/Enemies/DemonMoon.png": { - "frame": {"x":1032,"y":1108,"w":65,"h":69}, + "frame": {"x":1111,"y":1534,"w":65,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":65,"h":69}, @@ -2874,23 +2786,15 @@ }, "Game/Enemies/DemonStar.png": { - "frame": {"x":889,"y":1110,"w":64,"h":71}, + "frame": {"x":1111,"y":1245,"w":64,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":1,"w":64,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/DemonVoid.png": -{ - "frame": {"x":1258,"y":334,"w":70,"h":72}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":0,"w":70,"h":72}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/DirtPile.png": { - "frame": {"x":1156,"y":2013,"w":47,"h":33}, + "frame": {"x":1339,"y":2014,"w":47,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":28,"w":47,"h":33}, @@ -2898,7 +2802,7 @@ }, "Game/Enemies/Dollmaker.png": { - "frame": {"x":2000,"y":195,"w":47,"h":64}, + "frame": {"x":2000,"y":1964,"w":47,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":1,"w":47,"h":64}, @@ -2906,7 +2810,7 @@ }, "Game/Enemies/DollmakerBoss1.png": { - "frame": {"x":1545,"y":466,"w":68,"h":68}, + "frame": {"x":1315,"y":1446,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":68,"h":68}, @@ -2914,7 +2818,7 @@ }, "Game/Enemies/DollmakerBoss2.png": { - "frame": {"x":1474,"y":632,"w":69,"h":64}, + "frame": {"x":1465,"y":1055,"w":69,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":69,"h":64}, @@ -2922,7 +2826,7 @@ }, "Game/Enemies/DollmakerBoss3.png": { - "frame": {"x":1641,"y":1937,"w":59,"h":64}, + "frame": {"x":1966,"y":1506,"w":59,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":1,"w":59,"h":64}, @@ -2930,31 +2834,23 @@ }, "Game/Enemies/DollmakerMechanic.png": { - "frame": {"x":1755,"y":275,"w":49,"h":64}, + "frame": {"x":1996,"y":1898,"w":49,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":49,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/DollmakerTarget.png": -{ - "frame": {"x":1772,"y":1868,"w":37,"h":63}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Enemies/Dollsmith.png": +"Game/Enemies/DollsmithDoll.png": { - "frame": {"x":1811,"y":1577,"w":43,"h":64}, + "frame": {"x":2007,"y":380,"w":40,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":1,"w":43,"h":64}, + "spriteSourceSize": {"x":19,"y":3,"w":40,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/DoorLock.png": { - "frame": {"x":1032,"y":1037,"w":66,"h":69}, + "frame": {"x":1808,"y":192,"w":66,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":66,"h":69}, @@ -2962,7 +2858,7 @@ }, "Game/Enemies/Dragon.png": { - "frame": {"x":1989,"y":1268,"w":50,"h":64}, + "frame": {"x":1996,"y":654,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -2970,7 +2866,7 @@ }, "Game/Enemies/DragonCrystal.png": { - "frame": {"x":1482,"y":1463,"w":64,"h":68}, + "frame": {"x":1177,"y":1605,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":3,"w":64,"h":68}, @@ -2978,7 +2874,7 @@ }, "Game/Enemies/DragonGirlCrystal.png": { - "frame": {"x":1546,"y":873,"w":67,"h":60}, + "frame": {"x":1641,"y":782,"w":67,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":7,"w":67,"h":60}, @@ -2986,7 +2882,7 @@ }, "Game/Enemies/DragonGirlIce.png": { - "frame": {"x":1732,"y":1195,"w":62,"h":62}, + "frame": {"x":1924,"y":1320,"w":62,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":5,"w":62,"h":62}, @@ -2994,7 +2890,7 @@ }, "Game/Enemies/DragonGirlPoison.png": { - "frame": {"x":1474,"y":428,"w":69,"h":67}, + "frame": {"x":1324,"y":1167,"w":69,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":69,"h":67}, @@ -3002,7 +2898,7 @@ }, "Game/Enemies/DragonheartQuest.png": { - "frame": {"x":1995,"y":1702,"w":50,"h":64}, + "frame": {"x":1616,"y":251,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -3010,7 +2906,7 @@ }, "Game/Enemies/DragonIce.png": { - "frame": {"x":1371,"y":1964,"w":60,"h":64}, + "frame": {"x":1591,"y":1939,"w":60,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":3,"w":60,"h":64}, @@ -3018,7 +2914,7 @@ }, "Game/Enemies/DragonLeader.png": { - "frame": {"x":1989,"y":1202,"w":50,"h":64}, + "frame": {"x":1995,"y":720,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -3026,7 +2922,7 @@ }, "Game/Enemies/DragonLeaderDuelist.png": { - "frame": {"x":1989,"y":1202,"w":50,"h":64}, + "frame": {"x":1995,"y":720,"w":50,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":3,"w":50,"h":64}, @@ -3034,7 +2930,7 @@ }, "Game/Enemies/DragonPoison.png": { - "frame": {"x":1501,"y":1955,"w":57,"h":64}, + "frame": {"x":1988,"y":1253,"w":57,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":3,"w":57,"h":64}, @@ -3042,23 +2938,31 @@ }, "Game/Enemies/DragonShadow.png": { - "frame": {"x":1861,"y":1137,"w":62,"h":64}, + "frame": {"x":1960,"y":1148,"w":62,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":3,"w":62,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/DragonShield.png": +"Game/Enemies/Dryad.png": +{ + "frame": {"x":1541,"y":1875,"w":48,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/EarthenMonolith.png": { - "frame": {"x":1937,"y":1897,"w":55,"h":64}, + "frame": {"x":1868,"y":1485,"w":37,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":3,"w":55,"h":64}, + "spriteSourceSize": {"x":17,"y":8,"w":37,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/EarthMote.png": { - "frame": {"x":1204,"y":1973,"w":60,"h":37}, + "frame": {"x":1765,"y":1150,"w":60,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":20,"w":60,"h":37}, @@ -3066,7 +2970,7 @@ }, "Game/Enemies/ElementalAir.png": { - "frame": {"x":1883,"y":973,"w":62,"h":65}, + "frame": {"x":1812,"y":1779,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":62,"h":65}, @@ -3074,7 +2978,7 @@ }, "Game/Enemies/ElementalEarth.png": { - "frame": {"x":1615,"y":722,"w":67,"h":61}, + "frame": {"x":1641,"y":719,"w":67,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":7,"w":67,"h":61}, @@ -3082,23 +2986,15 @@ }, "Game/Enemies/ElementalLatex.png": { - "frame": {"x":1523,"y":1332,"w":65,"h":65}, + "frame": {"x":1672,"y":1289,"w":65,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":65,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ElementalLeather.png": -{ - "frame": {"x":1989,"y":1830,"w":56,"h":63}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":12,"y":5,"w":56,"h":63}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/ElementalRope.png": { - "frame": {"x":1032,"y":1881,"w":65,"h":68}, + "frame": {"x":1311,"y":1533,"w":65,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":65,"h":68}, @@ -3106,7 +3002,7 @@ }, "Game/Enemies/ElementalRubber.png": { - "frame": {"x":1412,"y":1752,"w":68,"h":64}, + "frame": {"x":1570,"y":893,"w":68,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":68,"h":64}, @@ -3114,63 +3010,63 @@ }, "Game/Enemies/ElementalWater.png": { - "frame": {"x":1174,"y":1108,"w":69,"h":71}, + "frame": {"x":1111,"y":1028,"w":69,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":69,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EncasedDoll.png": +"Game/Enemies/FactoryDoll.png": { - "frame": {"x":1772,"y":1868,"w":37,"h":63}, + "frame": {"x":1572,"y":453,"w":37,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":22,"y":3,"w":37,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EncasedFactoryDoll.png": +"Game/Enemies/ForceField.png": { - "frame": {"x":1833,"y":1933,"w":38,"h":63}, + "frame": {"x":1604,"y":1351,"w":66,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":38,"h":63}, + "spriteSourceSize": {"x":3,"y":9,"w":66,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EncasedFactoryDollMetal.png": +"Game/Enemies/ForcefieldBot.png": { - "frame": {"x":1417,"y":1336,"w":35,"h":62}, + "frame": {"x":1111,"y":1949,"w":54,"h":38}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":35,"h":62}, + "spriteSourceSize": {"x":9,"y":21,"w":54,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ForceField.png": +"Game/Enemies/FreeDoll.png": { - "frame": {"x":1754,"y":414,"w":66,"h":59}, + "frame": {"x":1572,"y":521,"w":37,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":9,"w":66,"h":59}, + "spriteSourceSize": {"x":22,"y":4,"w":37,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Fuuka2.png": +"Game/Enemies/Fuuka1.png": { - "frame": {"x":1684,"y":602,"w":66,"h":65}, + "frame": {"x":1404,"y":1946,"w":38,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":2,"w":66,"h":65}, + "spriteSourceSize": {"x":20,"y":2,"w":38,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FuukaPillar.png": +"Game/Enemies/Fuuka2.png": { - "frame": {"x":2016,"y":636,"w":30,"h":59}, + "frame": {"x":1795,"y":658,"w":66,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":30,"h":59}, + "spriteSourceSize": {"x":2,"y":2,"w":66,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/GagGeist.png": { - "frame": {"x":1616,"y":1659,"w":64,"h":62}, + "frame": {"x":1736,"y":1486,"w":64,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":64,"h":62}, @@ -3178,7 +3074,7 @@ }, "Game/Enemies/Golem.png": { - "frame": {"x":1545,"y":536,"w":68,"h":68}, + "frame": {"x":1385,"y":1446,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":3,"w":68,"h":68}, @@ -3186,23 +3082,15 @@ }, "Game/Enemies/GuardHeavy.png": { - "frame": {"x":1991,"y":1963,"w":53,"h":64}, + "frame": {"x":1994,"y":1605,"w":53,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":53,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/HeavySkeleton.png": -{ - "frame": {"x":1479,"y":1066,"w":44,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":20,"y":2,"w":44,"h":64}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/HighWizard.png": { - "frame": {"x":1185,"y":703,"w":71,"h":67}, + "frame": {"x":1258,"y":347,"w":71,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":71,"h":67}, @@ -3210,7 +3098,7 @@ }, "Game/Enemies/HolyConstruct.png": { - "frame": {"x":1895,"y":1,"w":64,"h":68}, + "frame": {"x":1243,"y":1604,"w":64,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":64,"h":68}, @@ -3218,7 +3106,7 @@ }, "Game/Enemies/HugHorror.png": { - "frame": {"x":1417,"y":1674,"w":64,"h":62}, + "frame": {"x":1736,"y":1550,"w":64,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":64,"h":62}, @@ -3226,15 +3114,23 @@ }, "Game/Enemies/IceWall.png": { - "frame": {"x":1338,"y":1006,"w":69,"h":69}, + "frame": {"x":1402,"y":472,"w":69,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":69,"h":69}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/JungleDryad.png": +{ + "frame": {"x":1690,"y":1844,"w":48,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":3,"w":48,"h":65}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/KeeperEarth.png": { - "frame": {"x":1530,"y":1812,"w":58,"h":66}, + "frame": {"x":1230,"y":1814,"w":58,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":2,"w":58,"h":66}, @@ -3242,7 +3138,7 @@ }, "Game/Enemies/Librarian.png": { - "frame": {"x":1810,"y":1714,"w":61,"h":61}, + "frame": {"x":1972,"y":1443,"w":61,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":8,"w":61,"h":61}, @@ -3250,31 +3146,31 @@ }, "Game/Enemies/MageZombie.png": { - "frame": {"x":1100,"y":1673,"w":72,"h":66}, + "frame": {"x":1258,"y":1,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/MaidforceHead.png": +"Game/Enemies/MeleeCleric.png": { - "frame": {"x":1479,"y":1132,"w":43,"h":64}, + "frame": {"x":1739,"y":1354,"w":50,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":3,"w":43,"h":64}, + "spriteSourceSize": {"x":10,"y":2,"w":50,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/MeleeCleric.png": +"Game/Enemies/MikoGhost.png": { - "frame": {"x":1874,"y":1830,"w":50,"h":65}, + "frame": {"x":2011,"y":245,"w":35,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":2,"w":50,"h":65}, + "spriteSourceSize": {"x":20,"y":2,"w":35,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/MimicLatex.png": { - "frame": {"x":1258,"y":203,"w":71,"h":55}, + "frame": {"x":1110,"y":1989,"w":71,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":16,"w":71,"h":55}, @@ -3282,39 +3178,47 @@ }, "Game/Enemies/MushyHappy.png": { - "frame": {"x":1874,"y":265,"w":66,"h":57}, + "frame": {"x":1750,"y":599,"w":66,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":8,"w":66,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/NinjaStalker.png": +"Game/Enemies/NakedElemental.png": +{ + "frame": {"x":1350,"y":1947,"w":37,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":20,"y":3,"w":37,"h":65}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/PetChastity.png": { - "frame": {"x":2011,"y":961,"w":36,"h":61}, + "frame": {"x":1572,"y":589,"w":37,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, + "spriteSourceSize": {"x":13,"y":5,"w":37,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Observer.png": +"Game/Enemies/PetDisplay.png": { - "frame": {"x":1641,"y":2003,"w":58,"h":44}, + "frame": {"x":1247,"y":1949,"w":37,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":7,"y":7,"w":58,"h":44}, + "spriteSourceSize": {"x":13,"y":5,"w":37,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Pet.png": +"Game/Enemies/PinkAlkahestor.png": { - "frame": {"x":2009,"y":261,"w":37,"h":55}, + "frame": {"x":1183,"y":1675,"w":53,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":13,"y":5,"w":37,"h":55}, + "spriteSourceSize": {"x":12,"y":0,"w":53,"h":68}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Poltergeist.png": { - "frame": {"x":1681,"y":1524,"w":64,"h":62}, + "frame": {"x":1689,"y":1711,"w":64,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":64,"h":62}, @@ -3322,7 +3226,7 @@ }, "Game/Enemies/RopeElemental.png": { - "frame": {"x":1032,"y":1811,"w":65,"h":68}, + "frame": {"x":1244,"y":1533,"w":65,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":65,"h":68}, @@ -3330,23 +3234,23 @@ }, "Game/Enemies/RopeKraken.png": { - "frame": {"x":1548,"y":1462,"w":65,"h":64}, + "frame": {"x":1777,"y":954,"w":65,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":4,"w":65,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/RopeSnake.png": +"Game/Enemies/SamuraiZombie.png": { - "frame": {"x":1174,"y":1649,"w":29,"h":51}, + "frame": {"x":1574,"y":380,"w":37,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":9,"w":29,"h":51}, + "spriteSourceSize": {"x":20,"y":1,"w":37,"h":66}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/SarcoKraken.png": { - "frame": {"x":1527,"y":963,"w":68,"h":58}, + "frame": {"x":1466,"y":1301,"w":68,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":14,"w":68,"h":58}, @@ -3354,7 +3258,7 @@ }, "Game/Enemies/SarcoMinion.png": { - "frame": {"x":1688,"y":244,"w":37,"h":29}, + "frame": {"x":1572,"y":657,"w":37,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":19,"w":37,"h":29}, @@ -3362,7 +3266,7 @@ }, "Game/Enemies/ShadowGhast.png": { - "frame": {"x":1681,"y":1588,"w":63,"h":63}, + "frame": {"x":1747,"y":1779,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":5,"w":63,"h":63}, @@ -3370,23 +3274,23 @@ }, "Game/Enemies/ShadowWarrior.png": { - "frame": {"x":1961,"y":1,"w":65,"h":67}, + "frame": {"x":1578,"y":1573,"w":65,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":65,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ShadyQuest.png": +"Game/Enemies/ShopkeeperStart.png": { - "frame": {"x":2011,"y":961,"w":36,"h":61}, + "frame": {"x":1988,"y":1319,"w":59,"h":62}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, + "spriteSourceSize": {"x":5,"y":9,"w":59,"h":62}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/ShrineMaiden.png": { - "frame": {"x":1100,"y":1673,"w":72,"h":66}, + "frame": {"x":1258,"y":1,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":66}, @@ -3394,7 +3298,7 @@ }, "Game/Enemies/ShrineMaiden_2.png": { - "frame": {"x":1100,"y":1673,"w":72,"h":66}, + "frame": {"x":1258,"y":1,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":66}, @@ -3402,31 +3306,39 @@ }, "Game/Enemies/Skeleton.png": { - "frame": {"x":2016,"y":697,"w":31,"h":58}, + "frame": {"x":1860,"y":1188,"w":31,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":31,"h":58}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/SlimeKraken.png": +"Game/Enemies/SkeletonArcher.png": { - "frame": {"x":1598,"y":1198,"w":65,"h":64}, + "frame": {"x":1530,"y":1737,"w":32,"h":58}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":6,"w":65,"h":64}, + "spriteSourceSize": {"x":22,"y":8,"w":32,"h":58}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/SlimeEnthusiast.png": +{ + "frame": {"x":1183,"y":637,"w":72,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":6,"w":72,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/SlimeMoldLeaper.png": +"Game/Enemies/SlimeKraken.png": { - "frame": {"x":1032,"y":1250,"w":63,"h":69}, + "frame": {"x":1836,"y":844,"w":65,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":6,"y":1,"w":63,"h":69}, + "spriteSourceSize": {"x":4,"y":6,"w":65,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/SlimeMoldSpawner.png": { - "frame": {"x":1185,"y":772,"w":71,"h":67}, + "frame": {"x":1329,"y":137,"w":71,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":71,"h":67}, @@ -3434,7 +3346,7 @@ }, "Game/Enemies/SoulCrystalActive.png": { - "frame": {"x":1474,"y":698,"w":69,"h":64}, + "frame": {"x":1472,"y":755,"w":69,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":69,"h":64}, @@ -3442,7 +3354,7 @@ }, "Game/Enemies/StaticSphere.png": { - "frame": {"x":1685,"y":275,"w":68,"h":53}, + "frame": {"x":1601,"y":1121,"w":68,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":10,"w":68,"h":53}, @@ -3450,23 +3362,15 @@ }, "Game/Enemies/StormCrystal.png": { - "frame": {"x":1398,"y":864,"w":69,"h":69}, + "frame": {"x":1402,"y":543,"w":69,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":69,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/SummonedCaptureDrone.png": -{ - "frame": {"x":1987,"y":1430,"w":59,"h":49}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":7,"y":9,"w":59,"h":49}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/SummonedSkeleton.png": { - "frame": {"x":2016,"y":697,"w":31,"h":58}, + "frame": {"x":1860,"y":1188,"w":31,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":31,"h":58}, @@ -3474,7 +3378,7 @@ }, "Game/Enemies/TalismanZombie.png": { - "frame": {"x":1920,"y":1575,"w":55,"h":65}, + "frame": {"x":1111,"y":1882,"w":55,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":2,"w":55,"h":65}, @@ -3482,23 +3386,15 @@ }, "Game/Enemies/TapeBot.png": { - "frame": {"x":1660,"y":1158,"w":65,"h":38}, + "frame": {"x":1249,"y":1130,"w":65,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":21,"w":65,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/TheWarden2.png": -{ - "frame": {"x":2006,"y":896,"w":39,"h":63}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":17,"y":4,"w":39,"h":63}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/TickleTerror.png": { - "frame": {"x":1524,"y":1143,"w":67,"h":54}, + "frame": {"x":1726,"y":658,"w":67,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":7,"w":67,"h":54}, @@ -3506,7 +3402,7 @@ }, "Game/Enemies/UnforseenRope.png": { - "frame": {"x":1941,"y":324,"w":65,"h":41}, + "frame": {"x":958,"y":1999,"w":65,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":13,"w":65,"h":41}, @@ -3514,7 +3410,7 @@ }, "Game/Enemies/VineSpitter.png": { - "frame": {"x":1860,"y":1383,"w":62,"h":59}, + "frame": {"x":1809,"y":1973,"w":62,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":6,"w":62,"h":59}, @@ -3522,7 +3418,7 @@ }, "Game/Enemies/Wall.png": { - "frame": {"x":1100,"y":1253,"w":72,"h":69}, + "frame": {"x":1177,"y":292,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":69}, @@ -3530,7 +3426,7 @@ }, "Game/Enemies/WallDoor.png": { - "frame": {"x":1032,"y":1037,"w":66,"h":69}, + "frame": {"x":1808,"y":192,"w":66,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":66,"h":69}, @@ -3538,23 +3434,15 @@ }, "Game/Enemies/WardenFighter.png": { - "frame": {"x":1683,"y":854,"w":66,"h":60}, + "frame": {"x":1709,"y":954,"w":66,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":7,"w":66,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Water.png": -{ - "frame": {"x":1266,"y":1979,"w":61,"h":43}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":6,"y":16,"w":61,"h":43}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/WitchAqua.png": { - "frame": {"x":1758,"y":139,"w":67,"h":67}, + "frame": {"x":1683,"y":388,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":67,"h":67}, @@ -3562,7 +3450,7 @@ }, "Game/Enemies/WitchChain.png": { - "frame": {"x":1953,"y":463,"w":63,"h":67}, + "frame": {"x":1433,"y":1671,"w":63,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":0,"w":63,"h":67}, @@ -3570,7 +3458,7 @@ }, "Game/Enemies/WitchFlame.png": { - "frame": {"x":1412,"y":1818,"w":54,"h":67}, + "frame": {"x":1418,"y":1742,"w":54,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":0,"w":54,"h":67}, @@ -3578,7 +3466,7 @@ }, "Game/Enemies/WitchMagnet.png": { - "frame": {"x":1474,"y":497,"w":69,"h":67}, + "frame": {"x":1394,"y":1057,"w":69,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":69,"h":67}, @@ -3586,7 +3474,7 @@ }, "Game/Enemies/WitchMetal.png": { - "frame": {"x":1545,"y":606,"w":68,"h":68}, + "frame": {"x":1396,"y":1301,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":68,"h":68}, @@ -3594,7 +3482,7 @@ }, "Game/Enemies/WitchRope.png": { - "frame": {"x":1542,"y":1743,"w":58,"h":67}, + "frame": {"x":1953,"y":523,"w":58,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":58,"h":67}, @@ -3602,7 +3490,7 @@ }, "Game/Enemies/WitchShock.png": { - "frame": {"x":1987,"y":758,"w":57,"h":67}, + "frame": {"x":1303,"y":1743,"w":57,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":57,"h":67}, @@ -3610,39 +3498,23 @@ }, "Game/Enemies/WitchSlime.png": { - "frame": {"x":1185,"y":633,"w":71,"h":68}, + "frame": {"x":1249,"y":1060,"w":71,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":71,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/WolfApprentice.png": -{ - "frame": {"x":1583,"y":1947,"w":56,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":6,"w":56,"h":64}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/WolfExecutive.png": { - "frame": {"x":1306,"y":1701,"w":34,"h":64}, + "frame": {"x":1591,"y":1873,"w":34,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Wolfgirl.png": -{ - "frame": {"x":1874,"y":1643,"w":43,"h":64}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":19,"y":6,"w":43,"h":64}, - "sourceSize": {"w":72,"h":72} -}, "Game/Enemies/WolfgirlPet.png": { - "frame": {"x":1306,"y":1767,"w":34,"h":64}, + "frame": {"x":1653,"y":1939,"w":34,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":34,"h":64}, @@ -3650,7 +3522,7 @@ }, "Game/Enemies/WolfGuard.png": { - "frame": {"x":1319,"y":1143,"w":69,"h":63}, + "frame": {"x":1400,"y":964,"w":69,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":7,"w":69,"h":63}, @@ -3658,287 +3530,319 @@ }, "Game/Enemies/WolfInstructor.png": { - "frame": {"x":1277,"y":1246,"w":35,"h":64}, + "frame": {"x":1819,"y":1708,"w":35,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":35,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/WolfOperative.png": +"Game/EnemiesBound/ApprenticeSlime.png": { - "frame": {"x":1277,"y":1180,"w":38,"h":64}, + "frame": {"x":1601,"y":1176,"w":62,"h":43}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":6,"w":38,"h":64}, + "spriteSourceSize": {"x":7,"y":27,"w":62,"h":43}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Apprentice2.png": +"Game/EnemiesBound/BanditHunter.png": { - "frame": {"x":1402,"y":788,"w":69,"h":42}, + "frame": {"x":1725,"y":1255,"w":53,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":1,"y":20,"w":69,"h":42}, + "spriteSourceSize": {"x":8,"y":27,"w":53,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/ApprenticeSlime.png": +"Game/EnemiesBound/ChainBeing.png": { - "frame": {"x":1796,"y":1211,"w":62,"h":43}, + "frame": {"x":1912,"y":1385,"w":62,"h":56}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":7,"y":27,"w":62,"h":43}, + "spriteSourceSize": {"x":8,"y":5,"w":62,"h":56}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/ChainBeing.png": +"Game/EnemiesBound/Conjurer.png": { - "frame": {"x":1925,"y":1137,"w":62,"h":56}, + "frame": {"x":1690,"y":1911,"w":39,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":8,"y":5,"w":62,"h":56}, + "spriteSourceSize": {"x":18,"y":0,"w":39,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/ConjurerTickler.png": { - "frame": {"x":1665,"y":981,"w":65,"h":41}, + "frame": {"x":1402,"y":217,"w":65,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":18,"w":65,"h":41}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/CyborgEnforcer.png": +"Game/EnemiesBound/Cyborg.png": { - "frame": {"x":1474,"y":764,"w":69,"h":64}, + "frame": {"x":2007,"y":177,"w":36,"h":66}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":7,"w":69,"h":64}, + "spriteSourceSize": {"x":22,"y":4,"w":36,"h":66}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/DragonCrystal.png": +"Game/EnemiesBound/CyborgEnforcer.png": { - "frame": {"x":1730,"y":1024,"w":64,"h":67}, + "frame": {"x":1503,"y":387,"w":69,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":5,"w":64,"h":67}, + "spriteSourceSize": {"x":3,"y":7,"w":69,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/DragonLeader.png": +"Game/EnemiesBound/Demon.png": { - "frame": {"x":1994,"y":1895,"w":53,"h":64}, + "frame": {"x":1907,"y":1506,"w":57,"h":38}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":5,"w":53,"h":64}, + "spriteSourceSize": {"x":2,"y":34,"w":57,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/DragonShadow.png": +"Game/EnemiesBound/DragonCrystal.png": { - "frame": {"x":1772,"y":1999,"w":57,"h":47}, + "frame": {"x":1111,"y":1675,"w":64,"h":67}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":25,"w":57,"h":47}, + "spriteSourceSize": {"x":4,"y":5,"w":64,"h":67}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Dressmaker.png": +"Game/EnemiesBound/ElementalEarth.png": { - "frame": {"x":1174,"y":1181,"w":29,"h":61}, + "frame": {"x":1568,"y":1022,"w":68,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":7,"w":29,"h":61}, + "spriteSourceSize": {"x":2,"y":7,"w":68,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/ElementalEarth.png": +"Game/EnemiesBound/ElementalLeather.png": { - "frame": {"x":1385,"y":1274,"w":68,"h":60}, + "frame": {"x":1566,"y":1084,"w":63,"h":35}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":7,"w":68,"h":60}, + "spriteSourceSize": {"x":4,"y":32,"w":63,"h":35}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/ElementalWater.png": { - "frame": {"x":1936,"y":1702,"w":57,"h":64}, + "frame": {"x":1937,"y":1907,"w":57,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":57,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/EncasedFactoryDollMetal.png": +"Game/EnemiesBound/EncasedFactoryDoll.png": { - "frame": {"x":1417,"y":1400,"w":35,"h":62}, + "frame": {"x":1731,"y":1911,"w":37,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":35,"h":62}, + "spriteSourceSize": {"x":19,"y":7,"w":37,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/FactoryDoll.png": +"Game/EnemiesBound/Fuuka.png": { - "frame": {"x":1772,"y":1868,"w":37,"h":63}, + "frame": {"x":1932,"y":1546,"w":30,"h":57}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":25,"y":2,"w":30,"h":57}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Guard.png": { - "frame": {"x":1174,"y":1367,"w":28,"h":57}, + "frame": {"x":2019,"y":589,"w":28,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":3,"w":28,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/AllyDoll.png": +"Game/EnemiesBound/Head/Bandit.png": { - "frame": {"x":1392,"y":837,"w":37,"h":25}, + "frame": {"x":1469,"y":1642,"w":38,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":37,"h":25}, + "spriteSourceSize": {"x":21,"y":7,"w":38,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Apprentice.png": +"Game/EnemiesBound/Head/BanditGrappler.png": { - "frame": {"x":1603,"y":2013,"w":36,"h":33}, + "frame": {"x":1538,"y":1848,"w":38,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":0,"w":36,"h":33}, + "spriteSourceSize": {"x":21,"y":7,"w":38,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Apprentice2.png": +"Game/EnemiesBound/Head/BanditHunter.png": { - "frame": {"x":1560,"y":2013,"w":41,"h":34}, + "frame": {"x":2017,"y":1572,"w":30,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":2,"w":41,"h":34}, + "spriteSourceSize": {"x":21,"y":7,"w":30,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/ApprenticeSlime.png": +"Game/EnemiesBound/Head/CherubFire.png": { - "frame": {"x":1205,"y":2012,"w":43,"h":35}, + "frame": {"x":1512,"y":2009,"w":54,"h":37}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":1,"w":43,"h":35}, + "spriteSourceSize": {"x":9,"y":28,"w":54,"h":37}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Bandit.png": +"Game/EnemiesBound/Head/ElementalFire.png": { - "frame": {"x":1312,"y":840,"w":38,"h":25}, + "frame": {"x":1627,"y":1912,"w":36,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":38,"h":25}, + "spriteSourceSize": {"x":23,"y":7,"w":36,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/BanditChief.png": +"Game/EnemiesBound/Head/ElementalLatex.png": { - "frame": {"x":1433,"y":2021,"w":30,"h":25}, + "frame": {"x":1541,"y":971,"w":26,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":30,"h":25}, + "spriteSourceSize": {"x":24,"y":7,"w":26,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/BanditGrappler.png": +"Game/EnemiesBound/Head/EncasedDoll.png": { - "frame": {"x":1352,"y":837,"w":38,"h":25}, + "frame": {"x":1578,"y":1846,"w":37,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":38,"h":25}, + "spriteSourceSize": {"x":21,"y":7,"w":37,"h":25}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Cleric.png": +"Game/EnemiesBound/Head/GuardHeavy.png": { - "frame": {"x":1766,"y":242,"w":38,"h":30}, + "frame": {"x":1542,"y":857,"w":27,"h":28}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":2,"w":38,"h":30}, + "spriteSourceSize": {"x":24,"y":5,"w":27,"h":28}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/ElementalFire.png": +"Game/EnemiesBound/Head/Necromancer.png": { - "frame": {"x":1578,"y":935,"w":36,"h":25}, + "frame": {"x":1473,"y":673,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":7,"w":36,"h":25}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/ElementalLeather.png": +"Game/EnemiesBound/Head/Witch.png": { - "frame": {"x":1755,"y":341,"w":35,"h":27}, + "frame": {"x":1473,"y":701,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":5,"w":35,"h":27}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/EncasedDoll.png": +"Game/EnemiesBound/Head/WitchChain.png": { - "frame": {"x":1615,"y":785,"w":37,"h":25}, + "frame": {"x":1543,"y":755,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":37,"h":25}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/WitchEarth.png": +{ + "frame": {"x":1543,"y":783,"w":26,"h":26}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Maid.png": +"Game/EnemiesBound/Head/WitchFlame.png": { - "frame": {"x":1986,"y":1107,"w":34,"h":27}, + "frame": {"x":1542,"y":887,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":5,"w":34,"h":27}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/MaidforceMafia.png": +"Game/EnemiesBound/Head/WitchIce.png": { - "frame": {"x":1727,"y":244,"w":37,"h":29}, + "frame": {"x":1541,"y":915,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":3,"w":37,"h":29}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/MaidforceStalker.png": +"Game/EnemiesBound/Head/WitchShock.png": { - "frame": {"x":1989,"y":1334,"w":34,"h":27}, + "frame": {"x":1473,"y":701,"w":26,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":5,"w":34,"h":27}, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/WitchWater.png": +{ + "frame": {"x":1541,"y":943,"w":26,"h":26}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/WolfGuard.png": { - "frame": {"x":1718,"y":1787,"w":26,"h":32}, + "frame": {"x":1473,"y":525,"w":26,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":26,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WolfOperative.png": +"Game/EnemiesBound/HolyConstruct.png": +{ + "frame": {"x":1512,"y":2009,"w":54,"h":37}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":9,"y":28,"w":54,"h":37}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Jailer.png": { - "frame": {"x":1465,"y":2021,"w":29,"h":26}, + "frame": {"x":1536,"y":1055,"w":28,"h":58}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":6,"w":29,"h":26}, + "spriteSourceSize": {"x":25,"y":3,"w":28,"h":58}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/HighWizard.png": +"Game/EnemiesBound/JungleDryad.png": { - "frame": {"x":1926,"y":1830,"w":61,"h":39}, + "frame": {"x":72,"y":1999,"w":69,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":20,"w":61,"h":39}, + "spriteSourceSize": {"x":3,"y":31,"w":69,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Librarian.png": +"Game/EnemiesBound/MaidforceHead.png": { - "frame": {"x":1174,"y":1244,"w":29,"h":60}, + "frame": {"x":555,"y":1999,"w":66,"h":35}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":7,"w":29,"h":60}, + "spriteSourceSize": {"x":1,"y":32,"w":66,"h":35}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Necromancer.png": { - "frame": {"x":1987,"y":1363,"w":54,"h":65}, + "frame": {"x":1348,"y":1880,"w":54,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":54,"h":65}, "sourceSize": {"w":72,"h":72} }, +"Game/EnemiesBound/SlimeAdv.png": +{ + "frame": {"x":1770,"y":1958,"w":37,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":19,"y":7,"w":37,"h":65}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/BondageMachine/ChastityHoriz.png": { - "frame": {"x":1100,"y":1741,"w":72,"h":66}, + "frame": {"x":1258,"y":69,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":72,"h":66}, @@ -3946,7 +3850,7 @@ }, "Game/FloorGeneric/BondageMachine/DollHoriz.png": { - "frame": {"x":1100,"y":1324,"w":72,"h":69}, + "frame": {"x":1111,"y":1101,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":72,"h":69}, @@ -3954,7 +3858,7 @@ }, "Game/FloorGeneric/BondageMachine/LatexHoriz.png": { - "frame": {"x":1100,"y":1809,"w":72,"h":66}, + "frame": {"x":1255,"y":211,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":72,"h":66}, @@ -3962,7 +3866,7 @@ }, "Game/FloorGeneric/BondageMachine/MetalHoriz.png": { - "frame": {"x":1100,"y":1877,"w":72,"h":66}, + "frame": {"x":1255,"y":279,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":72,"h":66}, @@ -3970,7 +3874,7 @@ }, "Game/FloorGeneric/BondageMachine/PlugHoriz.png": { - "frame": {"x":1100,"y":1945,"w":72,"h":66}, + "frame": {"x":1184,"y":433,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":72,"h":66}, @@ -3978,7 +3882,7 @@ }, "Game/FloorGeneric/BondageMachine/TapeHoriz.png": { - "frame": {"x":1180,"y":871,"w":72,"h":66}, + "frame": {"x":1184,"y":501,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":72,"h":66}, @@ -3986,7 +3890,7 @@ }, "Game/FloorGeneric/Cage.png": { - "frame": {"x":1329,"y":1979,"w":39,"h":63}, + "frame": {"x":2008,"y":315,"w":39,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":6,"w":39,"h":63}, @@ -3994,23 +3898,15 @@ }, "Game/FloorGeneric/Chests/RobotOpen.png": { - "frame": {"x":1951,"y":703,"w":63,"h":53}, + "frame": {"x":1638,"y":1066,"w":63,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":9,"w":63,"h":53}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/ChestShadow.png": -{ - "frame": {"x":1185,"y":75,"w":72,"h":54}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":14,"w":72,"h":54}, - "sourceSize": {"w":72,"h":72} -}, "Game/FloorGeneric/ClamBed.png": { - "frame": {"x":889,"y":1183,"w":64,"h":71}, + "frame": {"x":1255,"y":1242,"w":64,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":64,"h":71}, @@ -4018,7 +3914,7 @@ }, "Game/FloorGeneric/CommercePortal.png": { - "frame": {"x":889,"y":1544,"w":67,"h":69}, + "frame": {"x":1177,"y":1462,"w":67,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":67,"h":69}, @@ -4026,351 +3922,343 @@ }, "Game/FloorGeneric/CommercePortalReturn.png": { - "frame": {"x":889,"y":1615,"w":67,"h":69}, + "frame": {"x":1246,"y":1462,"w":67,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":67,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/DownOff.png": +"Game/FloorGeneric/Conveyor/LeftOn.png": { - "frame": {"x":1660,"y":1723,"w":20,"h":20}, + "frame": {"x":1512,"y":1944,"w":27,"h":22}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":27,"w":20,"h":20}, + "spriteSourceSize": {"x":21,"y":37,"w":27,"h":22}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/DownOn.png": +"Game/FloorGeneric/Conveyor/RightOn.png": { - "frame": {"x":1955,"y":435,"w":30,"h":26}, + "frame": {"x":1512,"y":1968,"w":27,"h":22}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":25,"w":30,"h":26}, + "spriteSourceSize": {"x":24,"y":37,"w":27,"h":22}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/LeftDown.png": +"Game/FloorGeneric/CrackHoriz.png": { - "frame": {"x":1,"y":1999,"w":72,"h":48}, + "frame": {"x":1376,"y":1029,"w":45,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":9,"y":0,"w":45,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/LeftOff.png": +"Game/FloorGeneric/DimensionRift.png": { - "frame": {"x":1660,"y":1723,"w":20,"h":20}, + "frame": {"x":1791,"y":1387,"w":53,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":38,"w":20,"h":20}, + "spriteSourceSize": {"x":9,"y":40,"w":53,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/LeftOn.png": +"Game/FloorGeneric/DisplayEgyptian.png": { - "frame": {"x":1827,"y":344,"w":27,"h":22}, + "frame": {"x":1761,"y":139,"w":65,"h":51}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":37,"w":27,"h":22}, + "spriteSourceSize": {"x":3,"y":21,"w":65,"h":51}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/LeftRightDown.png": +"Game/FloorGeneric/DollDropoff.png": { - "frame": {"x":75,"y":1999,"w":72,"h":48}, + "frame": {"x":1501,"y":688,"w":68,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":2,"y":1,"w":68,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/Right.png": +"Game/FloorGeneric/DollDropoffD.png": { - "frame": {"x":149,"y":1999,"w":72,"h":48}, + "frame": {"x":1465,"y":1231,"w":68,"h":68}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":2,"y":3,"w":68,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/RightDown.png": +"Game/FloorGeneric/DollDropoffL.png": { - "frame": {"x":223,"y":1999,"w":72,"h":48}, + "frame": {"x":1708,"y":1016,"w":66,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":1,"y":6,"w":66,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/RightOff.png": +"Game/FloorGeneric/DollDropoffR.png": { - "frame": {"x":1660,"y":1723,"w":20,"h":20}, + "frame": {"x":1604,"y":1289,"w":66,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":27,"y":38,"w":20,"h":20}, + "spriteSourceSize": {"x":5,"y":6,"w":66,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/RightOn.png": +"Game/FloorGeneric/DollTerminal.png": { - "frame": {"x":1858,"y":1488,"w":27,"h":22}, + "frame": {"x":1111,"y":663,"w":70,"h":71}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":24,"y":37,"w":27,"h":22}, + "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/SafetyLeft.png": +"Game/FloorGeneric/Doors/CyberDoor.png": { - "frame": {"x":297,"y":1999,"w":72,"h":48}, + "frame": {"x":1249,"y":1389,"w":64,"h":70}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":4,"y":2,"w":64,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/SafetyRight.png": +"Game/FloorGeneric/Doors/CyberDoorOpen.png": { - "frame": {"x":371,"y":1999,"w":72,"h":48}, + "frame": {"x":1111,"y":1462,"w":64,"h":70}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":4,"y":2,"w":64,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/UpLeft.png": +"Game/FloorGeneric/Elevator.png": { - "frame": {"x":445,"y":1999,"w":72,"h":48}, + "frame": {"x":1111,"y":736,"w":70,"h":71}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/UpOff.png": +"Game/FloorGeneric/ElevatorDisabled.png": { - "frame": {"x":1660,"y":1723,"w":20,"h":20}, + "frame": {"x":1111,"y":809,"w":70,"h":71}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":27,"w":20,"h":20}, + "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/UpOn.png": +"Game/FloorGeneric/Fireflies.png": { - "frame": {"x":1987,"y":435,"w":30,"h":26}, + "frame": {"x":1642,"y":2005,"w":45,"h":42}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":21,"w":30,"h":26}, + "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Conveyor/UpRight.png": +"Game/FloorGeneric/HappyGas.png": { - "frame": {"x":519,"y":1999,"w":72,"h":48}, + "frame": {"x":1455,"y":1432,"w":67,"h":69}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":24,"w":72,"h":48}, + "spriteSourceSize": {"x":4,"y":1,"w":67,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/CrackRight.png": +"Game/FloorGeneric/HookLow.png": { - "frame": {"x":1174,"y":1946,"w":28,"h":49}, + "frame": {"x":1473,"y":387,"w":28,"h":19}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":44,"y":14,"w":28,"h":49}, + "spriteSourceSize": {"x":23,"y":48,"w":28,"h":19}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/CrackVert.png": +"Game/FloorGeneric/LatexPipe.png": { - "frame": {"x":1257,"y":1,"w":72,"h":49}, + "frame": {"x":1474,"y":408,"w":26,"h":41}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":14,"w":72,"h":49}, + "spriteSourceSize": {"x":23,"y":31,"w":26,"h":41}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DisplayEgyptian.png": +"Game/FloorGeneric/LightRays.png": { - "frame": {"x":1752,"y":731,"w":65,"h":51}, + "frame": {"x":1477,"y":1,"w":70,"h":70}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":21,"w":65,"h":51}, + "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollDropoff.png": +"Game/FloorGeneric/LightRaysDoll.png": { - "frame": {"x":1347,"y":1685,"w":68,"h":65}, + "frame": {"x":1867,"y":1610,"w":62,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":1,"w":68,"h":65}, + "spriteSourceSize": {"x":5,"y":1,"w":62,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollDropoffD.png": +"Game/FloorGeneric/Orb.png": { - "frame": {"x":1545,"y":676,"w":68,"h":68}, + "frame": {"x":1712,"y":1616,"w":21,"h":21}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":3,"w":68,"h":68}, + "spriteSourceSize": {"x":26,"y":9,"w":21,"h":21}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollDropoffL.png": +"Game/FloorGeneric/Portal.png": { - "frame": {"x":1722,"y":785,"w":66,"h":60}, + "frame": {"x":1685,"y":317,"w":67,"h":69}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":1,"y":6,"w":66,"h":60}, + "spriteSourceSize": {"x":2,"y":3,"w":67,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollDropoffR.png": +"Game/FloorGeneric/Table.png": { - "frame": {"x":1752,"y":534,"w":66,"h":60}, + "frame": {"x":283,"y":1999,"w":66,"h":43}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":6,"w":66,"h":60}, + "spriteSourceSize": {"x":3,"y":28,"w":66,"h":43}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollTerminal.png": +"Game/Floors/Floor_cat/BarsVert.png": { - "frame": {"x":1258,"y":554,"w":70,"h":71}, + "frame": {"x":1,"y":1,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Doors/CyberDoor.png": +"Game/Floors/Floor_cat/BarsVertCont.png": { - "frame": {"x":889,"y":1400,"w":64,"h":70}, + "frame": {"x":1,"y":75,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":2,"w":64,"h":70}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Doors/CyberDoorOpen.png": +"Game/Floors/Floor_cat/Brickwork.png": { - "frame": {"x":889,"y":1472,"w":64,"h":70}, + "frame": {"x":1,"y":149,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":2,"w":64,"h":70}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Elevator.png": +"Game/Floors/Floor_cat/Doodad.png": { - "frame": {"x":1258,"y":627,"w":70,"h":71}, + "frame": {"x":1,"y":223,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/ElevatorDisabled.png": +"Game/Floors/Floor_cat/Door.png": { - "frame": {"x":1258,"y":700,"w":70,"h":71}, + "frame": {"x":1,"y":297,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":70,"h":71}, - "sourceSize": {"w":72,"h":72} -}, -"Game/FloorGeneric/HappyGas.png": -{ - "frame": {"x":889,"y":1686,"w":67,"h":69}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":67,"h":69}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/LightRays.png": +"Game/Floors/Floor_cat/DoorOpen.png": { - "frame": {"x":1402,"y":432,"w":70,"h":70}, + "frame": {"x":1,"y":371,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/LightRaysDoll.png": +"Game/Floors/Floor_cat/DoorVert.png": { - "frame": {"x":1797,"y":1317,"w":62,"h":64}, + "frame": {"x":1,"y":445,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":1,"w":62,"h":64}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Orb.png": +"Game/Floors/Floor_cat/DoorVertCont.png": { - "frame": {"x":1304,"y":52,"w":21,"h":21}, + "frame": {"x":1,"y":519,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":26,"y":9,"w":21,"h":21}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Pizza.png": +"Game/Floors/Floor_cat/DoorVertOpen.png": { - "frame": {"x":887,"y":1999,"w":69,"h":43}, + "frame": {"x":1,"y":593,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Portal.png": +"Game/Floors/Floor_cat/DoorVertOpenCont.png": { - "frame": {"x":889,"y":1757,"w":67,"h":69}, + "frame": {"x":1,"y":667,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":3,"w":67,"h":69}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Scrap.png": +"Game/Floors/Floor_cat/Floor.png": { - "frame": {"x":1505,"y":1886,"w":21,"h":22}, + "frame": {"x":1,"y":741,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":27,"y":23,"w":21,"h":22}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Signal/AutoLock.png": +"Game/Floors/Floor_cat/Grate.png": { - "frame": {"x":1660,"y":1745,"w":20,"h":20}, + "frame": {"x":1,"y":815,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":26,"y":29,"w":20,"h":20}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Table.png": +"Game/Floors/Floor_cat/GrateHoriz.png": { - "frame": {"x":1685,"y":371,"w":66,"h":43}, + "frame": {"x":1,"y":889,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":28,"w":66,"h":43}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/TableCookies.png": +"Game/Floors/Floor_cat/GrateVert.png": { - "frame": {"x":958,"y":1999,"w":69,"h":43}, + "frame": {"x":1,"y":963,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/TablePizza.png": +"Game/Floors/Floor_cat/MimicBlock.png": { - "frame": {"x":1029,"y":1999,"w":69,"h":43}, + "frame": {"x":1,"y":1037,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/TablePlate.png": +"Game/Floors/Floor_cat/OrbEmpty.png": { - "frame": {"x":1330,"y":792,"w":69,"h":43}, + "frame": {"x":1,"y":1111,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":3,"y":28,"w":69,"h":43}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/TabletDetermination_2.png": +"Game/Floors/Floor_cat/RubbleLooted.png": { - "frame": {"x":1989,"y":1136,"w":53,"h":64}, + "frame": {"x":1,"y":1185,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":10,"y":0,"w":53,"h":64}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Torch.png": +"Game/Floors/Floor_cat/Shrine.png": { - "frame": {"x":2018,"y":516,"w":28,"h":51}, + "frame": {"x":1,"y":1259,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":23,"y":19,"w":28,"h":51}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, "Game/Floors/Floor_cat/ShrineBroken.png": { - "frame": {"x":1,"y":1,"w":72,"h":72}, + "frame": {"x":1,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4378,7 +4266,7 @@ }, "Game/Floors/Floor_cat/ShrineC.png": { - "frame": {"x":1,"y":75,"w":72,"h":72}, + "frame": {"x":1,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4386,7 +4274,7 @@ }, "Game/Floors/Floor_cat/ShrineEmpty.png": { - "frame": {"x":1,"y":149,"w":72,"h":72}, + "frame": {"x":1,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4394,7 +4282,7 @@ }, "Game/Floors/Floor_cat/StairsDown.png": { - "frame": {"x":1,"y":223,"w":72,"h":72}, + "frame": {"x":1,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4402,7 +4290,7 @@ }, "Game/Floors/Floor_cat/StairsUp.png": { - "frame": {"x":1,"y":297,"w":72,"h":72}, + "frame": {"x":1,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4410,7 +4298,7 @@ }, "Game/Floors/Floor_cat/Trap.png": { - "frame": {"x":1,"y":371,"w":72,"h":72}, + "frame": {"x":1,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4418,7 +4306,7 @@ }, "Game/Floors/Floor_cat/Wall.png": { - "frame": {"x":1,"y":445,"w":72,"h":72}, + "frame": {"x":1,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4426,7 +4314,7 @@ }, "Game/Floors/Floor_cat/WallVert.png": { - "frame": {"x":1,"y":519,"w":72,"h":72}, + "frame": {"x":1,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4434,7 +4322,7 @@ }, "Game/Floors/Floor_cry/Barrel.png": { - "frame": {"x":1,"y":593,"w":72,"h":72}, + "frame": {"x":1,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4442,7 +4330,7 @@ }, "Game/Floors/Floor_cry/Bars.png": { - "frame": {"x":1,"y":667,"w":72,"h":72}, + "frame": {"x":75,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4450,7 +4338,7 @@ }, "Game/Floors/Floor_cry/BarsOld.png": { - "frame": {"x":1,"y":741,"w":72,"h":72}, + "frame": {"x":75,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4458,7 +4346,7 @@ }, "Game/Floors/Floor_cry/BarsVert.png": { - "frame": {"x":1,"y":815,"w":72,"h":72}, + "frame": {"x":75,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4466,7 +4354,7 @@ }, "Game/Floors/Floor_cry/BarsVertCont.png": { - "frame": {"x":1,"y":889,"w":72,"h":72}, + "frame": {"x":75,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4474,7 +4362,7 @@ }, "Game/Floors/Floor_cry/Brickwork.png": { - "frame": {"x":1,"y":963,"w":72,"h":72}, + "frame": {"x":75,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4482,7 +4370,7 @@ }, "Game/Floors/Floor_cry/Doodad.png": { - "frame": {"x":1,"y":1037,"w":72,"h":72}, + "frame": {"x":75,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4490,7 +4378,7 @@ }, "Game/Floors/Floor_cry/Door.png": { - "frame": {"x":1,"y":1111,"w":72,"h":72}, + "frame": {"x":75,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4498,7 +4386,7 @@ }, "Game/Floors/Floor_cry/DoorOpen.png": { - "frame": {"x":1,"y":1185,"w":72,"h":72}, + "frame": {"x":75,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4506,7 +4394,7 @@ }, "Game/Floors/Floor_cry/DoorVert.png": { - "frame": {"x":1,"y":1259,"w":72,"h":72}, + "frame": {"x":75,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4514,7 +4402,7 @@ }, "Game/Floors/Floor_cry/DoorVertCont.png": { - "frame": {"x":1,"y":1333,"w":72,"h":72}, + "frame": {"x":75,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4522,7 +4410,7 @@ }, "Game/Floors/Floor_cry/DoorVertOpen.png": { - "frame": {"x":1,"y":1407,"w":72,"h":72}, + "frame": {"x":75,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4530,7 +4418,7 @@ }, "Game/Floors/Floor_cry/DoorVertOpenCont.png": { - "frame": {"x":1,"y":1481,"w":72,"h":72}, + "frame": {"x":75,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4538,7 +4426,7 @@ }, "Game/Floors/Floor_cry/Floor.png": { - "frame": {"x":1,"y":1555,"w":72,"h":72}, + "frame": {"x":75,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4546,7 +4434,7 @@ }, "Game/Floors/Floor_cry/Grate.png": { - "frame": {"x":1,"y":1629,"w":72,"h":72}, + "frame": {"x":75,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4554,7 +4442,7 @@ }, "Game/Floors/Floor_cry/GrateHoriz.png": { - "frame": {"x":1,"y":1703,"w":72,"h":72}, + "frame": {"x":75,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4562,7 +4450,7 @@ }, "Game/Floors/Floor_cry/GrateVert.png": { - "frame": {"x":1,"y":1777,"w":72,"h":72}, + "frame": {"x":75,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4570,7 +4458,7 @@ }, "Game/Floors/Floor_cry/MimicBlock.png": { - "frame": {"x":1,"y":1851,"w":72,"h":72}, + "frame": {"x":75,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4578,7 +4466,7 @@ }, "Game/Floors/Floor_cry/OrbEmpty.png": { - "frame": {"x":1,"y":1925,"w":72,"h":72}, + "frame": {"x":75,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4586,7 +4474,7 @@ }, "Game/Floors/Floor_cry/RubbleLooted.png": { - "frame": {"x":75,"y":1,"w":72,"h":72}, + "frame": {"x":75,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4594,7 +4482,7 @@ }, "Game/Floors/Floor_cry/Shrine.png": { - "frame": {"x":75,"y":75,"w":72,"h":72}, + "frame": {"x":75,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4602,7 +4490,7 @@ }, "Game/Floors/Floor_cry/ShrineBroken.png": { - "frame": {"x":75,"y":149,"w":72,"h":72}, + "frame": {"x":75,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4610,7 +4498,7 @@ }, "Game/Floors/Floor_cry/ShrineC.png": { - "frame": {"x":75,"y":223,"w":72,"h":72}, + "frame": {"x":75,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4618,7 +4506,7 @@ }, "Game/Floors/Floor_cry/ShrineEmpty.png": { - "frame": {"x":75,"y":297,"w":72,"h":72}, + "frame": {"x":75,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4626,7 +4514,7 @@ }, "Game/Floors/Floor_cry/StairsDown.png": { - "frame": {"x":75,"y":371,"w":72,"h":72}, + "frame": {"x":75,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4634,7 +4522,7 @@ }, "Game/Floors/Floor_cry/StairsUp.png": { - "frame": {"x":75,"y":445,"w":72,"h":72}, + "frame": {"x":75,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4642,7 +4530,7 @@ }, "Game/Floors/Floor_cry/Trap.png": { - "frame": {"x":75,"y":519,"w":72,"h":72}, + "frame": {"x":75,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4650,7 +4538,7 @@ }, "Game/Floors/Floor_cry/Wall.png": { - "frame": {"x":75,"y":593,"w":72,"h":72}, + "frame": {"x":75,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4658,7 +4546,7 @@ }, "Game/Floors/Floor_cry/WallR.png": { - "frame": {"x":75,"y":667,"w":72,"h":72}, + "frame": {"x":149,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4666,7 +4554,7 @@ }, "Game/Floors/Floor_cry/WallRVert.png": { - "frame": {"x":75,"y":741,"w":72,"h":72}, + "frame": {"x":149,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4674,7 +4562,7 @@ }, "Game/Floors/Floor_cry/WallVert.png": { - "frame": {"x":75,"y":815,"w":72,"h":72}, + "frame": {"x":149,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4682,7 +4570,7 @@ }, "Game/Floors/Floor_cst/Barrel.png": { - "frame": {"x":75,"y":889,"w":72,"h":72}, + "frame": {"x":149,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4690,7 +4578,7 @@ }, "Game/Floors/Floor_cst/Bars.png": { - "frame": {"x":75,"y":963,"w":72,"h":72}, + "frame": {"x":149,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4698,7 +4586,7 @@ }, "Game/Floors/Floor_cst/BarsVert.png": { - "frame": {"x":75,"y":963,"w":72,"h":72}, + "frame": {"x":149,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4706,7 +4594,7 @@ }, "Game/Floors/Floor_cst/BarsVertCont.png": { - "frame": {"x":75,"y":963,"w":72,"h":72}, + "frame": {"x":149,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4714,7 +4602,7 @@ }, "Game/Floors/Floor_cst/Brickwork.png": { - "frame": {"x":75,"y":1037,"w":72,"h":72}, + "frame": {"x":149,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4722,7 +4610,7 @@ }, "Game/Floors/Floor_cst/Doodad.png": { - "frame": {"x":75,"y":1111,"w":72,"h":72}, + "frame": {"x":149,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4730,7 +4618,7 @@ }, "Game/Floors/Floor_cst/Door.png": { - "frame": {"x":75,"y":1185,"w":72,"h":72}, + "frame": {"x":149,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4738,7 +4626,7 @@ }, "Game/Floors/Floor_cst/DoorOpen.png": { - "frame": {"x":75,"y":1259,"w":72,"h":72}, + "frame": {"x":149,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4746,7 +4634,7 @@ }, "Game/Floors/Floor_cst/DoorVert.png": { - "frame": {"x":75,"y":1333,"w":72,"h":72}, + "frame": {"x":149,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4754,7 +4642,7 @@ }, "Game/Floors/Floor_cst/DoorVertCont.png": { - "frame": {"x":75,"y":1407,"w":72,"h":72}, + "frame": {"x":149,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4762,7 +4650,7 @@ }, "Game/Floors/Floor_cst/DoorVertOpen.png": { - "frame": {"x":75,"y":1481,"w":72,"h":72}, + "frame": {"x":149,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4770,7 +4658,7 @@ }, "Game/Floors/Floor_cst/DoorVertOpenCont.png": { - "frame": {"x":75,"y":1555,"w":72,"h":72}, + "frame": {"x":149,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4778,7 +4666,7 @@ }, "Game/Floors/Floor_cst/Floor.png": { - "frame": {"x":75,"y":1037,"w":72,"h":72}, + "frame": {"x":149,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4786,7 +4674,7 @@ }, "Game/Floors/Floor_cst/Grate.png": { - "frame": {"x":75,"y":1629,"w":72,"h":72}, + "frame": {"x":149,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4794,7 +4682,7 @@ }, "Game/Floors/Floor_cst/GrateHoriz.png": { - "frame": {"x":75,"y":1703,"w":72,"h":72}, + "frame": {"x":149,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4802,7 +4690,7 @@ }, "Game/Floors/Floor_cst/GrateVert.png": { - "frame": {"x":75,"y":1777,"w":72,"h":72}, + "frame": {"x":149,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4810,7 +4698,7 @@ }, "Game/Floors/Floor_cst/MimicBlock.png": { - "frame": {"x":75,"y":1851,"w":72,"h":72}, + "frame": {"x":149,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4818,7 +4706,7 @@ }, "Game/Floors/Floor_cst/OrbEmpty.png": { - "frame": {"x":75,"y":1925,"w":72,"h":72}, + "frame": {"x":149,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4826,7 +4714,7 @@ }, "Game/Floors/Floor_cst/RubbleLooted.png": { - "frame": {"x":149,"y":1,"w":72,"h":72}, + "frame": {"x":149,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4834,7 +4722,7 @@ }, "Game/Floors/Floor_cst/Shrine.png": { - "frame": {"x":149,"y":75,"w":72,"h":72}, + "frame": {"x":149,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4842,7 +4730,7 @@ }, "Game/Floors/Floor_cst/ShrineBroken.png": { - "frame": {"x":149,"y":149,"w":72,"h":72}, + "frame": {"x":149,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4850,7 +4738,7 @@ }, "Game/Floors/Floor_cst/ShrineC.png": { - "frame": {"x":149,"y":223,"w":72,"h":72}, + "frame": {"x":149,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4858,7 +4746,7 @@ }, "Game/Floors/Floor_cst/ShrineEmpty.png": { - "frame": {"x":149,"y":297,"w":72,"h":72}, + "frame": {"x":149,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4866,7 +4754,7 @@ }, "Game/Floors/Floor_cst/Trap.png": { - "frame": {"x":149,"y":371,"w":72,"h":72}, + "frame": {"x":149,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4874,7 +4762,7 @@ }, "Game/Floors/Floor_cst/Wall.png": { - "frame": {"x":149,"y":445,"w":72,"h":72}, + "frame": {"x":149,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4882,7 +4770,7 @@ }, "Game/Floors/Floor_cst/WallR.png": { - "frame": {"x":149,"y":519,"w":72,"h":72}, + "frame": {"x":149,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4890,7 +4778,7 @@ }, "Game/Floors/Floor_cst/WallRVert.png": { - "frame": {"x":149,"y":593,"w":72,"h":72}, + "frame": {"x":149,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4898,7 +4786,7 @@ }, "Game/Floors/Floor_cst/WallVert.png": { - "frame": {"x":149,"y":667,"w":72,"h":72}, + "frame": {"x":223,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4906,7 +4794,7 @@ }, "Game/Floors/Floor_DemonTransition/Barrel.png": { - "frame": {"x":149,"y":741,"w":72,"h":72}, + "frame": {"x":223,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4914,7 +4802,7 @@ }, "Game/Floors/Floor_DemonTransition/Bars.png": { - "frame": {"x":149,"y":815,"w":72,"h":72}, + "frame": {"x":223,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4922,7 +4810,7 @@ }, "Game/Floors/Floor_DemonTransition/BarsVert.png": { - "frame": {"x":149,"y":889,"w":72,"h":72}, + "frame": {"x":223,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4930,7 +4818,7 @@ }, "Game/Floors/Floor_DemonTransition/BarsVertCont.png": { - "frame": {"x":149,"y":963,"w":72,"h":72}, + "frame": {"x":223,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4938,7 +4826,7 @@ }, "Game/Floors/Floor_DemonTransition/Brickwork.png": { - "frame": {"x":149,"y":1037,"w":72,"h":72}, + "frame": {"x":223,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4946,7 +4834,7 @@ }, "Game/Floors/Floor_DemonTransition/Doodad.png": { - "frame": {"x":149,"y":1111,"w":72,"h":72}, + "frame": {"x":223,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4954,7 +4842,7 @@ }, "Game/Floors/Floor_DemonTransition/Door.png": { - "frame": {"x":149,"y":1185,"w":72,"h":72}, + "frame": {"x":223,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4962,7 +4850,7 @@ }, "Game/Floors/Floor_DemonTransition/DoorOpen.png": { - "frame": {"x":149,"y":1259,"w":72,"h":72}, + "frame": {"x":223,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4970,7 +4858,7 @@ }, "Game/Floors/Floor_DemonTransition/DoorVert.png": { - "frame": {"x":149,"y":1333,"w":72,"h":72}, + "frame": {"x":223,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4978,7 +4866,7 @@ }, "Game/Floors/Floor_DemonTransition/DoorVertCont.png": { - "frame": {"x":149,"y":1407,"w":72,"h":72}, + "frame": {"x":223,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4986,7 +4874,7 @@ }, "Game/Floors/Floor_DemonTransition/DoorVertOpen.png": { - "frame": {"x":149,"y":1481,"w":72,"h":72}, + "frame": {"x":223,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -4994,7 +4882,7 @@ }, "Game/Floors/Floor_DemonTransition/DoorVertOpenCont.png": { - "frame": {"x":149,"y":1555,"w":72,"h":72}, + "frame": {"x":223,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5002,7 +4890,7 @@ }, "Game/Floors/Floor_DemonTransition/Floor.png": { - "frame": {"x":149,"y":1629,"w":72,"h":72}, + "frame": {"x":223,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5010,7 +4898,7 @@ }, "Game/Floors/Floor_DemonTransition/Grate.png": { - "frame": {"x":149,"y":1703,"w":72,"h":72}, + "frame": {"x":223,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5018,7 +4906,7 @@ }, "Game/Floors/Floor_DemonTransition/GrateHoriz.png": { - "frame": {"x":149,"y":1777,"w":72,"h":72}, + "frame": {"x":223,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5026,7 +4914,7 @@ }, "Game/Floors/Floor_DemonTransition/GrateVert.png": { - "frame": {"x":149,"y":1851,"w":72,"h":72}, + "frame": {"x":223,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5034,7 +4922,7 @@ }, "Game/Floors/Floor_DemonTransition/MimicBlock.png": { - "frame": {"x":149,"y":1925,"w":72,"h":72}, + "frame": {"x":223,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5042,7 +4930,7 @@ }, "Game/Floors/Floor_DemonTransition/OrbEmpty.png": { - "frame": {"x":223,"y":1,"w":72,"h":72}, + "frame": {"x":223,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5050,7 +4938,7 @@ }, "Game/Floors/Floor_DemonTransition/RubbleLooted.png": { - "frame": {"x":223,"y":75,"w":72,"h":72}, + "frame": {"x":223,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5058,7 +4946,7 @@ }, "Game/Floors/Floor_DemonTransition/Shrine.png": { - "frame": {"x":223,"y":149,"w":72,"h":72}, + "frame": {"x":223,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5066,7 +4954,7 @@ }, "Game/Floors/Floor_DemonTransition/ShrineBroken.png": { - "frame": {"x":223,"y":223,"w":72,"h":72}, + "frame": {"x":223,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5074,7 +4962,7 @@ }, "Game/Floors/Floor_DemonTransition/ShrineC.png": { - "frame": {"x":223,"y":297,"w":72,"h":72}, + "frame": {"x":223,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5082,7 +4970,7 @@ }, "Game/Floors/Floor_DemonTransition/ShrineEmpty.png": { - "frame": {"x":223,"y":371,"w":72,"h":72}, + "frame": {"x":223,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5090,7 +4978,7 @@ }, "Game/Floors/Floor_DemonTransition/Trap.png": { - "frame": {"x":223,"y":445,"w":72,"h":72}, + "frame": {"x":223,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5098,7 +4986,7 @@ }, "Game/Floors/Floor_DemonTransition/Wall.png": { - "frame": {"x":223,"y":519,"w":72,"h":72}, + "frame": {"x":223,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5106,7 +4994,7 @@ }, "Game/Floors/Floor_DemonTransition/WallR.png": { - "frame": {"x":223,"y":593,"w":72,"h":72}, + "frame": {"x":223,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5114,7 +5002,7 @@ }, "Game/Floors/Floor_DemonTransition/WallRVert.png": { - "frame": {"x":223,"y":667,"w":72,"h":72}, + "frame": {"x":297,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5122,7 +5010,7 @@ }, "Game/Floors/Floor_DemonTransition/WallVert.png": { - "frame": {"x":223,"y":741,"w":72,"h":72}, + "frame": {"x":297,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5130,7 +5018,7 @@ }, "Game/Floors/Floor_grv/Barrel.png": { - "frame": {"x":223,"y":815,"w":72,"h":72}, + "frame": {"x":297,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5138,7 +5026,7 @@ }, "Game/Floors/Floor_grv/Bars.png": { - "frame": {"x":223,"y":889,"w":72,"h":72}, + "frame": {"x":297,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5146,7 +5034,7 @@ }, "Game/Floors/Floor_grv/BarsVert.png": { - "frame": {"x":223,"y":963,"w":72,"h":72}, + "frame": {"x":297,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5154,7 +5042,7 @@ }, "Game/Floors/Floor_grv/BarsVertCont.png": { - "frame": {"x":223,"y":1037,"w":72,"h":72}, + "frame": {"x":297,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5162,7 +5050,7 @@ }, "Game/Floors/Floor_grv/Brickwork.png": { - "frame": {"x":223,"y":1111,"w":72,"h":72}, + "frame": {"x":297,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5170,7 +5058,7 @@ }, "Game/Floors/Floor_grv/Doodad.png": { - "frame": {"x":223,"y":1185,"w":72,"h":72}, + "frame": {"x":297,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5178,7 +5066,7 @@ }, "Game/Floors/Floor_grv/Door.png": { - "frame": {"x":223,"y":1259,"w":72,"h":72}, + "frame": {"x":297,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5186,7 +5074,7 @@ }, "Game/Floors/Floor_grv/DoorOpen.png": { - "frame": {"x":223,"y":1333,"w":72,"h":72}, + "frame": {"x":297,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5194,7 +5082,7 @@ }, "Game/Floors/Floor_grv/DoorVert.png": { - "frame": {"x":223,"y":1407,"w":72,"h":72}, + "frame": {"x":297,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5202,7 +5090,7 @@ }, "Game/Floors/Floor_grv/DoorVertCont.png": { - "frame": {"x":223,"y":1481,"w":72,"h":72}, + "frame": {"x":297,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5210,7 +5098,7 @@ }, "Game/Floors/Floor_grv/DoorVertOpen.png": { - "frame": {"x":223,"y":1555,"w":72,"h":72}, + "frame": {"x":297,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5218,7 +5106,7 @@ }, "Game/Floors/Floor_grv/DoorVertOpenCont.png": { - "frame": {"x":223,"y":1629,"w":72,"h":72}, + "frame": {"x":297,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5226,7 +5114,7 @@ }, "Game/Floors/Floor_grv/Floor.png": { - "frame": {"x":223,"y":1703,"w":72,"h":72}, + "frame": {"x":297,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5234,7 +5122,7 @@ }, "Game/Floors/Floor_grv/Grate.png": { - "frame": {"x":223,"y":1777,"w":72,"h":72}, + "frame": {"x":297,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5242,7 +5130,7 @@ }, "Game/Floors/Floor_grv/GrateHoriz.png": { - "frame": {"x":223,"y":1851,"w":72,"h":72}, + "frame": {"x":297,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5250,7 +5138,15 @@ }, "Game/Floors/Floor_grv/GrateVert.png": { - "frame": {"x":223,"y":1925,"w":72,"h":72}, + "frame": {"x":297,"y":1259,"w":72,"h":72}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Floors/Floor_grv/MimicBlock.png": +{ + "frame": {"x":1,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5258,7 +5154,7 @@ }, "Game/Floors/Floor_grv/OrbEmpty.png": { - "frame": {"x":297,"y":1,"w":72,"h":72}, + "frame": {"x":297,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5266,7 +5162,7 @@ }, "Game/Floors/Floor_grv/RubbleLooted.png": { - "frame": {"x":223,"y":1703,"w":72,"h":72}, + "frame": {"x":297,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5274,7 +5170,7 @@ }, "Game/Floors/Floor_grv/Shrine.png": { - "frame": {"x":297,"y":75,"w":72,"h":72}, + "frame": {"x":297,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5282,7 +5178,7 @@ }, "Game/Floors/Floor_grv/ShrineBroken.png": { - "frame": {"x":297,"y":149,"w":72,"h":72}, + "frame": {"x":297,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5290,7 +5186,7 @@ }, "Game/Floors/Floor_grv/ShrineC.png": { - "frame": {"x":297,"y":223,"w":72,"h":72}, + "frame": {"x":297,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5298,7 +5194,7 @@ }, "Game/Floors/Floor_grv/ShrineEmpty.png": { - "frame": {"x":297,"y":297,"w":72,"h":72}, + "frame": {"x":297,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5306,7 +5202,7 @@ }, "Game/Floors/Floor_grv/StairsDown.png": { - "frame": {"x":297,"y":371,"w":72,"h":72}, + "frame": {"x":297,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5314,7 +5210,7 @@ }, "Game/Floors/Floor_grv/StairsUp.png": { - "frame": {"x":297,"y":445,"w":72,"h":72}, + "frame": {"x":297,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5322,7 +5218,7 @@ }, "Game/Floors/Floor_grv/Trap.png": { - "frame": {"x":297,"y":519,"w":72,"h":72}, + "frame": {"x":297,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5330,7 +5226,7 @@ }, "Game/Floors/Floor_grv/Wall.png": { - "frame": {"x":297,"y":593,"w":72,"h":72}, + "frame": {"x":297,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5338,7 +5234,7 @@ }, "Game/Floors/Floor_grv/WallR.png": { - "frame": {"x":297,"y":667,"w":72,"h":72}, + "frame": {"x":371,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5346,7 +5242,7 @@ }, "Game/Floors/Floor_grv/WallRVert.png": { - "frame": {"x":297,"y":741,"w":72,"h":72}, + "frame": {"x":371,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5354,7 +5250,7 @@ }, "Game/Floors/Floor_grv/WallVert.png": { - "frame": {"x":297,"y":815,"w":72,"h":72}, + "frame": {"x":371,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5362,7 +5258,7 @@ }, "Game/Floors/Floor_jng/Barrel.png": { - "frame": {"x":297,"y":889,"w":72,"h":72}, + "frame": {"x":371,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5370,7 +5266,7 @@ }, "Game/Floors/Floor_jng/Bars.png": { - "frame": {"x":297,"y":963,"w":72,"h":72}, + "frame": {"x":371,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5378,7 +5274,7 @@ }, "Game/Floors/Floor_jng/BarsVert.png": { - "frame": {"x":297,"y":1037,"w":72,"h":72}, + "frame": {"x":371,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5386,7 +5282,7 @@ }, "Game/Floors/Floor_jng/BarsVertCont.png": { - "frame": {"x":297,"y":1111,"w":72,"h":72}, + "frame": {"x":371,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5394,7 +5290,7 @@ }, "Game/Floors/Floor_jng/Brickwork.png": { - "frame": {"x":297,"y":1185,"w":72,"h":72}, + "frame": {"x":371,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5402,7 +5298,7 @@ }, "Game/Floors/Floor_jng/Doodad.png": { - "frame": {"x":297,"y":1259,"w":72,"h":72}, + "frame": {"x":371,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5410,7 +5306,7 @@ }, "Game/Floors/Floor_jng/Door.png": { - "frame": {"x":297,"y":1333,"w":72,"h":72}, + "frame": {"x":371,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5418,7 +5314,7 @@ }, "Game/Floors/Floor_jng/DoorOpen.png": { - "frame": {"x":297,"y":1407,"w":72,"h":72}, + "frame": {"x":371,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5426,7 +5322,7 @@ }, "Game/Floors/Floor_jng/DoorVert.png": { - "frame": {"x":297,"y":1481,"w":72,"h":72}, + "frame": {"x":371,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5434,7 +5330,7 @@ }, "Game/Floors/Floor_jng/DoorVertCont.png": { - "frame": {"x":297,"y":1555,"w":72,"h":72}, + "frame": {"x":371,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5442,7 +5338,7 @@ }, "Game/Floors/Floor_jng/DoorVertOpen.png": { - "frame": {"x":297,"y":1629,"w":72,"h":72}, + "frame": {"x":371,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5450,7 +5346,7 @@ }, "Game/Floors/Floor_jng/DoorVertOpenCont.png": { - "frame": {"x":297,"y":1703,"w":72,"h":72}, + "frame": {"x":371,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5458,7 +5354,7 @@ }, "Game/Floors/Floor_jng/Floor.png": { - "frame": {"x":297,"y":1777,"w":72,"h":72}, + "frame": {"x":371,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5466,7 +5362,7 @@ }, "Game/Floors/Floor_jng/Grate.png": { - "frame": {"x":297,"y":1851,"w":72,"h":72}, + "frame": {"x":371,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5474,7 +5370,7 @@ }, "Game/Floors/Floor_jng/GrateHoriz.png": { - "frame": {"x":297,"y":1925,"w":72,"h":72}, + "frame": {"x":371,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5482,7 +5378,7 @@ }, "Game/Floors/Floor_jng/GrateVert.png": { - "frame": {"x":371,"y":1,"w":72,"h":72}, + "frame": {"x":371,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5490,7 +5386,7 @@ }, "Game/Floors/Floor_jng/MimicBlock.png": { - "frame": {"x":297,"y":1777,"w":72,"h":72}, + "frame": {"x":371,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5498,7 +5394,7 @@ }, "Game/Floors/Floor_jng/OrbEmpty.png": { - "frame": {"x":371,"y":75,"w":72,"h":72}, + "frame": {"x":371,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5506,7 +5402,7 @@ }, "Game/Floors/Floor_jng/RubbleLooted.png": { - "frame": {"x":371,"y":149,"w":72,"h":72}, + "frame": {"x":371,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5514,7 +5410,7 @@ }, "Game/Floors/Floor_jng/Shrine.png": { - "frame": {"x":371,"y":223,"w":72,"h":72}, + "frame": {"x":371,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5522,7 +5418,7 @@ }, "Game/Floors/Floor_jng/ShrineBroken.png": { - "frame": {"x":371,"y":297,"w":72,"h":72}, + "frame": {"x":371,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5530,7 +5426,7 @@ }, "Game/Floors/Floor_jng/ShrineC.png": { - "frame": {"x":371,"y":371,"w":72,"h":72}, + "frame": {"x":371,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5538,7 +5434,7 @@ }, "Game/Floors/Floor_jng/ShrineEmpty.png": { - "frame": {"x":371,"y":445,"w":72,"h":72}, + "frame": {"x":371,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5546,7 +5442,7 @@ }, "Game/Floors/Floor_jng/Trap.png": { - "frame": {"x":371,"y":519,"w":72,"h":72}, + "frame": {"x":371,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5554,7 +5450,7 @@ }, "Game/Floors/Floor_jng/Wall.png": { - "frame": {"x":371,"y":593,"w":72,"h":72}, + "frame": {"x":371,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5562,7 +5458,7 @@ }, "Game/Floors/Floor_jng/WallR.png": { - "frame": {"x":371,"y":667,"w":72,"h":72}, + "frame": {"x":445,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5570,7 +5466,7 @@ }, "Game/Floors/Floor_jng/WallRVert.png": { - "frame": {"x":371,"y":741,"w":72,"h":72}, + "frame": {"x":445,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5578,7 +5474,7 @@ }, "Game/Floors/Floor_jng/WallVert.png": { - "frame": {"x":371,"y":815,"w":72,"h":72}, + "frame": {"x":445,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5586,7 +5482,7 @@ }, "Game/Floors/Floor_jngWild/Barrel.png": { - "frame": {"x":371,"y":889,"w":72,"h":72}, + "frame": {"x":445,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5594,7 +5490,7 @@ }, "Game/Floors/Floor_jngWild/Bars.png": { - "frame": {"x":371,"y":963,"w":72,"h":72}, + "frame": {"x":445,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5602,7 +5498,7 @@ }, "Game/Floors/Floor_jngWild/BarsVert.png": { - "frame": {"x":371,"y":963,"w":72,"h":72}, + "frame": {"x":445,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5610,7 +5506,7 @@ }, "Game/Floors/Floor_jngWild/BarsVertCont.png": { - "frame": {"x":371,"y":963,"w":72,"h":72}, + "frame": {"x":445,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5618,7 +5514,7 @@ }, "Game/Floors/Floor_jngWild/Brickwork.png": { - "frame": {"x":371,"y":1037,"w":72,"h":72}, + "frame": {"x":445,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5626,7 +5522,7 @@ }, "Game/Floors/Floor_jngWild/Doodad.png": { - "frame": {"x":371,"y":1111,"w":72,"h":72}, + "frame": {"x":445,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5634,7 +5530,7 @@ }, "Game/Floors/Floor_jngWild/Door.png": { - "frame": {"x":297,"y":1333,"w":72,"h":72}, + "frame": {"x":371,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5642,7 +5538,7 @@ }, "Game/Floors/Floor_jngWild/DoorOpen.png": { - "frame": {"x":371,"y":1185,"w":72,"h":72}, + "frame": {"x":445,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5650,7 +5546,7 @@ }, "Game/Floors/Floor_jngWild/DoorVert.png": { - "frame": {"x":371,"y":1259,"w":72,"h":72}, + "frame": {"x":445,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5658,7 +5554,7 @@ }, "Game/Floors/Floor_jngWild/DoorVertCont.png": { - "frame": {"x":371,"y":1333,"w":72,"h":72}, + "frame": {"x":445,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5666,7 +5562,7 @@ }, "Game/Floors/Floor_jngWild/DoorVertOpen.png": { - "frame": {"x":371,"y":1407,"w":72,"h":72}, + "frame": {"x":445,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5674,7 +5570,7 @@ }, "Game/Floors/Floor_jngWild/DoorVertOpenCont.png": { - "frame": {"x":371,"y":1481,"w":72,"h":72}, + "frame": {"x":445,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5682,7 +5578,7 @@ }, "Game/Floors/Floor_jngWild/Floor.png": { - "frame": {"x":371,"y":1555,"w":72,"h":72}, + "frame": {"x":445,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5690,7 +5586,7 @@ }, "Game/Floors/Floor_jngWild/Grate.png": { - "frame": {"x":297,"y":1851,"w":72,"h":72}, + "frame": {"x":371,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5698,7 +5594,7 @@ }, "Game/Floors/Floor_jngWild/GrateHoriz.png": { - "frame": {"x":297,"y":1925,"w":72,"h":72}, + "frame": {"x":371,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5706,7 +5602,7 @@ }, "Game/Floors/Floor_jngWild/GrateVert.png": { - "frame": {"x":371,"y":1,"w":72,"h":72}, + "frame": {"x":371,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5714,7 +5610,7 @@ }, "Game/Floors/Floor_jngWild/MimicBlock.png": { - "frame": {"x":371,"y":1629,"w":72,"h":72}, + "frame": {"x":445,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5722,7 +5618,7 @@ }, "Game/Floors/Floor_jngWild/OrbEmpty.png": { - "frame": {"x":371,"y":1703,"w":72,"h":72}, + "frame": {"x":445,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5730,7 +5626,7 @@ }, "Game/Floors/Floor_jngWild/RubbleLooted.png": { - "frame": {"x":371,"y":1629,"w":72,"h":72}, + "frame": {"x":445,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5738,7 +5634,7 @@ }, "Game/Floors/Floor_jngWild/Shrine.png": { - "frame": {"x":371,"y":1777,"w":72,"h":72}, + "frame": {"x":445,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5746,7 +5642,7 @@ }, "Game/Floors/Floor_jngWild/ShrineBroken.png": { - "frame": {"x":371,"y":1851,"w":72,"h":72}, + "frame": {"x":445,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5754,7 +5650,7 @@ }, "Game/Floors/Floor_jngWild/ShrineC.png": { - "frame": {"x":371,"y":1925,"w":72,"h":72}, + "frame": {"x":445,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5762,7 +5658,7 @@ }, "Game/Floors/Floor_jngWild/ShrineEmpty.png": { - "frame": {"x":445,"y":1,"w":72,"h":72}, + "frame": {"x":445,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5770,7 +5666,7 @@ }, "Game/Floors/Floor_jngWild/StairsDown.png": { - "frame": {"x":445,"y":75,"w":72,"h":72}, + "frame": {"x":445,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5778,7 +5674,7 @@ }, "Game/Floors/Floor_jngWild/StairsUp.png": { - "frame": {"x":445,"y":149,"w":72,"h":72}, + "frame": {"x":445,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5786,7 +5682,7 @@ }, "Game/Floors/Floor_jngWild/Trap.png": { - "frame": {"x":445,"y":223,"w":72,"h":72}, + "frame": {"x":445,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5794,7 +5690,7 @@ }, "Game/Floors/Floor_jngWild/Wall.png": { - "frame": {"x":445,"y":297,"w":72,"h":72}, + "frame": {"x":445,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5802,7 +5698,7 @@ }, "Game/Floors/Floor_jngWild/WallR.png": { - "frame": {"x":445,"y":371,"w":72,"h":72}, + "frame": {"x":445,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5810,7 +5706,7 @@ }, "Game/Floors/Floor_jngWild/WallRVert.png": { - "frame": {"x":445,"y":445,"w":72,"h":72}, + "frame": {"x":445,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5818,7 +5714,7 @@ }, "Game/Floors/Floor_jngWild/WallVert.png": { - "frame": {"x":445,"y":519,"w":72,"h":72}, + "frame": {"x":445,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5826,7 +5722,7 @@ }, "Game/Floors/Floor_lib/Barrel.png": { - "frame": {"x":445,"y":593,"w":72,"h":72}, + "frame": {"x":445,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5834,7 +5730,7 @@ }, "Game/Floors/Floor_lib/Bars.png": { - "frame": {"x":445,"y":667,"w":72,"h":72}, + "frame": {"x":519,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5842,7 +5738,7 @@ }, "Game/Floors/Floor_lib/BarsVert.png": { - "frame": {"x":445,"y":667,"w":72,"h":72}, + "frame": {"x":519,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5850,7 +5746,7 @@ }, "Game/Floors/Floor_lib/BarsVertCont.png": { - "frame": {"x":445,"y":667,"w":72,"h":72}, + "frame": {"x":519,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5858,7 +5754,7 @@ }, "Game/Floors/Floor_lib/Brickwork.png": { - "frame": {"x":445,"y":741,"w":72,"h":72}, + "frame": {"x":519,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5866,7 +5762,7 @@ }, "Game/Floors/Floor_lib/Doodad.png": { - "frame": {"x":445,"y":815,"w":72,"h":72}, + "frame": {"x":519,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5874,7 +5770,7 @@ }, "Game/Floors/Floor_lib/Door.png": { - "frame": {"x":445,"y":889,"w":72,"h":72}, + "frame": {"x":519,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5882,7 +5778,7 @@ }, "Game/Floors/Floor_lib/DoorOpen.png": { - "frame": {"x":445,"y":963,"w":72,"h":72}, + "frame": {"x":519,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5890,7 +5786,7 @@ }, "Game/Floors/Floor_lib/DoorVert.png": { - "frame": {"x":445,"y":889,"w":72,"h":72}, + "frame": {"x":519,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5898,7 +5794,7 @@ }, "Game/Floors/Floor_lib/DoorVertCont.png": { - "frame": {"x":445,"y":889,"w":72,"h":72}, + "frame": {"x":519,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5906,7 +5802,7 @@ }, "Game/Floors/Floor_lib/DoorVertOpen.png": { - "frame": {"x":445,"y":963,"w":72,"h":72}, + "frame": {"x":519,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5914,7 +5810,7 @@ }, "Game/Floors/Floor_lib/DoorVertOpenCont.png": { - "frame": {"x":445,"y":963,"w":72,"h":72}, + "frame": {"x":519,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5922,7 +5818,7 @@ }, "Game/Floors/Floor_lib/Floor.png": { - "frame": {"x":445,"y":1037,"w":72,"h":72}, + "frame": {"x":519,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5930,7 +5826,7 @@ }, "Game/Floors/Floor_lib/Grate.png": { - "frame": {"x":445,"y":1111,"w":72,"h":72}, + "frame": {"x":519,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5938,7 +5834,7 @@ }, "Game/Floors/Floor_lib/GrateHoriz.png": { - "frame": {"x":445,"y":1111,"w":72,"h":72}, + "frame": {"x":519,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5946,7 +5842,7 @@ }, "Game/Floors/Floor_lib/GrateVert.png": { - "frame": {"x":445,"y":1111,"w":72,"h":72}, + "frame": {"x":519,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5954,7 +5850,7 @@ }, "Game/Floors/Floor_lib/MimicBlock.png": { - "frame": {"x":445,"y":1185,"w":72,"h":72}, + "frame": {"x":519,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5962,7 +5858,7 @@ }, "Game/Floors/Floor_lib/OrbEmpty.png": { - "frame": {"x":445,"y":1259,"w":72,"h":72}, + "frame": {"x":519,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5970,7 +5866,7 @@ }, "Game/Floors/Floor_lib/RubbleLooted.png": { - "frame": {"x":445,"y":1333,"w":72,"h":72}, + "frame": {"x":519,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5978,7 +5874,7 @@ }, "Game/Floors/Floor_lib/Shrine.png": { - "frame": {"x":445,"y":1407,"w":72,"h":72}, + "frame": {"x":519,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5986,7 +5882,7 @@ }, "Game/Floors/Floor_lib/ShrineBroken.png": { - "frame": {"x":445,"y":1481,"w":72,"h":72}, + "frame": {"x":519,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -5994,7 +5890,7 @@ }, "Game/Floors/Floor_lib/ShrineC.png": { - "frame": {"x":445,"y":1555,"w":72,"h":72}, + "frame": {"x":519,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6002,7 +5898,7 @@ }, "Game/Floors/Floor_lib/ShrineEmpty.png": { - "frame": {"x":445,"y":1629,"w":72,"h":72}, + "frame": {"x":519,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6010,7 +5906,7 @@ }, "Game/Floors/Floor_lib/StairsDown.png": { - "frame": {"x":445,"y":1703,"w":72,"h":72}, + "frame": {"x":519,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6018,7 +5914,7 @@ }, "Game/Floors/Floor_lib/StairsUp.png": { - "frame": {"x":445,"y":1777,"w":72,"h":72}, + "frame": {"x":519,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6026,7 +5922,7 @@ }, "Game/Floors/Floor_lib/Tile.png": { - "frame": {"x":445,"y":1851,"w":72,"h":72}, + "frame": {"x":519,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6034,7 +5930,7 @@ }, "Game/Floors/Floor_lib/Trap.png": { - "frame": {"x":445,"y":1925,"w":72,"h":72}, + "frame": {"x":519,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6042,7 +5938,7 @@ }, "Game/Floors/Floor_lib/Wall.png": { - "frame": {"x":519,"y":1,"w":72,"h":72}, + "frame": {"x":519,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6050,7 +5946,7 @@ }, "Game/Floors/Floor_lib/WallR.png": { - "frame": {"x":519,"y":75,"w":72,"h":72}, + "frame": {"x":519,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6058,7 +5954,7 @@ }, "Game/Floors/Floor_lib/WallRVert.png": { - "frame": {"x":519,"y":149,"w":72,"h":72}, + "frame": {"x":519,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6066,7 +5962,7 @@ }, "Game/Floors/Floor_lib/WallVert.png": { - "frame": {"x":519,"y":223,"w":72,"h":72}, + "frame": {"x":519,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6074,7 +5970,7 @@ }, "Game/Floors/Floor_ore/Barrel.png": { - "frame": {"x":519,"y":297,"w":72,"h":72}, + "frame": {"x":519,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6082,7 +5978,7 @@ }, "Game/Floors/Floor_ore/Bars.png": { - "frame": {"x":519,"y":371,"w":72,"h":72}, + "frame": {"x":519,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6090,7 +5986,7 @@ }, "Game/Floors/Floor_ore/BarsOld.png": { - "frame": {"x":519,"y":445,"w":72,"h":72}, + "frame": {"x":519,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6098,7 +5994,7 @@ }, "Game/Floors/Floor_ore/BarsVert.png": { - "frame": {"x":519,"y":519,"w":72,"h":72}, + "frame": {"x":519,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6106,7 +6002,7 @@ }, "Game/Floors/Floor_ore/BarsVertCont.png": { - "frame": {"x":519,"y":593,"w":72,"h":72}, + "frame": {"x":519,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6114,7 +6010,7 @@ }, "Game/Floors/Floor_ore/Brickwork.png": { - "frame": {"x":519,"y":667,"w":72,"h":72}, + "frame": {"x":593,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6122,7 +6018,7 @@ }, "Game/Floors/Floor_ore/Doodad.png": { - "frame": {"x":519,"y":741,"w":72,"h":72}, + "frame": {"x":593,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6130,7 +6026,7 @@ }, "Game/Floors/Floor_ore/Door.png": { - "frame": {"x":519,"y":815,"w":72,"h":72}, + "frame": {"x":593,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6138,7 +6034,7 @@ }, "Game/Floors/Floor_ore/DoorOpen.png": { - "frame": {"x":519,"y":889,"w":72,"h":72}, + "frame": {"x":593,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6146,7 +6042,7 @@ }, "Game/Floors/Floor_ore/DoorVert.png": { - "frame": {"x":519,"y":963,"w":72,"h":72}, + "frame": {"x":593,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6154,7 +6050,7 @@ }, "Game/Floors/Floor_ore/DoorVertCont.png": { - "frame": {"x":519,"y":1037,"w":72,"h":72}, + "frame": {"x":593,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6162,7 +6058,7 @@ }, "Game/Floors/Floor_ore/DoorVertOpen.png": { - "frame": {"x":519,"y":1111,"w":72,"h":72}, + "frame": {"x":593,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6170,7 +6066,7 @@ }, "Game/Floors/Floor_ore/DoorVertOpenCont.png": { - "frame": {"x":519,"y":1185,"w":72,"h":72}, + "frame": {"x":593,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6178,7 +6074,7 @@ }, "Game/Floors/Floor_ore/Floor.png": { - "frame": {"x":519,"y":1259,"w":72,"h":72}, + "frame": {"x":593,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6186,7 +6082,7 @@ }, "Game/Floors/Floor_ore/Grate.png": { - "frame": {"x":519,"y":1333,"w":72,"h":72}, + "frame": {"x":593,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6194,7 +6090,7 @@ }, "Game/Floors/Floor_ore/GrateHoriz.png": { - "frame": {"x":519,"y":1407,"w":72,"h":72}, + "frame": {"x":593,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6202,7 +6098,7 @@ }, "Game/Floors/Floor_ore/GrateVert.png": { - "frame": {"x":519,"y":1481,"w":72,"h":72}, + "frame": {"x":593,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6210,7 +6106,7 @@ }, "Game/Floors/Floor_ore/Light.png": { - "frame": {"x":1718,"y":1821,"w":26,"h":26}, + "frame": {"x":1473,"y":617,"w":26,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":35,"w":26,"h":26}, @@ -6218,7 +6114,7 @@ }, "Game/Floors/Floor_ore/MimicBlock.png": { - "frame": {"x":519,"y":1555,"w":72,"h":72}, + "frame": {"x":593,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6226,7 +6122,7 @@ }, "Game/Floors/Floor_ore/OrbEmpty.png": { - "frame": {"x":519,"y":1629,"w":72,"h":72}, + "frame": {"x":593,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6234,7 +6130,7 @@ }, "Game/Floors/Floor_ore/RubbleLooted.png": { - "frame": {"x":519,"y":1703,"w":72,"h":72}, + "frame": {"x":593,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6242,7 +6138,7 @@ }, "Game/Floors/Floor_ore/Shrine.png": { - "frame": {"x":519,"y":1777,"w":72,"h":72}, + "frame": {"x":593,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6250,7 +6146,7 @@ }, "Game/Floors/Floor_ore/ShrineBroken.png": { - "frame": {"x":519,"y":1851,"w":72,"h":72}, + "frame": {"x":593,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6258,7 +6154,7 @@ }, "Game/Floors/Floor_ore/ShrineC.png": { - "frame": {"x":519,"y":1925,"w":72,"h":72}, + "frame": {"x":593,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6266,7 +6162,7 @@ }, "Game/Floors/Floor_ore/ShrineEmpty.png": { - "frame": {"x":593,"y":1,"w":72,"h":72}, + "frame": {"x":593,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6274,7 +6170,7 @@ }, "Game/Floors/Floor_ore/Trap.png": { - "frame": {"x":593,"y":75,"w":72,"h":72}, + "frame": {"x":593,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6282,7 +6178,7 @@ }, "Game/Floors/Floor_ore/Wall.png": { - "frame": {"x":593,"y":149,"w":72,"h":72}, + "frame": {"x":593,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6290,7 +6186,7 @@ }, "Game/Floors/Floor_ore/WallVert.png": { - "frame": {"x":593,"y":223,"w":72,"h":72}, + "frame": {"x":593,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6298,7 +6194,7 @@ }, "Game/Floors/Floor_shoppe/Bars.png": { - "frame": {"x":593,"y":297,"w":72,"h":72}, + "frame": {"x":593,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6306,7 +6202,7 @@ }, "Game/Floors/Floor_shoppe/BarsVert.png": { - "frame": {"x":593,"y":371,"w":72,"h":72}, + "frame": {"x":593,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6314,7 +6210,7 @@ }, "Game/Floors/Floor_shoppe/BarsVertCont.png": { - "frame": {"x":593,"y":445,"w":72,"h":72}, + "frame": {"x":593,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6322,7 +6218,7 @@ }, "Game/Floors/Floor_shoppe/Brickwork.png": { - "frame": {"x":445,"y":741,"w":72,"h":72}, + "frame": {"x":519,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6330,7 +6226,7 @@ }, "Game/Floors/Floor_shoppe/Doodad.png": { - "frame": {"x":593,"y":519,"w":72,"h":72}, + "frame": {"x":593,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6338,7 +6234,7 @@ }, "Game/Floors/Floor_shoppe/Door.png": { - "frame": {"x":593,"y":593,"w":72,"h":72}, + "frame": {"x":593,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6346,7 +6242,7 @@ }, "Game/Floors/Floor_shoppe/DoorOpen.png": { - "frame": {"x":593,"y":667,"w":72,"h":72}, + "frame": {"x":667,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6354,7 +6250,7 @@ }, "Game/Floors/Floor_shoppe/DoorVert.png": { - "frame": {"x":593,"y":741,"w":72,"h":72}, + "frame": {"x":667,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6362,7 +6258,7 @@ }, "Game/Floors/Floor_shoppe/DoorVertCont.png": { - "frame": {"x":593,"y":815,"w":72,"h":72}, + "frame": {"x":667,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6370,7 +6266,7 @@ }, "Game/Floors/Floor_shoppe/DoorVertOpen.png": { - "frame": {"x":593,"y":889,"w":72,"h":72}, + "frame": {"x":667,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6378,7 +6274,7 @@ }, "Game/Floors/Floor_shoppe/DoorVertOpenCont.png": { - "frame": {"x":593,"y":963,"w":72,"h":72}, + "frame": {"x":667,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6386,7 +6282,7 @@ }, "Game/Floors/Floor_shoppe/Floor.png": { - "frame": {"x":445,"y":1037,"w":72,"h":72}, + "frame": {"x":519,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6394,7 +6290,7 @@ }, "Game/Floors/Floor_shoppe/Grate.png": { - "frame": {"x":593,"y":1037,"w":72,"h":72}, + "frame": {"x":667,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6402,7 +6298,7 @@ }, "Game/Floors/Floor_shoppe/GrateHoriz.png": { - "frame": {"x":593,"y":1111,"w":72,"h":72}, + "frame": {"x":667,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6410,7 +6306,7 @@ }, "Game/Floors/Floor_shoppe/GrateVert.png": { - "frame": {"x":593,"y":1185,"w":72,"h":72}, + "frame": {"x":667,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6418,7 +6314,7 @@ }, "Game/Floors/Floor_shoppe/MimicBlock.png": { - "frame": {"x":445,"y":1185,"w":72,"h":72}, + "frame": {"x":519,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6426,7 +6322,7 @@ }, "Game/Floors/Floor_shoppe/OrbEmpty.png": { - "frame": {"x":445,"y":1259,"w":72,"h":72}, + "frame": {"x":519,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6434,7 +6330,7 @@ }, "Game/Floors/Floor_shoppe/RubbleLooted.png": { - "frame": {"x":445,"y":1037,"w":72,"h":72}, + "frame": {"x":519,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6442,7 +6338,7 @@ }, "Game/Floors/Floor_shoppe/Shrine.png": { - "frame": {"x":445,"y":1407,"w":72,"h":72}, + "frame": {"x":519,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6450,7 +6346,7 @@ }, "Game/Floors/Floor_shoppe/ShrineBroken.png": { - "frame": {"x":445,"y":1481,"w":72,"h":72}, + "frame": {"x":519,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6458,7 +6354,7 @@ }, "Game/Floors/Floor_shoppe/ShrineC.png": { - "frame": {"x":445,"y":1555,"w":72,"h":72}, + "frame": {"x":519,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6466,7 +6362,7 @@ }, "Game/Floors/Floor_shoppe/ShrineEmpty.png": { - "frame": {"x":445,"y":1629,"w":72,"h":72}, + "frame": {"x":519,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6474,7 +6370,7 @@ }, "Game/Floors/Floor_shoppe/Tile.png": { - "frame": {"x":445,"y":1851,"w":72,"h":72}, + "frame": {"x":519,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6482,7 +6378,7 @@ }, "Game/Floors/Floor_shoppe/Trap.png": { - "frame": {"x":445,"y":1925,"w":72,"h":72}, + "frame": {"x":519,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6490,7 +6386,7 @@ }, "Game/Floors/Floor_shoppe/Wall.png": { - "frame": {"x":593,"y":1259,"w":72,"h":72}, + "frame": {"x":667,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6498,7 +6394,7 @@ }, "Game/Floors/Floor_shoppe/WallR.png": { - "frame": {"x":593,"y":1333,"w":72,"h":72}, + "frame": {"x":667,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6506,7 +6402,7 @@ }, "Game/Floors/Floor_shoppe/WallRVert.png": { - "frame": {"x":593,"y":1407,"w":72,"h":72}, + "frame": {"x":667,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6514,7 +6410,7 @@ }, "Game/Floors/Floor_shoppe/WallVert.png": { - "frame": {"x":593,"y":1481,"w":72,"h":72}, + "frame": {"x":667,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6522,7 +6418,7 @@ }, "Game/Floors/Floor_shrine/Barrel.png": { - "frame": {"x":593,"y":1555,"w":72,"h":72}, + "frame": {"x":667,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6530,7 +6426,7 @@ }, "Game/Floors/Floor_shrine/Bars.png": { - "frame": {"x":593,"y":1629,"w":72,"h":72}, + "frame": {"x":667,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6538,7 +6434,7 @@ }, "Game/Floors/Floor_shrine/BarsOld.png": { - "frame": {"x":593,"y":1703,"w":72,"h":72}, + "frame": {"x":667,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6546,7 +6442,7 @@ }, "Game/Floors/Floor_shrine/BarsVert.png": { - "frame": {"x":593,"y":1777,"w":72,"h":72}, + "frame": {"x":667,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6554,7 +6450,7 @@ }, "Game/Floors/Floor_shrine/BarsVertCont.png": { - "frame": {"x":593,"y":1851,"w":72,"h":72}, + "frame": {"x":667,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6562,7 +6458,7 @@ }, "Game/Floors/Floor_shrine/Brickwork.png": { - "frame": {"x":593,"y":1925,"w":72,"h":72}, + "frame": {"x":667,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6570,7 +6466,7 @@ }, "Game/Floors/Floor_shrine/Doodad.png": { - "frame": {"x":667,"y":1,"w":72,"h":72}, + "frame": {"x":667,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6578,7 +6474,7 @@ }, "Game/Floors/Floor_shrine/Door.png": { - "frame": {"x":667,"y":75,"w":72,"h":72}, + "frame": {"x":667,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6586,7 +6482,7 @@ }, "Game/Floors/Floor_shrine/DoorOpen.png": { - "frame": {"x":667,"y":149,"w":72,"h":72}, + "frame": {"x":667,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6594,7 +6490,7 @@ }, "Game/Floors/Floor_shrine/DoorVert.png": { - "frame": {"x":667,"y":223,"w":72,"h":72}, + "frame": {"x":667,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6602,7 +6498,7 @@ }, "Game/Floors/Floor_shrine/DoorVertCont.png": { - "frame": {"x":667,"y":297,"w":72,"h":72}, + "frame": {"x":667,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6610,7 +6506,7 @@ }, "Game/Floors/Floor_shrine/DoorVertOpen.png": { - "frame": {"x":667,"y":371,"w":72,"h":72}, + "frame": {"x":667,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6618,7 +6514,7 @@ }, "Game/Floors/Floor_shrine/DoorVertOpenCont.png": { - "frame": {"x":667,"y":445,"w":72,"h":72}, + "frame": {"x":667,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6626,7 +6522,7 @@ }, "Game/Floors/Floor_shrine/Floor.png": { - "frame": {"x":667,"y":519,"w":72,"h":72}, + "frame": {"x":667,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6634,7 +6530,7 @@ }, "Game/Floors/Floor_shrine/Grate.png": { - "frame": {"x":297,"y":1851,"w":72,"h":72}, + "frame": {"x":371,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6642,7 +6538,7 @@ }, "Game/Floors/Floor_shrine/GrateHoriz.png": { - "frame": {"x":297,"y":1925,"w":72,"h":72}, + "frame": {"x":371,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6650,7 +6546,7 @@ }, "Game/Floors/Floor_shrine/GrateVert.png": { - "frame": {"x":371,"y":1,"w":72,"h":72}, + "frame": {"x":371,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6658,7 +6554,7 @@ }, "Game/Floors/Floor_shrine/MimicBlock.png": { - "frame": {"x":667,"y":519,"w":72,"h":72}, + "frame": {"x":667,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6666,7 +6562,7 @@ }, "Game/Floors/Floor_shrine/OrbEmpty.png": { - "frame": {"x":667,"y":593,"w":72,"h":72}, + "frame": {"x":667,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6674,7 +6570,7 @@ }, "Game/Floors/Floor_shrine/RubbleLooted.png": { - "frame": {"x":667,"y":667,"w":72,"h":72}, + "frame": {"x":741,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6682,7 +6578,7 @@ }, "Game/Floors/Floor_shrine/Shrine.png": { - "frame": {"x":667,"y":741,"w":72,"h":72}, + "frame": {"x":741,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6690,7 +6586,7 @@ }, "Game/Floors/Floor_shrine/ShrineBroken.png": { - "frame": {"x":667,"y":815,"w":72,"h":72}, + "frame": {"x":741,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6698,7 +6594,7 @@ }, "Game/Floors/Floor_shrine/ShrineC.png": { - "frame": {"x":667,"y":889,"w":72,"h":72}, + "frame": {"x":741,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6706,7 +6602,7 @@ }, "Game/Floors/Floor_shrine/ShrineEmpty.png": { - "frame": {"x":667,"y":963,"w":72,"h":72}, + "frame": {"x":741,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6714,7 +6610,7 @@ }, "Game/Floors/Floor_shrine/Trap.png": { - "frame": {"x":667,"y":1037,"w":72,"h":72}, + "frame": {"x":741,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6722,7 +6618,7 @@ }, "Game/Floors/Floor_shrine/Wall.png": { - "frame": {"x":667,"y":1111,"w":72,"h":72}, + "frame": {"x":741,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6730,7 +6626,7 @@ }, "Game/Floors/Floor_shrine/WallR.png": { - "frame": {"x":667,"y":1185,"w":72,"h":72}, + "frame": {"x":741,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6738,7 +6634,7 @@ }, "Game/Floors/Floor_shrine/WallRVert.png": { - "frame": {"x":667,"y":1259,"w":72,"h":72}, + "frame": {"x":741,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6746,7 +6642,7 @@ }, "Game/Floors/Floor_shrine/WallVert.png": { - "frame": {"x":667,"y":1333,"w":72,"h":72}, + "frame": {"x":741,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6754,7 +6650,7 @@ }, "Game/Floors/Floor_tmb/Barrel.png": { - "frame": {"x":667,"y":1407,"w":72,"h":72}, + "frame": {"x":741,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6762,7 +6658,7 @@ }, "Game/Floors/Floor_tmb/Bars.png": { - "frame": {"x":667,"y":1481,"w":72,"h":72}, + "frame": {"x":741,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6770,7 +6666,7 @@ }, "Game/Floors/Floor_tmb/BarsOld.png": { - "frame": {"x":667,"y":1555,"w":72,"h":72}, + "frame": {"x":741,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6778,7 +6674,7 @@ }, "Game/Floors/Floor_tmb/BarsVert.png": { - "frame": {"x":667,"y":1629,"w":72,"h":72}, + "frame": {"x":741,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6786,7 +6682,7 @@ }, "Game/Floors/Floor_tmb/BarsVertCont.png": { - "frame": {"x":667,"y":1703,"w":72,"h":72}, + "frame": {"x":741,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6794,7 +6690,7 @@ }, "Game/Floors/Floor_tmb/Brickwork.png": { - "frame": {"x":667,"y":1777,"w":72,"h":72}, + "frame": {"x":741,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6802,7 +6698,7 @@ }, "Game/Floors/Floor_tmb/Doodad.png": { - "frame": {"x":667,"y":1851,"w":72,"h":72}, + "frame": {"x":741,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6810,7 +6706,7 @@ }, "Game/Floors/Floor_tmb/Door.png": { - "frame": {"x":667,"y":1925,"w":72,"h":72}, + "frame": {"x":741,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6818,7 +6714,7 @@ }, "Game/Floors/Floor_tmb/DoorOpen.png": { - "frame": {"x":741,"y":1,"w":72,"h":72}, + "frame": {"x":741,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6826,7 +6722,7 @@ }, "Game/Floors/Floor_tmb/DoorVert.png": { - "frame": {"x":741,"y":75,"w":72,"h":72}, + "frame": {"x":741,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6834,7 +6730,7 @@ }, "Game/Floors/Floor_tmb/DoorVertCont.png": { - "frame": {"x":741,"y":149,"w":72,"h":72}, + "frame": {"x":741,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6842,7 +6738,7 @@ }, "Game/Floors/Floor_tmb/DoorVertOpen.png": { - "frame": {"x":741,"y":223,"w":72,"h":72}, + "frame": {"x":741,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6850,7 +6746,7 @@ }, "Game/Floors/Floor_tmb/DoorVertOpenCont.png": { - "frame": {"x":741,"y":297,"w":72,"h":72}, + "frame": {"x":741,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6858,7 +6754,7 @@ }, "Game/Floors/Floor_tmb/Empty.png": { - "frame": {"x":741,"y":371,"w":72,"h":72}, + "frame": {"x":741,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6866,7 +6762,7 @@ }, "Game/Floors/Floor_tmb/Floor.png": { - "frame": {"x":741,"y":445,"w":72,"h":72}, + "frame": {"x":741,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6874,7 +6770,7 @@ }, "Game/Floors/Floor_tmb/Grate.png": { - "frame": {"x":741,"y":519,"w":72,"h":72}, + "frame": {"x":741,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6882,7 +6778,7 @@ }, "Game/Floors/Floor_tmb/GrateHoriz.png": { - "frame": {"x":741,"y":593,"w":72,"h":72}, + "frame": {"x":741,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6890,7 +6786,7 @@ }, "Game/Floors/Floor_tmb/GrateVert.png": { - "frame": {"x":741,"y":667,"w":72,"h":72}, + "frame": {"x":815,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6898,7 +6794,7 @@ }, "Game/Floors/Floor_tmb/MimicBlock.png": { - "frame": {"x":741,"y":741,"w":72,"h":72}, + "frame": {"x":815,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6906,7 +6802,7 @@ }, "Game/Floors/Floor_tmb/OrbEmpty.png": { - "frame": {"x":741,"y":815,"w":72,"h":72}, + "frame": {"x":815,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6914,7 +6810,7 @@ }, "Game/Floors/Floor_tmb/RubbleLooted.png": { - "frame": {"x":741,"y":889,"w":72,"h":72}, + "frame": {"x":815,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6922,7 +6818,7 @@ }, "Game/Floors/Floor_tmb/Shrine.png": { - "frame": {"x":741,"y":963,"w":72,"h":72}, + "frame": {"x":815,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6930,7 +6826,7 @@ }, "Game/Floors/Floor_tmb/ShrineBroken.png": { - "frame": {"x":741,"y":1037,"w":72,"h":72}, + "frame": {"x":815,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6938,7 +6834,7 @@ }, "Game/Floors/Floor_tmb/ShrineC.png": { - "frame": {"x":741,"y":1111,"w":72,"h":72}, + "frame": {"x":815,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6946,7 +6842,7 @@ }, "Game/Floors/Floor_tmb/ShrineEmpty.png": { - "frame": {"x":741,"y":371,"w":72,"h":72}, + "frame": {"x":741,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6954,7 +6850,7 @@ }, "Game/Floors/Floor_tmb/StairsDown.png": { - "frame": {"x":741,"y":1185,"w":72,"h":72}, + "frame": {"x":815,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6962,7 +6858,7 @@ }, "Game/Floors/Floor_tmb/StairsUp.png": { - "frame": {"x":741,"y":1259,"w":72,"h":72}, + "frame": {"x":815,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6970,7 +6866,7 @@ }, "Game/Floors/Floor_tmb/Trap.png": { - "frame": {"x":741,"y":1333,"w":72,"h":72}, + "frame": {"x":815,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6978,7 +6874,7 @@ }, "Game/Floors/Floor_tmb/Wall.png": { - "frame": {"x":741,"y":1407,"w":72,"h":72}, + "frame": {"x":815,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6986,7 +6882,7 @@ }, "Game/Floors/Floor_tmb/WallR.png": { - "frame": {"x":741,"y":1481,"w":72,"h":72}, + "frame": {"x":815,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -6994,7 +6890,7 @@ }, "Game/Floors/Floor_tmb/WallRVert.png": { - "frame": {"x":741,"y":1555,"w":72,"h":72}, + "frame": {"x":815,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7002,7 +6898,7 @@ }, "Game/Floors/Floor_tmb/WallVert.png": { - "frame": {"x":741,"y":1629,"w":72,"h":72}, + "frame": {"x":815,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7010,7 +6906,7 @@ }, "Game/Floors/Floor_tmp/Barrel.png": { - "frame": {"x":741,"y":1703,"w":72,"h":72}, + "frame": {"x":815,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7018,7 +6914,7 @@ }, "Game/Floors/Floor_tmp/Bars.png": { - "frame": {"x":593,"y":1629,"w":72,"h":72}, + "frame": {"x":667,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7026,7 +6922,7 @@ }, "Game/Floors/Floor_tmp/BarsOld.png": { - "frame": {"x":593,"y":1703,"w":72,"h":72}, + "frame": {"x":667,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7034,7 +6930,7 @@ }, "Game/Floors/Floor_tmp/BarsVert.png": { - "frame": {"x":741,"y":1777,"w":72,"h":72}, + "frame": {"x":815,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7042,7 +6938,7 @@ }, "Game/Floors/Floor_tmp/BarsVertCont.png": { - "frame": {"x":741,"y":1851,"w":72,"h":72}, + "frame": {"x":815,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7050,7 +6946,7 @@ }, "Game/Floors/Floor_tmp/Brickwork.png": { - "frame": {"x":741,"y":1925,"w":72,"h":72}, + "frame": {"x":815,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7058,7 +6954,7 @@ }, "Game/Floors/Floor_tmp/Doodad.png": { - "frame": {"x":815,"y":1,"w":72,"h":72}, + "frame": {"x":815,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7066,7 +6962,7 @@ }, "Game/Floors/Floor_tmp/Door.png": { - "frame": {"x":667,"y":75,"w":72,"h":72}, + "frame": {"x":667,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7074,7 +6970,7 @@ }, "Game/Floors/Floor_tmp/DoorOpen.png": { - "frame": {"x":667,"y":149,"w":72,"h":72}, + "frame": {"x":667,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7082,7 +6978,7 @@ }, "Game/Floors/Floor_tmp/DoorVert.png": { - "frame": {"x":667,"y":223,"w":72,"h":72}, + "frame": {"x":667,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7090,7 +6986,7 @@ }, "Game/Floors/Floor_tmp/DoorVertCont.png": { - "frame": {"x":667,"y":297,"w":72,"h":72}, + "frame": {"x":667,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7098,7 +6994,7 @@ }, "Game/Floors/Floor_tmp/DoorVertOpen.png": { - "frame": {"x":667,"y":371,"w":72,"h":72}, + "frame": {"x":667,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7106,7 +7002,7 @@ }, "Game/Floors/Floor_tmp/DoorVertOpenCont.png": { - "frame": {"x":667,"y":445,"w":72,"h":72}, + "frame": {"x":667,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7114,7 +7010,7 @@ }, "Game/Floors/Floor_tmp/Floor.png": { - "frame": {"x":815,"y":75,"w":72,"h":72}, + "frame": {"x":815,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7122,7 +7018,7 @@ }, "Game/Floors/Floor_tmp/Grate.png": { - "frame": {"x":815,"y":149,"w":72,"h":72}, + "frame": {"x":815,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7130,7 +7026,7 @@ }, "Game/Floors/Floor_tmp/GrateHoriz.png": { - "frame": {"x":815,"y":223,"w":72,"h":72}, + "frame": {"x":815,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7138,7 +7034,7 @@ }, "Game/Floors/Floor_tmp/GrateVert.png": { - "frame": {"x":815,"y":297,"w":72,"h":72}, + "frame": {"x":815,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7146,7 +7042,7 @@ }, "Game/Floors/Floor_tmp/MimicBlock.png": { - "frame": {"x":815,"y":371,"w":72,"h":72}, + "frame": {"x":815,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7154,7 +7050,7 @@ }, "Game/Floors/Floor_tmp/OrbEmpty.png": { - "frame": {"x":815,"y":445,"w":72,"h":72}, + "frame": {"x":815,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7162,7 +7058,7 @@ }, "Game/Floors/Floor_tmp/RubbleLooted.png": { - "frame": {"x":815,"y":371,"w":72,"h":72}, + "frame": {"x":815,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7170,7 +7066,7 @@ }, "Game/Floors/Floor_tmp/Shrine.png": { - "frame": {"x":815,"y":519,"w":72,"h":72}, + "frame": {"x":815,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7178,7 +7074,7 @@ }, "Game/Floors/Floor_tmp/ShrineBroken.png": { - "frame": {"x":815,"y":593,"w":72,"h":72}, + "frame": {"x":815,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7186,7 +7082,7 @@ }, "Game/Floors/Floor_tmp/ShrineC.png": { - "frame": {"x":815,"y":667,"w":72,"h":72}, + "frame": {"x":889,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7194,7 +7090,7 @@ }, "Game/Floors/Floor_tmp/ShrineEmpty.png": { - "frame": {"x":815,"y":741,"w":72,"h":72}, + "frame": {"x":889,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7202,7 +7098,7 @@ }, "Game/Floors/Floor_tmp/StairsDown.png": { - "frame": {"x":815,"y":815,"w":72,"h":72}, + "frame": {"x":889,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7210,7 +7106,7 @@ }, "Game/Floors/Floor_tmp/StairsUp.png": { - "frame": {"x":815,"y":889,"w":72,"h":72}, + "frame": {"x":889,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7218,7 +7114,7 @@ }, "Game/Floors/Floor_tmp/Trap.png": { - "frame": {"x":815,"y":963,"w":72,"h":72}, + "frame": {"x":889,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7226,7 +7122,7 @@ }, "Game/Floors/Floor_tmp/Wall.png": { - "frame": {"x":815,"y":1037,"w":72,"h":72}, + "frame": {"x":889,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7234,7 +7130,7 @@ }, "Game/Floors/Floor_tmp/WallR.png": { - "frame": {"x":815,"y":1111,"w":72,"h":72}, + "frame": {"x":889,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7242,7 +7138,7 @@ }, "Game/Floors/Floor_tmp/WallRVert.png": { - "frame": {"x":815,"y":1185,"w":72,"h":72}, + "frame": {"x":889,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7250,7 +7146,7 @@ }, "Game/Floors/Floor_tmp/WallVert.png": { - "frame": {"x":815,"y":1259,"w":72,"h":72}, + "frame": {"x":889,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7258,7 +7154,7 @@ }, "Game/Floors/Floor_vault/Barrel.png": { - "frame": {"x":815,"y":1333,"w":72,"h":72}, + "frame": {"x":889,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7266,7 +7162,7 @@ }, "Game/Floors/Floor_vault/Bars.png": { - "frame": {"x":815,"y":1407,"w":72,"h":72}, + "frame": {"x":889,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7274,7 +7170,7 @@ }, "Game/Floors/Floor_vault/BarsVert.png": { - "frame": {"x":815,"y":1481,"w":72,"h":72}, + "frame": {"x":889,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7282,7 +7178,7 @@ }, "Game/Floors/Floor_vault/BarsVertCont.png": { - "frame": {"x":815,"y":1555,"w":72,"h":72}, + "frame": {"x":889,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7290,7 +7186,7 @@ }, "Game/Floors/Floor_vault/Brickwork.png": { - "frame": {"x":815,"y":1629,"w":72,"h":72}, + "frame": {"x":889,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7298,7 +7194,7 @@ }, "Game/Floors/Floor_vault/DollDropoff.png": { - "frame": {"x":815,"y":1703,"w":72,"h":72}, + "frame": {"x":889,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7306,7 +7202,7 @@ }, "Game/Floors/Floor_vault/Doodad.png": { - "frame": {"x":815,"y":1777,"w":72,"h":72}, + "frame": {"x":889,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7314,7 +7210,7 @@ }, "Game/Floors/Floor_vault/Door.png": { - "frame": {"x":815,"y":1851,"w":72,"h":72}, + "frame": {"x":889,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7322,7 +7218,7 @@ }, "Game/Floors/Floor_vault/DoorOpen.png": { - "frame": {"x":815,"y":1925,"w":72,"h":72}, + "frame": {"x":889,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7330,7 +7226,7 @@ }, "Game/Floors/Floor_vault/DoorVert.png": { - "frame": {"x":889,"y":1,"w":72,"h":72}, + "frame": {"x":889,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7338,7 +7234,7 @@ }, "Game/Floors/Floor_vault/DoorVertCont.png": { - "frame": {"x":889,"y":75,"w":72,"h":72}, + "frame": {"x":889,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7346,7 +7242,7 @@ }, "Game/Floors/Floor_vault/DoorVertOpen.png": { - "frame": {"x":889,"y":149,"w":72,"h":72}, + "frame": {"x":889,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7354,7 +7250,7 @@ }, "Game/Floors/Floor_vault/DoorVertOpenCont.png": { - "frame": {"x":889,"y":223,"w":72,"h":72}, + "frame": {"x":889,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7362,7 +7258,7 @@ }, "Game/Floors/Floor_vault/Floor.png": { - "frame": {"x":815,"y":1703,"w":72,"h":72}, + "frame": {"x":889,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7370,7 +7266,7 @@ }, "Game/Floors/Floor_vault/Grate.png": { - "frame": {"x":889,"y":297,"w":72,"h":72}, + "frame": {"x":889,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7378,7 +7274,7 @@ }, "Game/Floors/Floor_vault/GrateHoriz.png": { - "frame": {"x":889,"y":371,"w":72,"h":72}, + "frame": {"x":889,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7386,7 +7282,7 @@ }, "Game/Floors/Floor_vault/GrateVert.png": { - "frame": {"x":889,"y":445,"w":72,"h":72}, + "frame": {"x":889,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7394,7 +7290,7 @@ }, "Game/Floors/Floor_vault/MimicBlock.png": { - "frame": {"x":889,"y":519,"w":72,"h":72}, + "frame": {"x":889,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7402,7 +7298,7 @@ }, "Game/Floors/Floor_vault/OrbEmpty.png": { - "frame": {"x":889,"y":593,"w":72,"h":72}, + "frame": {"x":889,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7410,7 +7306,7 @@ }, "Game/Floors/Floor_vault/RubbleLooted.png": { - "frame": {"x":889,"y":667,"w":72,"h":72}, + "frame": {"x":963,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7418,7 +7314,7 @@ }, "Game/Floors/Floor_vault/Shrine.png": { - "frame": {"x":889,"y":741,"w":72,"h":72}, + "frame": {"x":963,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7426,7 +7322,7 @@ }, "Game/Floors/Floor_vault/ShrineBroken.png": { - "frame": {"x":889,"y":815,"w":72,"h":72}, + "frame": {"x":963,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7434,7 +7330,7 @@ }, "Game/Floors/Floor_vault/ShrineC.png": { - "frame": {"x":958,"y":889,"w":72,"h":72}, + "frame": {"x":963,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7442,7 +7338,7 @@ }, "Game/Floors/Floor_vault/ShrineEmpty.png": { - "frame": {"x":963,"y":1,"w":72,"h":72}, + "frame": {"x":963,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7450,7 +7346,7 @@ }, "Game/Floors/Floor_vault/Trap.png": { - "frame": {"x":963,"y":75,"w":72,"h":72}, + "frame": {"x":963,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7458,7 +7354,7 @@ }, "Game/Floors/Floor_vault/Wall.png": { - "frame": {"x":963,"y":149,"w":72,"h":72}, + "frame": {"x":963,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7466,7 +7362,7 @@ }, "Game/Floors/Floor_vault/WallR.png": { - "frame": {"x":963,"y":223,"w":72,"h":72}, + "frame": {"x":963,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7474,7 +7370,7 @@ }, "Game/Floors/Floor_vault/WallRVert.png": { - "frame": {"x":963,"y":297,"w":72,"h":72}, + "frame": {"x":963,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7482,7 +7378,7 @@ }, "Game/Floors/Floor_vault/WallVert.png": { - "frame": {"x":963,"y":371,"w":72,"h":72}, + "frame": {"x":963,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7490,7 +7386,7 @@ }, "Game/InventoryAction/Attach.png": { - "frame": {"x":1942,"y":904,"w":62,"h":65}, + "frame": {"x":1924,"y":1253,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":3,"w":62,"h":65}, @@ -7498,7 +7394,7 @@ }, "Game/InventoryAction/Cut.png": { - "frame": {"x":2020,"y":402,"w":26,"h":26}, + "frame": {"x":1473,"y":589,"w":26,"h":26}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":23,"w":26,"h":26}, @@ -7506,7 +7402,7 @@ }, "Game/InventoryAction/Disassemble.png": { - "frame": {"x":1615,"y":276,"w":68,"h":69}, + "frame": {"x":1403,"y":339,"w":68,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":69}, @@ -7514,7 +7410,7 @@ }, "Game/InventoryAction/Hotbar.png": { - "frame": {"x":1688,"y":107,"w":68,"h":51}, + "frame": {"x":1656,"y":666,"w":68,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":15,"w":68,"h":51}, @@ -7522,7 +7418,7 @@ }, "Game/InventoryAction/Lock.png": { - "frame": {"x":1925,"y":1195,"w":62,"h":56}, + "frame": {"x":1921,"y":1676,"w":62,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":8,"w":62,"h":56}, @@ -7530,7 +7426,7 @@ }, "Game/InventoryAction/Recycle.png": { - "frame": {"x":1827,"y":1,"w":66,"h":66}, + "frame": {"x":1534,"y":1418,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":66}, @@ -7538,7 +7434,7 @@ }, "Game/InventoryAction/RecycleBulk.png": { - "frame": {"x":1615,"y":276,"w":68,"h":69}, + "frame": {"x":1403,"y":339,"w":68,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":69}, @@ -7546,23 +7442,15 @@ }, "Game/InventoryAction/RecycleExcess.png": { - "frame": {"x":1618,"y":1,"w":68,"h":69}, + "frame": {"x":1471,"y":893,"w":68,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":69}, "sourceSize": {"w":72,"h":72} }, -"Game/InventoryAction/RemoveOffhand.png": -{ - "frame": {"x":1546,"y":816,"w":68,"h":55}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":8,"w":68,"h":55}, - "sourceSize": {"w":72,"h":72} -}, "Game/InventoryAction/SellBulk.png": { - "frame": {"x":1886,"y":664,"w":64,"h":37}, + "frame": {"x":1465,"y":1121,"w":64,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":21,"w":64,"h":37}, @@ -7570,7 +7458,7 @@ }, "Game/InventoryAction/SellExcess.png": { - "frame": {"x":1887,"y":533,"w":64,"h":43}, + "frame": {"x":1641,"y":844,"w":64,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":15,"w":64,"h":43}, @@ -7578,7 +7466,7 @@ }, "Game/Items/ArcaneCrystal.png": { - "frame": {"x":1874,"y":205,"w":66,"h":58}, + "frame": {"x":1710,"y":784,"w":66,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":6,"w":66,"h":58}, @@ -7586,7 +7474,7 @@ }, "Game/Items/BlueKey.png": { - "frame": {"x":963,"y":445,"w":72,"h":72}, + "frame": {"x":963,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7594,23 +7482,15 @@ }, "Game/Items/Crossbow.png": { - "frame": {"x":1874,"y":1897,"w":61,"h":41}, + "frame": {"x":1703,"y":1078,"w":61,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":15,"w":61,"h":41}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/CrossbowHeavy.png": -{ - "frame": {"x":1546,"y":233,"w":69,"h":41}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":15,"w":69,"h":41}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/DarkKatana.png": { - "frame": {"x":1685,"y":330,"w":68,"h":39}, + "frame": {"x":213,"y":1999,"w":68,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":6,"w":68,"h":39}, @@ -7618,7 +7498,7 @@ }, "Game/Items/DollID.png": { - "frame": {"x":1861,"y":1203,"w":62,"h":50}, + "frame": {"x":1903,"y":858,"w":62,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":13,"w":62,"h":50}, @@ -7626,47 +7506,47 @@ }, "Game/Items/Ectoplasm.png": { - "frame": {"x":963,"y":519,"w":72,"h":72}, + "frame": {"x":963,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/EnchKnife.png": +"Game/Items/EnchantedGrinder.png": { - "frame": {"x":963,"y":593,"w":72,"h":72}, + "frame": {"x":1665,"y":1189,"w":59,"h":30}, "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, + "trimmed": true, + "spriteSourceSize": {"x":6,"y":21,"w":59,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Group/ItemBoots.png": +"Game/Items/EnchKnife.png": { - "frame": {"x":1651,"y":935,"w":32,"h":25}, + "frame": {"x":963,"y":889,"w":72,"h":72}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":38,"y":43,"w":32,"h":25}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Group/ItemNeckAccessories.png": +"Game/Items/IceBreaker.png": { - "frame": {"x":2019,"y":1608,"w":28,"h":30}, + "frame": {"x":1833,"y":1148,"w":60,"h":38}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":40,"y":39,"w":28,"h":30}, + "spriteSourceSize": {"x":5,"y":11,"w":60,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/IceBreaker.png": +"Game/Items/IceCube.png": { - "frame": {"x":1925,"y":1040,"w":60,"h":38}, + "frame": {"x":1802,"y":1676,"w":52,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":11,"w":60,"h":38}, + "spriteSourceSize": {"x":10,"y":24,"w":52,"h":30}, "sourceSize": {"w":72,"h":72} }, "Game/Items/KeyCard.png": { - "frame": {"x":1862,"y":1316,"w":62,"h":50}, + "frame": {"x":1898,"y":968,"w":62,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":13,"w":62,"h":50}, @@ -7674,7 +7554,7 @@ }, "Game/Items/Keyring.png": { - "frame": {"x":963,"y":667,"w":72,"h":72}, + "frame": {"x":963,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7682,23 +7562,23 @@ }, "Game/Items/Lore.png": { - "frame": {"x":1272,"y":2024,"w":20,"h":19}, + "frame": {"x":1516,"y":1034,"w":20,"h":19}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":52,"w":20,"h":19}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/MagicAxe.png": +"Game/Items/Maul.png": { - "frame": {"x":1686,"y":416,"w":66,"h":47}, + "frame": {"x":1772,"y":844,"w":62,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":3,"y":7,"w":66,"h":47}, + "spriteSourceSize": {"x":5,"y":21,"w":62,"h":32}, "sourceSize": {"w":72,"h":72} }, "Game/Items/MessengerOfLove.png": { - "frame": {"x":1886,"y":703,"w":63,"h":64}, + "frame": {"x":1859,"y":1254,"w":63,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":63,"h":64}, @@ -7706,7 +7586,7 @@ }, "Game/Items/PotionFrigid.png": { - "frame": {"x":1658,"y":1869,"w":54,"h":66}, + "frame": {"x":1627,"y":1777,"w":54,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":4,"w":54,"h":66}, @@ -7714,47 +7594,63 @@ }, "Game/Items/PotionInvisibility.png": { - "frame": {"x":1977,"y":1541,"w":52,"h":65}, + "frame": {"x":1844,"y":943,"w":52,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":4,"w":52,"h":65}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Items/PotionMana.png": +{ + "frame": {"x":1739,"y":1287,"w":52,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":4,"w":52,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/PotionMana.png": +"Game/Items/PotionStamina.png": { - "frame": {"x":1447,"y":1954,"w":52,"h":65}, + "frame": {"x":1740,"y":1844,"w":40,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":4,"w":52,"h":65}, + "spriteSourceSize": {"x":16,"y":4,"w":40,"h":65}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Restraint.png": { - "frame": {"x":2020,"y":366,"w":27,"h":34}, + "frame": {"x":1542,"y":821,"w":27,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":36,"w":27,"h":34}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/AutoTape.png": +"Game/Items/Restraint/Charms.png": { - "frame": {"x":889,"y":1970,"w":41,"h":24}, + "frame": {"x":1423,"y":1029,"w":41,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/Charms.png": +"Game/Items/Restraint/Chastity.png": { - "frame": {"x":1185,"y":841,"w":41,"h":24}, + "frame": {"x":2000,"y":1776,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Items/Restraint/ChastityBelts.png": +{ + "frame": {"x":2000,"y":1776,"w":45,"h":59}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Restraint/Cuffs.png": { - "frame": {"x":1205,"y":1385,"w":70,"h":63}, + "frame": {"x":1328,"y":964,"w":70,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":5,"w":70,"h":63}, @@ -7762,15 +7658,23 @@ }, "Game/Items/Restraint/Cyber.png": { - "frame": {"x":1818,"y":846,"w":64,"h":56}, + "frame": {"x":1846,"y":1387,"w":64,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":18,"w":64,"h":56}, "sourceSize": {"w":94,"h":94} }, +"Game/Items/Restraint/Ice.png": +{ + "frame": {"x":1802,"y":1676,"w":52,"h":30}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":24,"w":52,"h":30}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Restraint/LeatherCuffs.png": { - "frame": {"x":1595,"y":1028,"w":66,"h":64}, + "frame": {"x":1818,"y":525,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":66,"h":64}, @@ -7778,7 +7682,7 @@ }, "Game/Items/Restraint/Legbinders.png": { - "frame": {"x":1547,"y":122,"w":69,"h":56}, + "frame": {"x":1501,"y":577,"w":69,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":9,"w":69,"h":56}, @@ -7786,7 +7690,7 @@ }, "Game/Items/Restraint/Metal.png": { - "frame": {"x":1937,"y":1481,"w":61,"h":58}, + "frame": {"x":1939,"y":1838,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":5,"w":61,"h":58}, @@ -7794,7 +7698,7 @@ }, "Game/Items/Restraint/MysticDuctTape.png": { - "frame": {"x":1228,"y":841,"w":41,"h":24}, + "frame": {"x":1669,"y":1616,"w":41,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, @@ -7802,71 +7706,63 @@ }, "Game/Items/Restraint/NippleClamps2.png": { - "frame": {"x":1174,"y":1426,"w":28,"h":57}, + "frame": {"x":1782,"y":1844,"w":28,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":44,"y":31,"w":28,"h":57}, "sourceSize": {"w":120,"h":120} }, -"Game/Items/Restraint/RopeSnake.png": -{ - "frame": {"x":2018,"y":463,"w":29,"h":51}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Items/Restraint/ShadowLatex.png": +"Game/Items/Restraint/PlugGags.png": { - "frame": {"x":1977,"y":1608,"w":40,"h":31}, + "frame": {"x":1469,"y":217,"w":65,"h":35}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":20,"w":40,"h":31}, + "spriteSourceSize": {"x":5,"y":23,"w":65,"h":35}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/Straitjackets.png": +"Game/Items/Restraint/SupremeBelt.png": { - "frame": {"x":1547,"y":62,"w":69,"h":58}, + "frame": {"x":2002,"y":1837,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Restraint/Tape.png": { - "frame": {"x":1180,"y":1007,"w":41,"h":24}, + "frame": {"x":1736,"y":1614,"w":41,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/Ties.png": +"Game/Items/Restraint/Vibes.png": { - "frame": {"x":2018,"y":463,"w":29,"h":51}, + "frame": {"x":1630,"y":1548,"w":37,"h":23}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, + "spriteSourceSize": {"x":23,"y":23,"w":37,"h":23}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/Vibes.png": +"Game/Items/Restraint/VinylTape.png": { - "frame": {"x":1539,"y":935,"w":37,"h":23}, + "frame": {"x":1498,"y":1711,"w":41,"h":24}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":23,"w":37,"h":23}, + "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/VinylTape.png": +"Game/Items/Restraint/Yokes.png": { - "frame": {"x":1223,"y":1007,"w":41,"h":24}, + "frame": {"x":1531,"y":1191,"w":62,"h":33}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, + "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Scrolls.png": { - "frame": {"x":1386,"y":1897,"w":59,"h":65}, + "frame": {"x":1480,"y":1877,"w":59,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":59,"h":65}, @@ -7874,63 +7770,63 @@ }, "Game/Items/SmokeBomb.png": { - "frame": {"x":1111,"y":221,"w":72,"h":71}, + "frame": {"x":1037,"y":1627,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Torch.png": +"Game/Items/StaffPermafrost.png": { - "frame": {"x":2018,"y":516,"w":28,"h":51}, + "frame": {"x":2017,"y":447,"w":28,"h":58}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":23,"y":8,"w":28,"h":51}, + "spriteSourceSize": {"x":22,"y":5,"w":28,"h":58}, "sourceSize": {"w":72,"h":72} }, -"Game/Locks/Divine.png": -{ - "frame": {"x":1174,"y":1540,"w":28,"h":53}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":14,"y":1,"w":28,"h":53}, - "sourceSize": {"w":56,"h":56} -}, -"Game/Locks/Divine2.png": +"Game/Items/StormBreaker.png": { - "frame": {"x":1174,"y":1540,"w":28,"h":53}, + "frame": {"x":1536,"y":217,"w":64,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":14,"y":1,"w":28,"h":53}, - "sourceSize": {"w":56,"h":56} + "spriteSourceSize": {"x":5,"y":20,"w":64,"h":32}, + "sourceSize": {"w":72,"h":72} }, -"Game/Particles/HeartPink.png": +"Game/Particles/HeartPurple.png": { - "frame": {"x":1660,"y":1767,"w":20,"h":20}, + "frame": {"x":1634,"y":666,"w":20,"h":20}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":20,"h":20}, "sourceSize": {"w":20,"h":20} }, -"Game/Particles/HeartPurple.png": +"Game/Poses/Kneel.png": { - "frame": {"x":1505,"y":1933,"w":20,"h":20}, + "frame": {"x":1444,"y":1946,"w":25,"h":21}, "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":20,"h":20}, - "sourceSize": {"w":20,"h":20} + "trimmed": true, + "spriteSourceSize": {"x":11,"y":10,"w":25,"h":21}, + "sourceSize": {"w":46,"h":45} }, "Game/Poses/KneelClosed.png": { - "frame": {"x":1505,"y":1910,"w":21,"h":21}, + "frame": {"x":1541,"y":1711,"w":21,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":10,"w":21,"h":21}, "sourceSize": {"w":46,"h":45} }, +"Game/Ranged.png": +{ + "frame": {"x":1241,"y":1882,"w":43,"h":65}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":11,"w":43,"h":65}, + "sourceSize": {"w":50,"h":86} +}, "Game/ShopBasic/3Bola.png": { - "frame": {"x":1205,"y":1574,"w":70,"h":54}, + "frame": {"x":1549,"y":1,"w":70,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":9,"w":70,"h":54}, @@ -7938,7 +7834,7 @@ }, "Game/ShopBasic/3Bomb.png": { - "frame": {"x":1926,"y":1253,"w":61,"h":62}, + "frame": {"x":1931,"y":1610,"w":61,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":61,"h":62}, @@ -7946,7 +7842,7 @@ }, "Game/ShopBasic/3Flash.png": { - "frame": {"x":1827,"y":69,"w":66,"h":66}, + "frame": {"x":1510,"y":1573,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":66,"h":66}, @@ -7954,7 +7850,7 @@ }, "Game/ShopBasic/3Smoke.png": { - "frame": {"x":1615,"y":521,"w":67,"h":67}, + "frame": {"x":1681,"y":457,"w":67,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":67,"h":67}, @@ -7962,31 +7858,31 @@ }, "Game/ShopBasic/BlueKey.png": { - "frame": {"x":963,"y":741,"w":72,"h":72}, + "frame": {"x":963,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/ShrineAura.png": +"Game/ShopBasic/DivineBelt.png": { - "frame": {"x":1281,"y":52,"w":21,"h":21}, + "frame": {"x":2002,"y":1837,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":20,"w":21,"h":21}, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Spell4.png": +"Game/ShopBasic/DivineBelt2.png": { - "frame": {"x":1833,"y":1998,"w":36,"h":49}, + "frame": {"x":2002,"y":1837,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":26,"y":4,"w":36,"h":49}, - "sourceSize": {"w":86,"h":56} + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, + "sourceSize": {"w":72,"h":72} }, "Game/SpellRange.png": { - "frame": {"x":963,"y":815,"w":72,"h":72}, + "frame": {"x":963,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -7994,7 +7890,7 @@ }, "Game/SpellReady.png": { - "frame": {"x":1402,"y":504,"w":70,"h":70}, + "frame": {"x":1477,"y":73,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -8002,7 +7898,7 @@ }, "Game/Spells/AirMote.png": { - "frame": {"x":1254,"y":867,"w":70,"h":71}, + "frame": {"x":1111,"y":882,"w":70,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":70,"h":71}, @@ -8010,7 +7906,7 @@ }, "Game/Spells/AkashicConflux.png": { - "frame": {"x":1618,"y":212,"w":68,"h":61}, + "frame": {"x":1569,"y":959,"w":68,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":68,"h":61}, @@ -8018,7 +7914,7 @@ }, "Game/Spells/Ally.png": { - "frame": {"x":1468,"y":1818,"w":60,"h":66}, + "frame": {"x":1168,"y":1814,"w":60,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":4,"w":60,"h":66}, @@ -8026,7 +7922,7 @@ }, "Game/Spells/AllyAttention.png": { - "frame": {"x":1947,"y":971,"w":62,"h":65}, + "frame": {"x":1975,"y":1014,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":62,"h":65}, @@ -8034,7 +7930,7 @@ }, "Game/Spells/AllyCancelHold.png": { - "frame": {"x":1821,"y":370,"w":65,"h":42}, + "frame": {"x":824,"y":1999,"w":65,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":15,"w":65,"h":42}, @@ -8042,7 +7938,7 @@ }, "Game/Spells/AllyDeselect.png": { - "frame": {"x":1796,"y":1383,"w":62,"h":62}, + "frame": {"x":1812,"y":1846,"w":62,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":62,"h":62}, @@ -8050,7 +7946,7 @@ }, "Game/Spells/AllyDeselectAll.png": { - "frame": {"x":1402,"y":576,"w":70,"h":70}, + "frame": {"x":1474,"y":145,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -8058,7 +7954,7 @@ }, "Game/Spells/AllyDisperse.png": { - "frame": {"x":1662,"y":1393,"w":64,"h":64}, + "frame": {"x":1930,"y":654,"w":64,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":64,"h":64}, @@ -8066,47 +7962,55 @@ }, "Game/Spells/AllyHold.png": { - "frame": {"x":1888,"y":370,"w":65,"h":42}, + "frame": {"x":891,"y":1999,"w":65,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":15,"w":65,"h":42}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/AllyMove.png": -{ - "frame": {"x":2000,"y":1481,"w":47,"h":57}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":13,"y":5,"w":47,"h":57}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/AllyOnMe.png": { - "frame": {"x":1205,"y":1842,"w":61,"h":61}, + "frame": {"x":1876,"y":1844,"w":61,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":5,"w":61,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/AnimatePuppet.png": +"Game/Spells/ApprenticeFire.png": { - "frame": {"x":1884,"y":832,"w":37,"h":63}, + "frame": {"x":1474,"y":451,"w":25,"h":37}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "spriteSourceSize": {"x":24,"y":17,"w":25,"h":37}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/ArcaneBarrier.png": { - "frame": {"x":958,"y":963,"w":72,"h":72}, + "frame": {"x":963,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/ArcaneBlast.png": +{ + "frame": {"x":1976,"y":1384,"w":60,"h":56}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":9,"w":60,"h":56}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/ArrowVineSpell.png": +{ + "frame": {"x":1836,"y":910,"w":61,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":20,"w":61,"h":31}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/BanishPortal.png": { - "frame": {"x":1820,"y":544,"w":65,"h":49}, + "frame": {"x":1602,"y":200,"w":65,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":65,"h":49}, @@ -8114,15 +8018,39 @@ }, "Game/Spells/BattleTrance.png": { - "frame": {"x":1818,"y":904,"w":63,"h":64}, + "frame": {"x":1895,"y":1148,"w":63,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":63,"h":64}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/BigBoulderLaunch.png": +{ + "frame": {"x":1876,"y":1907,"w":59,"h":62}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":7,"y":3,"w":59,"h":62}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/Blink.png": +{ + "frame": {"x":1316,"y":1131,"w":65,"h":34}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":17,"w":65,"h":34}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Spells/BoulderKick.png": +{ + "frame": {"x":1955,"y":1214,"w":59,"h":37}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":5,"y":17,"w":59,"h":37}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/BreakFree.png": { - "frame": {"x":1790,"y":784,"w":65,"h":60}, + "frame": {"x":1886,"y":592,"w":65,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":4,"w":65,"h":60}, @@ -8130,15 +8058,23 @@ }, "Game/Spells/Coalesce.png": { - "frame": {"x":1111,"y":75,"w":72,"h":71}, + "frame": {"x":1037,"y":1481,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/ColdFeet.png": +{ + "frame": {"x":1549,"y":129,"w":69,"h":69}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":2,"w":69,"h":69}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/CommandBind.png": { - "frame": {"x":1811,"y":1777,"w":56,"h":66}, + "frame": {"x":1480,"y":1809,"w":56,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":2,"w":56,"h":66}, @@ -8146,7 +8082,7 @@ }, "Game/Spells/CommandDisenchant.png": { - "frame": {"x":1545,"y":746,"w":68,"h":68}, + "frame": {"x":1531,"y":1121,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":68,"h":68}, @@ -8154,23 +8090,15 @@ }, "Game/Spells/CommandOrgasm.png": { - "frame": {"x":958,"y":1037,"w":72,"h":72}, + "frame": {"x":963,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/Crackle.png": -{ - "frame": {"x":1111,"y":439,"w":72,"h":70}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":72,"h":70}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Decoy.png": { - "frame": {"x":1324,"y":1833,"w":60,"h":66}, + "frame": {"x":1292,"y":1812,"w":60,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":4,"w":60,"h":66}, @@ -8178,7 +8106,7 @@ }, "Game/Spells/DesperateStruggle.png": { - "frame": {"x":1796,"y":1020,"w":64,"h":58}, + "frame": {"x":1802,"y":1486,"w":64,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":5,"w":64,"h":58}, @@ -8186,7 +8114,7 @@ }, "Game/Spells/DistractionShield.png": { - "frame": {"x":958,"y":1111,"w":72,"h":72}, + "frame": {"x":963,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8194,7 +8122,7 @@ }, "Game/Spells/Earthform.png": { - "frame": {"x":958,"y":1185,"w":72,"h":72}, + "frame": {"x":963,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8202,7 +8130,7 @@ }, "Game/Spells/EarthformLine.png": { - "frame": {"x":958,"y":1259,"w":72,"h":72}, + "frame": {"x":963,"y":1481,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8210,7 +8138,7 @@ }, "Game/Spells/EarthformMound.png": { - "frame": {"x":958,"y":1185,"w":72,"h":72}, + "frame": {"x":963,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8218,15 +8146,23 @@ }, "Game/Spells/EarthformRing.png": { - "frame": {"x":958,"y":1333,"w":72,"h":72}, + "frame": {"x":963,"y":1555,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/EarthMote.png": +{ + "frame": {"x":1893,"y":1214,"w":60,"h":37}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":20,"w":60,"h":37}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/Earthquake.png": { - "frame": {"x":889,"y":1828,"w":67,"h":69}, + "frame": {"x":1739,"y":194,"w":67,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":67,"h":69}, @@ -8234,7 +8170,7 @@ }, "Game/Spells/ElasticGrip.png": { - "frame": {"x":1857,"y":775,"w":64,"h":55}, + "frame": {"x":1778,"y":787,"w":64,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":13,"w":64,"h":55}, @@ -8242,7 +8178,7 @@ }, "Game/Spells/Electrify.png": { - "frame": {"x":1409,"y":1001,"w":69,"h":61}, + "frame": {"x":1544,"y":317,"w":69,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":7,"w":69,"h":61}, @@ -8250,7 +8186,7 @@ }, "Game/Spells/Empower.png": { - "frame": {"x":1953,"y":532,"w":63,"h":40}, + "frame": {"x":1707,"y":844,"w":63,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":17,"w":63,"h":40}, @@ -8258,7 +8194,7 @@ }, "Game/Spells/EmpowerFail.png": { - "frame": {"x":1818,"y":970,"w":63,"h":40}, + "frame": {"x":1828,"y":141,"w":63,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":17,"w":63,"h":40}, @@ -8266,7 +8202,7 @@ }, "Game/Spells/Engulf.png": { - "frame": {"x":1793,"y":1451,"w":63,"h":60}, + "frame": {"x":1909,"y":1086,"w":63,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":1,"w":63,"h":60}, @@ -8274,7 +8210,7 @@ }, "Game/Spells/Enrage.png": { - "frame": {"x":1857,"y":1575,"w":61,"h":66}, + "frame": {"x":1564,"y":1778,"w":61,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":1,"w":61,"h":66}, @@ -8282,15 +8218,23 @@ }, "Game/Spells/Evasion.png": { - "frame": {"x":1602,"y":1732,"w":56,"h":67}, + "frame": {"x":1177,"y":1745,"w":56,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":5,"w":56,"h":67}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/FeatherCloud.png": +{ + "frame": {"x":1111,"y":149,"w":68,"h":72}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":4,"y":0,"w":68,"h":72}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/Fireball.png": { - "frame": {"x":958,"y":1407,"w":72,"h":72}, + "frame": {"x":963,"y":1629,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8298,7 +8242,7 @@ }, "Game/Spells/Fireblast.png": { - "frame": {"x":1682,"y":1722,"w":63,"h":63}, + "frame": {"x":1856,"y":1676,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":63,"h":63}, @@ -8306,7 +8250,7 @@ }, "Game/Spells/FlameBlade.png": { - "frame": {"x":958,"y":1481,"w":72,"h":72}, + "frame": {"x":963,"y":1703,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8314,7 +8258,7 @@ }, "Game/Spells/FlashFreeze.png": { - "frame": {"x":1185,"y":131,"w":71,"h":71}, + "frame": {"x":1111,"y":371,"w":71,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":71,"h":71}, @@ -8322,7 +8266,7 @@ }, "Game/Spells/FocusedFlash.png": { - "frame": {"x":958,"y":1555,"w":72,"h":72}, + "frame": {"x":963,"y":1777,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8330,15 +8274,23 @@ }, "Game/Spells/Freeze.png": { - "frame": {"x":889,"y":1328,"w":67,"h":70}, + "frame": {"x":1180,"y":1390,"w":67,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":0,"w":67,"h":70}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/Frustration.png": +{ + "frame": {"x":1572,"y":589,"w":37,"h":66}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":13,"y":5,"w":37,"h":66}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/Golem.png": { - "frame": {"x":1469,"y":893,"w":68,"h":68}, + "frame": {"x":1571,"y":688,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":68,"h":68}, @@ -8346,7 +8298,7 @@ }, "Game/Spells/GreaterFlash.png": { - "frame": {"x":1111,"y":727,"w":72,"h":70}, + "frame": {"x":1037,"y":1917,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":70}, @@ -8354,23 +8306,15 @@ }, "Game/Spells/GreaterInvisibility.png": { - "frame": {"x":958,"y":1629,"w":72,"h":72}, + "frame": {"x":963,"y":1851,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/GreaterShield.png": -{ - "frame": {"x":1549,"y":1528,"w":55,"h":68}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":8,"y":3,"w":55,"h":68}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Hailstorm.png": { - "frame": {"x":1796,"y":1146,"w":63,"h":63}, + "frame": {"x":1974,"y":788,"w":63,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":63,"h":63}, @@ -8378,7 +8322,7 @@ }, "Game/Spells/IceLance.png": { - "frame": {"x":1032,"y":1321,"w":66,"h":68}, + "frame": {"x":1831,"y":1,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":66,"h":68}, @@ -8386,7 +8330,7 @@ }, "Game/Spells/IceOrb.png": { - "frame": {"x":1417,"y":1464,"w":63,"h":68}, + "frame": {"x":1466,"y":1160,"w":63,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":63,"h":68}, @@ -8394,7 +8338,7 @@ }, "Game/Spells/Icicles.png": { - "frame": {"x":1185,"y":349,"w":71,"h":70}, + "frame": {"x":1183,"y":776,"w":71,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":71,"h":70}, @@ -8402,7 +8346,7 @@ }, "Game/Spells/Incinerate.png": { - "frame": {"x":1331,"y":143,"w":70,"h":71}, + "frame": {"x":1111,"y":955,"w":70,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":70,"h":71}, @@ -8410,47 +8354,15 @@ }, "Game/Spells/Invisibility.png": { - "frame": {"x":958,"y":1703,"w":72,"h":72}, + "frame": {"x":963,"y":1925,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/IronBlood.png": -{ - "frame": {"x":1174,"y":1842,"w":28,"h":51}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":10,"w":28,"h":51}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Spells/KineticLance.png": -{ - "frame": {"x":1684,"y":735,"w":66,"h":48}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":1,"y":11,"w":66,"h":48}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Spells/LatexWall.png": -{ - "frame": {"x":593,"y":1999,"w":72,"h":48}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":13,"w":72,"h":48}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Spells/LatexWallHoriz.png": -{ - "frame": {"x":593,"y":1999,"w":72,"h":48}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":13,"w":72,"h":48}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Leap2.png": { - "frame": {"x":958,"y":1777,"w":72,"h":72}, + "frame": {"x":1037,"y":1,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8458,7 +8370,7 @@ }, "Game/Spells/Leap3.png": { - "frame": {"x":958,"y":1851,"w":72,"h":72}, + "frame": {"x":1037,"y":75,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8466,7 +8378,7 @@ }, "Game/Spells/LeatherBurst.png": { - "frame": {"x":1347,"y":1548,"w":68,"h":67}, + "frame": {"x":1611,"y":597,"w":68,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":4,"w":68,"h":67}, @@ -8474,7 +8386,7 @@ }, "Game/Spells/Light.png": { - "frame": {"x":1955,"y":367,"w":63,"h":66}, + "frame": {"x":1624,"y":1709,"w":63,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":63,"h":66}, @@ -8482,7 +8394,7 @@ }, "Game/Spells/LightningRune.png": { - "frame": {"x":1889,"y":414,"w":64,"h":47}, + "frame": {"x":1735,"y":265,"w":64,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":13,"w":64,"h":47}, @@ -8490,7 +8402,7 @@ }, "Game/Spells/LiquidMetalBurst.png": { - "frame": {"x":1111,"y":799,"w":72,"h":70}, + "frame": {"x":1181,"y":149,"w":72,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":70}, @@ -8498,7 +8410,7 @@ }, "Game/Spells/Lockdown.png": { - "frame": {"x":1032,"y":1037,"w":66,"h":69}, + "frame": {"x":1808,"y":192,"w":66,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":66,"h":69}, @@ -8506,7 +8418,7 @@ }, "Game/Spells/ManaRecharge.png": { - "frame": {"x":1895,"y":71,"w":66,"h":57}, + "frame": {"x":1872,"y":399,"w":66,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":66,"h":57}, @@ -8514,7 +8426,7 @@ }, "Game/Spells/Quickness.png": { - "frame": {"x":1271,"y":840,"w":39,"h":23}, + "frame": {"x":1589,"y":1548,"w":39,"h":23}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":24,"w":39,"h":23}, @@ -8522,7 +8434,7 @@ }, "Game/Spells/Rainstorm.png": { - "frame": {"x":958,"y":1925,"w":72,"h":72}, + "frame": {"x":1037,"y":149,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8530,7 +8442,7 @@ }, "Game/Spells/RaiseDefenses.png": { - "frame": {"x":1032,"y":1671,"w":66,"h":68}, + "frame": {"x":1726,"y":714,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":4,"w":66,"h":68}, @@ -8538,7 +8450,7 @@ }, "Game/Spells/RecoverObject2.png": { - "frame": {"x":1483,"y":1674,"w":62,"h":67}, + "frame": {"x":1886,"y":458,"w":62,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":4,"w":62,"h":67}, @@ -8546,7 +8458,7 @@ }, "Game/Spells/Ring.png": { - "frame": {"x":1032,"y":889,"w":72,"h":72}, + "frame": {"x":1037,"y":223,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8554,31 +8466,15 @@ }, "Game/Spells/RingOfSlime.png": { - "frame": {"x":1037,"y":1,"w":72,"h":72}, + "frame": {"x":1037,"y":297,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/RopeBoltLaunchMany.png": -{ - "frame": {"x":1616,"y":417,"w":68,"h":46}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":13,"w":68,"h":46}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Spells/Ropework.png": -{ - "frame": {"x":1873,"y":1774,"w":61,"h":54}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":13,"w":61,"h":54}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/Sagitta.png": { - "frame": {"x":1952,"y":647,"w":62,"h":52}, + "frame": {"x":1844,"y":790,"w":62,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":62,"h":52}, @@ -8586,7 +8482,7 @@ }, "Game/Spells/ShadowBlade.png": { - "frame": {"x":1277,"y":1590,"w":66,"h":38}, + "frame": {"x":419,"y":1999,"w":66,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":13,"w":66,"h":38}, @@ -8594,7 +8490,7 @@ }, "Game/Spells/ShadowWarrior.png": { - "frame": {"x":1961,"y":1,"w":65,"h":67}, + "frame": {"x":1578,"y":1573,"w":65,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":65,"h":67}, @@ -8602,7 +8498,7 @@ }, "Game/Spells/Shatter.png": { - "frame": {"x":1106,"y":963,"w":72,"h":69}, + "frame": {"x":1184,"y":1,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":69}, @@ -8610,7 +8506,7 @@ }, "Game/Spells/Shield.png": { - "frame": {"x":1594,"y":1094,"w":66,"h":62}, + "frame": {"x":1818,"y":591,"w":66,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":7,"w":66,"h":62}, @@ -8618,7 +8514,7 @@ }, "Game/Spells/Shock.png": { - "frame": {"x":1180,"y":939,"w":72,"h":66}, + "frame": {"x":1183,"y":569,"w":72,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":72,"h":66}, @@ -8626,7 +8522,7 @@ }, "Game/Spells/Shroud.png": { - "frame": {"x":1111,"y":294,"w":72,"h":71}, + "frame": {"x":1037,"y":1700,"w":72,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":71}, @@ -8634,7 +8530,7 @@ }, "Game/Spells/Sleet.png": { - "frame": {"x":1752,"y":912,"w":64,"h":67}, + "frame": {"x":1111,"y":1744,"w":64,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":64,"h":67}, @@ -8642,7 +8538,7 @@ }, "Game/Spells/Slime.png": { - "frame": {"x":1590,"y":1394,"w":65,"h":63}, + "frame": {"x":1669,"y":1551,"w":65,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":65,"h":63}, @@ -8650,7 +8546,7 @@ }, "Game/Spells/SlimeEruption.png": { - "frame": {"x":1174,"y":1034,"w":71,"h":72}, + "frame": {"x":1111,"y":75,"w":71,"h":72}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":71,"h":72}, @@ -8658,7 +8554,7 @@ }, "Game/Spells/SlimeSplash.png": { - "frame": {"x":1326,"y":939,"w":70,"h":65}, + "frame": {"x":1328,"y":765,"w":70,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":70,"h":65}, @@ -8666,7 +8562,7 @@ }, "Game/Spells/Snowball.png": { - "frame": {"x":1100,"y":1535,"w":72,"h":68}, + "frame": {"x":1184,"y":363,"w":72,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":72,"h":68}, @@ -8674,7 +8570,7 @@ }, "Game/Spells/Sonar.png": { - "frame": {"x":1793,"y":1513,"w":62,"h":62}, + "frame": {"x":1286,"y":1947,"w":62,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":5,"w":62,"h":62}, @@ -8682,7 +8578,7 @@ }, "Game/Spells/SpellChoiceUp3.png": { - "frame": {"x":1746,"y":1652,"w":62,"h":61}, + "frame": {"x":1183,"y":1949,"w":62,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":62,"h":61}, @@ -8690,7 +8586,7 @@ }, "Game/Spells/SpellFail.png": { - "frame": {"x":1827,"y":137,"w":66,"h":66}, + "frame": {"x":1605,"y":1221,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":66}, @@ -8698,7 +8594,7 @@ }, "Game/Spells/SpellFailPartial.png": { - "frame": {"x":1806,"y":276,"w":66,"h":66}, + "frame": {"x":1671,"y":1121,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":66}, @@ -8706,7 +8602,7 @@ }, "Game/Spells/Spread.png": { - "frame": {"x":1963,"y":70,"w":65,"h":56}, + "frame": {"x":1899,"y":910,"w":65,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":10,"w":65,"h":56}, @@ -8714,7 +8610,7 @@ }, "Game/Spells/StaticSphere.png": { - "frame": {"x":1685,"y":275,"w":68,"h":53}, + "frame": {"x":1601,"y":1121,"w":68,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":10,"w":68,"h":53}, @@ -8722,7 +8618,7 @@ }, "Game/Spells/StoneSkin.png": { - "frame": {"x":1658,"y":1801,"w":58,"h":66}, + "frame": {"x":1354,"y":1812,"w":58,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":58,"h":66}, @@ -8730,7 +8626,7 @@ }, "Game/Spells/StormCrystal.png": { - "frame": {"x":1398,"y":864,"w":69,"h":69}, + "frame": {"x":1402,"y":543,"w":69,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":2,"w":69,"h":69}, @@ -8738,15 +8634,23 @@ }, "Game/Spells/Strength.png": { - "frame": {"x":1871,"y":2006,"w":56,"h":40}, + "frame": {"x":1982,"y":1734,"w":56,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":13,"w":56,"h":40}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/SummonCuffs.png": +{ + "frame": {"x":1389,"y":2013,"w":51,"h":33}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":19,"w":51,"h":33}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/SummonLatexArmbinder.png": { - "frame": {"x":1330,"y":288,"w":70,"h":70}, + "frame": {"x":1258,"y":488,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -8754,7 +8658,7 @@ }, "Game/Spells/SummonLatexGag.png": { - "frame": {"x":1330,"y":360,"w":70,"h":70}, + "frame": {"x":1258,"y":560,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -8762,7 +8666,7 @@ }, "Game/Spells/SummonLatexLegbinder.png": { - "frame": {"x":1330,"y":432,"w":70,"h":70}, + "frame": {"x":1257,"y":632,"w":70,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":70,"h":70}, @@ -8770,7 +8674,7 @@ }, "Game/Spells/SummonLeatherCuffs.png": { - "frame": {"x":1595,"y":1028,"w":66,"h":64}, + "frame": {"x":1818,"y":525,"w":66,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":66,"h":64}, @@ -8778,31 +8682,23 @@ }, "Game/Spells/SummonLegbinder.png": { - "frame": {"x":1547,"y":122,"w":69,"h":56}, + "frame": {"x":1501,"y":577,"w":69,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":9,"w":69,"h":56}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/SummonStraitjacket.png": -{ - "frame": {"x":1547,"y":62,"w":69,"h":58}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":10,"w":69,"h":58}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Spells/Swap.png": +"Game/Spells/SummonYoke.png": { - "frame": {"x":1702,"y":2002,"w":60,"h":44}, + "frame": {"x":1531,"y":1191,"w":62,"h":33}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":6,"y":14,"w":60,"h":44}, + "spriteSourceSize": {"x":5,"y":17,"w":62,"h":33}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/TickleCloud.png": { - "frame": {"x":1482,"y":1533,"w":65,"h":64}, + "frame": {"x":1726,"y":1189,"w":65,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":65,"h":64}, @@ -8810,7 +8706,7 @@ }, "Game/Spells/TidalBall.png": { - "frame": {"x":1525,"y":1083,"w":67,"h":58}, + "frame": {"x":1639,"y":1006,"w":67,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":8,"w":67,"h":58}, @@ -8818,7 +8714,7 @@ }, "Game/Spells/ToolsOfTheTrade.png": { - "frame": {"x":1752,"y":596,"w":65,"h":66}, + "frame": {"x":1602,"y":1480,"w":65,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":4,"w":65,"h":66}, @@ -8826,7 +8722,7 @@ }, "Game/Spells/TransportationPortal.png": { - "frame": {"x":1942,"y":268,"w":65,"h":50}, + "frame": {"x":1668,"y":265,"w":65,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":65,"h":50}, @@ -8834,7 +8730,7 @@ }, "Game/Spells/Tremor.png": { - "frame": {"x":1731,"y":1259,"w":64,"h":60}, + "frame": {"x":1953,"y":592,"w":64,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":64,"h":60}, @@ -8842,7 +8738,7 @@ }, "Game/Spells/TrueSight.png": { - "frame": {"x":1469,"y":963,"w":56,"h":35}, + "frame": {"x":1856,"y":1741,"w":56,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":17,"w":56,"h":35}, @@ -8850,7 +8746,7 @@ }, "Game/Spells/UnconventionalWarfare.png": { - "frame": {"x":1942,"y":904,"w":62,"h":65}, + "frame": {"x":1924,"y":1253,"w":62,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":3,"w":62,"h":65}, @@ -8858,7 +8754,7 @@ }, "Game/Spells/Volcanism.png": { - "frame": {"x":1665,"y":1198,"w":65,"h":59}, + "frame": {"x":1843,"y":1020,"w":65,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":8,"w":65,"h":59}, @@ -8866,7 +8762,7 @@ }, "Game/Spells/Wall.png": { - "frame": {"x":1100,"y":1253,"w":72,"h":69}, + "frame": {"x":1177,"y":292,"w":72,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":2,"w":72,"h":69}, @@ -8874,15 +8770,23 @@ }, "Game/Spells/ZoneOfExcitement.png": { - "frame": {"x":1268,"y":1842,"w":54,"h":67}, + "frame": {"x":1474,"y":1740,"w":54,"h":67}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":54,"h":67}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/ZoneOfFrost.png": +{ + "frame": {"x":1929,"y":720,"w":64,"h":66}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":3,"y":4,"w":64,"h":66}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/ZoneOfPurity.png": { - "frame": {"x":1417,"y":1534,"w":62,"h":68}, + "frame": {"x":1185,"y":1100,"w":62,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":2,"w":62,"h":68}, @@ -8890,7 +8794,7 @@ }, "Game/Target.png": { - "frame": {"x":1796,"y":1080,"w":63,"h":64}, + "frame": {"x":1910,"y":1020,"w":63,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":63,"h":64}, @@ -8898,7 +8802,7 @@ }, "Game/TargetAction.png": { - "frame": {"x":1037,"y":75,"w":72,"h":72}, + "frame": {"x":1037,"y":371,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8906,7 +8810,7 @@ }, "Game/TargetAttack.png": { - "frame": {"x":1037,"y":149,"w":72,"h":72}, + "frame": {"x":1037,"y":445,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8914,7 +8818,7 @@ }, "Game/TargetMove.png": { - "frame": {"x":1037,"y":223,"w":72,"h":72}, + "frame": {"x":1037,"y":519,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8922,7 +8826,7 @@ }, "Game/TargetPass.png": { - "frame": {"x":1037,"y":297,"w":72,"h":72}, + "frame": {"x":1037,"y":593,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8930,7 +8834,7 @@ }, "Game/TargetSpell.png": { - "frame": {"x":1037,"y":371,"w":72,"h":72}, + "frame": {"x":1037,"y":667,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8938,7 +8842,7 @@ }, "Game/TargetSub.png": { - "frame": {"x":1037,"y":445,"w":72,"h":72}, + "frame": {"x":1037,"y":741,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8946,7 +8850,7 @@ }, "Game/TargetTalk.png": { - "frame": {"x":1037,"y":519,"w":72,"h":72}, + "frame": {"x":1037,"y":815,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -8954,7 +8858,7 @@ }, "Game/UI/AutoBindCopy.png": { - "frame": {"x":1409,"y":1064,"w":68,"h":68}, + "frame": {"x":1615,"y":317,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -8962,7 +8866,7 @@ }, "Game/UI/AutoBindPaste.png": { - "frame": {"x":1409,"y":1134,"w":68,"h":68}, + "frame": {"x":1669,"y":195,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -8970,7 +8874,7 @@ }, "Game/UI/AutoBindPasteAll.png": { - "frame": {"x":1390,"y":1204,"w":68,"h":68}, + "frame": {"x":1692,"y":1,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -8978,15 +8882,23 @@ }, "Game/UI/AutoBindPasteAllOver.png": { - "frame": {"x":1185,"y":421,"w":71,"h":70}, + "frame": {"x":1183,"y":848,"w":71,"h":70}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":71,"h":70}, "sourceSize": {"w":72,"h":72} }, +"Game/UI/BoxSmall.png": +{ + "frame": {"x":1645,"y":1573,"w":22,"h":22}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":1,"y":1,"w":22,"h":22}, + "sourceSize": {"w":24,"h":24} +}, "Game/UI/Buttons/MarkAll.png": { - "frame": {"x":1398,"y":935,"w":69,"h":64}, + "frame": {"x":1545,"y":251,"w":69,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":8,"w":69,"h":64}, @@ -8994,7 +8906,7 @@ }, "Game/UI/Buttons/UnmarkAll.png": { - "frame": {"x":1338,"y":1077,"w":69,"h":64}, + "frame": {"x":1621,"y":1,"w":69,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":8,"w":69,"h":64}, @@ -9002,7 +8914,7 @@ }, "Game/UI/CollectionFilter/Bound.png": { - "frame": {"x":1920,"y":1642,"w":61,"h":58}, + "frame": {"x":1937,"y":1973,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":8,"w":61,"h":58}, @@ -9010,63 +8922,39 @@ }, "Game/UI/CollectionFilter/Free.png": { - "frame": {"x":1747,"y":1784,"w":62,"h":61}, + "frame": {"x":1812,"y":1910,"w":62,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":8,"w":62,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/CollectionFilter/Negative.png": -{ - "frame": {"x":2008,"y":320,"w":38,"h":44}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":17,"y":14,"w":38,"h":44}, - "sourceSize": {"w":72,"h":72} -}, -"Game/UI/CollectionFilter/Rank0.png": -{ - "frame": {"x":1758,"y":208,"w":46,"h":32}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":14,"y":20,"w":46,"h":32}, - "sourceSize": {"w":72,"h":72} -}, "Game/UI/CollectionFilter/Rank5.png": { - "frame": {"x":1862,"y":1255,"w":62,"h":59}, + "frame": {"x":1873,"y":1973,"w":62,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":3,"w":62,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/Demote.png": -{ - "frame": {"x":1727,"y":1161,"w":46,"h":32}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":15,"y":24,"w":46,"h":32}, - "sourceSize": {"w":76,"h":76} -}, "Game/UI/Dress.png": { - "frame": {"x":1474,"y":288,"w":69,"h":69}, + "frame": {"x":1402,"y":614,"w":69,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":69,"h":69}, "sourceSize": {"w":76,"h":76} }, -"Game/UI/Edged.png": +"Game/UI/evasion.png": { - "frame": {"x":1929,"y":1963,"w":60,"h":59}, + "frame": {"x":1466,"y":1034,"w":25,"h":19}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":0,"y":1,"w":60,"h":59}, - "sourceSize": {"w":60,"h":60} + "spriteSourceSize": {"x":7,"y":7,"w":25,"h":19}, + "sourceSize": {"w":36,"h":36} }, "Game/UI/Facility/AlchemyLab.png": { - "frame": {"x":1032,"y":1179,"w":64,"h":69}, + "frame": {"x":1178,"y":1533,"w":64,"h":69}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":64,"h":69}, @@ -9074,7 +8962,7 @@ }, "Game/UI/Facility/CuddleLounge.png": { - "frame": {"x":1342,"y":1752,"w":68,"h":65}, + "frame": {"x":1571,"y":826,"w":68,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":4,"w":68,"h":65}, @@ -9082,7 +8970,7 @@ }, "Game/UI/Facility/Gear.png": { - "frame": {"x":1827,"y":1,"w":66,"h":66}, + "frame": {"x":1534,"y":1418,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":66,"h":66}, @@ -9090,7 +8978,7 @@ }, "Game/UI/Facility/RescueTeam.png": { - "frame": {"x":1924,"y":1368,"w":61,"h":65}, + "frame": {"x":1627,"y":1845,"w":61,"h":65}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":4,"w":61,"h":65}, @@ -9098,7 +8986,7 @@ }, "Game/UI/greyColor.png": { - "frame": {"x":1615,"y":1524,"w":64,"h":64}, + "frame": {"x":1793,"y":1321,"w":64,"h":64}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":64,"h":64}, @@ -9106,7 +8994,7 @@ }, "Game/UI/ItemAura.png": { - "frame": {"x":1037,"y":593,"w":72,"h":72}, + "frame": {"x":1037,"y":889,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9114,95 +9002,71 @@ }, "Game/UI/ItemAuraBG.png": { - "frame": {"x":1185,"y":204,"w":71,"h":71}, + "frame": {"x":1111,"y":444,"w":71,"h":71}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":71,"h":71}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/LetGo.png": -{ - "frame": {"x":1936,"y":1768,"w":60,"h":60}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":60,"h":60}, - "sourceSize": {"w":60,"h":60} -}, -"Game/UI/MiniMap/Bars.png": -{ - "frame": {"x":1386,"y":1819,"w":24,"h":24}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, - "sourceSize": {"w":24,"h":24} -}, -"Game/UI/MiniMap/Bed.png": -{ - "frame": {"x":1386,"y":1845,"w":24,"h":24}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, - "sourceSize": {"w":24,"h":24} -}, "Game/UI/MiniMap/Chest.png": { - "frame": {"x":1257,"y":52,"w":22,"h":21}, + "frame": {"x":1645,"y":1597,"w":22,"h":21}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":22,"h":21}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/DoorClosed.png": +"Game/UI/MiniMap/Ghost.png": { - "frame": {"x":1386,"y":1871,"w":24,"h":24}, + "frame": {"x":1473,"y":729,"w":24,"h":24}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/DoorOpen.png": +"Game/UI/MiniMap/Grate.png": { - "frame": {"x":1811,"y":1907,"w":24,"h":24}, + "frame": {"x":1541,"y":1025,"w":24,"h":24}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/Ghost.png": +"Game/UI/MiniMap/Shrine.png": { - "frame": {"x":1837,"y":1907,"w":24,"h":24}, + "frame": {"x":2020,"y":133,"w":24,"h":24}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/Grate.png": +"Game/UI/MiniMap/ShrineMana.png": { - "frame": {"x":1926,"y":1871,"w":24,"h":24}, + "frame": {"x":1739,"y":1121,"w":24,"h":24}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/Shrine.png": +"Game/UI/MiniMap/ShrineManaQuest.png": { - "frame": {"x":1952,"y":1871,"w":24,"h":24}, + "frame": {"x":1739,"y":1147,"w":24,"h":24}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, -"Game/UI/MiniMap/Stairs.png": +"Game/UI/MiniMap/ShrineQuest.png": { - "frame": {"x":1887,"y":1488,"w":23,"h":23}, + "frame": {"x":1538,"y":1797,"w":24,"h":24}, "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":0,"w":23,"h":23}, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, "sourceSize": {"w":24,"h":24} }, "Game/UI/MiniMap/StairsDown.png": { - "frame": {"x":1912,"y":1488,"w":23,"h":23}, + "frame": {"x":1538,"y":1823,"w":23,"h":23}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":23,"h":23}, @@ -9210,7 +9074,7 @@ }, "Game/UI/NavMap/basic.png": { - "frame": {"x":1347,"y":1408,"w":68,"h":68}, + "frame": {"x":1691,"y":71,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -9218,7 +9082,7 @@ }, "Game/UI/NavMap/boss.png": { - "frame": {"x":1277,"y":1450,"w":68,"h":68}, + "frame": {"x":1613,"y":387,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, @@ -9226,39 +9090,39 @@ }, "Game/UI/NavMap/shop.png": { - "frame": {"x":1347,"y":1478,"w":68,"h":68}, + "frame": {"x":1611,"y":457,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":68,"h":68}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/Rank/Rank0.png": +"Game/UI/Rank/Rank4.png": { - "frame": {"x":1758,"y":208,"w":46,"h":32}, + "frame": {"x":1793,"y":1254,"w":64,"h":65}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":14,"y":20,"w":46,"h":32}, + "spriteSourceSize": {"x":4,"y":1,"w":64,"h":65}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/Rank/Rank4.png": +"Game/UI/Rank/Rank5.png": { - "frame": {"x":1665,"y":1326,"w":64,"h":65}, + "frame": {"x":1111,"y":297,"w":64,"h":72}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":1,"w":64,"h":65}, + "spriteSourceSize": {"x":4,"y":0,"w":64,"h":72}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/Rank/Rank5.png": +"Game/UI/Recycler/Chastity.png": { - "frame": {"x":889,"y":963,"w":64,"h":72}, + "frame": {"x":2000,"y":1776,"w":45,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":0,"w":64,"h":72}, + "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/UI/Recycler/Cyber.png": { - "frame": {"x":1818,"y":846,"w":64,"h":56}, + "frame": {"x":1846,"y":1387,"w":64,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":18,"w":64,"h":56}, @@ -9266,7 +9130,7 @@ }, "Game/UI/Recycler/Metal.png": { - "frame": {"x":1937,"y":1481,"w":61,"h":58}, + "frame": {"x":1939,"y":1838,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":5,"w":61,"h":58}, @@ -9274,23 +9138,15 @@ }, "Game/UI/Recycler/Metal2.png": { - "frame": {"x":1937,"y":1481,"w":61,"h":58}, + "frame": {"x":1939,"y":1838,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":5,"w":61,"h":58}, "sourceSize": {"w":73,"h":72} }, -"Game/UI/Recycler/Rope.png": -{ - "frame": {"x":2018,"y":463,"w":29,"h":51}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, - "sourceSize": {"w":72,"h":72} -}, "Game/UI/Recycler/Tape.png": { - "frame": {"x":1180,"y":1007,"w":41,"h":24}, + "frame": {"x":1736,"y":1614,"w":41,"h":24}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":24,"w":41,"h":24}, @@ -9298,7 +9154,7 @@ }, "Game/UI/Resource/Leather.png": { - "frame": {"x":1861,"y":1080,"w":63,"h":55}, + "frame": {"x":1966,"y":910,"w":63,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":63,"h":55}, @@ -9306,7 +9162,7 @@ }, "Game/UI/Restrain.png": { - "frame": {"x":1937,"y":1481,"w":61,"h":58}, + "frame": {"x":1939,"y":1838,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":61,"h":58}, @@ -9314,7 +9170,7 @@ }, "Game/UI/RestrainBack.png": { - "frame": {"x":1920,"y":1642,"w":61,"h":58}, + "frame": {"x":1937,"y":1973,"w":61,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":61,"h":58}, @@ -9322,39 +9178,63 @@ }, "Game/UI/RestrainFree.png": { - "frame": {"x":1747,"y":1784,"w":62,"h":61}, + "frame": {"x":1812,"y":1910,"w":62,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":62,"h":61}, "sourceSize": {"w":76,"h":76} }, -"Game/UI/restraint_nokey.png": +"Game/UI/Sleep.png": { - "frame": {"x":1496,"y":2021,"w":28,"h":25}, + "frame": {"x":1581,"y":2005,"w":59,"h":42}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":4,"y":5,"w":28,"h":25}, - "sourceSize": {"w":36,"h":36} + "spriteSourceSize": {"x":7,"y":7,"w":59,"h":42}, + "sourceSize": {"w":71,"h":60} }, "Game/UI/SleepVibe.png": { - "frame": {"x":1887,"y":479,"w":64,"h":52}, + "frame": {"x":1807,"y":333,"w":64,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":6,"w":64,"h":52}, "sourceSize": {"w":71,"h":60} }, +"Game/UI/speed.png": +{ + "frame": {"x":1444,"y":1969,"w":25,"h":21}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":7,"y":7,"w":25,"h":21}, + "sourceSize": {"w":36,"h":36} +}, +"Game/UI/Tighten.png": +{ + "frame": {"x":1183,"y":1172,"w":67,"h":71}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":6,"y":2,"w":67,"h":71}, + "sourceSize": {"w":76,"h":76} +}, "Game/UI/UsePotionUnavailable.png": { - "frame": {"x":1250,"y":2024,"w":20,"h":20}, + "frame": {"x":1645,"y":1620,"w":20,"h":20}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":20,"h":20}, "sourceSize": {"w":44,"h":26} }, +"Game/UI/WaitJail.png": +{ + "frame": {"x":1921,"y":1734,"w":59,"h":40}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":10,"w":59,"h":40}, + "sourceSize": {"w":60,"h":60} +}, "Game/WarningAlly.png": { - "frame": {"x":1684,"y":534,"w":66,"h":66}, + "frame": {"x":1710,"y":886,"w":66,"h":66}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":66,"h":66}, @@ -9362,7 +9242,7 @@ }, "Game/WarningBacking.png": { - "frame": {"x":1037,"y":667,"w":72,"h":72}, + "frame": {"x":1037,"y":963,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9370,7 +9250,7 @@ }, "Game/WarningBackingHighlight.png": { - "frame": {"x":1037,"y":741,"w":72,"h":72}, + "frame": {"x":1037,"y":1037,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9378,7 +9258,7 @@ }, "Game/WarningColor.png": { - "frame": {"x":1037,"y":815,"w":72,"h":72}, + "frame": {"x":1037,"y":1111,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9386,7 +9266,7 @@ }, "Game/WarningColorBasic.png": { - "frame": {"x":1032,"y":963,"w":72,"h":72}, + "frame": {"x":1037,"y":1185,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9394,7 +9274,7 @@ }, "Game/WarningColorSpecial.png": { - "frame": {"x":1100,"y":1037,"w":72,"h":72}, + "frame": {"x":1037,"y":1259,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9402,7 +9282,7 @@ }, "Game/WarningColorSpecialBasic.png": { - "frame": {"x":1106,"y":889,"w":72,"h":72}, + "frame": {"x":1037,"y":1333,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9410,7 +9290,7 @@ }, "Game/WarningColorSpell.png": { - "frame": {"x":1111,"y":1,"w":72,"h":72}, + "frame": {"x":1037,"y":1407,"w":72,"h":72}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":72,"h":72}, @@ -9418,7 +9298,7 @@ }, "Game/WarningHighlightAlly.png": { - "frame": {"x":1277,"y":1520,"w":68,"h":68}, + "frame": {"x":1611,"y":527,"w":68,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":68,"h":68}, @@ -9426,7 +9306,7 @@ }, "Game/WeakBinding.png": { - "frame": {"x":1032,"y":1741,"w":66,"h":68}, + "frame": {"x":1466,"y":1361,"w":66,"h":68}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":66,"h":68}, @@ -9440,6 +9320,6 @@ "size": {"w":2048,"h":2048}, "scale": "1", "related_multi_packs": [ "game0.json", "game1.json", "game2.json", "game3.json", "game5.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game4.png b/TextureAtlas/game4.png index f0c6dda83..f458a9a7f 100644 Binary files a/TextureAtlas/game4.png and b/TextureAtlas/game4.png differ diff --git a/TextureAtlas/game5.json b/TextureAtlas/game5.json index b2b302ced..ed2c0d140 100644 --- a/TextureAtlas/game5.json +++ b/TextureAtlas/game5.json @@ -2,7 +2,7 @@ "Game/Backpack.png": { - "frame": {"x":768,"y":487,"w":47,"h":48}, + "frame": {"x":1485,"y":489,"w":47,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":28,"w":47,"h":48}, @@ -10,7 +10,7 @@ }, "Game/Buckle.png": { - "frame": {"x":1881,"y":208,"w":45,"h":46}, + "frame": {"x":1706,"y":250,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":5,"w":45,"h":46}, @@ -18,7 +18,7 @@ }, "Game/Buffs/armor.png": { - "frame": {"x":93,"y":189,"w":46,"h":46}, + "frame": {"x":619,"y":191,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -26,7 +26,7 @@ }, "Game/Buffs/BlankBuff.png": { - "frame": {"x":141,"y":189,"w":46,"h":46}, + "frame": {"x":667,"y":191,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -34,7 +34,7 @@ }, "Game/Buffs/boost.png": { - "frame": {"x":219,"y":192,"w":46,"h":46}, + "frame": {"x":715,"y":193,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -42,7 +42,7 @@ }, "Game/Buffs/boostmixed.png": { - "frame": {"x":267,"y":192,"w":46,"h":46}, + "frame": {"x":763,"y":193,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -50,7 +50,7 @@ }, "Game/Buffs/boundArms.png": { - "frame": {"x":315,"y":192,"w":46,"h":46}, + "frame": {"x":811,"y":193,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -58,7 +58,7 @@ }, "Game/Buffs/boundBlind.png": { - "frame": {"x":363,"y":193,"w":46,"h":46}, + "frame": {"x":859,"y":193,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -66,7 +66,7 @@ }, "Game/Buffs/boundGag.png": { - "frame": {"x":411,"y":195,"w":46,"h":46}, + "frame": {"x":907,"y":195,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -74,7 +74,7 @@ }, "Game/Buffs/boundGagFull.png": { - "frame": {"x":459,"y":196,"w":46,"h":46}, + "frame": {"x":955,"y":197,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -82,7 +82,7 @@ }, "Game/Buffs/boundHands.png": { - "frame": {"x":507,"y":196,"w":46,"h":46}, + "frame": {"x":1003,"y":197,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -90,7 +90,7 @@ }, "Game/Buffs/boundHandsPartial.png": { - "frame": {"x":555,"y":196,"w":46,"h":46}, + "frame": {"x":1051,"y":197,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -98,7 +98,7 @@ }, "Game/Buffs/boundImmobile.png": { - "frame": {"x":683,"y":198,"w":46,"h":46}, + "frame": {"x":1099,"y":198,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -106,7 +106,7 @@ }, "Game/Buffs/boundSlow1.png": { - "frame": {"x":731,"y":199,"w":46,"h":46}, + "frame": {"x":1147,"y":198,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -114,7 +114,7 @@ }, "Game/Buffs/boundSlow2.png": { - "frame": {"x":779,"y":199,"w":46,"h":46}, + "frame": {"x":1241,"y":199,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -122,7 +122,7 @@ }, "Game/Buffs/boundSlow3.png": { - "frame": {"x":827,"y":200,"w":46,"h":46}, + "frame": {"x":1289,"y":199,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -130,7 +130,7 @@ }, "Game/Buffs/boundSlow4.png": { - "frame": {"x":875,"y":200,"w":46,"h":46}, + "frame": {"x":1337,"y":199,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -138,7 +138,7 @@ }, "Game/Buffs/boundStun.png": { - "frame": {"x":923,"y":200,"w":46,"h":46}, + "frame": {"x":1385,"y":200,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -146,7 +146,7 @@ }, "Game/Buffs/buff/buff.png": { - "frame": {"x":971,"y":200,"w":46,"h":46}, + "frame": {"x":1433,"y":200,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -154,7 +154,7 @@ }, "Game/Buffs/buff/buffAkashicConflux.png": { - "frame": {"x":1019,"y":201,"w":46,"h":46}, + "frame": {"x":1481,"y":200,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -162,7 +162,7 @@ }, "Game/Buffs/buff/buffAnalyze.png": { - "frame": {"x":1067,"y":201,"w":46,"h":46}, + "frame": {"x":1567,"y":202,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -170,7 +170,7 @@ }, "Game/Buffs/buff/buffArcaneEnergy.png": { - "frame": {"x":1115,"y":201,"w":46,"h":46}, + "frame": {"x":1615,"y":202,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -178,7 +178,7 @@ }, "Game/Buffs/buff/buffAvatarAir.png": { - "frame": {"x":1163,"y":202,"w":46,"h":46}, + "frame": {"x":1663,"y":202,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -186,7 +186,7 @@ }, "Game/Buffs/buff/buffAvatarEarth.png": { - "frame": {"x":1211,"y":202,"w":46,"h":46}, + "frame": {"x":1753,"y":203,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -194,7 +194,7 @@ }, "Game/Buffs/buff/buffAvatarFire.png": { - "frame": {"x":1259,"y":202,"w":46,"h":46}, + "frame": {"x":1801,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -202,7 +202,7 @@ }, "Game/Buffs/buff/buffAvatarWater.png": { - "frame": {"x":1307,"y":203,"w":46,"h":46}, + "frame": {"x":1849,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -210,7 +210,7 @@ }, "Game/Buffs/buff/buffBattleRhythm.png": { - "frame": {"x":1355,"y":204,"w":46,"h":46}, + "frame": {"x":1897,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -218,7 +218,7 @@ }, "Game/Buffs/buff/buffBattleTrance.png": { - "frame": {"x":1403,"y":204,"w":46,"h":46}, + "frame": {"x":1945,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -226,7 +226,7 @@ }, "Game/Buffs/buff/buffBoundByFate.png": { - "frame": {"x":1451,"y":204,"w":46,"h":46}, + "frame": {"x":1993,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -234,7 +234,7 @@ }, "Game/Buffs/buff/buffBurning.png": { - "frame": {"x":1499,"y":204,"w":46,"h":46}, + "frame": {"x":31,"y":232,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -242,7 +242,7 @@ }, "Game/Buffs/buff/buffCamo.png": { - "frame": {"x":1547,"y":204,"w":46,"h":46}, + "frame": {"x":79,"y":232,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -250,7 +250,7 @@ }, "Game/Buffs/buff/buffChaoticOverflow.png": { - "frame": {"x":1595,"y":205,"w":46,"h":46}, + "frame": {"x":170,"y":234,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -258,7 +258,7 @@ }, "Game/Buffs/buff/buffChilled.png": { - "frame": {"x":1643,"y":206,"w":46,"h":46}, + "frame": {"x":218,"y":234,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -266,7 +266,7 @@ }, "Game/Buffs/buff/buffChillWalk.png": { - "frame": {"x":1691,"y":206,"w":46,"h":46}, + "frame": {"x":266,"y":235,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -274,7 +274,7 @@ }, "Game/Buffs/buff/buffConduction.png": { - "frame": {"x":1739,"y":206,"w":46,"h":46}, + "frame": {"x":314,"y":236,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -282,7 +282,7 @@ }, "Game/Buffs/buff/buffCorrupted.png": { - "frame": {"x":1787,"y":207,"w":46,"h":46}, + "frame": {"x":362,"y":236,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -290,7 +290,7 @@ }, "Game/Buffs/buff/buffCorruptionStat.png": { - "frame": {"x":1928,"y":209,"w":46,"h":46}, + "frame": {"x":410,"y":236,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -298,7 +298,7 @@ }, "Game/Buffs/buff/buffCursed.png": { - "frame": {"x":1976,"y":209,"w":46,"h":46}, + "frame": {"x":458,"y":238,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -306,7 +306,7 @@ }, "Game/Buffs/buff/buffCursedDistract.png": { - "frame": {"x":1,"y":236,"w":46,"h":46}, + "frame": {"x":506,"y":239,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -314,7 +314,7 @@ }, "Game/Buffs/buff/buffCursingCircle.png": { - "frame": {"x":49,"y":237,"w":46,"h":46}, + "frame": {"x":554,"y":239,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -322,7 +322,7 @@ }, "Game/Buffs/buff/buffCutting.png": { - "frame": {"x":97,"y":237,"w":46,"h":46}, + "frame": {"x":602,"y":239,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -330,7 +330,7 @@ }, "Game/Buffs/buff/buffd_OrgasmResist.png": { - "frame": {"x":145,"y":238,"w":46,"h":46}, + "frame": {"x":650,"y":239,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -338,7 +338,7 @@ }, "Game/Buffs/buff/buffd_SlimeMimic.png": { - "frame": {"x":193,"y":240,"w":46,"h":46}, + "frame": {"x":698,"y":241,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -346,7 +346,7 @@ }, "Game/Buffs/buff/buffDildoBatBuff.png": { - "frame": {"x":241,"y":240,"w":46,"h":46}, + "frame": {"x":746,"y":241,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -354,7 +354,7 @@ }, "Game/Buffs/buff/buffDisenchantSelf.png": { - "frame": {"x":289,"y":240,"w":46,"h":46}, + "frame": {"x":794,"y":241,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -362,7 +362,7 @@ }, "Game/Buffs/buff/buffDistractionCast.png": { - "frame": {"x":337,"y":241,"w":46,"h":46}, + "frame": {"x":842,"y":241,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -370,7 +370,7 @@ }, "Game/Buffs/buff/buffDistractionShield.png": { - "frame": {"x":385,"y":243,"w":46,"h":46}, + "frame": {"x":890,"y":243,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -378,7 +378,7 @@ }, "Game/Buffs/buff/buffDrenched.png": { - "frame": {"x":433,"y":244,"w":46,"h":46}, + "frame": {"x":938,"y":245,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -386,7 +386,7 @@ }, "Game/Buffs/buff/buffe_OrgasmResist.png": { - "frame": {"x":481,"y":244,"w":46,"h":46}, + "frame": {"x":986,"y":245,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -394,7 +394,7 @@ }, "Game/Buffs/buff/buffEmpower.png": { - "frame": {"x":529,"y":244,"w":46,"h":46}, + "frame": {"x":1034,"y":245,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -402,7 +402,7 @@ }, "Game/Buffs/buff/buffForcedSubmission.png": { - "frame": {"x":577,"y":244,"w":46,"h":46}, + "frame": {"x":1082,"y":246,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -410,7 +410,7 @@ }, "Game/Buffs/buff/buffFuukaOrb.png": { - "frame": {"x":625,"y":246,"w":46,"h":46}, + "frame": {"x":1130,"y":246,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -418,7 +418,7 @@ }, "Game/Buffs/buff/buffGreaterInvisibility.png": { - "frame": {"x":673,"y":246,"w":46,"h":46}, + "frame": {"x":1178,"y":246,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -426,7 +426,7 @@ }, "Game/Buffs/buff/buffHaunted.png": { - "frame": {"x":721,"y":247,"w":46,"h":46}, + "frame": {"x":1226,"y":247,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -434,7 +434,7 @@ }, "Game/Buffs/buff/buffHighValueFound.png": { - "frame": {"x":769,"y":247,"w":46,"h":46}, + "frame": {"x":1274,"y":247,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -442,7 +442,7 @@ }, "Game/Buffs/buff/buffIgnite.png": { - "frame": {"x":817,"y":248,"w":46,"h":46}, + "frame": {"x":1322,"y":247,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -450,7 +450,7 @@ }, "Game/Buffs/buff/buffInnerPowerArcaneStore.png": { - "frame": {"x":865,"y":248,"w":46,"h":46}, + "frame": {"x":1370,"y":248,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -458,7 +458,7 @@ }, "Game/Buffs/buff/buffInvisibility.png": { - "frame": {"x":913,"y":248,"w":46,"h":46}, + "frame": {"x":1418,"y":248,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -466,7 +466,7 @@ }, "Game/Buffs/buff/buffLatexBubble.png": { - "frame": {"x":961,"y":248,"w":46,"h":46}, + "frame": {"x":1466,"y":248,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -474,7 +474,7 @@ }, "Game/Buffs/buff/buffLatexIntegrationStat.png": { - "frame": {"x":1009,"y":249,"w":46,"h":46}, + "frame": {"x":1514,"y":249,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -482,7 +482,7 @@ }, "Game/Buffs/buff/buffLeatherBurst.png": { - "frame": {"x":1057,"y":249,"w":46,"h":46}, + "frame": {"x":1562,"y":250,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -490,7 +490,7 @@ }, "Game/Buffs/buff/buffLightningRod.png": { - "frame": {"x":1105,"y":249,"w":46,"h":46}, + "frame": {"x":1610,"y":250,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -498,7 +498,7 @@ }, "Game/Buffs/buff/buffManaRegenSuspend.png": { - "frame": {"x":1153,"y":250,"w":46,"h":46}, + "frame": {"x":1658,"y":250,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -506,7 +506,7 @@ }, "Game/Buffs/buff/buffNovicePet.png": { - "frame": {"x":1201,"y":250,"w":46,"h":46}, + "frame": {"x":1753,"y":251,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -514,7 +514,7 @@ }, "Game/Buffs/buff/buffNovicePetBad.png": { - "frame": {"x":1249,"y":250,"w":46,"h":46}, + "frame": {"x":1801,"y":252,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -522,7 +522,7 @@ }, "Game/Buffs/buff/buffNovicePetVeryBad.png": { - "frame": {"x":1297,"y":251,"w":46,"h":46}, + "frame": {"x":1849,"y":252,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -530,7 +530,7 @@ }, "Game/Buffs/buff/buffNoWP.png": { - "frame": {"x":1345,"y":252,"w":46,"h":46}, + "frame": {"x":1897,"y":252,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -538,7 +538,7 @@ }, "Game/Buffs/buff/buffPoisonDagger.png": { - "frame": {"x":1393,"y":252,"w":46,"h":46}, + "frame": {"x":1945,"y":252,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -546,7 +546,7 @@ }, "Game/Buffs/buff/buffRaiseDefenses.png": { - "frame": {"x":1441,"y":252,"w":46,"h":46}, + "frame": {"x":1993,"y":252,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -554,7 +554,7 @@ }, "Game/Buffs/buff/buffRogueEscape.png": { - "frame": {"x":1489,"y":252,"w":46,"h":46}, + "frame": {"x":1,"y":280,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -562,7 +562,7 @@ }, "Game/Buffs/buff/buffSagittaAssault.png": { - "frame": {"x":1537,"y":252,"w":46,"h":46}, + "frame": {"x":49,"y":280,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -570,7 +570,7 @@ }, "Game/Buffs/buff/buffScrollArms.png": { - "frame": {"x":1585,"y":253,"w":46,"h":46}, + "frame": {"x":97,"y":280,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -578,7 +578,7 @@ }, "Game/Buffs/buff/buffScrollLegs.png": { - "frame": {"x":1633,"y":254,"w":46,"h":46}, + "frame": {"x":145,"y":282,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -586,7 +586,7 @@ }, "Game/Buffs/buff/buffScrollVerbal.png": { - "frame": {"x":1681,"y":254,"w":46,"h":46}, + "frame": {"x":193,"y":282,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -594,7 +594,7 @@ }, "Game/Buffs/buff/buffShadowSeal.png": { - "frame": {"x":1729,"y":254,"w":46,"h":46}, + "frame": {"x":241,"y":283,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -602,7 +602,7 @@ }, "Game/Buffs/buff/buffSlimed.png": { - "frame": {"x":1777,"y":255,"w":46,"h":46}, + "frame": {"x":289,"y":284,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -610,7 +610,7 @@ }, "Game/Buffs/buff/buffSlimeMimic.png": { - "frame": {"x":1825,"y":255,"w":46,"h":46}, + "frame": {"x":337,"y":284,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -618,7 +618,7 @@ }, "Game/Buffs/buff/buffSlippery.png": { - "frame": {"x":1873,"y":256,"w":46,"h":46}, + "frame": {"x":385,"y":284,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -626,7 +626,7 @@ }, "Game/Buffs/buff/buffSpellDamageResist.png": { - "frame": {"x":1921,"y":257,"w":46,"h":46}, + "frame": {"x":433,"y":286,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -634,7 +634,7 @@ }, "Game/Buffs/buff/buffSpellDamageUp.png": { - "frame": {"x":1969,"y":257,"w":46,"h":46}, + "frame": {"x":481,"y":287,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -642,7 +642,7 @@ }, "Game/Buffs/buff/buffStoneSkin.png": { - "frame": {"x":1,"y":284,"w":46,"h":46}, + "frame": {"x":529,"y":287,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -650,7 +650,7 @@ }, "Game/Buffs/buff/buffTablet.png": { - "frame": {"x":49,"y":285,"w":46,"h":46}, + "frame": {"x":577,"y":287,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -658,7 +658,7 @@ }, "Game/Buffs/buff/buffTabletConjure.png": { - "frame": {"x":97,"y":285,"w":46,"h":46}, + "frame": {"x":625,"y":287,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -666,7 +666,7 @@ }, "Game/Buffs/buff/buffTabletElements.png": { - "frame": {"x":1259,"y":202,"w":46,"h":46}, + "frame": {"x":1801,"y":204,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -674,7 +674,7 @@ }, "Game/Buffs/buff/buffTabletIllusion.png": { - "frame": {"x":145,"y":286,"w":46,"h":46}, + "frame": {"x":673,"y":289,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -682,7 +682,7 @@ }, "Game/Buffs/buff/buffTabletLatex.png": { - "frame": {"x":193,"y":288,"w":46,"h":46}, + "frame": {"x":721,"y":289,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -690,7 +690,7 @@ }, "Game/Buffs/buff/buffTabletLeather.png": { - "frame": {"x":241,"y":288,"w":46,"h":46}, + "frame": {"x":769,"y":289,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -698,7 +698,7 @@ }, "Game/Buffs/buff/buffTabletMetal.png": { - "frame": {"x":289,"y":288,"w":46,"h":46}, + "frame": {"x":817,"y":289,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -706,7 +706,7 @@ }, "Game/Buffs/buff/buffTabletRope.png": { - "frame": {"x":337,"y":289,"w":46,"h":46}, + "frame": {"x":865,"y":291,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -714,7 +714,7 @@ }, "Game/Buffs/buff/buffTabletWill.png": { - "frame": {"x":385,"y":291,"w":46,"h":46}, + "frame": {"x":913,"y":293,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -722,7 +722,7 @@ }, "Game/Buffs/buff/buffTaunted.png": { - "frame": {"x":433,"y":292,"w":46,"h":46}, + "frame": {"x":961,"y":293,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -730,7 +730,7 @@ }, "Game/Buffs/buff/buffUnsteady.png": { - "frame": {"x":481,"y":292,"w":46,"h":46}, + "frame": {"x":1009,"y":293,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -738,7 +738,7 @@ }, "Game/Buffs/buff/buffWaterBubble.png": { - "frame": {"x":529,"y":292,"w":46,"h":46}, + "frame": {"x":1057,"y":294,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -746,7 +746,7 @@ }, "Game/Buffs/curse/Blind.png": { - "frame": {"x":577,"y":292,"w":46,"h":46}, + "frame": {"x":1105,"y":294,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -754,7 +754,7 @@ }, "Game/Buffs/curse/Blocked.png": { - "frame": {"x":1768,"y":602,"w":54,"h":54}, + "frame": {"x":530,"y":634,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":54,"h":54}, @@ -762,7 +762,7 @@ }, "Game/Buffs/curse/Blue.png": { - "frame": {"x":625,"y":294,"w":46,"h":46}, + "frame": {"x":1153,"y":294,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -770,7 +770,7 @@ }, "Game/Buffs/curse/Curse.png": { - "frame": {"x":673,"y":294,"w":46,"h":46}, + "frame": {"x":1201,"y":295,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -778,7 +778,7 @@ }, "Game/Buffs/curse/Disc.png": { - "frame": {"x":721,"y":295,"w":46,"h":46}, + "frame": {"x":1249,"y":295,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -786,7 +786,7 @@ }, "Game/Buffs/curse/Divine.png": { - "frame": {"x":769,"y":295,"w":46,"h":46}, + "frame": {"x":1297,"y":295,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -794,7 +794,7 @@ }, "Game/Buffs/curse/Dollmaker.png": { - "frame": {"x":817,"y":296,"w":46,"h":46}, + "frame": {"x":1345,"y":296,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -802,7 +802,7 @@ }, "Game/Buffs/curse/Fuuka.png": { - "frame": {"x":865,"y":296,"w":46,"h":46}, + "frame": {"x":1393,"y":296,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -810,7 +810,7 @@ }, "Game/Buffs/curse/Gold.png": { - "frame": {"x":913,"y":296,"w":46,"h":46}, + "frame": {"x":1441,"y":296,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -818,7 +818,7 @@ }, "Game/Buffs/curse/HiSec.png": { - "frame": {"x":961,"y":296,"w":46,"h":46}, + "frame": {"x":1489,"y":297,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -826,7 +826,7 @@ }, "Game/Buffs/curse/Purple.png": { - "frame": {"x":1009,"y":297,"w":46,"h":46}, + "frame": {"x":1537,"y":298,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -834,7 +834,7 @@ }, "Game/Buffs/curse/Red.png": { - "frame": {"x":1057,"y":297,"w":46,"h":46}, + "frame": {"x":1585,"y":298,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -842,7 +842,7 @@ }, "Game/Buffs/curse/Red_Hi.png": { - "frame": {"x":1105,"y":297,"w":46,"h":46}, + "frame": {"x":1633,"y":298,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -850,7 +850,7 @@ }, "Game/Buffs/curse/Red_Med.png": { - "frame": {"x":1153,"y":298,"w":46,"h":46}, + "frame": {"x":1681,"y":298,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -858,7 +858,7 @@ }, "Game/Buffs/curse/Rubber.png": { - "frame": {"x":1201,"y":298,"w":46,"h":46}, + "frame": {"x":1729,"y":299,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -866,7 +866,7 @@ }, "Game/Buffs/curse/StarCurse.png": { - "frame": {"x":1249,"y":298,"w":46,"h":46}, + "frame": {"x":1777,"y":300,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -874,7 +874,7 @@ }, "Game/Buffs/curse/White.png": { - "frame": {"x":1297,"y":299,"w":46,"h":46}, + "frame": {"x":1825,"y":300,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -882,7 +882,7 @@ }, "Game/Buffs/damageresist.png": { - "frame": {"x":1345,"y":300,"w":46,"h":46}, + "frame": {"x":1873,"y":300,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -890,7 +890,7 @@ }, "Game/Buffs/debuff.png": { - "frame": {"x":1393,"y":300,"w":46,"h":46}, + "frame": {"x":1921,"y":300,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -898,7 +898,7 @@ }, "Game/Buffs/Denied.png": { - "frame": {"x":1441,"y":300,"w":46,"h":46}, + "frame": {"x":1969,"y":300,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -906,7 +906,7 @@ }, "Game/Buffs/dmg.png": { - "frame": {"x":1489,"y":300,"w":46,"h":46}, + "frame": {"x":1,"y":328,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -914,7 +914,7 @@ }, "Game/Buffs/dmgacid.png": { - "frame": {"x":1537,"y":300,"w":46,"h":46}, + "frame": {"x":49,"y":328,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -922,7 +922,7 @@ }, "Game/Buffs/dmgarcane.png": { - "frame": {"x":1585,"y":301,"w":46,"h":46}, + "frame": {"x":97,"y":328,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -930,7 +930,7 @@ }, "Game/Buffs/dmgchain.png": { - "frame": {"x":1633,"y":302,"w":46,"h":46}, + "frame": {"x":145,"y":330,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -938,7 +938,7 @@ }, "Game/Buffs/dmgcharm.png": { - "frame": {"x":1681,"y":302,"w":46,"h":46}, + "frame": {"x":193,"y":330,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -946,7 +946,7 @@ }, "Game/Buffs/dmgcold.png": { - "frame": {"x":1729,"y":302,"w":46,"h":46}, + "frame": {"x":241,"y":331,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -954,7 +954,7 @@ }, "Game/Buffs/dmgcrush.png": { - "frame": {"x":1777,"y":303,"w":46,"h":46}, + "frame": {"x":289,"y":332,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -962,7 +962,7 @@ }, "Game/Buffs/dmgelectric.png": { - "frame": {"x":1825,"y":303,"w":46,"h":46}, + "frame": {"x":337,"y":332,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -970,7 +970,7 @@ }, "Game/Buffs/dmgfire.png": { - "frame": {"x":1873,"y":304,"w":46,"h":46}, + "frame": {"x":385,"y":332,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -978,7 +978,7 @@ }, "Game/Buffs/dmgglue.png": { - "frame": {"x":1921,"y":305,"w":46,"h":46}, + "frame": {"x":433,"y":334,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -986,7 +986,7 @@ }, "Game/Buffs/dmggrope.png": { - "frame": {"x":1969,"y":305,"w":46,"h":46}, + "frame": {"x":481,"y":335,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -994,7 +994,7 @@ }, "Game/Buffs/dmghappygas.png": { - "frame": {"x":1,"y":332,"w":46,"h":46}, + "frame": {"x":529,"y":335,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1002,7 +1002,7 @@ }, "Game/Buffs/dmgholy.png": { - "frame": {"x":49,"y":333,"w":46,"h":46}, + "frame": {"x":577,"y":335,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1010,7 +1010,7 @@ }, "Game/Buffs/dmgice.png": { - "frame": {"x":97,"y":333,"w":46,"h":46}, + "frame": {"x":625,"y":335,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1018,7 +1018,7 @@ }, "Game/Buffs/dmgmagic.png": { - "frame": {"x":145,"y":334,"w":46,"h":46}, + "frame": {"x":673,"y":337,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1026,7 +1026,7 @@ }, "Game/Buffs/dmgmelee.png": { - "frame": {"x":193,"y":336,"w":46,"h":46}, + "frame": {"x":721,"y":337,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1034,7 +1034,7 @@ }, "Game/Buffs/dmgpain.png": { - "frame": {"x":241,"y":336,"w":46,"h":46}, + "frame": {"x":769,"y":337,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1042,7 +1042,7 @@ }, "Game/Buffs/dmgpierce.png": { - "frame": {"x":289,"y":336,"w":46,"h":46}, + "frame": {"x":817,"y":337,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1050,7 +1050,7 @@ }, "Game/Buffs/dmgPlus/dmg.png": { - "frame": {"x":337,"y":337,"w":46,"h":46}, + "frame": {"x":865,"y":339,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1058,7 +1058,7 @@ }, "Game/Buffs/dmgPlus/dmgacid.png": { - "frame": {"x":385,"y":339,"w":46,"h":46}, + "frame": {"x":913,"y":341,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1066,7 +1066,7 @@ }, "Game/Buffs/dmgPlus/dmgarcane.png": { - "frame": {"x":433,"y":340,"w":46,"h":46}, + "frame": {"x":961,"y":341,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1074,7 +1074,7 @@ }, "Game/Buffs/dmgPlus/dmgbind.png": { - "frame": {"x":481,"y":340,"w":46,"h":46}, + "frame": {"x":1009,"y":341,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1082,7 +1082,7 @@ }, "Game/Buffs/dmgPlus/dmgchain.png": { - "frame": {"x":529,"y":340,"w":46,"h":46}, + "frame": {"x":1057,"y":342,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1090,7 +1090,7 @@ }, "Game/Buffs/dmgPlus/dmgcharm.png": { - "frame": {"x":577,"y":340,"w":46,"h":46}, + "frame": {"x":1105,"y":342,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1098,7 +1098,7 @@ }, "Game/Buffs/dmgPlus/dmgcold.png": { - "frame": {"x":625,"y":342,"w":46,"h":46}, + "frame": {"x":1153,"y":342,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1106,7 +1106,7 @@ }, "Game/Buffs/dmgPlus/dmgcrush.png": { - "frame": {"x":673,"y":342,"w":46,"h":46}, + "frame": {"x":1201,"y":343,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1114,7 +1114,7 @@ }, "Game/Buffs/dmgPlus/dmgelectric.png": { - "frame": {"x":721,"y":343,"w":46,"h":46}, + "frame": {"x":1249,"y":343,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1122,7 +1122,7 @@ }, "Game/Buffs/dmgPlus/dmgfire.png": { - "frame": {"x":769,"y":343,"w":46,"h":46}, + "frame": {"x":1297,"y":343,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1130,7 +1130,7 @@ }, "Game/Buffs/dmgPlus/dmgglue.png": { - "frame": {"x":817,"y":344,"w":46,"h":46}, + "frame": {"x":1345,"y":344,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1138,7 +1138,7 @@ }, "Game/Buffs/dmgPlus/dmggrope.png": { - "frame": {"x":865,"y":344,"w":46,"h":46}, + "frame": {"x":1393,"y":344,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1146,7 +1146,7 @@ }, "Game/Buffs/dmgPlus/dmghappygas.png": { - "frame": {"x":913,"y":344,"w":46,"h":46}, + "frame": {"x":1441,"y":344,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1154,7 +1154,7 @@ }, "Game/Buffs/dmgPlus/dmgice.png": { - "frame": {"x":961,"y":344,"w":46,"h":46}, + "frame": {"x":1489,"y":345,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1162,7 +1162,7 @@ }, "Game/Buffs/dmgPlus/dmgmagic.png": { - "frame": {"x":1009,"y":345,"w":46,"h":46}, + "frame": {"x":1537,"y":346,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1170,7 +1170,7 @@ }, "Game/Buffs/dmgPlus/dmgmelee.png": { - "frame": {"x":1057,"y":345,"w":46,"h":46}, + "frame": {"x":1585,"y":346,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1178,7 +1178,7 @@ }, "Game/Buffs/dmgPlus/dmgpain.png": { - "frame": {"x":1105,"y":345,"w":46,"h":46}, + "frame": {"x":1633,"y":346,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1186,7 +1186,7 @@ }, "Game/Buffs/dmgPlus/dmgpierce.png": { - "frame": {"x":1153,"y":346,"w":46,"h":46}, + "frame": {"x":1681,"y":346,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1194,7 +1194,7 @@ }, "Game/Buffs/dmgPlus/dmgplush.png": { - "frame": {"x":1201,"y":346,"w":46,"h":46}, + "frame": {"x":1729,"y":347,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1202,7 +1202,7 @@ }, "Game/Buffs/dmgPlus/dmgpoison.png": { - "frame": {"x":1249,"y":346,"w":46,"h":46}, + "frame": {"x":1777,"y":348,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1210,7 +1210,7 @@ }, "Game/Buffs/dmgPlus/dmgslash.png": { - "frame": {"x":1297,"y":347,"w":46,"h":46}, + "frame": {"x":1825,"y":348,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1218,7 +1218,7 @@ }, "Game/Buffs/dmgPlus/dmgsoul.png": { - "frame": {"x":1345,"y":348,"w":46,"h":46}, + "frame": {"x":1873,"y":348,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1226,7 +1226,7 @@ }, "Game/Buffs/dmgPlus/dmgspell.png": { - "frame": {"x":1969,"y":257,"w":46,"h":46}, + "frame": {"x":481,"y":287,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1234,7 +1234,7 @@ }, "Game/Buffs/dmgPlus/dmgstun.png": { - "frame": {"x":1393,"y":348,"w":46,"h":46}, + "frame": {"x":1921,"y":348,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1242,7 +1242,7 @@ }, "Game/Buffs/dmgPlus/dmgtickle.png": { - "frame": {"x":1441,"y":348,"w":46,"h":46}, + "frame": {"x":1969,"y":348,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1250,7 +1250,7 @@ }, "Game/Buffs/dmgPlus/dmgunarmed.png": { - "frame": {"x":1489,"y":348,"w":46,"h":46}, + "frame": {"x":1,"y":376,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1258,7 +1258,7 @@ }, "Game/Buffs/dmgplush.png": { - "frame": {"x":1537,"y":348,"w":46,"h":46}, + "frame": {"x":49,"y":376,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1266,7 +1266,7 @@ }, "Game/Buffs/dmgpoison.png": { - "frame": {"x":1585,"y":349,"w":46,"h":46}, + "frame": {"x":97,"y":376,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1274,7 +1274,7 @@ }, "Game/Buffs/dmgslash.png": { - "frame": {"x":1633,"y":350,"w":46,"h":46}, + "frame": {"x":145,"y":378,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1282,7 +1282,7 @@ }, "Game/Buffs/dmgsoap.png": { - "frame": {"x":1681,"y":350,"w":46,"h":46}, + "frame": {"x":193,"y":378,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1290,7 +1290,7 @@ }, "Game/Buffs/dmgsoul.png": { - "frame": {"x":1729,"y":350,"w":46,"h":46}, + "frame": {"x":241,"y":379,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1298,7 +1298,7 @@ }, "Game/Buffs/dmgstun.png": { - "frame": {"x":1777,"y":351,"w":46,"h":46}, + "frame": {"x":289,"y":380,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1306,7 +1306,7 @@ }, "Game/Buffs/dmgtickle.png": { - "frame": {"x":1825,"y":351,"w":46,"h":46}, + "frame": {"x":337,"y":380,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1314,7 +1314,7 @@ }, "Game/Buffs/dmgunarmed.png": { - "frame": {"x":1873,"y":352,"w":46,"h":46}, + "frame": {"x":385,"y":380,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1322,7 +1322,7 @@ }, "Game/Buffs/Edged.png": { - "frame": {"x":1921,"y":353,"w":46,"h":46}, + "frame": {"x":433,"y":382,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1330,7 +1330,7 @@ }, "Game/Buffs/Help.png": { - "frame": {"x":1969,"y":353,"w":46,"h":46}, + "frame": {"x":481,"y":383,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1338,7 +1338,7 @@ }, "Game/Buffs/HelpCorner.png": { - "frame": {"x":1,"y":380,"w":46,"h":46}, + "frame": {"x":529,"y":383,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1346,7 +1346,7 @@ }, "Game/Buffs/HelpCrack.png": { - "frame": {"x":49,"y":381,"w":46,"h":46}, + "frame": {"x":577,"y":383,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1354,7 +1354,7 @@ }, "Game/Buffs/HelpHook.png": { - "frame": {"x":97,"y":381,"w":46,"h":46}, + "frame": {"x":625,"y":383,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1362,7 +1362,7 @@ }, "Game/Buffs/HelpSharp.png": { - "frame": {"x":145,"y":382,"w":46,"h":46}, + "frame": {"x":673,"y":385,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1370,7 +1370,7 @@ }, "Game/Buffs/HelpSticky.png": { - "frame": {"x":193,"y":384,"w":46,"h":46}, + "frame": {"x":721,"y":385,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1378,7 +1378,7 @@ }, "Game/Buffs/info.png": { - "frame": {"x":241,"y":384,"w":46,"h":46}, + "frame": {"x":769,"y":385,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1386,7 +1386,7 @@ }, "Game/Buffs/infoAccuracy.png": { - "frame": {"x":289,"y":384,"w":46,"h":46}, + "frame": {"x":817,"y":385,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1394,7 +1394,7 @@ }, "Game/Buffs/infoAccuracyBuff.png": { - "frame": {"x":337,"y":385,"w":46,"h":46}, + "frame": {"x":865,"y":387,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1402,7 +1402,7 @@ }, "Game/Buffs/infoAccuracyDebuff.png": { - "frame": {"x":385,"y":387,"w":46,"h":46}, + "frame": {"x":913,"y":389,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1410,7 +1410,7 @@ }, "Game/Buffs/infoBlock.png": { - "frame": {"x":433,"y":388,"w":46,"h":46}, + "frame": {"x":961,"y":389,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1418,7 +1418,7 @@ }, "Game/Buffs/infoDamageMelee.png": { - "frame": {"x":481,"y":388,"w":46,"h":46}, + "frame": {"x":1009,"y":389,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1426,7 +1426,7 @@ }, "Game/Buffs/infoEvasion.png": { - "frame": {"x":529,"y":388,"w":46,"h":46}, + "frame": {"x":1057,"y":390,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1434,7 +1434,7 @@ }, "Game/Buffs/infoJailFree.png": { - "frame": {"x":577,"y":388,"w":46,"h":46}, + "frame": {"x":1105,"y":390,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1442,7 +1442,7 @@ }, "Game/Buffs/infoJailPrisoner.png": { - "frame": {"x":625,"y":390,"w":46,"h":46}, + "frame": {"x":1153,"y":390,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1450,7 +1450,7 @@ }, "Game/Buffs/infoJailSubmissive.png": { - "frame": {"x":673,"y":390,"w":46,"h":46}, + "frame": {"x":1201,"y":391,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1458,7 +1458,7 @@ }, "Game/Buffs/infoKey.png": { - "frame": {"x":721,"y":391,"w":46,"h":46}, + "frame": {"x":1249,"y":391,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1466,7 +1466,7 @@ }, "Game/Buffs/infoMiscast.png": { - "frame": {"x":769,"y":391,"w":46,"h":46}, + "frame": {"x":1297,"y":391,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1474,7 +1474,7 @@ }, "Game/Buffs/infoMiscastDebuff.png": { - "frame": {"x":817,"y":392,"w":46,"h":46}, + "frame": {"x":1345,"y":392,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1482,7 +1482,7 @@ }, "Game/Buffs/infoNoKey.png": { - "frame": {"x":865,"y":392,"w":46,"h":46}, + "frame": {"x":1393,"y":392,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1490,7 +1490,7 @@ }, "Game/Buffs/invisible.png": { - "frame": {"x":913,"y":248,"w":46,"h":46}, + "frame": {"x":1418,"y":248,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1498,7 +1498,7 @@ }, "Game/Buffs/kinkbuff.png": { - "frame": {"x":913,"y":392,"w":46,"h":46}, + "frame": {"x":1441,"y":392,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1506,7 +1506,7 @@ }, "Game/Buffs/perk/perk.png": { - "frame": {"x":961,"y":392,"w":46,"h":46}, + "frame": {"x":1489,"y":393,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1514,7 +1514,7 @@ }, "Game/Buffs/perk/perkBerserkerRage.png": { - "frame": {"x":1009,"y":393,"w":46,"h":46}, + "frame": {"x":1537,"y":394,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1522,7 +1522,7 @@ }, "Game/Buffs/perk/perkBoundPower.png": { - "frame": {"x":1057,"y":393,"w":46,"h":46}, + "frame": {"x":1585,"y":394,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1530,7 +1530,7 @@ }, "Game/Buffs/perk/perkBurningDesire.png": { - "frame": {"x":1105,"y":393,"w":46,"h":46}, + "frame": {"x":1633,"y":394,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1538,7 +1538,7 @@ }, "Game/Buffs/perk/perkFrigidPersonality.png": { - "frame": {"x":1153,"y":394,"w":46,"h":46}, + "frame": {"x":1681,"y":394,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1546,7 +1546,7 @@ }, "Game/Buffs/perk/perkGroundedInReality.png": { - "frame": {"x":1201,"y":394,"w":46,"h":46}, + "frame": {"x":1729,"y":395,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1554,7 +1554,7 @@ }, "Game/Buffs/perk/perkImmovableObject.png": { - "frame": {"x":1249,"y":394,"w":46,"h":46}, + "frame": {"x":1777,"y":396,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1562,7 +1562,7 @@ }, "Game/Buffs/perk/perkLeastResistance.png": { - "frame": {"x":1297,"y":395,"w":46,"h":46}, + "frame": {"x":1825,"y":396,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1570,7 +1570,7 @@ }, "Game/Buffs/perk/perkLikeTheWind.png": { - "frame": {"x":1345,"y":396,"w":46,"h":46}, + "frame": {"x":1873,"y":396,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1578,7 +1578,7 @@ }, "Game/Buffs/perk/perkPacifist.png": { - "frame": {"x":1393,"y":396,"w":46,"h":46}, + "frame": {"x":1921,"y":396,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1586,7 +1586,7 @@ }, "Game/Buffs/perk/perkPathOfLeastResistance.png": { - "frame": {"x":1441,"y":396,"w":46,"h":46}, + "frame": {"x":1969,"y":396,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1594,7 +1594,7 @@ }, "Game/Buffs/perk/perkUnstableMagic.png": { - "frame": {"x":1489,"y":396,"w":46,"h":46}, + "frame": {"x":1,"y":424,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1602,7 +1602,7 @@ }, "Game/Buffs/Plugged.png": { - "frame": {"x":1537,"y":396,"w":46,"h":46}, + "frame": {"x":49,"y":424,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1610,7 +1610,7 @@ }, "Game/Buffs/PluggedFull.png": { - "frame": {"x":1585,"y":397,"w":46,"h":46}, + "frame": {"x":97,"y":424,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1618,7 +1618,7 @@ }, "Game/Buffs/quickness.png": { - "frame": {"x":1633,"y":398,"w":46,"h":46}, + "frame": {"x":145,"y":426,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1626,7 +1626,7 @@ }, "Game/Buffs/restraintblock.png": { - "frame": {"x":1681,"y":398,"w":46,"h":46}, + "frame": {"x":193,"y":426,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1634,7 +1634,7 @@ }, "Game/Buffs/restriction.png": { - "frame": {"x":1729,"y":398,"w":46,"h":46}, + "frame": {"x":241,"y":427,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1642,7 +1642,7 @@ }, "Game/Buffs/Satisfied.png": { - "frame": {"x":1777,"y":399,"w":46,"h":46}, + "frame": {"x":289,"y":428,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1650,7 +1650,7 @@ }, "Game/Buffs/shadow.png": { - "frame": {"x":1825,"y":399,"w":46,"h":46}, + "frame": {"x":337,"y":428,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1658,7 +1658,7 @@ }, "Game/Buffs/shield.png": { - "frame": {"x":1873,"y":400,"w":46,"h":46}, + "frame": {"x":385,"y":428,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1666,7 +1666,7 @@ }, "Game/Buffs/spellarmor.png": { - "frame": {"x":1921,"y":401,"w":46,"h":46}, + "frame": {"x":433,"y":430,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1674,7 +1674,7 @@ }, "Game/Buffs/status/freeArms.png": { - "frame": {"x":1969,"y":401,"w":46,"h":46}, + "frame": {"x":481,"y":431,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1682,7 +1682,7 @@ }, "Game/Buffs/status/freeEyes.png": { - "frame": {"x":1,"y":428,"w":46,"h":46}, + "frame": {"x":529,"y":431,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1690,7 +1690,7 @@ }, "Game/Buffs/status/freeHands.png": { - "frame": {"x":49,"y":429,"w":46,"h":46}, + "frame": {"x":577,"y":431,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1698,7 +1698,7 @@ }, "Game/Buffs/status/freeLegs.png": { - "frame": {"x":97,"y":429,"w":46,"h":46}, + "frame": {"x":625,"y":431,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1706,7 +1706,7 @@ }, "Game/Buffs/status/freeMouth.png": { - "frame": {"x":145,"y":430,"w":46,"h":46}, + "frame": {"x":673,"y":433,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1714,7 +1714,7 @@ }, "Game/Buffs/training/Heels.png": { - "frame": {"x":193,"y":432,"w":46,"h":46}, + "frame": {"x":721,"y":433,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1722,7 +1722,7 @@ }, "Game/Buffs/Vibe0.png": { - "frame": {"x":241,"y":432,"w":46,"h":46}, + "frame": {"x":769,"y":433,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1730,7 +1730,7 @@ }, "Game/Buffs/Vibe1.png": { - "frame": {"x":289,"y":432,"w":46,"h":46}, + "frame": {"x":817,"y":433,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1738,7 +1738,7 @@ }, "Game/Buffs/Vibe2.png": { - "frame": {"x":337,"y":433,"w":46,"h":46}, + "frame": {"x":865,"y":435,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1746,7 +1746,7 @@ }, "Game/Buffs/Vibe3.png": { - "frame": {"x":385,"y":435,"w":46,"h":46}, + "frame": {"x":913,"y":437,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1754,7 +1754,7 @@ }, "Game/Buffs/Vibe4.png": { - "frame": {"x":433,"y":436,"w":46,"h":46}, + "frame": {"x":961,"y":437,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1762,7 +1762,7 @@ }, "Game/Buffs/Vibe5.png": { - "frame": {"x":481,"y":436,"w":46,"h":46}, + "frame": {"x":1009,"y":437,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1770,7 +1770,7 @@ }, "Game/Buffs/visibility.png": { - "frame": {"x":529,"y":436,"w":46,"h":46}, + "frame": {"x":1057,"y":438,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1778,7 +1778,7 @@ }, "Game/Buffs/weaponTag/bow.png": { - "frame": {"x":577,"y":436,"w":46,"h":46}, + "frame": {"x":1105,"y":438,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1786,7 +1786,7 @@ }, "Game/Buffs/weaponTag/clumsy.png": { - "frame": {"x":625,"y":438,"w":46,"h":46}, + "frame": {"x":1153,"y":438,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1794,7 +1794,7 @@ }, "Game/Buffs/weaponTag/heavy.png": { - "frame": {"x":673,"y":438,"w":46,"h":46}, + "frame": {"x":1201,"y":439,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1802,7 +1802,7 @@ }, "Game/Buffs/weaponTag/illum.png": { - "frame": {"x":721,"y":439,"w":46,"h":46}, + "frame": {"x":1249,"y":439,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1810,7 +1810,7 @@ }, "Game/Buffs/weaponTag/light.png": { - "frame": {"x":769,"y":439,"w":46,"h":46}, + "frame": {"x":1297,"y":439,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1818,7 +1818,7 @@ }, "Game/Buffs/weaponTag/magic.png": { - "frame": {"x":817,"y":440,"w":46,"h":46}, + "frame": {"x":1345,"y":440,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1826,7 +1826,7 @@ }, "Game/Buffs/weaponTag/massive.png": { - "frame": {"x":865,"y":440,"w":46,"h":46}, + "frame": {"x":1393,"y":440,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1834,7 +1834,7 @@ }, "Game/Buffs/weaponTag/noHands.png": { - "frame": {"x":913,"y":440,"w":46,"h":46}, + "frame": {"x":1441,"y":440,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1842,7 +1842,7 @@ }, "Game/Buffs/weaponTag/offhand.png": { - "frame": {"x":961,"y":440,"w":46,"h":46}, + "frame": {"x":1489,"y":441,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1850,7 +1850,7 @@ }, "Game/Buffs/weaponTag/shield.png": { - "frame": {"x":93,"y":189,"w":46,"h":46}, + "frame": {"x":619,"y":191,"w":46,"h":46}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":46,"h":46}, @@ -1858,7 +1858,7 @@ }, "Game/Bullets/AllyFirebolt.png": { - "frame": {"x":1741,"y":1,"w":41,"h":33}, + "frame": {"x":381,"y":30,"w":41,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":20,"w":41,"h":33}, @@ -1866,7 +1866,7 @@ }, "Game/Bullets/AllyShadowStrike.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -1874,7 +1874,7 @@ }, "Game/Bullets/AllyShadowStrikeHit.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -1882,7 +1882,7 @@ }, "Game/Bullets/AMGagBolt.png": { - "frame": {"x":1408,"y":73,"w":41,"h":39}, + "frame": {"x":1907,"y":73,"w":41,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":41,"h":39}, @@ -1890,7 +1890,7 @@ }, "Game/Bullets/AmpuleBlue.png": { - "frame": {"x":37,"y":579,"w":55,"h":52}, + "frame": {"x":444,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":11,"w":55,"h":52}, @@ -1898,7 +1898,7 @@ }, "Game/Bullets/AmpuleGreen.png": { - "frame": {"x":1787,"y":160,"w":48,"h":45}, + "frame": {"x":231,"y":187,"w":48,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":11,"w":48,"h":45}, @@ -1906,7 +1906,7 @@ }, "Game/Bullets/AmpuleRed.png": { - "frame": {"x":618,"y":536,"w":54,"h":51}, + "frame": {"x":1251,"y":537,"w":54,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":54,"h":51}, @@ -1914,23 +1914,15 @@ }, "Game/Bullets/AmpuleYellow.png": { - "frame": {"x":1928,"y":161,"w":49,"h":46}, + "frame": {"x":470,"y":190,"w":49,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":11,"w":49,"h":46}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/ArcaneBlast.png": -{ - "frame": {"x":1808,"y":659,"w":60,"h":56}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":9,"w":60,"h":56}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/ArmbinderBolt.png": { - "frame": {"x":485,"y":31,"w":40,"h":35}, + "frame": {"x":1367,"y":33,"w":40,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":19,"w":40,"h":35}, @@ -1938,7 +1930,7 @@ }, "Game/Bullets/ArmbinderBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -1946,7 +1938,7 @@ }, "Game/Bullets/ArrowBoltPistolHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -1954,7 +1946,7 @@ }, "Game/Bullets/ArrowNormalHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -1962,7 +1954,7 @@ }, "Game/Bullets/ArrowVineHit.png": { - "frame": {"x":982,"y":703,"w":44,"h":56}, + "frame": {"x":1658,"y":706,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -1970,7 +1962,7 @@ }, "Game/Bullets/BanditBola.png": { - "frame": {"x":333,"y":481,"w":48,"h":48}, + "frame": {"x":911,"y":485,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":48,"h":48}, @@ -1978,7 +1970,7 @@ }, "Game/Bullets/BearTrap.png": { - "frame": {"x":1566,"y":114,"w":52,"h":42}, + "frame": {"x":1938,"y":114,"w":52,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":16,"w":52,"h":42}, @@ -1986,7 +1978,7 @@ }, "Game/Bullets/BigBoulderLaunchHit.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -1994,7 +1986,7 @@ }, "Game/Bullets/BindBeltHit.png": { - "frame": {"x":1421,"y":952,"w":48,"h":63}, + "frame": {"x":498,"y":992,"w":48,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":5,"w":48,"h":63}, @@ -2002,7 +1994,7 @@ }, "Game/Bullets/BindChainHit.png": { - "frame": {"x":1750,"y":716,"w":56,"h":57}, + "frame": {"x":701,"y":751,"w":56,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":56,"h":57}, @@ -2010,15 +2002,23 @@ }, "Game/Bullets/BindVineHit.png": { - "frame": {"x":982,"y":703,"w":44,"h":56}, + "frame": {"x":1658,"y":706,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/BlindfoldBolt.png": +{ + "frame": {"x":783,"y":1,"w":42,"h":29}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":14,"y":20,"w":42,"h":29}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/BlindfoldBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2026,7 +2026,7 @@ }, "Game/Bullets/Bomb.png": { - "frame": {"x":1,"y":992,"w":46,"h":64}, + "frame": {"x":1325,"y":1005,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":84,"y":76,"w":46,"h":64}, @@ -2034,7 +2034,7 @@ }, "Game/Bullets/BombItem.png": { - "frame": {"x":1,"y":992,"w":46,"h":64}, + "frame": {"x":1325,"y":1005,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":84,"y":76,"w":46,"h":64}, @@ -2042,23 +2042,15 @@ }, "Game/Bullets/Boulder.png": { - "frame": {"x":1840,"y":837,"w":58,"h":60}, + "frame": {"x":578,"y":867,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":6,"w":58,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Bullets/BoulderKicked.png": -{ - "frame": {"x":1,"y":62,"w":59,"h":37}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":17,"w":59,"h":37}, - "sourceSize": {"w":72,"h":72} -}, "Game/Bullets/BoulderKickedHit.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2066,7 +2058,7 @@ }, "Game/Bullets/BoulderLaunch.png": { - "frame": {"x":1840,"y":837,"w":58,"h":60}, + "frame": {"x":578,"y":867,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":6,"w":58,"h":60}, @@ -2074,7 +2066,7 @@ }, "Game/Bullets/BoulderLaunchHit.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2082,7 +2074,7 @@ }, "Game/Bullets/Bubbleexp.png": { - "frame": {"x":788,"y":153,"w":44,"h":44}, + "frame": {"x":1523,"y":154,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":44,"h":44}, @@ -2090,7 +2082,7 @@ }, "Game/Bullets/C4Item.png": { - "frame": {"x":1311,"y":544,"w":47,"h":51}, + "frame": {"x":1903,"y":544,"w":47,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":85,"y":78,"w":47,"h":51}, @@ -2098,7 +2090,7 @@ }, "Game/Bullets/CelestialBolt.png": { - "frame": {"x":1266,"y":492,"w":53,"h":49}, + "frame": {"x":1866,"y":493,"w":53,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":12,"w":53,"h":49}, @@ -2106,7 +2098,7 @@ }, "Game/Bullets/CrackleTrail.png": { - "frame": {"x":1690,"y":715,"w":58,"h":57}, + "frame": {"x":463,"y":747,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":9,"w":58,"h":57}, @@ -2114,7 +2106,7 @@ }, "Game/Bullets/CrystalShock.png": { - "frame": {"x":1277,"y":113,"w":40,"h":41}, + "frame": {"x":1746,"y":113,"w":40,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":15,"w":40,"h":41}, @@ -2122,7 +2114,7 @@ }, "Game/Bullets/CuffsBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2130,7 +2122,7 @@ }, "Game/Bullets/DaggerHit.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2138,7 +2130,7 @@ }, "Game/Bullets/DistractionBurstBullet.png": { - "frame": {"x":1932,"y":660,"w":56,"h":56}, + "frame": {"x":927,"y":697,"w":56,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":56,"h":56}, @@ -2146,7 +2138,7 @@ }, "Game/Bullets/DragonSlash.png": { - "frame": {"x":1321,"y":493,"w":52,"h":49}, + "frame": {"x":1921,"y":493,"w":52,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":52,"h":49}, @@ -2154,7 +2146,7 @@ }, "Game/Bullets/DynamiteItem.png": { - "frame": {"x":399,"y":533,"w":30,"h":51}, + "frame": {"x":113,"y":574,"w":30,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":93,"y":79,"w":30,"h":51}, @@ -2162,7 +2154,7 @@ }, "Game/Bullets/EarthformLine.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2170,7 +2162,7 @@ }, "Game/Bullets/EarthformLineHit.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2178,7 +2170,7 @@ }, "Game/Bullets/EarthformLineTrail.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2186,7 +2178,7 @@ }, "Game/Bullets/EarthformLineTrailHit.png": { - "frame": {"x":280,"y":810,"w":51,"h":59}, + "frame": {"x":1329,"y":818,"w":51,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":59}, @@ -2194,7 +2186,7 @@ }, "Game/Bullets/ElasticGripHit.png": { - "frame": {"x":1824,"y":603,"w":54,"h":54}, + "frame": {"x":586,"y":634,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2202,15 +2194,23 @@ }, "Game/Bullets/ElectricEffect.png": { - "frame": {"x":1690,"y":715,"w":58,"h":57}, + "frame": {"x":463,"y":747,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":9,"w":58,"h":57}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/EncaseBolt.png": +{ + "frame": {"x":36,"y":1,"w":33,"h":24}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":15,"y":25,"w":33,"h":24}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/EnemyLatexArmbinderBolt.png": { - "frame": {"x":207,"y":103,"w":35,"h":40}, + "frame": {"x":839,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, @@ -2218,7 +2218,7 @@ }, "Game/Bullets/EnemyLatexArmbinderBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2226,7 +2226,7 @@ }, "Game/Bullets/EnemyLatexGagBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2234,7 +2234,7 @@ }, "Game/Bullets/EnemyLatexLegbinderBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2242,7 +2242,7 @@ }, "Game/Bullets/EnemyLatexRestraintBolt.png": { - "frame": {"x":1776,"y":115,"w":47,"h":42}, + "frame": {"x":183,"y":143,"w":47,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":47,"h":42}, @@ -2250,15 +2250,23 @@ }, "Game/Bullets/EnemyLatexRestraintBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/EnemyWinterblast.png": +{ + "frame": {"x":895,"y":1000,"w":56,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":5,"w":56,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/Fireexp.png": { - "frame": {"x":980,"y":539,"w":51,"h":51}, + "frame": {"x":1530,"y":540,"w":51,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":11,"w":51,"h":51}, @@ -2266,7 +2274,7 @@ }, "Game/Bullets/FlameRuneStrike.png": { - "frame": {"x":93,"y":145,"w":42,"h":42}, + "frame": {"x":421,"y":145,"w":42,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":87,"y":87,"w":42,"h":42}, @@ -2274,15 +2282,23 @@ }, "Game/Bullets/FlameStrike.png": { - "frame": {"x":1558,"y":773,"w":58,"h":58}, + "frame": {"x":461,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":78,"y":79,"w":58,"h":58}, "sourceSize": {"w":216,"h":216} }, +"Game/Bullets/FlashBomb.png": +{ + "frame": {"x":228,"y":1,"w":28,"h":26}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":88,"y":96,"w":28,"h":26}, + "sourceSize": {"w":216,"h":216} +}, "Game/Bullets/FreezeRuneStrike.png": { - "frame": {"x":1990,"y":669,"w":56,"h":56}, + "frame": {"x":1088,"y":699,"w":56,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":80,"y":80,"w":56,"h":56}, @@ -2290,7 +2306,7 @@ }, "Game/Bullets/GagBolt.png": { - "frame": {"x":1779,"y":74,"w":37,"h":39}, + "frame": {"x":243,"y":102,"w":37,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":37,"h":39}, @@ -2298,7 +2314,7 @@ }, "Game/Bullets/GagBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2306,7 +2322,7 @@ }, "Game/Bullets/HairpinHit.png": { - "frame": {"x":1321,"y":444,"w":52,"h":47}, + "frame": {"x":1858,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2314,7 +2330,7 @@ }, "Game/Bullets/HarnessBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2322,15 +2338,23 @@ }, "Game/Bullets/Heal2Hit.png": { - "frame": {"x":1808,"y":717,"w":58,"h":57}, + "frame": {"x":523,"y":748,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":58,"h":57}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/HeartArrowHit.png": +{ + "frame": {"x":413,"y":634,"w":58,"h":54}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":6,"y":10,"w":58,"h":54}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/HeelShadowStrike.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -2338,7 +2362,7 @@ }, "Game/Bullets/HeelShadowStrikeHit.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2346,7 +2370,7 @@ }, "Game/Bullets/HighBoltHit.png": { - "frame": {"x":1360,"y":544,"w":46,"h":51}, + "frame": {"x":1952,"y":544,"w":46,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":9,"w":46,"h":51}, @@ -2354,7 +2378,7 @@ }, "Game/Bullets/IceBreathHit.png": { - "frame": {"x":259,"y":933,"w":38,"h":61}, + "frame": {"x":596,"y":929,"w":38,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":4,"w":38,"h":61}, @@ -2362,7 +2386,7 @@ }, "Game/Bullets/IceDragonBreathPrepare.png": { - "frame": {"x":168,"y":582,"w":55,"h":52}, + "frame": {"x":501,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":55,"h":52}, @@ -2370,7 +2394,7 @@ }, "Game/Bullets/Iceexp.png": { - "frame": {"x":168,"y":582,"w":55,"h":52}, + "frame": {"x":501,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":55,"h":52}, @@ -2378,7 +2402,7 @@ }, "Game/Bullets/IceruneHit.png": { - "frame": {"x":259,"y":933,"w":38,"h":61}, + "frame": {"x":596,"y":929,"w":38,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":4,"w":38,"h":61}, @@ -2386,7 +2410,7 @@ }, "Game/Bullets/IceSlowPrepare.png": { - "frame": {"x":168,"y":582,"w":55,"h":52}, + "frame": {"x":501,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":55,"h":52}, @@ -2394,7 +2418,7 @@ }, "Game/Bullets/Icicles.png": { - "frame": {"x":168,"y":582,"w":55,"h":52}, + "frame": {"x":501,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":55,"h":52}, @@ -2402,15 +2426,23 @@ }, "Game/Bullets/IciclesHit.png": { - "frame": {"x":168,"y":582,"w":55,"h":52}, + "frame": {"x":501,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":55,"h":52}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/Knife.png": +{ + "frame": {"x":2003,"y":1,"w":43,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":15,"y":24,"w":43,"h":32}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/LatexArmbinderBolt.png": { - "frame": {"x":207,"y":103,"w":35,"h":40}, + "frame": {"x":839,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, @@ -2418,7 +2450,7 @@ }, "Game/Bullets/LatexArmbinderBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2426,7 +2458,7 @@ }, "Game/Bullets/LatexBubble.png": { - "frame": {"x":1454,"y":114,"w":54,"h":42}, + "frame": {"x":1826,"y":114,"w":54,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":16,"w":54,"h":42}, @@ -2434,7 +2466,7 @@ }, "Game/Bullets/LatexBubbleexp.png": { - "frame": {"x":788,"y":153,"w":44,"h":44}, + "frame": {"x":1523,"y":154,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":44,"h":44}, @@ -2442,7 +2474,7 @@ }, "Game/Bullets/LatexBubbleHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2450,7 +2482,7 @@ }, "Game/Bullets/LatexBubbleTrail.png": { - "frame": {"x":1776,"y":115,"w":47,"h":42}, + "frame": {"x":183,"y":143,"w":47,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":47,"h":42}, @@ -2458,7 +2490,7 @@ }, "Game/Bullets/LatexGagBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2466,7 +2498,7 @@ }, "Game/Bullets/LatexLegbinderBoltHit.png": { - "frame": {"x":1686,"y":446,"w":49,"h":47}, + "frame": {"x":1966,"y":444,"w":49,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":49,"h":47}, @@ -2474,7 +2506,7 @@ }, "Game/Bullets/LatexSprayHit.png": { - "frame": {"x":710,"y":70,"w":38,"h":38}, + "frame": {"x":1175,"y":69,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":18,"w":38,"h":38}, @@ -2482,7 +2514,7 @@ }, "Game/Bullets/LeatherCuffsBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2490,7 +2522,7 @@ }, "Game/Bullets/LegbinderBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2498,7 +2530,7 @@ }, "Game/Bullets/MagicMissile2.png": { - "frame": {"x":867,"y":488,"w":47,"h":48}, + "frame": {"x":1534,"y":490,"w":47,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":47,"h":48}, @@ -2506,7 +2538,7 @@ }, "Game/Bullets/MagicRopeHit.png": { - "frame": {"x":1146,"y":71,"w":54,"h":39}, + "frame": {"x":1645,"y":72,"w":54,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":16,"w":54,"h":39}, @@ -2514,7 +2546,7 @@ }, "Game/Bullets/ManyCables.png": { - "frame": {"x":973,"y":33,"w":36,"h":36}, + "frame": {"x":1874,"y":35,"w":36,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":18,"w":36,"h":36}, @@ -2522,15 +2554,23 @@ }, "Game/Bullets/ManyCablesHit.png": { - "frame": {"x":1011,"y":33,"w":36,"h":36}, + "frame": {"x":1912,"y":35,"w":36,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":18,"w":36,"h":36}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/ManyChains.png": +{ + "frame": {"x":894,"y":814,"w":60,"h":59}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":4,"y":7,"w":60,"h":59}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/ManyChainsHit.png": { - "frame": {"x":1911,"y":777,"w":52,"h":58}, + "frame": {"x":347,"y":804,"w":52,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":52,"h":58}, @@ -2538,7 +2578,7 @@ }, "Game/Bullets/MinerBomb.png": { - "frame": {"x":1,"y":992,"w":46,"h":64}, + "frame": {"x":1325,"y":1005,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":84,"y":76,"w":46,"h":64}, @@ -2546,7 +2586,7 @@ }, "Game/Bullets/MinigunHit.png": { - "frame": {"x":1429,"y":444,"w":51,"h":47}, + "frame": {"x":1,"y":472,"w":51,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":51,"h":47}, @@ -2554,7 +2594,7 @@ }, "Game/Bullets/NurseSyringeHit.png": { - "frame": {"x":392,"y":696,"w":52,"h":56}, + "frame": {"x":1034,"y":698,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":52,"h":56}, @@ -2562,7 +2602,7 @@ }, "Game/Bullets/OneBarMissile.png": { - "frame": {"x":1736,"y":496,"w":50,"h":50}, + "frame": {"x":193,"y":524,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":11,"w":50,"h":50}, @@ -2570,7 +2610,7 @@ }, "Game/Bullets/PlayerBola.png": { - "frame": {"x":333,"y":481,"w":48,"h":48}, + "frame": {"x":911,"y":485,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":48,"h":48}, @@ -2578,7 +2618,7 @@ }, "Game/Bullets/RecoverObjectHit.png": { - "frame": {"x":1360,"y":544,"w":46,"h":51}, + "frame": {"x":1952,"y":544,"w":46,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":9,"w":46,"h":51}, @@ -2586,7 +2626,7 @@ }, "Game/Bullets/RedSlimeHit.png": { - "frame": {"x":1880,"y":604,"w":54,"h":54}, + "frame": {"x":642,"y":637,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2594,7 +2634,7 @@ }, "Game/Bullets/RestrainingDevice.png": { - "frame": {"x":1936,"y":604,"w":54,"h":54}, + "frame": {"x":698,"y":637,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":9,"w":54,"h":54}, @@ -2602,7 +2642,7 @@ }, "Game/Bullets/RobotBoltHit.png": { - "frame": {"x":1992,"y":613,"w":54,"h":54}, + "frame": {"x":754,"y":637,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2610,7 +2650,7 @@ }, "Game/Bullets/RopeBoltHit.png": { - "frame": {"x":1253,"y":72,"w":54,"h":39}, + "frame": {"x":1701,"y":72,"w":54,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":16,"w":54,"h":39}, @@ -2618,7 +2658,7 @@ }, "Game/Bullets/RopeBoltLaunch.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2626,7 +2666,7 @@ }, "Game/Bullets/RopeBoltLaunchHit.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2634,7 +2674,7 @@ }, "Game/Bullets/RopeBoltLaunchSingle.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2642,7 +2682,7 @@ }, "Game/Bullets/RopeBoltLaunchSingleHit.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2650,7 +2690,7 @@ }, "Game/Bullets/RopeRuneStrike.png": { - "frame": {"x":37,"y":633,"w":54,"h":54}, + "frame": {"x":810,"y":639,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2658,7 +2698,7 @@ }, "Game/Bullets/RubberBolt.png": { - "frame": {"x":578,"y":68,"w":44,"h":38}, + "frame": {"x":1043,"y":69,"w":44,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":18,"w":44,"h":38}, @@ -2666,7 +2706,7 @@ }, "Game/Bullets/RubberBulletsHit.png": { - "frame": {"x":1429,"y":444,"w":51,"h":47}, + "frame": {"x":1,"y":472,"w":51,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":51,"h":47}, @@ -2674,7 +2714,7 @@ }, "Game/Bullets/RuneTrap_Belt.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2682,7 +2722,7 @@ }, "Game/Bullets/RuneTrap_Bubble.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2690,7 +2730,7 @@ }, "Game/Bullets/RuneTrap_Chain.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2698,7 +2738,7 @@ }, "Game/Bullets/RuneTrap_Latex.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2706,7 +2746,7 @@ }, "Game/Bullets/RuneTrap_LatexBall.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2714,7 +2754,7 @@ }, "Game/Bullets/RuneTrap_LatexSphere.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2722,7 +2762,7 @@ }, "Game/Bullets/RuneTrap_Leather.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2730,7 +2770,7 @@ }, "Game/Bullets/RuneTrap_Ribbon.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2738,7 +2778,7 @@ }, "Game/Bullets/RuneTrap_Rope.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2746,7 +2786,7 @@ }, "Game/Bullets/RuneTrap_Rubber.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2754,7 +2794,7 @@ }, "Game/Bullets/RuneTrap_Slime.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2762,7 +2802,7 @@ }, "Game/Bullets/RuneTrap_SlimeBubble.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2770,7 +2810,7 @@ }, "Game/Bullets/RuneTrap_Vine.png": { - "frame": {"x":168,"y":636,"w":54,"h":54}, + "frame": {"x":866,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":81,"y":81,"w":54,"h":54}, @@ -2778,7 +2818,7 @@ }, "Game/Bullets/ShadowBoltHit.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2786,7 +2826,7 @@ }, "Game/Bullets/ShadowBubble.png": { - "frame": {"x":1009,"y":441,"w":45,"h":46}, + "frame": {"x":1537,"y":442,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":12,"w":45,"h":46}, @@ -2794,7 +2834,7 @@ }, "Game/Bullets/ShadowBubbleHit.png": { - "frame": {"x":1068,"y":540,"w":51,"h":51}, + "frame": {"x":1618,"y":541,"w":51,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":11,"w":51,"h":51}, @@ -2802,7 +2842,7 @@ }, "Game/Bullets/ShadowDanceHit.png": { - "frame": {"x":1618,"y":773,"w":58,"h":58}, + "frame": {"x":521,"y":807,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -2810,7 +2850,7 @@ }, "Game/Bullets/ShadowOrb.png": { - "frame": {"x":315,"y":873,"w":52,"h":60}, + "frame": {"x":794,"y":872,"w":52,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":7,"w":52,"h":60}, @@ -2818,15 +2858,23 @@ }, "Game/Bullets/ShadowOrbHit.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, "sourceSize": {"w":72,"h":72} }, +"Game/Bullets/ShadowShroudGirlHit.png": +{ + "frame": {"x":1011,"y":1001,"w":44,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":18,"y":4,"w":44,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/ShadowSlashTrail.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2834,7 +2882,7 @@ }, "Game/Bullets/ShadowSlashTrailHit.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -2842,7 +2890,7 @@ }, "Game/Bullets/ShadowStrike.png": { - "frame": {"x":1267,"y":443,"w":52,"h":47}, + "frame": {"x":1804,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2850,7 +2898,7 @@ }, "Game/Bullets/ShadowStrikeHit.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -2858,7 +2906,7 @@ }, "Game/Bullets/SingleBeltHit.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2866,7 +2914,7 @@ }, "Game/Bullets/SingleRibbon.png": { - "frame": {"x":1167,"y":765,"w":60,"h":58}, + "frame": {"x":1908,"y":767,"w":60,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":4,"w":60,"h":58}, @@ -2874,7 +2922,7 @@ }, "Game/Bullets/SingleRibbonHit.png": { - "frame": {"x":1074,"y":705,"w":44,"h":56}, + "frame": {"x":1884,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -2882,7 +2930,7 @@ }, "Game/Bullets/SleepDartHit.png": { - "frame": {"x":392,"y":696,"w":52,"h":56}, + "frame": {"x":1034,"y":698,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":52,"h":56}, @@ -2890,7 +2938,7 @@ }, "Game/Bullets/SlimeSplashHit.png": { - "frame": {"x":1824,"y":603,"w":54,"h":54}, + "frame": {"x":586,"y":634,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2898,15 +2946,23 @@ }, "Game/Bullets/SmokeBomb.png": { - "frame": {"x":568,"y":1,"w":29,"h":28}, + "frame": {"x":632,"y":1,"w":29,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":95,"y":92,"w":29,"h":28}, "sourceSize": {"w":216,"h":216} }, +"Game/Bullets/Snowball.png": +{ + "frame": {"x":895,"y":1000,"w":56,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":8,"y":5,"w":56,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Bullets/StraitjacketBoltHit.png": { - "frame": {"x":48,"y":144,"w":43,"h":42}, + "frame": {"x":376,"y":145,"w":43,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":20,"w":43,"h":42}, @@ -2914,7 +2970,7 @@ }, "Game/Bullets/SummonRedSlime.png": { - "frame": {"x":1880,"y":604,"w":54,"h":54}, + "frame": {"x":642,"y":637,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2922,7 +2978,7 @@ }, "Game/Bullets/SummonSingleRedSlime.png": { - "frame": {"x":1880,"y":604,"w":54,"h":54}, + "frame": {"x":642,"y":637,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -2930,7 +2986,7 @@ }, "Game/Bullets/TrapSleepDartHit.png": { - "frame": {"x":392,"y":696,"w":52,"h":56}, + "frame": {"x":1034,"y":698,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":52,"h":56}, @@ -2938,7 +2994,7 @@ }, "Game/Bullets/TrueSteelHit.png": { - "frame": {"x":1375,"y":444,"w":52,"h":47}, + "frame": {"x":1912,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -2946,7 +3002,7 @@ }, "Game/Bullets/WaterBall.png": { - "frame": {"x":1825,"y":116,"w":47,"h":42}, + "frame": {"x":232,"y":143,"w":47,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":47,"h":42}, @@ -2954,7 +3010,7 @@ }, "Game/Bullets/WitchBoulder.png": { - "frame": {"x":1840,"y":837,"w":58,"h":60}, + "frame": {"x":578,"y":867,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":6,"w":58,"h":60}, @@ -2962,7 +3018,7 @@ }, "Game/Bullets/WitchRopeHit.png": { - "frame": {"x":1253,"y":72,"w":54,"h":39}, + "frame": {"x":1701,"y":72,"w":54,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":16,"w":54,"h":39}, @@ -2970,7 +3026,7 @@ }, "Game/Bullets/WitchWaterBall.png": { - "frame": {"x":1825,"y":116,"w":47,"h":42}, + "frame": {"x":232,"y":143,"w":47,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":47,"h":42}, @@ -2978,7 +3034,7 @@ }, "Game/Bullets/WolfCrackle.png": { - "frame": {"x":1690,"y":715,"w":58,"h":57}, + "frame": {"x":463,"y":747,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":9,"w":58,"h":57}, @@ -2986,7 +3042,7 @@ }, "Game/Bullets/WolfCrackleTrail.png": { - "frame": {"x":1690,"y":715,"w":58,"h":57}, + "frame": {"x":463,"y":747,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":9,"w":58,"h":57}, @@ -2994,7 +3050,7 @@ }, "Game/Bullets/ZombieOrbIceHit.png": { - "frame": {"x":792,"y":942,"w":58,"h":62}, + "frame": {"x":1689,"y":948,"w":58,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":6,"w":58,"h":62}, @@ -3002,31 +3058,39 @@ }, "Game/Bullets/ZombieOrbMini.png": { - "frame": {"x":599,"y":1,"w":28,"h":28}, + "frame": {"x":663,"y":1,"w":28,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":22,"w":28,"h":28}, "sourceSize": {"w":72,"h":72} }, -"Game/Class/Mage.png": +"Game/ChangeSpell.png": { - "frame": {"x":369,"y":874,"w":51,"h":60}, + "frame": {"x":1056,"y":33,"w":36,"h":34}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":0,"w":51,"h":60}, + "spriteSourceSize": {"x":2,"y":2,"w":36,"h":34}, + "sourceSize": {"w":38,"h":38} +}, +"Game/Class/Fighter.png": +{ + "frame": {"x":1376,"y":880,"w":49,"h":60}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":0,"w":49,"h":60}, "sourceSize": {"w":71,"h":60} }, -"Game/Class/Peasant.png": +"Game/Class/Mage.png": { - "frame": {"x":1393,"y":114,"w":59,"h":42}, + "frame": {"x":1174,"y":878,"w":51,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":7,"y":7,"w":59,"h":42}, + "spriteSourceSize": {"x":10,"y":0,"w":51,"h":60}, "sourceSize": {"w":71,"h":60} }, "Game/Class/Rogue.png": { - "frame": {"x":220,"y":870,"w":54,"h":60}, + "frame": {"x":1073,"y":877,"w":54,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":0,"w":54,"h":60}, @@ -3034,7 +3098,7 @@ }, "Game/Conditions/Buff.png": { - "frame": {"x":73,"y":28,"w":31,"h":33}, + "frame": {"x":909,"y":32,"w":31,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":31,"h":33}, @@ -3042,7 +3106,7 @@ }, "Game/Conditions/Debuff.png": { - "frame": {"x":1646,"y":1,"w":30,"h":32}, + "frame": {"x":286,"y":30,"w":30,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":40,"w":30,"h":32}, @@ -3050,7 +3114,7 @@ }, "Game/Conditions/Heart.png": { - "frame": {"x":1336,"y":1,"w":32,"h":31}, + "frame": {"x":1757,"y":1,"w":32,"h":31}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":6,"w":32,"h":31}, @@ -3058,23 +3122,23 @@ }, "Game/Conditions/Peace.png": { - "frame": {"x":1476,"y":1,"w":32,"h":32}, + "frame": {"x":1,"y":26,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":5,"w":32,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/Conditions/Thought/Angry.png": +"Game/Conditions/ShieldDebuff.png": { - "frame": {"x":1191,"y":33,"w":31,"h":36}, + "frame": {"x":1,"y":1,"w":33,"h":23}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, + "spriteSourceSize": {"x":20,"y":0,"w":33,"h":23}, "sourceSize": {"w":72,"h":72} }, "Game/Conditions/Thought/Annoyed.png": { - "frame": {"x":1224,"y":33,"w":31,"h":36}, + "frame": {"x":1763,"y":34,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3082,7 +3146,7 @@ }, "Game/Conditions/Thought/Aware.png": { - "frame": {"x":1257,"y":34,"w":31,"h":36}, + "frame": {"x":1,"y":60,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3090,7 +3154,7 @@ }, "Game/Conditions/Thought/Blind.png": { - "frame": {"x":1290,"y":34,"w":31,"h":36}, + "frame": {"x":69,"y":62,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3098,7 +3162,7 @@ }, "Game/Conditions/Thought/Confused.png": { - "frame": {"x":1323,"y":34,"w":31,"h":36}, + "frame": {"x":102,"y":63,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3106,7 +3170,7 @@ }, "Game/Conditions/Thought/Embarrassed.png": { - "frame": {"x":1356,"y":34,"w":31,"h":36}, + "frame": {"x":135,"y":63,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3114,7 +3178,7 @@ }, "Game/Conditions/Thought/Fire.png": { - "frame": {"x":1389,"y":35,"w":31,"h":36}, + "frame": {"x":168,"y":63,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3122,7 +3186,7 @@ }, "Game/Conditions/Thought/Freeze.png": { - "frame": {"x":1422,"y":35,"w":31,"h":36}, + "frame": {"x":201,"y":63,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3130,7 +3194,7 @@ }, "Game/Conditions/Thought/GiveUp.png": { - "frame": {"x":1455,"y":35,"w":31,"h":36}, + "frame": {"x":234,"y":64,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3138,7 +3202,7 @@ }, "Game/Conditions/Thought/Happy.png": { - "frame": {"x":1488,"y":35,"w":31,"h":36}, + "frame": {"x":267,"y":64,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3146,7 +3210,7 @@ }, "Game/Conditions/Thought/Idle.png": { - "frame": {"x":1521,"y":35,"w":31,"h":36}, + "frame": {"x":300,"y":64,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3154,7 +3218,7 @@ }, "Game/Conditions/Thought/Jail.png": { - "frame": {"x":1554,"y":35,"w":31,"h":36}, + "frame": {"x":333,"y":64,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3162,7 +3226,7 @@ }, "Game/Conditions/Thought/Laugh.png": { - "frame": {"x":1587,"y":35,"w":31,"h":36}, + "frame": {"x":366,"y":65,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3170,7 +3234,7 @@ }, "Game/Conditions/Thought/Lose.png": { - "frame": {"x":1620,"y":35,"w":31,"h":36}, + "frame": {"x":399,"y":65,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3178,7 +3242,7 @@ }, "Game/Conditions/Thought/Play.png": { - "frame": {"x":1653,"y":35,"w":31,"h":36}, + "frame": {"x":432,"y":65,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3186,7 +3250,7 @@ }, "Game/Conditions/Thought/PlayDone.png": { - "frame": {"x":1686,"y":35,"w":31,"h":36}, + "frame": {"x":465,"y":65,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3194,7 +3258,7 @@ }, "Game/Conditions/Thought/Search.png": { - "frame": {"x":1719,"y":36,"w":31,"h":36}, + "frame": {"x":498,"y":65,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3202,7 +3266,7 @@ }, "Game/Conditions/Thought/Sense.png": { - "frame": {"x":1752,"y":36,"w":31,"h":36}, + "frame": {"x":531,"y":66,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3210,7 +3274,7 @@ }, "Game/Conditions/Thought/Shoot.png": { - "frame": {"x":1785,"y":36,"w":31,"h":36}, + "frame": {"x":564,"y":66,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3218,7 +3282,7 @@ }, "Game/Conditions/Thought/Status.png": { - "frame": {"x":1818,"y":36,"w":31,"h":36}, + "frame": {"x":597,"y":66,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3226,7 +3290,7 @@ }, "Game/Conditions/Thought/Struggle.png": { - "frame": {"x":1851,"y":36,"w":31,"h":36}, + "frame": {"x":630,"y":66,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3234,7 +3298,7 @@ }, "Game/Conditions/Thought/Thought.png": { - "frame": {"x":1884,"y":36,"w":31,"h":36}, + "frame": {"x":663,"y":66,"w":31,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":19,"w":31,"h":36}, @@ -3242,7 +3306,7 @@ }, "Game/CurseInfo.png": { - "frame": {"x":1,"y":525,"w":35,"h":50}, + "frame": {"x":622,"y":528,"w":35,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":3,"w":35,"h":50}, @@ -3250,7 +3314,7 @@ }, "Game/CurseUnlock.png": { - "frame": {"x":1081,"y":649,"w":35,"h":54}, + "frame": {"x":1667,"y":650,"w":35,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":1,"w":35,"h":54}, @@ -3258,7 +3322,7 @@ }, "Game/Cursor.png": { - "frame": {"x":135,"y":580,"w":31,"h":53}, + "frame": {"x":44,"y":625,"w":31,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":31,"h":53}, @@ -3266,23 +3330,15 @@ }, "Game/EffectTiles/Acid.png": { - "frame": {"x":1788,"y":496,"w":50,"h":50}, + "frame": {"x":362,"y":526,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":50,"h":50}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/Belts.png": -{ - "frame": {"x":785,"y":591,"w":55,"h":53}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":6,"y":9,"w":55,"h":53}, - "sourceSize": {"w":72,"h":72} -}, "Game/EffectTiles/Bubble.png": { - "frame": {"x":1840,"y":497,"w":50,"h":50}, + "frame": {"x":414,"y":527,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":11,"w":50,"h":50}, @@ -3290,7 +3346,7 @@ }, "Game/EffectTiles/Chains.png": { - "frame": {"x":560,"y":755,"w":51,"h":57}, + "frame": {"x":1286,"y":759,"w":51,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":57}, @@ -3298,7 +3354,7 @@ }, "Game/EffectTiles/Fabric.png": { - "frame": {"x":1111,"y":594,"w":47,"h":53}, + "frame": {"x":1856,"y":597,"w":47,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":13,"w":47,"h":53}, @@ -3306,39 +3362,31 @@ }, "Game/EffectTiles/FabricGreen.png": { - "frame": {"x":1797,"y":776,"w":56,"h":58}, + "frame": {"x":289,"y":803,"w":56,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":8,"w":56,"h":58}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/Fireflies.png": -{ - "frame": {"x":1962,"y":117,"w":45,"h":42}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EffectTiles/Gunpowder.png": +"Game/EffectTiles/IllusOrb.png": { - "frame": {"x":402,"y":66,"w":59,"h":38}, + "frame": {"x":948,"y":107,"w":58,"h":41}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":29,"w":59,"h":38}, + "spriteSourceSize": {"x":7,"y":29,"w":58,"h":41}, "sourceSize": {"w":72,"h":72} }, -"Game/EffectTiles/IllusOrb.png": +"Game/EffectTiles/Lantern.png": { - "frame": {"x":515,"y":108,"w":58,"h":41}, + "frame": {"x":1717,"y":492,"w":29,"h":49}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":7,"y":29,"w":58,"h":41}, + "spriteSourceSize": {"x":22,"y":19,"w":29,"h":49}, "sourceSize": {"w":72,"h":72} }, "Game/EffectTiles/LanternUnlit.png": { - "frame": {"x":2017,"y":257,"w":28,"h":48}, + "frame": {"x":2017,"y":350,"w":28,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":20,"w":28,"h":48}, @@ -3346,7 +3394,7 @@ }, "Game/EffectTiles/Magicflies.png": { - "frame": {"x":1,"y":143,"w":45,"h":42}, + "frame": {"x":329,"y":145,"w":45,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, @@ -3354,7 +3402,7 @@ }, "Game/EffectTiles/ManaEmpty.png": { - "frame": {"x":1620,"y":114,"w":50,"h":42}, + "frame": {"x":1992,"y":114,"w":50,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":15,"w":50,"h":42}, @@ -3362,7 +3410,7 @@ }, "Game/EffectTiles/ManaFull.png": { - "frame": {"x":1672,"y":115,"w":50,"h":42}, + "frame": {"x":79,"y":142,"w":50,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":15,"w":50,"h":42}, @@ -3370,7 +3418,7 @@ }, "Game/EffectTiles/ManaPartial.png": { - "frame": {"x":1724,"y":115,"w":50,"h":42}, + "frame": {"x":131,"y":142,"w":50,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":15,"w":50,"h":42}, @@ -3378,15 +3426,31 @@ }, "Game/EffectTiles/MotionLamp.png": { - "frame": {"x":795,"y":32,"w":50,"h":36}, + "frame": {"x":1624,"y":34,"w":50,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":18,"w":50,"h":36}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/OrbLantern.png": +{ + "frame": {"x":1520,"y":71,"w":32,"h":38}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":20,"y":30,"w":32,"h":38}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EffectTiles/Radiance.png": +{ + "frame": {"x":1453,"y":1,"w":51,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":11,"y":33,"w":51,"h":31}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/Ropes.png": { - "frame": {"x":224,"y":636,"w":54,"h":54}, + "frame": {"x":922,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":8,"w":54,"h":54}, @@ -3394,7 +3458,7 @@ }, "Game/EffectTiles/Sack.png": { - "frame": {"x":1946,"y":1,"w":35,"h":33}, + "frame": {"x":624,"y":31,"w":35,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":35,"w":35,"h":33}, @@ -3402,15 +3466,23 @@ }, "Game/EffectTiles/StarryTrail.png": { - "frame": {"x":1629,"y":158,"w":37,"h":45}, + "frame": {"x":431,"y":189,"w":37,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":10,"w":37,"h":45}, "sourceSize": {"w":72,"h":72} }, +"Game/EffectTiles/Torch.png": +{ + "frame": {"x":414,"y":579,"w":28,"h":52}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":23,"y":19,"w":28,"h":52}, + "sourceSize": {"w":72,"h":72} +}, "Game/EffectTiles/TorchOrb.png": { - "frame": {"x":397,"y":148,"w":32,"h":43}, + "frame": {"x":1017,"y":152,"w":32,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":29,"w":32,"h":43}, @@ -3418,7 +3490,7 @@ }, "Game/EffectTiles/TorchOrbNoPanel.png": { - "frame": {"x":582,"y":151,"w":32,"h":43}, + "frame": {"x":1051,"y":152,"w":32,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":29,"w":32,"h":43}, @@ -3426,7 +3498,7 @@ }, "Game/EffectTiles/Vines.png": { - "frame": {"x":280,"y":751,"w":54,"h":57}, + "frame": {"x":1175,"y":758,"w":54,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":6,"w":54,"h":57}, @@ -3434,7 +3506,7 @@ }, "Game/EffectTiles/WireEnd.png": { - "frame": {"x":383,"y":483,"w":48,"h":48}, + "frame": {"x":961,"y":485,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":48,"h":48}, @@ -3442,7 +3514,7 @@ }, "Game/Enemies/AcidBarrel.png": { - "frame": {"x":1187,"y":825,"w":39,"h":59}, + "frame": {"x":1233,"y":817,"w":39,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":9,"w":39,"h":59}, @@ -3450,7 +3522,7 @@ }, "Game/Enemies/Adventurer_Brat_Fighter.png": { - "frame": {"x":1900,"y":837,"w":58,"h":60}, + "frame": {"x":638,"y":870,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":7,"w":58,"h":60}, @@ -3458,7 +3530,7 @@ }, "Game/Enemies/Adventurer_Switch_Fighter.png": { - "frame": {"x":1314,"y":951,"w":53,"h":63}, + "frame": {"x":287,"y":988,"w":53,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":7,"w":53,"h":63}, @@ -3466,31 +3538,39 @@ }, "Game/Enemies/Alchemist.png": { - "frame": {"x":1423,"y":889,"w":49,"h":61}, + "frame": {"x":315,"y":925,"w":49,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":7,"w":49,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/AllyDoll.png": +{ + "frame": {"x":597,"y":992,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/AnimArmbinder.png": { - "frame": {"x":478,"y":108,"w":35,"h":40}, + "frame": {"x":876,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/AnimChastity.png": +"Game/Enemies/AnimatedArmor.png": { - "frame": {"x":550,"y":814,"w":45,"h":59}, + "frame": {"x":756,"y":810,"w":36,"h":59}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, + "spriteSourceSize": {"x":16,"y":3,"w":36,"h":59}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/AntiqueQuest.png": { - "frame": {"x":1138,"y":886,"w":58,"h":61}, + "frame": {"x":1807,"y":886,"w":58,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":5,"w":58,"h":61}, @@ -3498,7 +3578,7 @@ }, "Game/Enemies/AquaSlime.png": { - "frame": {"x":1892,"y":498,"w":50,"h":50}, + "frame": {"x":466,"y":528,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":11,"w":50,"h":50}, @@ -3506,7 +3586,7 @@ }, "Game/Enemies/Bandit.png": { - "frame": {"x":120,"y":869,"w":41,"h":60}, + "frame": {"x":1572,"y":883,"w":41,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":41,"h":60}, @@ -3514,7 +3594,7 @@ }, "Game/Enemies/BanditChief.png": { - "frame": {"x":711,"y":879,"w":36,"h":60}, + "frame": {"x":1658,"y":885,"w":36,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":36,"h":60}, @@ -3522,7 +3602,7 @@ }, "Game/Enemies/BanditGrappler.png": { - "frame": {"x":422,"y":875,"w":51,"h":60}, + "frame": {"x":1271,"y":879,"w":51,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":51,"h":60}, @@ -3530,7 +3610,7 @@ }, "Game/Enemies/BanditPet.png": { - "frame": {"x":876,"y":881,"w":34,"h":60}, + "frame": {"x":1771,"y":886,"w":34,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":34,"h":60}, @@ -3538,7 +3618,7 @@ }, "Game/Enemies/BanditQuest.png": { - "frame": {"x":711,"y":879,"w":36,"h":60}, + "frame": {"x":1658,"y":885,"w":36,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":36,"h":60}, @@ -3546,7 +3626,7 @@ }, "Game/Enemies/BarricadeHighSecurityDoor.png": { - "frame": {"x":1174,"y":542,"w":50,"h":51}, + "frame": {"x":1801,"y":544,"w":50,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":50,"h":51}, @@ -3554,7 +3634,7 @@ }, "Game/Enemies/BarricadeLight.png": { - "frame": {"x":1174,"y":542,"w":50,"h":51}, + "frame": {"x":1801,"y":544,"w":50,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":50,"h":51}, @@ -3562,7 +3642,7 @@ }, "Game/Enemies/BarricadeSecurityDoor.png": { - "frame": {"x":1174,"y":542,"w":50,"h":51}, + "frame": {"x":1801,"y":544,"w":50,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":50,"h":51}, @@ -3570,7 +3650,7 @@ }, "Game/Enemies/BarricadeVine.png": { - "frame": {"x":1779,"y":836,"w":59,"h":60}, + "frame": {"x":517,"y":867,"w":59,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":59,"h":60}, @@ -3578,7 +3658,7 @@ }, "Game/Enemies/BigSlime.png": { - "frame": {"x":166,"y":809,"w":57,"h":59}, + "frame": {"x":1018,"y":815,"w":57,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":11,"w":57,"h":59}, @@ -3586,15 +3666,23 @@ }, "Game/Enemies/BindableEnemies/Alchemist.png": { - "frame": {"x":1423,"y":889,"w":49,"h":61}, + "frame": {"x":315,"y":925,"w":49,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":7,"w":49,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/AllyDoll.png": +{ + "frame": {"x":597,"y":992,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/Bandit.png": { - "frame": {"x":120,"y":869,"w":41,"h":60}, + "frame": {"x":1572,"y":883,"w":41,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":41,"h":60}, @@ -3602,7 +3690,7 @@ }, "Game/Enemies/BindableEnemies/BanditChief.png": { - "frame": {"x":711,"y":879,"w":36,"h":60}, + "frame": {"x":1658,"y":885,"w":36,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":36,"h":60}, @@ -3610,7 +3698,7 @@ }, "Game/Enemies/BindableEnemies/BanditGrappler.png": { - "frame": {"x":422,"y":875,"w":51,"h":60}, + "frame": {"x":1271,"y":879,"w":51,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":51,"h":60}, @@ -3618,7 +3706,7 @@ }, "Game/Enemies/BindableEnemies/BanditPet.png": { - "frame": {"x":876,"y":881,"w":34,"h":60}, + "frame": {"x":1771,"y":886,"w":34,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":34,"h":60}, @@ -3626,7 +3714,7 @@ }, "Game/Enemies/BindableEnemies/BanditQuest.png": { - "frame": {"x":711,"y":879,"w":36,"h":60}, + "frame": {"x":1658,"y":885,"w":36,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":36,"h":60}, @@ -3634,15 +3722,23 @@ }, "Game/Enemies/BindableEnemies/Deputy.png": { - "frame": {"x":1846,"y":962,"w":42,"h":63}, + "frame": {"x":81,"y":982,"w":42,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":42,"h":63}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/DragonShield.png": +{ + "frame": {"x":1057,"y":1002,"w":55,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":3,"w":55,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/Dressmaker.png": { - "frame": {"x":1525,"y":894,"w":47,"h":61}, + "frame": {"x":455,"y":928,"w":47,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":47,"h":61}, @@ -3650,7 +3746,7 @@ }, "Game/Enemies/BindableEnemies/ElementalFire.png": { - "frame": {"x":1623,"y":894,"w":41,"h":61}, + "frame": {"x":1,"y":916,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":41,"h":61}, @@ -3658,15 +3754,23 @@ }, "Game/Enemies/BindableEnemies/ElementalIce.png": { - "frame": {"x":1257,"y":888,"w":56,"h":61}, + "frame": {"x":1926,"y":895,"w":56,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":56,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/ElementalLeather.png": +{ + "frame": {"x":172,"y":986,"w":56,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":5,"w":56,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/Elf.png": { - "frame": {"x":1752,"y":898,"w":41,"h":61}, + "frame": {"x":82,"y":919,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":41,"h":61}, @@ -3674,15 +3778,23 @@ }, "Game/Enemies/BindableEnemies/ElfRanger.png": { - "frame": {"x":999,"y":882,"w":39,"h":61}, + "frame": {"x":1143,"y":940,"w":39,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":39,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/EncasedDoll.png": +{ + "frame": {"x":817,"y":999,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/Fungal.png": { - "frame": {"x":1369,"y":951,"w":50,"h":63}, + "frame": {"x":342,"y":990,"w":50,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":50,"h":63}, @@ -3690,15 +3802,31 @@ }, "Game/Enemies/BindableEnemies/Maidforce.png": { - "frame": {"x":969,"y":945,"w":44,"h":62}, + "frame": {"x":1376,"y":942,"w":44,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":5,"w":44,"h":62}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/BindableEnemies/MaidforceHead.png": +{ + "frame": {"x":1522,"y":1008,"w":43,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":3,"w":43,"h":64}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/BindableEnemies/MaidforcePara.png": +{ + "frame": {"x":1871,"y":1022,"w":41,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":3,"w":41,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/BindableEnemies/MaidforceStalker.png": { - "frame": {"x":1059,"y":948,"w":38,"h":62}, + "frame": {"x":1569,"y":945,"w":38,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":38,"h":62}, @@ -3706,7 +3834,7 @@ }, "Game/Enemies/BindableEnemies/Miner.png": { - "frame": {"x":1099,"y":948,"w":37,"h":62}, + "frame": {"x":1866,"y":951,"w":37,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":5,"w":37,"h":62}, @@ -3714,7 +3842,7 @@ }, "Game/Enemies/BindableEnemies/Mummy.png": { - "frame": {"x":535,"y":937,"w":39,"h":62}, + "frame": {"x":1528,"y":944,"w":39,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":39,"h":62}, @@ -3722,7 +3850,7 @@ }, "Game/Enemies/BindableEnemies/Nawashi.png": { - "frame": {"x":1497,"y":831,"w":42,"h":59}, + "frame": {"x":1,"y":855,"w":42,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":42,"h":59}, @@ -3730,23 +3858,31 @@ }, "Game/Enemies/BindableEnemies/Necromancer.png": { - "frame": {"x":276,"y":871,"w":37,"h":60}, + "frame": {"x":755,"y":871,"w":37,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":37,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/BindableEnemies/Ninja.png": +"Game/Enemies/BindableEnemies/NinjaStalker.png": +{ + "frame": {"x":44,"y":918,"w":36,"h":61}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/BindableEnemies/Wolfgirl.png": { - "frame": {"x":1093,"y":885,"w":43,"h":61}, + "frame": {"x":1736,"y":1012,"w":43,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":6,"w":43,"h":61}, + "spriteSourceSize": {"x":19,"y":6,"w":43,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Book.png": { - "frame": {"x":691,"y":818,"w":44,"h":59}, + "frame": {"x":1481,"y":821,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3754,7 +3890,7 @@ }, "Game/Enemies/BookArcane.png": { - "frame": {"x":773,"y":819,"w":44,"h":59}, + "frame": {"x":1527,"y":821,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3762,7 +3898,7 @@ }, "Game/Enemies/BookBelt.png": { - "frame": {"x":819,"y":819,"w":44,"h":59}, + "frame": {"x":1573,"y":822,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3770,7 +3906,7 @@ }, "Game/Enemies/BookBondage.png": { - "frame": {"x":391,"y":813,"w":50,"h":59}, + "frame": {"x":1382,"y":819,"w":50,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":6,"w":50,"h":59}, @@ -3778,7 +3914,7 @@ }, "Game/Enemies/BookCelestial.png": { - "frame": {"x":865,"y":819,"w":44,"h":59}, + "frame": {"x":1619,"y":823,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3786,7 +3922,7 @@ }, "Game/Enemies/BookChain.png": { - "frame": {"x":911,"y":820,"w":44,"h":59}, + "frame": {"x":1665,"y":824,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3794,7 +3930,7 @@ }, "Game/Enemies/BookElectric.png": { - "frame": {"x":957,"y":820,"w":44,"h":59}, + "frame": {"x":1711,"y":825,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3802,7 +3938,7 @@ }, "Game/Enemies/BookForbidden.png": { - "frame": {"x":1003,"y":821,"w":44,"h":59}, + "frame": {"x":1757,"y":825,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3810,7 +3946,7 @@ }, "Game/Enemies/BookIce.png": { - "frame": {"x":1049,"y":822,"w":44,"h":59}, + "frame": {"x":1803,"y":825,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3818,7 +3954,7 @@ }, "Game/Enemies/BookNature.png": { - "frame": {"x":1095,"y":824,"w":44,"h":59}, + "frame": {"x":1849,"y":825,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3826,7 +3962,7 @@ }, "Game/Enemies/BookRope.png": { - "frame": {"x":1141,"y":825,"w":44,"h":59}, + "frame": {"x":1895,"y":827,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3834,7 +3970,7 @@ }, "Game/Enemies/BookSlime.png": { - "frame": {"x":1228,"y":826,"w":44,"h":59}, + "frame": {"x":1941,"y":834,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3842,7 +3978,7 @@ }, "Game/Enemies/BookTickle.png": { - "frame": {"x":1274,"y":827,"w":44,"h":59}, + "frame": {"x":1987,"y":834,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -3850,7 +3986,7 @@ }, "Game/Enemies/BotMissile.png": { - "frame": {"x":1510,"y":114,"w":54,"h":42}, + "frame": {"x":1882,"y":114,"w":54,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":17,"w":54,"h":42}, @@ -3858,31 +3994,39 @@ }, "Game/Enemies/Bramble.png": { - "frame": {"x":525,"y":534,"w":55,"h":51}, + "frame": {"x":1194,"y":537,"w":55,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":6,"w":55,"h":51}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/CaptureBot.png": +"Game/Enemies/ChainBeing.png": { - "frame": {"x":742,"y":32,"w":51,"h":36}, + "frame": {"x":1114,"y":1003,"w":54,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":23,"w":51,"h":36}, + "spriteSourceSize": {"x":10,"y":5,"w":54,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/ChaoticCrystal.png": { - "frame": {"x":1835,"y":207,"w":44,"h":46}, + "frame": {"x":1195,"y":198,"w":44,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":12,"w":44,"h":46}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/CuffedGirl.png": +{ + "frame": {"x":685,"y":996,"w":44,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":14,"y":7,"w":44,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/CustomSprite/Alisa.png": { - "frame": {"x":625,"y":940,"w":43,"h":62}, + "frame": {"x":1422,"y":943,"w":43,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":6,"w":43,"h":62}, @@ -3890,7 +4034,7 @@ }, "Game/Enemies/CustomSprite/Hilda.png": { - "frame": {"x":1138,"y":949,"w":38,"h":62}, + "frame": {"x":1609,"y":946,"w":38,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":6,"w":38,"h":62}, @@ -3898,7 +4042,7 @@ }, "Game/Enemies/CustomSprite/Parov.png": { - "frame": {"x":891,"y":154,"w":54,"h":44}, + "frame": {"x":1355,"y":153,"w":54,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":54,"h":44}, @@ -3906,7 +4050,7 @@ }, "Game/Enemies/CustomSpriteBound/Myrtrice3.png": { - "frame": {"x":1471,"y":955,"w":50,"h":63}, + "frame": {"x":394,"y":990,"w":50,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":50,"h":63}, @@ -3914,7 +4058,7 @@ }, "Game/Enemies/CustomSpriteBound/Nara.png": { - "frame": {"x":1033,"y":539,"w":33,"h":51}, + "frame": {"x":1583,"y":540,"w":33,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":11,"w":33,"h":51}, @@ -3922,7 +4066,7 @@ }, "Game/Enemies/CyborgEnforcer.png": { - "frame": {"x":1800,"y":962,"w":44,"h":63}, + "frame": {"x":731,"y":997,"w":44,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":7,"w":44,"h":63}, @@ -3930,15 +4074,31 @@ }, "Game/Enemies/Deputy.png": { - "frame": {"x":1846,"y":962,"w":42,"h":63}, + "frame": {"x":81,"y":982,"w":42,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":42,"h":63}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/DollmakerTarget.png": +{ + "frame": {"x":817,"y":999,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/Dollsmith.png": +{ + "frame": {"x":1781,"y":1013,"w":43,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":1,"w":43,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/DragonFlower.png": { - "frame": {"x":716,"y":537,"w":54,"h":51}, + "frame": {"x":1307,"y":538,"w":54,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":54,"h":51}, @@ -3946,15 +4106,23 @@ }, "Game/Enemies/DragonGirlShadow.png": { - "frame": {"x":1015,"y":946,"w":42,"h":62}, + "frame": {"x":1332,"y":941,"w":42,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":5,"w":42,"h":62}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/DragonShield.png": +{ + "frame": {"x":1057,"y":1002,"w":55,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":3,"w":55,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/Dressmaker.png": { - "frame": {"x":1525,"y":894,"w":47,"h":61}, + "frame": {"x":455,"y":928,"w":47,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":47,"h":61}, @@ -3962,7 +4130,7 @@ }, "Game/Enemies/DressmakerQuest.png": { - "frame": {"x":1525,"y":894,"w":47,"h":61}, + "frame": {"x":455,"y":928,"w":47,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":47,"h":61}, @@ -3970,7 +4138,7 @@ }, "Game/Enemies/Drone.png": { - "frame": {"x":106,"y":29,"w":33,"h":33}, + "frame": {"x":769,"y":32,"w":33,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":8,"w":33,"h":33}, @@ -3978,39 +4146,39 @@ }, "Game/Enemies/DroneGuardian.png": { - "frame": {"x":298,"y":480,"w":33,"h":48}, + "frame": {"x":394,"y":476,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":8,"w":33,"h":48}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EarthenMonolith.png": +"Game/Enemies/ElementalFire.png": { - "frame": {"x":1666,"y":834,"w":37,"h":59}, + "frame": {"x":1,"y":916,"w":41,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":17,"y":8,"w":37,"h":59}, + "spriteSourceSize": {"x":18,"y":7,"w":41,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ElementalFire.png": +"Game/Enemies/ElementalIce.png": { - "frame": {"x":1623,"y":894,"w":41,"h":61}, + "frame": {"x":1926,"y":895,"w":56,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":18,"y":7,"w":41,"h":61}, + "spriteSourceSize": {"x":9,"y":7,"w":56,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ElementalIce.png": +"Game/Enemies/ElementalLeather.png": { - "frame": {"x":1257,"y":888,"w":56,"h":61}, + "frame": {"x":172,"y":986,"w":56,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":7,"w":56,"h":61}, + "spriteSourceSize": {"x":12,"y":5,"w":56,"h":63}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Elf.png": { - "frame": {"x":1752,"y":898,"w":41,"h":61}, + "frame": {"x":82,"y":919,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":41,"h":61}, @@ -4018,79 +4186,87 @@ }, "Game/Enemies/ElfRanger.png": { - "frame": {"x":999,"y":882,"w":39,"h":61}, + "frame": {"x":1143,"y":940,"w":39,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":39,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/EncasedDoll.png": +{ + "frame": {"x":817,"y":999,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/EncasedDollMetal.png": { - "frame": {"x":576,"y":939,"w":47,"h":62}, + "frame": {"x":1222,"y":940,"w":47,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":47,"h":62}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EnforcerBot.png": +"Game/Enemies/EncasedFactoryDoll.png": { - "frame": {"x":1261,"y":543,"w":48,"h":51}, + "frame": {"x":1,"y":979,"w":38,"h":63}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":8,"w":48,"h":51}, + "spriteSourceSize": {"x":21,"y":7,"w":38,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/EnforcerBotGuardian.png": +"Game/Enemies/EncasedFactoryDollMetal.png": { - "frame": {"x":466,"y":534,"w":57,"h":51}, + "frame": {"x":1944,"y":958,"w":35,"h":62}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":8,"w":57,"h":51}, + "spriteSourceSize": {"x":21,"y":7,"w":35,"h":62}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ExplosiveBarrel.png": +"Game/Enemies/EnforcerBot.png": { - "frame": {"x":1379,"y":709,"w":39,"h":56}, + "frame": {"x":1853,"y":544,"w":48,"h":51}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":17,"y":9,"w":39,"h":56}, + "spriteSourceSize": {"x":11,"y":8,"w":48,"h":51}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FastSlime.png": +"Game/Enemies/EnforcerBotGuardian.png": { - "frame": {"x":1568,"y":546,"w":58,"h":52}, + "frame": {"x":1104,"y":536,"w":57,"h":51}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":9,"w":58,"h":52}, + "spriteSourceSize": {"x":2,"y":8,"w":57,"h":51}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Feathers.png": +"Game/Enemies/ExplosiveBarrel.png": { - "frame": {"x":225,"y":582,"w":55,"h":52}, + "frame": {"x":601,"y":690,"w":39,"h":56}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":12,"y":6,"w":55,"h":52}, + "spriteSourceSize": {"x":17,"y":9,"w":39,"h":56}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/FireElemental.png": +"Game/Enemies/Feathers.png": { - "frame": {"x":1531,"y":712,"w":59,"h":57}, + "frame": {"x":558,"y":580,"w":55,"h":52}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":7,"y":5,"w":59,"h":57}, + "spriteSourceSize": {"x":12,"y":6,"w":55,"h":52}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ForcefieldBot.png": +"Game/Enemies/FireElemental.png": { - "frame": {"x":522,"y":68,"w":54,"h":38}, + "frame": {"x":197,"y":743,"w":59,"h":57}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":21,"w":54,"h":38}, + "spriteSourceSize": {"x":7,"y":5,"w":59,"h":57}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/Frog.png": { - "frame": {"x":947,"y":154,"w":54,"h":44}, + "frame": {"x":1411,"y":154,"w":54,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":54,"h":44}, @@ -4098,7 +4274,7 @@ }, "Game/Enemies/Fungal.png": { - "frame": {"x":1523,"y":957,"w":50,"h":63}, + "frame": {"x":446,"y":991,"w":50,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":50,"h":63}, @@ -4106,7 +4282,7 @@ }, "Game/Enemies/GasBarrel.png": { - "frame": {"x":1456,"y":828,"w":39,"h":59}, + "frame": {"x":263,"y":863,"w":39,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":9,"w":39,"h":59}, @@ -4114,47 +4290,55 @@ }, "Game/Enemies/Ghost.png": { - "frame": {"x":1541,"y":833,"w":42,"h":59}, + "frame": {"x":219,"y":862,"w":42,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":6,"w":42,"h":59}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/GhostDark.png": +"Game/Enemies/GiantMushroom.png": { - "frame": {"x":501,"y":814,"w":47,"h":59}, + "frame": {"x":1494,"y":762,"w":48,"h":57}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":6,"w":47,"h":59}, + "spriteSourceSize": {"x":13,"y":8,"w":48,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/GiantMushroom.png": +"Game/Enemies/GlueTechnician.png": { - "frame": {"x":825,"y":760,"w":48,"h":57}, + "frame": {"x":553,"y":929,"w":41,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":13,"y":8,"w":48,"h":57}, + "spriteSourceSize": {"x":16,"y":7,"w":41,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/GlueTechnician.png": +"Game/Enemies/GreaterSkeleton.png": { - "frame": {"x":1795,"y":898,"w":41,"h":61}, + "frame": {"x":1649,"y":1011,"w":37,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":41,"h":61}, + "spriteSourceSize": {"x":20,"y":2,"w":37,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/GreedyGhast.png": { - "frame": {"x":1575,"y":957,"w":47,"h":63}, + "frame": {"x":548,"y":992,"w":47,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":5,"w":47,"h":63}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/HeavySkeleton.png": +{ + "frame": {"x":1421,"y":1007,"w":44,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":20,"y":2,"w":44,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/HolyOrb.png": { - "frame": {"x":1298,"y":652,"w":55,"h":55}, + "frame": {"x":156,"y":684,"w":55,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":5,"w":55,"h":55}, @@ -4162,7 +4346,7 @@ }, "Game/Enemies/KeeperFire.png": { - "frame": {"x":1704,"y":959,"w":45,"h":63}, + "frame": {"x":125,"y":983,"w":45,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":5,"w":45,"h":63}, @@ -4170,7 +4354,7 @@ }, "Game/Enemies/LabAssistant.png": { - "frame": {"x":339,"y":936,"w":35,"h":61}, + "frame": {"x":226,"y":923,"w":35,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":7,"w":35,"h":61}, @@ -4178,7 +4362,7 @@ }, "Game/Enemies/LatexCubeMetal.png": { - "frame": {"x":1537,"y":73,"w":39,"h":39}, + "frame": {"x":1,"y":99,"w":39,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":13,"w":39,"h":39}, @@ -4186,7 +4370,7 @@ }, "Game/Enemies/LatexCubeSmall.png": { - "frame": {"x":1578,"y":73,"w":39,"h":39}, + "frame": {"x":42,"y":100,"w":39,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":13,"w":39,"h":39}, @@ -4194,7 +4378,7 @@ }, "Game/Enemies/LatexSprayer.png": { - "frame": {"x":1870,"y":660,"w":60,"h":56}, + "frame": {"x":539,"y":690,"w":60,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":60,"h":56}, @@ -4202,7 +4386,7 @@ }, "Game/Enemies/LatexStorageTank.png": { - "frame": {"x":1585,"y":833,"w":39,"h":59}, + "frame": {"x":304,"y":863,"w":39,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":9,"w":39,"h":59}, @@ -4210,7 +4394,7 @@ }, "Game/Enemies/LearnedRope.png": { - "frame": {"x":400,"y":106,"w":38,"h":40}, + "frame": {"x":476,"y":103,"w":38,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":12,"w":38,"h":40}, @@ -4218,7 +4402,7 @@ }, "Game/Enemies/Lock.png": { - "frame": {"x":1965,"y":786,"w":52,"h":58}, + "frame": {"x":794,"y":812,"w":52,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":5,"w":52,"h":58}, @@ -4226,7 +4410,7 @@ }, "Game/Enemies/LockMaster.png": { - "frame": {"x":48,"y":477,"w":53,"h":48}, + "frame": {"x":664,"y":481,"w":53,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":10,"w":53,"h":48}, @@ -4234,7 +4418,7 @@ }, "Game/Enemies/Magician_Sparkle.png": { - "frame": {"x":1751,"y":961,"w":47,"h":63}, + "frame": {"x":636,"y":995,"w":47,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":5,"w":47,"h":63}, @@ -4242,23 +4426,39 @@ }, "Game/Enemies/Maidforce.png": { - "frame": {"x":969,"y":945,"w":44,"h":62}, + "frame": {"x":1376,"y":942,"w":44,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":5,"w":44,"h":62}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/MaidforceHead.png": +{ + "frame": {"x":1522,"y":1008,"w":43,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":3,"w":43,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/MaidforceMini.png": { - "frame": {"x":1315,"y":888,"w":54,"h":61}, + "frame": {"x":1984,"y":895,"w":54,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":6,"w":54,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/MaidforcePara.png": +{ + "frame": {"x":1871,"y":1022,"w":41,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":3,"w":41,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/MaidforceStalker.png": { - "frame": {"x":1059,"y":948,"w":38,"h":62}, + "frame": {"x":1569,"y":945,"w":38,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":38,"h":62}, @@ -4266,7 +4466,7 @@ }, "Game/Enemies/MaidforceStalkerImage.png": { - "frame": {"x":1059,"y":948,"w":38,"h":62}, + "frame": {"x":1569,"y":945,"w":38,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":38,"h":62}, @@ -4274,7 +4474,7 @@ }, "Game/Enemies/Mimic.png": { - "frame": {"x":1917,"y":75,"w":55,"h":40}, + "frame": {"x":362,"y":103,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":16,"w":55,"h":40}, @@ -4282,7 +4482,7 @@ }, "Game/Enemies/Miner.png": { - "frame": {"x":1099,"y":948,"w":37,"h":62}, + "frame": {"x":1866,"y":951,"w":37,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":5,"w":37,"h":62}, @@ -4290,7 +4490,7 @@ }, "Game/Enemies/MonsterRope.png": { - "frame": {"x":916,"y":488,"w":44,"h":48}, + "frame": {"x":1011,"y":485,"w":44,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":12,"w":44,"h":48}, @@ -4298,7 +4498,7 @@ }, "Game/Enemies/Mummy.png": { - "frame": {"x":535,"y":937,"w":39,"h":62}, + "frame": {"x":1528,"y":944,"w":39,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":39,"h":62}, @@ -4306,7 +4506,7 @@ }, "Game/Enemies/MummyCursed.png": { - "frame": {"x":1666,"y":895,"w":36,"h":61}, + "frame": {"x":417,"y":927,"w":36,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":0,"w":36,"h":61}, @@ -4314,7 +4514,7 @@ }, "Game/Enemies/MummyElevator.png": { - "frame": {"x":1666,"y":895,"w":36,"h":61}, + "frame": {"x":417,"y":927,"w":36,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":0,"w":36,"h":61}, @@ -4322,7 +4522,7 @@ }, "Game/Enemies/Mushy.png": { - "frame": {"x":875,"y":760,"w":48,"h":57}, + "frame": {"x":1544,"y":762,"w":48,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":8,"w":48,"h":57}, @@ -4330,7 +4530,7 @@ }, "Game/Enemies/MushySick.png": { - "frame": {"x":925,"y":761,"w":48,"h":57}, + "frame": {"x":1594,"y":763,"w":48,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":8,"w":48,"h":57}, @@ -4338,7 +4538,7 @@ }, "Game/Enemies/NatureSpirit.png": { - "frame": {"x":670,"y":758,"w":51,"h":57}, + "frame": {"x":1339,"y":759,"w":51,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":5,"w":51,"h":57}, @@ -4346,7 +4546,7 @@ }, "Game/Enemies/Nawashi.png": { - "frame": {"x":1497,"y":831,"w":42,"h":59}, + "frame": {"x":1,"y":855,"w":42,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":42,"h":59}, @@ -4354,23 +4554,31 @@ }, "Game/Enemies/Necromancer.png": { - "frame": {"x":276,"y":871,"w":37,"h":60}, + "frame": {"x":755,"y":871,"w":37,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":37,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/Ninja.png": +"Game/Enemies/NinjaStalker.png": { - "frame": {"x":1093,"y":885,"w":43,"h":61}, + "frame": {"x":44,"y":918,"w":36,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":6,"w":43,"h":61}, + "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/Observer.png": +{ + "frame": {"x":1181,"y":152,"w":58,"h":44}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":7,"y":7,"w":58,"h":44}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/OldDrone.png": { - "frame": {"x":1728,"y":159,"w":57,"h":45}, + "frame": {"x":328,"y":189,"w":57,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":11,"w":57,"h":45}, @@ -4378,7 +4586,7 @@ }, "Game/Enemies/OldTapeDrone.png": { - "frame": {"x":1738,"y":775,"w":57,"h":58}, + "frame": {"x":641,"y":810,"w":57,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":57,"h":58}, @@ -4386,7 +4594,7 @@ }, "Game/Enemies/OneBar.png": { - "frame": {"x":1025,"y":762,"w":46,"h":57}, + "frame": {"x":1731,"y":766,"w":46,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":3,"w":46,"h":57}, @@ -4394,7 +4602,7 @@ }, "Game/Enemies/OrbGuardian.png": { - "frame": {"x":1198,"y":887,"w":57,"h":61}, + "frame": {"x":1867,"y":888,"w":57,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":10,"w":57,"h":61}, @@ -4402,15 +4610,23 @@ }, "Game/Enemies/OrbOfLight.png": { - "frame": {"x":1089,"y":71,"w":55,"h":39}, + "frame": {"x":1588,"y":72,"w":55,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":5,"w":55,"h":39}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/Pet.png": +{ + "frame": {"x":269,"y":686,"w":37,"h":55}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":13,"y":5,"w":37,"h":55}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/PinkAlchemist.png": { - "frame": {"x":1474,"y":892,"w":49,"h":61}, + "frame": {"x":366,"y":927,"w":49,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":7,"w":49,"h":61}, @@ -4418,7 +4634,7 @@ }, "Game/Enemies/PinkGlueTechnician.png": { - "frame": {"x":1838,"y":899,"w":41,"h":61}, + "frame": {"x":636,"y":932,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":7,"w":41,"h":61}, @@ -4426,7 +4642,7 @@ }, "Game/Enemies/PinkLabAssistant.png": { - "frame": {"x":376,"y":936,"w":35,"h":61}, + "frame": {"x":977,"y":937,"w":35,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":7,"w":35,"h":61}, @@ -4434,7 +4650,7 @@ }, "Game/Enemies/RedSlime.png": { - "frame": {"x":785,"y":70,"w":38,"h":38}, + "frame": {"x":1215,"y":69,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":18,"w":38,"h":38}, @@ -4442,7 +4658,7 @@ }, "Game/Enemies/Ribbons.png": { - "frame": {"x":1996,"y":559,"w":51,"h":52}, + "frame": {"x":1245,"y":590,"w":51,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":51,"h":52}, @@ -4450,15 +4666,23 @@ }, "Game/Enemies/RopeMinion.png": { - "frame": {"x":1366,"y":827,"w":43,"h":59}, + "frame": {"x":129,"y":859,"w":43,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":43,"h":59}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/RopeSnake.png": +{ + "frame": {"x":1163,"y":536,"w":29,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":22,"y":9,"w":29,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/RubberBarrel.png": { - "frame": {"x":1420,"y":709,"w":39,"h":56}, + "frame": {"x":89,"y":740,"w":39,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":9,"w":39,"h":56}, @@ -4466,7 +4690,7 @@ }, "Game/Enemies/RubberSilo.png": { - "frame": {"x":1003,"y":154,"w":54,"h":44}, + "frame": {"x":1467,"y":154,"w":54,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":17,"w":54,"h":44}, @@ -4474,7 +4698,7 @@ }, "Game/Enemies/RubberTurret.png": { - "frame": {"x":1211,"y":442,"w":54,"h":47}, + "frame": {"x":1748,"y":444,"w":54,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":14,"w":54,"h":47}, @@ -4482,7 +4706,7 @@ }, "Game/Enemies/Scarves.png": { - "frame": {"x":934,"y":703,"w":46,"h":56}, + "frame": {"x":1790,"y":708,"w":46,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":7,"w":46,"h":56}, @@ -4490,39 +4714,39 @@ }, "Game/Enemies/ShadowHand.png": { - "frame": {"x":1628,"y":547,"w":58,"h":52}, + "frame": {"x":236,"y":577,"w":58,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":13,"w":58,"h":52}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ShopkeeperRescue.png": +"Game/Enemies/ShadyQuest.png": { - "frame": {"x":674,"y":879,"w":35,"h":60}, + "frame": {"x":44,"y":918,"w":36,"h":61}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":9,"w":35,"h":60}, + "spriteSourceSize": {"x":23,"y":6,"w":36,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/ShopkeeperStart.png": +"Game/Enemies/ShopkeeperRescue.png": { - "frame": {"x":413,"y":937,"w":59,"h":62}, + "frame": {"x":1734,"y":886,"w":35,"h":60}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":5,"y":9,"w":59,"h":62}, + "spriteSourceSize": {"x":21,"y":9,"w":35,"h":60}, "sourceSize": {"w":72,"h":72} }, -"Game/Enemies/SkeletonArcher.png": +"Game/Enemies/Sleuth.png": { - "frame": {"x":1,"y":745,"w":32,"h":58}, + "frame": {"x":1567,"y":1009,"w":40,"h":64}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":22,"y":8,"w":32,"h":58}, + "spriteSourceSize": {"x":16,"y":2,"w":40,"h":64}, "sourceSize": {"w":72,"h":72} }, "Game/Enemies/SlimeAdv.png": { - "frame": {"x":1980,"y":971,"w":47,"h":64}, + "frame": {"x":1221,"y":1004,"w":47,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":47,"h":64}, @@ -4530,7 +4754,7 @@ }, "Game/Enemies/SlimeMold.png": { - "frame": {"x":1668,"y":159,"w":58,"h":45}, + "frame": {"x":171,"y":187,"w":58,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":13,"w":58,"h":45}, @@ -4538,7 +4762,7 @@ }, "Game/Enemies/SmallSlime.png": { - "frame": {"x":731,"y":153,"w":55,"h":44}, + "frame": {"x":1241,"y":153,"w":55,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":16,"w":55,"h":44}, @@ -4546,7 +4770,7 @@ }, "Game/Enemies/SmallSlimeLeaper.png": { - "frame": {"x":603,"y":196,"w":40,"h":46}, + "frame": {"x":1711,"y":202,"w":40,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":10,"w":40,"h":46}, @@ -4554,7 +4778,7 @@ }, "Game/Enemies/SoulCrystal.png": { - "frame": {"x":899,"y":591,"w":53,"h":53}, + "frame": {"x":1748,"y":597,"w":53,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":8,"w":53,"h":53}, @@ -4562,7 +4786,7 @@ }, "Game/Enemies/Statue.png": { - "frame": {"x":839,"y":646,"w":50,"h":54}, + "frame": {"x":1615,"y":649,"w":50,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":50,"h":54}, @@ -4570,7 +4794,7 @@ }, "Game/Enemies/StatueDart.png": { - "frame": {"x":839,"y":646,"w":50,"h":54}, + "frame": {"x":1615,"y":649,"w":50,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":7,"w":50,"h":54}, @@ -4578,15 +4802,23 @@ }, "Game/Enemies/StatueGag.png": { - "frame": {"x":891,"y":646,"w":50,"h":54}, + "frame": {"x":1741,"y":652,"w":50,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":50,"h":54}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/SummonedCaptureDrone.png": +{ + "frame": {"x":1748,"y":493,"w":59,"h":49}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":7,"y":9,"w":59,"h":49}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/TheWarden1.png": { - "frame": {"x":1624,"y":957,"w":38,"h":63}, + "frame": {"x":41,"y":981,"w":38,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":4,"w":38,"h":63}, @@ -4594,7 +4826,7 @@ }, "Game/Enemies/TickleHand.png": { - "frame": {"x":1736,"y":548,"w":58,"h":52}, + "frame": {"x":296,"y":577,"w":58,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":13,"w":58,"h":52}, @@ -4602,7 +4834,7 @@ }, "Game/Enemies/TickleHandSlave.png": { - "frame": {"x":1736,"y":548,"w":58,"h":52}, + "frame": {"x":296,"y":577,"w":58,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":13,"w":58,"h":52}, @@ -4610,7 +4842,7 @@ }, "Game/Enemies/TimeGhost.png": { - "frame": {"x":737,"y":818,"w":34,"h":59}, + "frame": {"x":383,"y":866,"w":34,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":8,"w":34,"h":59}, @@ -4618,7 +4850,7 @@ }, "Game/Enemies/Toad.png": { - "frame": {"x":282,"y":583,"w":55,"h":52}, + "frame": {"x":659,"y":583,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":4,"w":55,"h":52}, @@ -4626,7 +4858,7 @@ }, "Game/Enemies/VinePlant.png": { - "frame": {"x":1174,"y":491,"w":55,"h":49}, + "frame": {"x":1809,"y":493,"w":55,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":14,"w":55,"h":49}, @@ -4634,7 +4866,7 @@ }, "Game/Enemies/WardenArcher.png": { - "frame": {"x":832,"y":880,"w":42,"h":60}, + "frame": {"x":1227,"y":878,"w":42,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":42,"h":60}, @@ -4642,23 +4874,55 @@ }, "Game/Enemies/WardenMage.png": { - "frame": {"x":163,"y":870,"w":55,"h":60}, + "frame": {"x":698,"y":870,"w":55,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":55,"h":60}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/Water.png": +{ + "frame": {"x":553,"y":146,"w":61,"h":43}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":6,"y":16,"w":61,"h":43}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/WaterMote.png": { - "frame": {"x":227,"y":692,"w":51,"h":56}, + "frame": {"x":1501,"y":704,"w":51,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":14,"w":51,"h":56}, "sourceSize": {"w":72,"h":72} }, +"Game/Enemies/WolfApprentice.png": +{ + "frame": {"x":953,"y":1000,"w":56,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":6,"w":56,"h":64}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/Wolfgirl.png": +{ + "frame": {"x":1826,"y":1015,"w":43,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":19,"y":6,"w":43,"h":64}, + "sourceSize": {"w":72,"h":72} +}, +"Game/Enemies/WolfOperative.png": +{ + "frame": {"x":1609,"y":1010,"w":38,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":18,"y":6,"w":38,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Enemies/WolfTapeDrones.png": { - "frame": {"x":1482,"y":444,"w":51,"h":47}, + "frame": {"x":54,"y":472,"w":51,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":12,"w":51,"h":47}, @@ -4666,7 +4930,7 @@ }, "Game/EnemiesBound/Adventurer_Brat.png": { - "frame": {"x":772,"y":537,"w":39,"h":51}, + "frame": {"x":1,"y":572,"w":39,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":9,"w":39,"h":51}, @@ -4674,23 +4938,15 @@ }, "Game/EnemiesBound/Adventurer_Dom.png": { - "frame": {"x":1118,"y":649,"w":35,"h":54}, + "frame": {"x":1704,"y":651,"w":35,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":9,"w":35,"h":54}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Adventurer_Sub.png": -{ - "frame": {"x":1,"y":577,"w":34,"h":52}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":24,"y":7,"w":34,"h":52}, - "sourceSize": {"w":72,"h":72} -}, "Game/EnemiesBound/Adventurer_Switch.png": { - "frame": {"x":1840,"y":549,"w":41,"h":52}, + "frame": {"x":1298,"y":591,"w":41,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":41,"h":52}, @@ -4698,7 +4954,7 @@ }, "Game/EnemiesBound/Alchemist.png": { - "frame": {"x":1653,"y":657,"w":41,"h":55}, + "frame": {"x":2000,"y":659,"w":41,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":41,"h":55}, @@ -4706,7 +4962,7 @@ }, "Game/EnemiesBound/AlchemistPet.png": { - "frame": {"x":1201,"y":707,"w":43,"h":56}, + "frame": {"x":765,"y":693,"w":43,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":4,"w":43,"h":56}, @@ -4714,7 +4970,7 @@ }, "Game/EnemiesBound/Alkahestor.png": { - "frame": {"x":1038,"y":648,"w":41,"h":54}, + "frame": {"x":313,"y":631,"w":41,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":41,"h":54}, @@ -4722,7 +4978,7 @@ }, "Game/EnemiesBound/AllyDoll.png": { - "frame": {"x":1890,"y":971,"w":37,"h":63}, + "frame": {"x":856,"y":1000,"w":37,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, @@ -4730,7 +4986,7 @@ }, "Game/EnemiesBound/Apprentice.png": { - "frame": {"x":1461,"y":710,"w":36,"h":56}, + "frame": {"x":1146,"y":699,"w":36,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":10,"w":36,"h":56}, @@ -4738,7 +4994,7 @@ }, "Game/EnemiesBound/Bandit.png": { - "frame": {"x":1428,"y":597,"w":38,"h":53}, + "frame": {"x":156,"y":629,"w":38,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":38,"h":53}, @@ -4746,7 +5002,7 @@ }, "Game/EnemiesBound/BanditChief.png": { - "frame": {"x":1630,"y":495,"w":55,"h":50}, + "frame": {"x":305,"y":525,"w":55,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":19,"w":55,"h":50}, @@ -4754,7 +5010,7 @@ }, "Game/EnemiesBound/BanditGrappler.png": { - "frame": {"x":835,"y":702,"w":48,"h":56}, + "frame": {"x":1740,"y":708,"w":48,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":7,"w":48,"h":56}, @@ -4762,7 +5018,7 @@ }, "Game/EnemiesBound/Cleric.png": { - "frame": {"x":299,"y":935,"w":38,"h":61}, + "frame": {"x":808,"y":934,"w":38,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":2,"w":38,"h":61}, @@ -4770,7 +5026,7 @@ }, "Game/EnemiesBound/CorruptedAdventurer.png": { - "frame": {"x":128,"y":808,"w":36,"h":59}, + "frame": {"x":45,"y":857,"w":36,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":8,"w":36,"h":59}, @@ -4778,7 +5034,7 @@ }, "Game/EnemiesBound/CuffedGirl.png": { - "frame": {"x":1664,"y":958,"w":38,"h":63}, + "frame": {"x":777,"y":997,"w":38,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":7,"w":38,"h":63}, @@ -4786,23 +5042,15 @@ }, "Game/EnemiesBound/CuffedGirl2.png": { - "frame": {"x":1257,"y":951,"w":55,"h":63}, + "frame": {"x":230,"y":987,"w":55,"h":63}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":55,"h":63}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Demon.png": -{ - "frame": {"x":463,"y":68,"w":57,"h":38}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":2,"y":34,"w":57,"h":38}, - "sourceSize": {"w":72,"h":72} -}, "Game/EnemiesBound/Deputy.png": { - "frame": {"x":1585,"y":600,"w":33,"h":53}, + "frame": {"x":1670,"y":595,"w":33,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":14,"w":33,"h":53}, @@ -4810,7 +5058,7 @@ }, "Game/EnemiesBound/Dragon.png": { - "frame": {"x":1160,"y":595,"w":47,"h":53}, + "frame": {"x":1905,"y":597,"w":47,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":5,"w":47,"h":53}, @@ -4818,23 +5066,39 @@ }, "Game/EnemiesBound/DragonIce.png": { - "frame": {"x":1574,"y":894,"w":47,"h":61}, + "frame": {"x":504,"y":929,"w":47,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":5,"w":47,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/EnemiesBound/DragonLeader.png": +{ + "frame": {"x":1270,"y":1005,"w":53,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":5,"w":53,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/EnemiesBound/DragonPoison.png": { - "frame": {"x":723,"y":759,"w":49,"h":57}, + "frame": {"x":1392,"y":760,"w":49,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":9,"w":49,"h":57}, "sourceSize": {"w":72,"h":72} }, +"Game/EnemiesBound/DragonShadow.png": +{ + "frame": {"x":1631,"y":442,"w":57,"h":47}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":2,"y":25,"w":57,"h":47}, + "sourceSize": {"w":72,"h":72} +}, "Game/EnemiesBound/DragonShield.png": { - "frame": {"x":1202,"y":71,"w":49,"h":39}, + "frame": {"x":1757,"y":72,"w":49,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":28,"w":49,"h":39}, @@ -4842,7 +5106,7 @@ }, "Game/EnemiesBound/Dryad.png": { - "frame": {"x":1728,"y":658,"w":41,"h":55}, + "frame": {"x":113,"y":683,"w":41,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":3,"w":41,"h":55}, @@ -4850,7 +5114,7 @@ }, "Game/EnemiesBound/Elemental.png": { - "frame": {"x":727,"y":590,"w":56,"h":53}, + "frame": {"x":1451,"y":592,"w":56,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":56,"h":53}, @@ -4858,7 +5122,7 @@ }, "Game/EnemiesBound/ElementalAir.png": { - "frame": {"x":280,"y":693,"w":54,"h":56}, + "frame": {"x":810,"y":695,"w":54,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":54,"h":56}, @@ -4866,7 +5130,7 @@ }, "Game/EnemiesBound/ElementalFire.png": { - "frame": {"x":1530,"y":545,"w":36,"h":52}, + "frame": {"x":996,"y":587,"w":36,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":7,"w":36,"h":52}, @@ -4874,7 +5138,7 @@ }, "Game/EnemiesBound/ElementalIce.png": { - "frame": {"x":1155,"y":707,"w":44,"h":56}, + "frame": {"x":1930,"y":709,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":7,"w":44,"h":56}, @@ -4882,7 +5146,7 @@ }, "Game/EnemiesBound/ElementalLatex.png": { - "frame": {"x":1226,"y":542,"w":33,"h":51}, + "frame": {"x":1713,"y":543,"w":33,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":33,"h":51}, @@ -4890,7 +5154,7 @@ }, "Game/EnemiesBound/ElementalRope.png": { - "frame": {"x":885,"y":702,"w":47,"h":56}, + "frame": {"x":985,"y":697,"w":47,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":11,"w":47,"h":56}, @@ -4898,7 +5162,7 @@ }, "Game/EnemiesBound/ElementalRubber.png": { - "frame": {"x":1456,"y":544,"w":33,"h":51}, + "frame": {"x":78,"y":573,"w":33,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":33,"h":51}, @@ -4906,7 +5170,7 @@ }, "Game/EnemiesBound/Elf.png": { - "frame": {"x":1743,"y":835,"w":34,"h":59}, + "frame": {"x":419,"y":866,"w":34,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":0,"w":34,"h":59}, @@ -4914,23 +5178,39 @@ }, "Game/EnemiesBound/ElfRanger.png": { - "frame": {"x":204,"y":64,"w":38,"h":37}, + "frame": {"x":859,"y":67,"w":38,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":27,"w":38,"h":37}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Fuuka.png": +"Game/EnemiesBound/EncasedDoll.png": { - "frame": {"x":99,"y":689,"w":30,"h":57}, + "frame": {"x":1145,"y":643,"w":37,"h":54}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":2,"w":30,"h":57}, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":54}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/EncasedFactoryDollMetal.png": +{ + "frame": {"x":1981,"y":958,"w":35,"h":62}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":7,"w":35,"h":62}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/FactoryDoll.png": +{ + "frame": {"x":817,"y":999,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/GlueTechnician.png": { - "frame": {"x":774,"y":760,"w":49,"h":57}, + "frame": {"x":1443,"y":761,"w":49,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":7,"w":49,"h":57}, @@ -4938,15 +5218,23 @@ }, "Game/EnemiesBound/GuardHeavy.png": { - "frame": {"x":47,"y":806,"w":42,"h":58}, + "frame": {"x":1,"y":795,"w":42,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":5,"w":42,"h":58}, "sourceSize": {"w":72,"h":72} }, +"Game/EnemiesBound/Head/Alchemist.png": +{ + "frame": {"x":71,"y":28,"w":41,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":24,"y":7,"w":41,"h":32}, + "sourceSize": {"w":72,"h":72} +}, "Game/EnemiesBound/Head/AlchemistPet.png": { - "frame": {"x":246,"y":29,"w":28,"h":34}, + "frame": {"x":1202,"y":33,"w":28,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":28,"h":34}, @@ -4954,7 +5242,7 @@ }, "Game/EnemiesBound/Head/Alkahestor.png": { - "frame": {"x":1784,"y":1,"w":41,"h":33}, + "frame": {"x":424,"y":30,"w":41,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":41,"h":33}, @@ -4962,39 +5250,63 @@ }, "Game/EnemiesBound/Head/Angel.png": { - "frame": {"x":1055,"y":71,"w":32,"h":38}, + "frame": {"x":1554,"y":71,"w":32,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":3,"w":32,"h":38}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/BanditHunter.png": +"Game/EnemiesBound/Head/Apprentice.png": +{ + "frame": {"x":510,"y":30,"w":36,"h":33}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":25,"y":0,"w":36,"h":33}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/Apprentice2.png": +{ + "frame": {"x":972,"y":32,"w":41,"h":34}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":2,"w":41,"h":34}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/ApprenticeSlime.png": +{ + "frame": {"x":1322,"y":33,"w":43,"h":35}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":1,"w":43,"h":35}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/BanditChief.png": { - "frame": {"x":1100,"y":1,"w":30,"h":30}, + "frame": {"x":71,"y":1,"w":30,"h":25}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":30,"h":30}, + "spriteSourceSize": {"x":21,"y":7,"w":30,"h":25}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/BanditPet.png": { - "frame": {"x":795,"y":1,"w":34,"h":29}, + "frame": {"x":982,"y":1,"w":34,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":7,"w":34,"h":29}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/CherubFire.png": +"Game/EnemiesBound/Head/Cleric.png": { - "frame": {"x":93,"y":64,"w":54,"h":37}, + "frame": {"x":1080,"y":1,"w":38,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":28,"w":54,"h":37}, + "spriteSourceSize": {"x":22,"y":2,"w":38,"h":30}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/Conjurer.png": { - "frame": {"x":998,"y":1,"w":32,"h":30}, + "frame": {"x":1195,"y":1,"w":32,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":9,"w":32,"h":30}, @@ -5002,7 +5314,7 @@ }, "Game/EnemiesBound/Head/ConjurerTickler.png": { - "frame": {"x":624,"y":68,"w":41,"h":38}, + "frame": {"x":1089,"y":69,"w":41,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":1,"w":41,"h":38}, @@ -5010,7 +5322,7 @@ }, "Game/EnemiesBound/Head/Dragon.png": { - "frame": {"x":1535,"y":444,"w":47,"h":47}, + "frame": {"x":247,"y":476,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":47,"h":47}, @@ -5018,7 +5330,7 @@ }, "Game/EnemiesBound/Head/DragonCrystal.png": { - "frame": {"x":1979,"y":161,"w":47,"h":46}, + "frame": {"x":521,"y":191,"w":47,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":47,"h":46}, @@ -5026,7 +5338,7 @@ }, "Game/EnemiesBound/Head/DragonIce.png": { - "frame": {"x":44,"y":188,"w":47,"h":46}, + "frame": {"x":570,"y":191,"w":47,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":4,"w":47,"h":46}, @@ -5034,7 +5346,7 @@ }, "Game/EnemiesBound/Head/DragonLeader.png": { - "frame": {"x":1584,"y":445,"w":47,"h":47}, + "frame": {"x":296,"y":476,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":47,"h":47}, @@ -5042,7 +5354,7 @@ }, "Game/EnemiesBound/Head/DragonPoison.png": { - "frame": {"x":1103,"y":441,"w":48,"h":47}, + "frame": {"x":197,"y":475,"w":48,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":3,"w":48,"h":47}, @@ -5050,7 +5362,7 @@ }, "Game/EnemiesBound/Head/DragonShadow.png": { - "frame": {"x":1775,"y":447,"w":47,"h":47}, + "frame": {"x":345,"y":476,"w":47,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":47,"h":47}, @@ -5058,7 +5370,7 @@ }, "Game/EnemiesBound/Head/DragonShield.png": { - "frame": {"x":1309,"y":72,"w":49,"h":39}, + "frame": {"x":1808,"y":73,"w":49,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":3,"w":49,"h":39}, @@ -5066,7 +5378,7 @@ }, "Game/EnemiesBound/Head/Dressmaker.png": { - "frame": {"x":2011,"y":36,"w":29,"h":37}, + "frame": {"x":728,"y":66,"w":29,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":8,"w":29,"h":37}, @@ -5074,7 +5386,7 @@ }, "Game/EnemiesBound/Head/Dryad.png": { - "frame": {"x":1,"y":187,"w":41,"h":46}, + "frame": {"x":127,"y":232,"w":41,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":3,"w":41,"h":46}, @@ -5082,7 +5394,7 @@ }, "Game/EnemiesBound/Head/Elemental.png": { - "frame": {"x":149,"y":64,"w":53,"h":37}, + "frame": {"x":759,"y":67,"w":53,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":7,"w":53,"h":37}, @@ -5090,7 +5402,7 @@ }, "Game/EnemiesBound/Head/ElementalAir.png": { - "frame": {"x":1120,"y":705,"w":33,"h":57}, + "frame": {"x":1873,"y":766,"w":33,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":3,"w":33,"h":57}, @@ -5098,7 +5410,7 @@ }, "Game/EnemiesBound/Head/ElementalEarth.png": { - "frame": {"x":1325,"y":156,"w":30,"h":45}, + "frame": {"x":1753,"y":156,"w":30,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":30,"h":45}, @@ -5106,23 +5418,31 @@ }, "Game/EnemiesBound/Head/ElementalIce.png": { - "frame": {"x":1508,"y":599,"w":37,"h":53}, + "frame": {"x":236,"y":631,"w":37,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":7,"w":37,"h":53}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/ElementalLatex.png": +"Game/EnemiesBound/Head/ElementalLeather.png": { - "frame": {"x":79,"y":1,"w":26,"h":25}, + "frame": {"x":258,"y":1,"w":35,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":24,"y":7,"w":26,"h":25}, + "spriteSourceSize": {"x":22,"y":5,"w":35,"h":27}, + "sourceSize": {"w":72,"h":72} +}, +"Game/EnemiesBound/Head/ElementalRope.png": +{ + "frame": {"x":1506,"y":1,"w":47,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":15,"y":4,"w":47,"h":31}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/ElementalWater.png": { - "frame": {"x":149,"y":64,"w":53,"h":37}, + "frame": {"x":759,"y":67,"w":53,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":7,"w":53,"h":37}, @@ -5130,7 +5450,7 @@ }, "Game/EnemiesBound/Head/Elf.png": { - "frame": {"x":1357,"y":114,"w":34,"h":41}, + "frame": {"x":1409,"y":110,"w":34,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":7,"w":34,"h":41}, @@ -5138,7 +5458,7 @@ }, "Game/EnemiesBound/Head/ElfRanger.png": { - "frame": {"x":1319,"y":113,"w":36,"h":41}, + "frame": {"x":1788,"y":114,"w":36,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":7,"w":36,"h":41}, @@ -5146,7 +5466,7 @@ }, "Game/EnemiesBound/Head/FastZombie.png": { - "frame": {"x":1710,"y":1,"w":29,"h":32}, + "frame": {"x":350,"y":30,"w":29,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, @@ -5154,23 +5474,15 @@ }, "Game/EnemiesBound/Head/GreaterSkeleton.png": { - "frame": {"x":1032,"y":1,"w":32,"h":30}, + "frame": {"x":1229,"y":1,"w":32,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":2,"w":32,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Guard.png": -{ - "frame": {"x":863,"y":1,"w":28,"h":29}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":25,"y":3,"w":28,"h":29}, - "sourceSize": {"w":72,"h":72} -}, "Game/EnemiesBound/Head/HeavySkeleton.png": { - "frame": {"x":1066,"y":1,"w":32,"h":30}, + "frame": {"x":1263,"y":1,"w":32,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":2,"w":32,"h":30}, @@ -5178,7 +5490,7 @@ }, "Game/EnemiesBound/Head/HighWizard.png": { - "frame": {"x":1870,"y":1,"w":36,"h":33}, + "frame": {"x":548,"y":31,"w":36,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":0,"w":36,"h":33}, @@ -5186,7 +5498,7 @@ }, "Game/EnemiesBound/Head/Jailer.png": { - "frame": {"x":893,"y":1,"w":28,"h":29}, + "frame": {"x":1050,"y":1,"w":28,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":3,"w":28,"h":29}, @@ -5194,7 +5506,7 @@ }, "Game/EnemiesBound/Head/JungleDryad.png": { - "frame": {"x":1,"y":187,"w":41,"h":46}, + "frame": {"x":127,"y":232,"w":41,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":3,"w":41,"h":46}, @@ -5202,159 +5514,135 @@ }, "Game/EnemiesBound/Head/MageZombie.png": { - "frame": {"x":1710,"y":1,"w":29,"h":32}, + "frame": {"x":350,"y":30,"w":29,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/MaidforceHead.png": +"Game/EnemiesBound/Head/Maid.png": { - "frame": {"x":502,"y":1,"w":32,"h":28}, + "frame": {"x":295,"y":1,"w":34,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":5,"w":32,"h":28}, + "spriteSourceSize": {"x":25,"y":5,"w":34,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Miner.png": -{ - "frame": {"x":339,"y":1,"w":33,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":5,"w":33,"h":27}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/MummyCursed.png": -{ - "frame": {"x":409,"y":1,"w":30,"h":27}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":22,"y":6,"w":30,"h":27}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/NawashiZombie.png": -{ - "frame": {"x":1710,"y":1,"w":29,"h":32}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, - "sourceSize": {"w":72,"h":72} -}, -"Game/EnemiesBound/Head/Necromancer.png": +"Game/EnemiesBound/Head/MaidforceHead.png": { - "frame": {"x":107,"y":1,"w":26,"h":26}, + "frame": {"x":566,"y":1,"w":32,"h":28}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":25,"y":5,"w":32,"h":28}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Ninja.png": +"Game/EnemiesBound/Head/MaidforceMafia.png": { - "frame": {"x":374,"y":1,"w":33,"h":27}, + "frame": {"x":867,"y":1,"w":37,"h":29}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":6,"w":33,"h":27}, + "spriteSourceSize": {"x":22,"y":3,"w":37,"h":29}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/NinjaStalker.png": +"Game/EnemiesBound/Head/MaidforceStalker.png": { - "frame": {"x":303,"y":1,"w":34,"h":27}, + "frame": {"x":331,"y":1,"w":34,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":6,"w":34,"h":27}, + "spriteSourceSize": {"x":25,"y":5,"w":34,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/SamuraiZombie.png": +"Game/EnemiesBound/Head/MeleeCleric.png": { - "frame": {"x":1404,"y":1,"w":34,"h":32}, + "frame": {"x":1681,"y":1,"w":38,"h":31}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":20,"y":1,"w":34,"h":32}, + "spriteSourceSize": {"x":22,"y":2,"w":38,"h":31}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/SlimeEnthusiast.png": +"Game/EnemiesBound/Head/Miner.png": { - "frame": {"x":1827,"y":1,"w":41,"h":33}, + "frame": {"x":403,"y":1,"w":33,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":24,"y":7,"w":41,"h":33}, + "spriteSourceSize": {"x":22,"y":5,"w":33,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/TalismanZombie.png": +"Game/EnemiesBound/Head/Mummy.png": { - "frame": {"x":1917,"y":36,"w":30,"h":36}, + "frame": {"x":827,"y":1,"w":38,"h":29}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":2,"w":30,"h":36}, + "spriteSourceSize": {"x":22,"y":5,"w":38,"h":29}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Witch.png": +"Game/EnemiesBound/Head/MummyCursed.png": { - "frame": {"x":135,"y":1,"w":26,"h":26}, + "frame": {"x":473,"y":1,"w":30,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":22,"y":6,"w":30,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchChain.png": +"Game/EnemiesBound/Head/NawashiZombie.png": { - "frame": {"x":163,"y":1,"w":26,"h":26}, + "frame": {"x":350,"y":30,"w":29,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchEarth.png": +"Game/EnemiesBound/Head/Ninja.png": { - "frame": {"x":191,"y":1,"w":26,"h":26}, + "frame": {"x":438,"y":1,"w":33,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":25,"y":6,"w":33,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchFlame.png": +"Game/EnemiesBound/Head/NinjaStalker.png": { - "frame": {"x":219,"y":1,"w":26,"h":26}, + "frame": {"x":367,"y":1,"w":34,"h":27}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":25,"y":6,"w":34,"h":27}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchIce.png": +"Game/EnemiesBound/Head/SamuraiZombie.png": { - "frame": {"x":247,"y":1,"w":26,"h":26}, + "frame": {"x":35,"y":27,"w":34,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":20,"y":1,"w":34,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchShock.png": +"Game/EnemiesBound/Head/SlimeEnthusiast.png": { - "frame": {"x":135,"y":1,"w":26,"h":26}, + "frame": {"x":467,"y":30,"w":41,"h":33}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":24,"y":7,"w":41,"h":33}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchSlime.png": +"Game/EnemiesBound/Head/TalismanZombie.png": { - "frame": {"x":961,"y":1,"w":35,"h":30}, + "frame": {"x":696,"y":66,"w":30,"h":36}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":21,"y":7,"w":35,"h":30}, + "spriteSourceSize": {"x":25,"y":2,"w":30,"h":36}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/WitchWater.png": +"Game/EnemiesBound/Head/WitchSlime.png": { - "frame": {"x":275,"y":1,"w":26,"h":26}, + "frame": {"x":1158,"y":1,"w":35,"h":30}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":7,"w":26,"h":26}, + "spriteSourceSize": {"x":21,"y":7,"w":35,"h":30}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/Head/WolfExecutive.png": { - "frame": {"x":317,"y":30,"w":28,"h":34}, + "frame": {"x":1232,"y":33,"w":28,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":28,"h":34}, @@ -5362,7 +5650,7 @@ }, "Game/EnemiesBound/Head/Wolfgirl.png": { - "frame": {"x":2019,"y":1,"w":28,"h":33}, + "frame": {"x":942,"y":32,"w":28,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":28,"h":33}, @@ -5370,31 +5658,31 @@ }, "Game/EnemiesBound/Head/WolfgirlPet.png": { - "frame": {"x":246,"y":29,"w":28,"h":34}, + "frame": {"x":1202,"y":33,"w":28,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":6,"w":28,"h":34}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/Head/Zombie.png": +"Game/EnemiesBound/Head/WolfOperative.png": { - "frame": {"x":1710,"y":1,"w":29,"h":32}, + "frame": {"x":197,"y":1,"w":29,"h":26}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, + "spriteSourceSize": {"x":22,"y":6,"w":29,"h":26}, "sourceSize": {"w":72,"h":72} }, -"Game/EnemiesBound/HolyConstruct.png": +"Game/EnemiesBound/Head/Zombie.png": { - "frame": {"x":93,"y":64,"w":54,"h":37}, + "frame": {"x":350,"y":30,"w":29,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":28,"w":54,"h":37}, + "spriteSourceSize": {"x":25,"y":1,"w":29,"h":32}, "sourceSize": {"w":72,"h":72} }, "Game/EnemiesBound/LabAssistant.png": { - "frame": {"x":166,"y":692,"w":59,"h":56}, + "frame": {"x":704,"y":693,"w":59,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":59,"h":56}, @@ -5402,7 +5690,7 @@ }, "Game/EnemiesBound/Maid.png": { - "frame": {"x":1,"y":687,"w":34,"h":56}, + "frame": {"x":1704,"y":707,"w":34,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":5,"w":34,"h":56}, @@ -5410,7 +5698,7 @@ }, "Game/EnemiesBound/MaidforceMafia.png": { - "frame": {"x":1040,"y":883,"w":51,"h":61}, + "frame": {"x":173,"y":923,"w":51,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":3,"w":51,"h":61}, @@ -5418,7 +5706,7 @@ }, "Game/EnemiesBound/MaidforceMini.png": { - "frame": {"x":61,"y":867,"w":57,"h":60}, + "frame": {"x":1014,"y":876,"w":57,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":6,"w":57,"h":60}, @@ -5426,7 +5714,7 @@ }, "Game/EnemiesBound/MaidforcePara.png": { - "frame": {"x":1336,"y":709,"w":41,"h":56}, + "frame": {"x":46,"y":739,"w":41,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":3,"w":41,"h":56}, @@ -5434,7 +5722,7 @@ }, "Game/EnemiesBound/MaidforceStalker.png": { - "frame": {"x":1,"y":631,"w":34,"h":54}, + "frame": {"x":77,"y":626,"w":34,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":5,"w":34,"h":54}, @@ -5442,7 +5730,7 @@ }, "Game/EnemiesBound/MeleeCleric.png": { - "frame": {"x":1626,"y":833,"w":38,"h":59}, + "frame": {"x":1135,"y":816,"w":38,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":2,"w":38,"h":59}, @@ -5450,7 +5738,7 @@ }, "Game/EnemiesBound/Miner.png": { - "frame": {"x":582,"y":534,"w":34,"h":51}, + "frame": {"x":42,"y":572,"w":34,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":5,"w":34,"h":51}, @@ -5458,7 +5746,7 @@ }, "Game/EnemiesBound/Mummy.png": { - "frame": {"x":1178,"y":950,"w":38,"h":62}, + "frame": {"x":1649,"y":947,"w":38,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":5,"w":38,"h":62}, @@ -5466,7 +5754,7 @@ }, "Game/EnemiesBound/MummyCursed.png": { - "frame": {"x":794,"y":880,"w":36,"h":60}, + "frame": {"x":1696,"y":886,"w":36,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":9,"w":36,"h":60}, @@ -5474,7 +5762,7 @@ }, "Game/EnemiesBound/Nawashi.png": { - "frame": {"x":1299,"y":597,"w":41,"h":53}, + "frame": {"x":1705,"y":596,"w":41,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":8,"w":41,"h":53}, @@ -5482,7 +5770,7 @@ }, "Game/EnemiesBound/NinjaStalker.png": { - "frame": {"x":1468,"y":598,"w":38,"h":53}, + "frame": {"x":196,"y":629,"w":38,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":6,"w":38,"h":53}, @@ -5490,7 +5778,7 @@ }, "Game/EnemiesBound/SamuraiZombie.png": { - "frame": {"x":1460,"y":768,"w":36,"h":58}, + "frame": {"x":45,"y":797,"w":36,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":7,"w":36,"h":58}, @@ -5498,7 +5786,7 @@ }, "Game/EnemiesBound/SlimeEnthusiast.png": { - "frame": {"x":446,"y":697,"w":59,"h":56}, + "frame": {"x":866,"y":697,"w":59,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":59,"h":56}, @@ -5506,7 +5794,7 @@ }, "Game/EnemiesBound/TalismanZombie.png": { - "frame": {"x":1499,"y":711,"w":30,"h":57}, + "frame": {"x":258,"y":743,"w":30,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":25,"y":2,"w":30,"h":57}, @@ -5514,7 +5802,7 @@ }, "Game/EnemiesBound/TapedDoll.png": { - "frame": {"x":93,"y":633,"w":37,"h":54}, + "frame": {"x":1408,"y":646,"w":37,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":5,"w":37,"h":54}, @@ -5522,7 +5810,7 @@ }, "Game/EnemiesBound/TheWarden.png": { - "frame": {"x":336,"y":753,"w":53,"h":57}, + "frame": {"x":347,"y":745,"w":53,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":10,"w":53,"h":57}, @@ -5530,7 +5818,7 @@ }, "Game/EnemiesBound/WardenArcher.png": { - "frame": {"x":1705,"y":835,"w":36,"h":59}, + "frame": {"x":345,"y":864,"w":36,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":7,"w":36,"h":59}, @@ -5538,7 +5826,7 @@ }, "Game/EnemiesBound/WardenFighter.png": { - "frame": {"x":1229,"y":766,"w":60,"h":58}, + "frame": {"x":1970,"y":774,"w":60,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":7,"w":60,"h":58}, @@ -5546,7 +5834,7 @@ }, "Game/EnemiesBound/WardenMage.png": { - "frame": {"x":912,"y":881,"w":42,"h":60}, + "frame": {"x":1528,"y":882,"w":42,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":7,"w":42,"h":60}, @@ -5554,7 +5842,7 @@ }, "Game/EnemiesBound/Witch.png": { - "frame": {"x":1881,"y":899,"w":41,"h":61}, + "frame": {"x":679,"y":932,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5562,7 +5850,7 @@ }, "Game/EnemiesBound/WitchChain.png": { - "frame": {"x":1924,"y":908,"w":41,"h":61}, + "frame": {"x":722,"y":933,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5570,7 +5858,7 @@ }, "Game/EnemiesBound/WitchEarth.png": { - "frame": {"x":1967,"y":908,"w":41,"h":61}, + "frame": {"x":765,"y":934,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5578,7 +5866,7 @@ }, "Game/EnemiesBound/WitchFlame.png": { - "frame": {"x":1,"y":928,"w":41,"h":61}, + "frame": {"x":848,"y":936,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5586,7 +5874,7 @@ }, "Game/EnemiesBound/WitchIce.png": { - "frame": {"x":44,"y":929,"w":41,"h":61}, + "frame": {"x":891,"y":937,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5594,7 +5882,7 @@ }, "Game/EnemiesBound/WitchRope.png": { - "frame": {"x":1967,"y":908,"w":41,"h":61}, + "frame": {"x":765,"y":934,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5602,7 +5890,7 @@ }, "Game/EnemiesBound/WitchShock.png": { - "frame": {"x":87,"y":931,"w":41,"h":61}, + "frame": {"x":934,"y":937,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5610,7 +5898,7 @@ }, "Game/EnemiesBound/WitchSlime.png": { - "frame": {"x":130,"y":932,"w":41,"h":61}, + "frame": {"x":1014,"y":938,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5618,7 +5906,7 @@ }, "Game/EnemiesBound/WitchWater.png": { - "frame": {"x":173,"y":932,"w":41,"h":61}, + "frame": {"x":1057,"y":939,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":0,"w":41,"h":61}, @@ -5626,7 +5914,7 @@ }, "Game/EnemiesBound/WolfExecutive.png": { - "frame": {"x":1246,"y":708,"w":43,"h":56}, + "frame": {"x":1976,"y":716,"w":43,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":43,"h":56}, @@ -5634,7 +5922,7 @@ }, "Game/EnemiesBound/Wolfgirl.png": { - "frame": {"x":1342,"y":597,"w":41,"h":53}, + "frame": {"x":1,"y":625,"w":41,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":6,"w":41,"h":53}, @@ -5642,7 +5930,7 @@ }, "Game/EnemiesBound/WolfgirlPet.png": { - "frame": {"x":1291,"y":709,"w":43,"h":56}, + "frame": {"x":1,"y":737,"w":43,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":4,"w":43,"h":56}, @@ -5650,7 +5938,7 @@ }, "Game/EnemiesBound/WolfGuard.png": { - "frame": {"x":94,"y":579,"w":39,"h":52}, + "frame": {"x":1341,"y":591,"w":39,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":39,"h":52}, @@ -5658,7 +5946,7 @@ }, "Game/EnemiesBound/WolfOperative.png": { - "frame": {"x":1385,"y":597,"w":41,"h":53}, + "frame": {"x":113,"y":628,"w":41,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":6,"w":41,"h":53}, @@ -5666,7 +5954,7 @@ }, "Game/FastMove.png": { - "frame": {"x":954,"y":592,"w":51,"h":53}, + "frame": {"x":1617,"y":594,"w":51,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":1,"w":51,"h":53}, @@ -5674,7 +5962,7 @@ }, "Game/FastMoveOff.png": { - "frame": {"x":667,"y":68,"w":41,"h":38}, + "frame": {"x":1132,"y":69,"w":41,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":16,"w":41,"h":38}, @@ -5682,7 +5970,7 @@ }, "Game/FloorGeneric/Chest.png": { - "frame": {"x":1917,"y":75,"w":55,"h":40}, + "frame": {"x":362,"y":103,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5690,7 +5978,7 @@ }, "Game/FloorGeneric/ChestBlue.png": { - "frame": {"x":1974,"y":75,"w":55,"h":40}, + "frame": {"x":419,"y":103,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5698,7 +5986,7 @@ }, "Game/FloorGeneric/ChestBlueOpen.png": { - "frame": {"x":1986,"y":727,"w":55,"h":57}, + "frame": {"x":290,"y":744,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5706,7 +5994,7 @@ }, "Game/FloorGeneric/ChestDark.png": { - "frame": {"x":1,"y":101,"w":55,"h":40}, + "frame": {"x":516,"y":104,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5714,7 +6002,7 @@ }, "Game/FloorGeneric/ChestDarkOpen.png": { - "frame": {"x":35,"y":747,"w":55,"h":57}, + "frame": {"x":796,"y":753,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5722,7 +6010,7 @@ }, "Game/FloorGeneric/ChestGold.png": { - "frame": {"x":93,"y":103,"w":55,"h":40}, + "frame": {"x":573,"y":104,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5730,7 +6018,7 @@ }, "Game/FloorGeneric/ChestGoldOpen.png": { - "frame": {"x":166,"y":750,"w":55,"h":57}, + "frame": {"x":853,"y":755,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5738,7 +6026,7 @@ }, "Game/FloorGeneric/ChestOpen.png": { - "frame": {"x":223,"y":750,"w":55,"h":57}, + "frame": {"x":910,"y":755,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5746,7 +6034,7 @@ }, "Game/FloorGeneric/ChestPearl.png": { - "frame": {"x":150,"y":103,"w":55,"h":40}, + "frame": {"x":630,"y":104,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5754,7 +6042,7 @@ }, "Game/FloorGeneric/ChestPearlOpen.png": { - "frame": {"x":446,"y":755,"w":55,"h":57}, + "frame": {"x":967,"y":755,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5762,7 +6050,7 @@ }, "Game/FloorGeneric/Chests/Kitty.png": { - "frame": {"x":1620,"y":601,"w":55,"h":54}, + "frame": {"x":356,"y":632,"w":55,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":8,"w":55,"h":54}, @@ -5770,7 +6058,7 @@ }, "Game/FloorGeneric/Chests/KittyOpen.png": { - "frame": {"x":852,"y":943,"w":55,"h":62}, + "frame": {"x":1749,"y":948,"w":55,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":0,"w":55,"h":62}, @@ -5778,7 +6066,7 @@ }, "Game/FloorGeneric/Chests/Robot.png": { - "frame": {"x":244,"y":105,"w":55,"h":40}, + "frame": {"x":725,"y":106,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5786,7 +6074,7 @@ }, "Game/FloorGeneric/ChestShadowOpen.png": { - "frame": {"x":503,"y":755,"w":55,"h":57}, + "frame": {"x":1024,"y":756,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, @@ -5794,7 +6082,7 @@ }, "Game/FloorGeneric/ChestSilver.png": { - "frame": {"x":301,"y":105,"w":55,"h":40}, + "frame": {"x":782,"y":106,"w":55,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":22,"w":55,"h":40}, @@ -5802,47 +6090,63 @@ }, "Game/FloorGeneric/ChestSilverOpen.png": { - "frame": {"x":613,"y":757,"w":55,"h":57}, + "frame": {"x":1081,"y":757,"w":55,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":55,"h":57}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/Conveyor/DownOn.png": +{ + "frame": {"x":133,"y":1,"w":30,"h":26}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":25,"w":30,"h":26}, + "sourceSize": {"w":72,"h":72} +}, +"Game/FloorGeneric/Conveyor/UpOn.png": +{ + "frame": {"x":165,"y":1,"w":30,"h":26}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":21,"w":30,"h":26}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/CrackNone.png": { - "frame": {"x":49,"y":994,"w":46,"h":64}, + "frame": {"x":1373,"y":1006,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":46,"h":64}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/DollStand.png": +"Game/FloorGeneric/CrackRight.png": { - "frame": {"x":1440,"y":1,"w":34,"h":32}, + "frame": {"x":124,"y":523,"w":28,"h":49}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":19,"y":20,"w":34,"h":32}, + "spriteSourceSize": {"x":44,"y":14,"w":28,"h":49}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Dummy2.png": +"Game/FloorGeneric/DollStand.png": { - "frame": {"x":132,"y":635,"w":34,"h":54}, + "frame": {"x":114,"y":29,"w":34,"h":32}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":19,"y":18,"w":34,"h":54}, + "spriteSourceSize": {"x":19,"y":20,"w":34,"h":32}, "sourceSize": {"w":72,"h":72} }, -"Game/FloorGeneric/Fireflies.png": +"Game/FloorGeneric/Dummy2.png": { - "frame": {"x":1962,"y":117,"w":45,"h":42}, + "frame": {"x":1888,"y":652,"w":34,"h":54}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, + "spriteSourceSize": {"x":19,"y":18,"w":34,"h":54}, "sourceSize": {"w":72,"h":72} }, "Game/FloorGeneric/GhostImportant.png": { - "frame": {"x":628,"y":878,"w":44,"h":60}, + "frame": {"x":848,"y":874,"w":44,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":44,"h":60}, @@ -5850,7 +6154,7 @@ }, "Game/FloorGeneric/Lantern.png": { - "frame": {"x":2017,"y":307,"w":28,"h":48}, + "frame": {"x":2017,"y":400,"w":28,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":19,"w":28,"h":48}, @@ -5858,7 +6162,7 @@ }, "Game/FloorGeneric/Leyline.png": { - "frame": {"x":192,"y":480,"w":53,"h":48}, + "frame": {"x":719,"y":481,"w":53,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":6,"w":53,"h":48}, @@ -5866,7 +6170,7 @@ }, "Game/FloorGeneric/Magicflies.png": { - "frame": {"x":1,"y":143,"w":45,"h":42}, + "frame": {"x":329,"y":145,"w":45,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":16,"w":45,"h":42}, @@ -5874,7 +6178,7 @@ }, "Game/FloorGeneric/Signal/Button.png": { - "frame": {"x":189,"y":189,"w":28,"h":47}, + "frame": {"x":1,"y":231,"w":28,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":19,"w":28,"h":47}, @@ -5882,7 +6186,7 @@ }, "Game/FloorGeneric/Tablet.png": { - "frame": {"x":391,"y":754,"w":53,"h":57}, + "frame": {"x":1231,"y":758,"w":53,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":7,"w":53,"h":57}, @@ -5890,7 +6194,7 @@ }, "Game/FloorGeneric/TabletCursed.png": { - "frame": {"x":813,"y":538,"w":54,"h":51}, + "frame": {"x":1363,"y":538,"w":54,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":13,"w":54,"h":51}, @@ -5898,15 +6202,23 @@ }, "Game/FloorGeneric/TabletDetermination.png": { - "frame": {"x":1941,"y":550,"w":53,"h":52}, + "frame": {"x":941,"y":587,"w":53,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":53,"h":52}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/TabletDetermination_2.png": +{ + "frame": {"x":1467,"y":1008,"w":53,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":10,"y":0,"w":53,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/TabletHeart.png": { - "frame": {"x":618,"y":589,"w":53,"h":52}, + "frame": {"x":1034,"y":588,"w":53,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":53,"h":52}, @@ -5914,15 +6226,23 @@ }, "Game/FloorGeneric/TabletSpent.png": { - "frame": {"x":925,"y":538,"w":53,"h":51}, + "frame": {"x":1475,"y":539,"w":53,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":13,"w":53,"h":51}, "sourceSize": {"w":72,"h":72} }, +"Game/FloorGeneric/Torch.png": +{ + "frame": {"x":176,"y":576,"w":28,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":23,"y":19,"w":28,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/FloorGeneric/TorchOrb.png": { - "frame": {"x":368,"y":66,"w":32,"h":37}, + "frame": {"x":1009,"y":68,"w":32,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":30,"w":32,"h":37}, @@ -5930,7 +6250,7 @@ }, "Game/FloorGeneric/Viewscreen.png": { - "frame": {"x":1360,"y":73,"w":46,"h":39}, + "frame": {"x":1859,"y":73,"w":46,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":29,"w":46,"h":39}, @@ -5938,7 +6258,7 @@ }, "Game/Floors/Floor_cst/Giant Bubble.png": { - "frame": {"x":1944,"y":498,"w":50,"h":50}, + "frame": {"x":518,"y":528,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":1,"w":50,"h":50}, @@ -5946,7 +6266,7 @@ }, "Game/HideMost.png": { - "frame": {"x":923,"y":1,"w":36,"h":30}, + "frame": {"x":1120,"y":1,"w":36,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":8,"w":36,"h":30}, @@ -5954,7 +6274,7 @@ }, "Game/HideStruggle.png": { - "frame": {"x":1908,"y":1,"w":36,"h":33}, + "frame": {"x":586,"y":31,"w":36,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":5,"w":36,"h":33}, @@ -5962,7 +6282,7 @@ }, "Game/InventoryAction/Bondage.png": { - "frame": {"x":216,"y":932,"w":41,"h":61}, + "frame": {"x":1100,"y":939,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":4,"w":41,"h":61}, @@ -5970,7 +6290,7 @@ }, "Game/InventoryAction/CommandWord.png": { - "frame": {"x":244,"y":66,"w":43,"h":37}, + "frame": {"x":814,"y":67,"w":43,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":43,"h":37}, @@ -5978,7 +6298,7 @@ }, "Game/InventoryAction/Cookie.png": { - "frame": {"x":1510,"y":1,"w":32,"h":32}, + "frame": {"x":150,"y":29,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":32,"h":32}, @@ -5986,7 +6306,7 @@ }, "Game/InventoryAction/CurseInfo.png": { - "frame": {"x":1,"y":525,"w":35,"h":50}, + "frame": {"x":622,"y":528,"w":35,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":11,"w":35,"h":50}, @@ -5994,7 +6314,7 @@ }, "Game/InventoryAction/CurseStruggle.png": { - "frame": {"x":1855,"y":777,"w":54,"h":58}, + "frame": {"x":700,"y":810,"w":54,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":54,"h":58}, @@ -6002,7 +6322,7 @@ }, "Game/InventoryAction/CurseUnlock.png": { - "frame": {"x":1081,"y":649,"w":35,"h":54}, + "frame": {"x":1667,"y":650,"w":35,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":35,"h":54}, @@ -6010,7 +6330,7 @@ }, "Game/InventoryAction/Drop.png": { - "frame": {"x":719,"y":1,"w":36,"h":29}, + "frame": {"x":906,"y":1,"w":36,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":21,"w":36,"h":29}, @@ -6018,7 +6338,7 @@ }, "Game/InventoryAction/Equip.png": { - "frame": {"x":1881,"y":208,"w":45,"h":46}, + "frame": {"x":1706,"y":250,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":13,"w":45,"h":46}, @@ -6026,7 +6346,7 @@ }, "Game/InventoryAction/Favorite.png": { - "frame": {"x":1196,"y":1,"w":29,"h":30}, + "frame": {"x":1361,"y":1,"w":29,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":21,"w":29,"h":30}, @@ -6034,7 +6354,7 @@ }, "Game/InventoryAction/Macaron.png": { - "frame": {"x":1544,"y":1,"w":32,"h":32}, + "frame": {"x":184,"y":29,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":32,"h":32}, @@ -6042,7 +6362,7 @@ }, "Game/InventoryAction/Offhand.png": { - "frame": {"x":1547,"y":655,"w":51,"h":55}, + "frame": {"x":60,"y":682,"w":51,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":8,"w":51,"h":55}, @@ -6050,7 +6370,7 @@ }, "Game/InventoryAction/Pick.png": { - "frame": {"x":535,"y":151,"w":45,"h":43}, + "frame": {"x":934,"y":150,"w":45,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":13,"w":45,"h":43}, @@ -6058,7 +6378,7 @@ }, "Game/InventoryAction/Quickslot.png": { - "frame": {"x":1578,"y":1,"w":32,"h":32}, + "frame": {"x":218,"y":29,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":32,"h":32}, @@ -6066,7 +6386,7 @@ }, "Game/InventoryAction/Remove.png": { - "frame": {"x":1881,"y":208,"w":45,"h":46}, + "frame": {"x":1706,"y":250,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":13,"w":45,"h":46}, @@ -6074,7 +6394,7 @@ }, "Game/InventoryAction/Struggle.png": { - "frame": {"x":1855,"y":777,"w":54,"h":58}, + "frame": {"x":700,"y":810,"w":54,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":54,"h":58}, @@ -6082,7 +6402,7 @@ }, "Game/InventoryAction/Unequip.png": { - "frame": {"x":1056,"y":441,"w":45,"h":46}, + "frame": {"x":1584,"y":442,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":13,"w":45,"h":46}, @@ -6090,7 +6410,7 @@ }, "Game/InventoryAction/Unfavorite.png": { - "frame": {"x":1227,"y":1,"w":29,"h":30}, + "frame": {"x":1392,"y":1,"w":29,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":21,"w":29,"h":30}, @@ -6098,7 +6418,7 @@ }, "Game/InventoryAction/Use.png": { - "frame": {"x":1570,"y":494,"w":58,"h":50}, + "frame": {"x":245,"y":525,"w":58,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":15,"w":58,"h":50}, @@ -6106,7 +6426,7 @@ }, "Game/InvItemDrop.png": { - "frame": {"x":719,"y":1,"w":36,"h":29}, + "frame": {"x":906,"y":1,"w":36,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":0,"w":36,"h":29}, @@ -6114,7 +6434,7 @@ }, "Game/Items/AncientPowerSource.png": { - "frame": {"x":975,"y":761,"w":48,"h":57}, + "frame": {"x":1644,"y":764,"w":48,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":7,"w":48,"h":57}, @@ -6122,7 +6442,7 @@ }, "Game/Items/ArcaneTome.png": { - "frame": {"x":691,"y":818,"w":44,"h":59}, + "frame": {"x":1481,"y":821,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -6130,7 +6450,7 @@ }, "Game/Items/BagOfGoodies.png": { - "frame": {"x":287,"y":147,"w":53,"h":43}, + "frame": {"x":720,"y":148,"w":53,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":16,"w":53,"h":43}, @@ -6138,7 +6458,7 @@ }, "Game/Items/Bola.png": { - "frame": {"x":333,"y":481,"w":48,"h":48}, + "frame": {"x":911,"y":485,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":48,"h":48}, @@ -6146,7 +6466,7 @@ }, "Game/Items/Bomb.png": { - "frame": {"x":943,"y":647,"w":46,"h":54}, + "frame": {"x":1793,"y":652,"w":46,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":13,"w":46,"h":54}, @@ -6154,7 +6474,7 @@ }, "Game/Items/BondageTome.png": { - "frame": {"x":1371,"y":888,"w":50,"h":61}, + "frame": {"x":263,"y":924,"w":50,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":5,"w":50,"h":61}, @@ -6162,7 +6482,7 @@ }, "Game/Items/Bow.png": { - "frame": {"x":141,"y":478,"w":49,"h":48}, + "frame": {"x":774,"y":481,"w":49,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":12,"w":49,"h":48}, @@ -6170,15 +6490,23 @@ }, "Game/Items/BowRecurve.png": { - "frame": {"x":1060,"y":593,"w":49,"h":53}, + "frame": {"x":1566,"y":593,"w":49,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":9,"w":49,"h":53}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Brownies.png": +{ + "frame": {"x":981,"y":152,"w":34,"h":43}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":19,"y":13,"w":34,"h":43}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/C4.png": { - "frame": {"x":1311,"y":544,"w":47,"h":51}, + "frame": {"x":1903,"y":544,"w":47,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":47,"h":51}, @@ -6186,7 +6514,7 @@ }, "Game/Items/Cookie.png": { - "frame": {"x":1510,"y":1,"w":32,"h":32}, + "frame": {"x":150,"y":29,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":32,"h":32}, @@ -6194,7 +6522,7 @@ }, "Game/Items/CookieJailer.png": { - "frame": {"x":347,"y":30,"w":34,"h":34}, + "frame": {"x":1094,"y":33,"w":34,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":19,"w":34,"h":34}, @@ -6202,7 +6530,7 @@ }, "Game/Items/Crop.png": { - "frame": {"x":1633,"y":446,"w":51,"h":47}, + "frame": {"x":144,"y":474,"w":51,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":12,"w":51,"h":47}, @@ -6210,7 +6538,7 @@ }, "Game/Items/DiscPick.png": { - "frame": {"x":888,"y":111,"w":42,"h":41}, + "frame": {"x":1321,"y":110,"w":42,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":16,"w":42,"h":41}, @@ -6218,7 +6546,7 @@ }, "Game/Items/DivineTear.png": { - "frame": {"x":433,"y":484,"w":48,"h":48}, + "frame": {"x":1057,"y":486,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":48,"h":48}, @@ -6226,7 +6554,7 @@ }, "Game/Items/Donut.png": { - "frame": {"x":1612,"y":1,"w":32,"h":32}, + "frame": {"x":252,"y":30,"w":32,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":32,"h":32}, @@ -6234,7 +6562,7 @@ }, "Game/Items/Dreamcatcher.png": { - "frame": {"x":1073,"y":763,"w":45,"h":57}, + "frame": {"x":1779,"y":766,"w":45,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":9,"w":45,"h":57}, @@ -6242,7 +6570,7 @@ }, "Game/Items/Duster.png": { - "frame": {"x":1837,"y":160,"w":42,"h":45}, + "frame": {"x":387,"y":189,"w":42,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":10,"w":42,"h":45}, @@ -6250,7 +6578,7 @@ }, "Game/Items/Dynamite.png": { - "frame": {"x":399,"y":533,"w":30,"h":51}, + "frame": {"x":113,"y":574,"w":30,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":10,"w":30,"h":51}, @@ -6258,7 +6586,7 @@ }, "Game/Items/EarthRune.png": { - "frame": {"x":90,"y":527,"w":46,"h":50}, + "frame": {"x":760,"y":531,"w":46,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":46,"h":50}, @@ -6266,7 +6594,7 @@ }, "Game/Items/EscortDrone.png": { - "frame": {"x":1425,"y":493,"w":39,"h":49}, + "frame": {"x":1975,"y":493,"w":39,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":3,"w":39,"h":49}, @@ -6274,7 +6602,7 @@ }, "Game/Items/Flail.png": { - "frame": {"x":186,"y":530,"w":34,"h":50}, + "frame": {"x":856,"y":533,"w":34,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":12,"w":34,"h":50}, @@ -6282,7 +6610,7 @@ }, "Game/Items/Flashbang.png": { - "frame": {"x":483,"y":484,"w":48,"h":48}, + "frame": {"x":1107,"y":486,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":13,"w":48,"h":48}, @@ -6290,15 +6618,23 @@ }, "Game/Items/FlashBomb.png": { - "frame": {"x":689,"y":153,"w":40,"h":43}, + "frame": {"x":678,"y":146,"w":40,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":13,"w":40,"h":43}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Flashlight.png": +{ + "frame": {"x":1855,"y":1,"w":50,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":12,"y":20,"w":50,"h":32}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/FourSeasons.png": { - "frame": {"x":131,"y":691,"w":33,"h":56}, + "frame": {"x":130,"y":741,"w":33,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":9,"w":33,"h":56}, @@ -6306,7 +6642,7 @@ }, "Game/Items/GoldenTicket.png": { - "frame": {"x":1996,"y":507,"w":50,"h":50}, + "frame": {"x":570,"y":528,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":11,"w":50,"h":50}, @@ -6314,7 +6650,7 @@ }, "Game/Items/Group/ItemArms.png": { - "frame": {"x":757,"y":1,"w":36,"h":29}, + "frame": {"x":944,"y":1,"w":36,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":36,"y":40,"w":36,"h":29}, @@ -6322,7 +6658,7 @@ }, "Game/Items/Group/ItemBreast.png": { - "frame": {"x":536,"y":1,"w":30,"h":28}, + "frame": {"x":600,"y":1,"w":30,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":39,"y":39,"w":30,"h":28}, @@ -6330,7 +6666,7 @@ }, "Game/Items/Group/ItemFeet.png": { - "frame": {"x":1678,"y":1,"w":30,"h":32}, + "frame": {"x":318,"y":30,"w":30,"h":32}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":39,"y":38,"w":30,"h":32}, @@ -6338,15 +6674,23 @@ }, "Game/Items/Group/ItemHands.png": { - "frame": {"x":675,"y":31,"w":33,"h":35}, + "frame": {"x":1557,"y":34,"w":33,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":38,"y":37,"w":33,"h":35}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Group/ItemNeckAccessories.png": +{ + "frame": {"x":1423,"y":1,"w":28,"h":30}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":40,"y":39,"w":28,"h":30}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Group/ItemTorso.png": { - "frame": {"x":455,"y":30,"w":28,"h":34}, + "frame": {"x":1262,"y":33,"w":28,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":40,"y":37,"w":28,"h":34}, @@ -6354,7 +6698,7 @@ }, "Game/Items/Gunpowder.png": { - "frame": {"x":276,"y":30,"w":39,"h":34}, + "frame": {"x":1015,"y":32,"w":39,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":31,"w":39,"h":34}, @@ -6362,7 +6706,7 @@ }, "Game/Items/Heart.png": { - "frame": {"x":225,"y":809,"w":53,"h":59}, + "frame": {"x":1274,"y":818,"w":53,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":5,"w":53,"h":59}, @@ -6370,7 +6714,7 @@ }, "Game/Items/IceRune.png": { - "frame": {"x":138,"y":528,"w":46,"h":50}, + "frame": {"x":808,"y":531,"w":46,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":12,"w":46,"h":50}, @@ -6378,7 +6722,7 @@ }, "Game/Items/LeylineMap.png": { - "frame": {"x":1499,"y":493,"w":30,"h":49}, + "frame": {"x":2016,"y":500,"w":30,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":23,"y":16,"w":30,"h":49}, @@ -6386,7 +6730,7 @@ }, "Game/Items/Longbow.png": { - "frame": {"x":1929,"y":971,"w":49,"h":64}, + "frame": {"x":1170,"y":1003,"w":49,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":4,"w":49,"h":64}, @@ -6394,7 +6738,7 @@ }, "Game/Items/MagicFlail.png": { - "frame": {"x":1,"y":806,"w":44,"h":58}, + "frame": {"x":848,"y":814,"w":44,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":4,"w":44,"h":58}, @@ -6402,7 +6746,7 @@ }, "Game/Items/MagicRope.png": { - "frame": {"x":1653,"y":714,"w":35,"h":57}, + "frame": {"x":759,"y":751,"w":35,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":35,"h":57}, @@ -6410,7 +6754,7 @@ }, "Game/Items/ManaOrb.png": { - "frame": {"x":358,"y":105,"w":40,"h":40}, + "frame": {"x":320,"y":102,"w":40,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":16,"w":40,"h":40}, @@ -6418,7 +6762,7 @@ }, "Game/Items/MoiraiScissors.png": { - "frame": {"x":339,"y":585,"w":55,"h":52}, + "frame": {"x":716,"y":583,"w":55,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":9,"w":55,"h":52}, @@ -6426,7 +6770,7 @@ }, "Game/Items/Pick.png": { - "frame": {"x":843,"y":111,"w":43,"h":41}, + "frame": {"x":1276,"y":110,"w":43,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":17,"w":43,"h":41}, @@ -6434,7 +6778,7 @@ }, "Game/Items/Pickaxe.png": { - "frame": {"x":431,"y":150,"w":52,"h":43}, + "frame": {"x":830,"y":148,"w":52,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":15,"w":52,"h":43}, @@ -6442,7 +6786,7 @@ }, "Game/Items/Restraint/Ancient.png": { - "frame": {"x":750,"y":70,"w":33,"h":38}, + "frame": {"x":1255,"y":69,"w":33,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":17,"w":33,"h":38}, @@ -6450,7 +6794,7 @@ }, "Game/Items/Restraint/Armbinders.png": { - "frame": {"x":478,"y":108,"w":35,"h":40}, + "frame": {"x":876,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, @@ -6458,31 +6802,15 @@ }, "Game/Items/Restraint/Boxbinders.png": { - "frame": {"x":1619,"y":73,"w":38,"h":39}, + "frame": {"x":83,"y":101,"w":38,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":38,"h":39}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/Chastity.png": -{ - "frame": {"x":550,"y":814,"w":45,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, - "sourceSize": {"w":72,"h":72} -}, -"Game/Items/Restraint/ChastityBelts.png": -{ - "frame": {"x":550,"y":814,"w":45,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, - "sourceSize": {"w":72,"h":72} -}, "Game/Items/Restraint/Glue.png": { - "frame": {"x":280,"y":637,"w":54,"h":54}, + "frame": {"x":978,"y":641,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -6490,7 +6818,7 @@ }, "Game/Items/Restraint/HolyRope.png": { - "frame": {"x":92,"y":748,"w":35,"h":57}, + "frame": {"x":1138,"y":757,"w":35,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":35,"h":57}, @@ -6498,15 +6826,23 @@ }, "Game/Items/Restraint/Latex.png": { - "frame": {"x":985,"y":71,"w":33,"h":38}, + "frame": {"x":1410,"y":70,"w":33,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":17,"w":33,"h":38}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Restraint/liquidMetal.png": +{ + "frame": {"x":1555,"y":1,"w":40,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":20,"w":40,"h":31}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Restraint/MithrilRope.png": { - "frame": {"x":1771,"y":658,"w":35,"h":56}, + "frame": {"x":1408,"y":702,"w":35,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":6,"w":35,"h":56}, @@ -6514,7 +6850,7 @@ }, "Game/Items/Restraint/Modules.png": { - "frame": {"x":616,"y":699,"w":52,"h":56}, + "frame": {"x":1242,"y":700,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":9,"w":52,"h":56}, @@ -6522,7 +6858,7 @@ }, "Game/Items/Restraint/NippleClamps3.png": { - "frame": {"x":62,"y":63,"w":29,"h":37}, + "frame": {"x":939,"y":67,"w":29,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":45,"y":41,"w":29,"h":37}, @@ -6530,7 +6866,7 @@ }, "Game/Items/Restraint/Obsidian.png": { - "frame": {"x":1020,"y":71,"w":33,"h":38}, + "frame": {"x":1485,"y":71,"w":33,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":17,"w":33,"h":38}, @@ -6538,7 +6874,7 @@ }, "Game/Items/Restraint/Plugs.png": { - "frame": {"x":2017,"y":357,"w":28,"h":48}, + "frame": {"x":2017,"y":450,"w":28,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":11,"w":28,"h":48}, @@ -6546,23 +6882,39 @@ }, "Game/Items/Restraint/Ribbons.png": { - "frame": {"x":1209,"y":595,"w":44,"h":53}, + "frame": {"x":1954,"y":597,"w":44,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":11,"w":44,"h":53}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Restraint/RopeSnake.png": +{ + "frame": {"x":145,"y":575,"w":29,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Restraint/Rubber.png": { - "frame": {"x":985,"y":71,"w":33,"h":38}, + "frame": {"x":1410,"y":70,"w":33,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":17,"w":33,"h":38}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Restraint/ShadowLatex.png": +{ + "frame": {"x":1597,"y":1,"w":40,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":20,"w":40,"h":31}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Restraint/Slime.png": { - "frame": {"x":1258,"y":1,"w":40,"h":31}, + "frame": {"x":1639,"y":1,"w":40,"h":31}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":20,"w":40,"h":31}, @@ -6570,7 +6922,7 @@ }, "Game/Items/Restraint/SteelPlugs.png": { - "frame": {"x":1144,"y":491,"w":28,"h":48}, + "frame": {"x":1687,"y":492,"w":28,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":11,"w":28,"h":48}, @@ -6578,23 +6930,23 @@ }, "Game/Items/Restraint/StrongMagicRopes.png": { - "frame": {"x":1653,"y":714,"w":35,"h":57}, + "frame": {"x":759,"y":751,"w":35,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":35,"h":57}, "sourceSize": {"w":72,"h":72} }, -"Game/Items/Restraint/SupremeBelt.png": +"Game/Items/Restraint/Ties.png": { - "frame": {"x":597,"y":816,"w":45,"h":59}, + "frame": {"x":145,"y":575,"w":29,"h":51}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, + "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, "sourceSize": {"w":72,"h":72} }, "Game/Items/Restraint/WeakMagicRopes.png": { - "frame": {"x":129,"y":749,"w":35,"h":57}, + "frame": {"x":1694,"y":765,"w":35,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":7,"w":35,"h":57}, @@ -6602,7 +6954,7 @@ }, "Game/Items/Rock.png": { - "frame": {"x":1818,"y":74,"w":36,"h":39}, + "frame": {"x":282,"y":102,"w":36,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":15,"w":36,"h":39}, @@ -6610,7 +6962,7 @@ }, "Game/Items/Rope.png": { - "frame": {"x":1375,"y":493,"w":48,"h":49}, + "frame": {"x":1,"y":521,"w":48,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":48,"h":49}, @@ -6618,7 +6970,7 @@ }, "Game/Items/RopeRune.png": { - "frame": {"x":1881,"y":161,"w":45,"h":45}, + "frame": {"x":281,"y":188,"w":45,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":16,"w":45,"h":45}, @@ -6626,7 +6978,7 @@ }, "Game/Items/SackOfSacks.png": { - "frame": {"x":342,"y":147,"w":53,"h":43}, + "frame": {"x":775,"y":148,"w":53,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":16,"w":53,"h":43}, @@ -6634,7 +6986,7 @@ }, "Game/Items/Scroll.png": { - "frame": {"x":1824,"y":447,"w":45,"h":47}, + "frame": {"x":429,"y":478,"w":45,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":11,"w":45,"h":47}, @@ -6642,7 +6994,7 @@ }, "Game/Items/ScrollArms.png": { - "frame": {"x":1871,"y":448,"w":45,"h":47}, + "frame": {"x":476,"y":479,"w":45,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":11,"w":45,"h":47}, @@ -6650,7 +7002,7 @@ }, "Game/Items/ScrollLegs.png": { - "frame": {"x":1918,"y":449,"w":45,"h":47}, + "frame": {"x":523,"y":479,"w":45,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":11,"w":45,"h":47}, @@ -6658,7 +7010,7 @@ }, "Game/Items/ScrollPurity.png": { - "frame": {"x":1965,"y":449,"w":45,"h":47}, + "frame": {"x":570,"y":479,"w":45,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":11,"w":45,"h":47}, @@ -6666,7 +7018,7 @@ }, "Game/Items/ScrollVerbal.png": { - "frame": {"x":1,"y":476,"w":45,"h":47}, + "frame": {"x":617,"y":479,"w":45,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":11,"w":45,"h":47}, @@ -6674,7 +7026,7 @@ }, "Game/Items/Shield.png": { - "frame": {"x":825,"y":70,"w":38,"h":38}, + "frame": {"x":1290,"y":70,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":38,"h":38}, @@ -6682,7 +7034,7 @@ }, "Game/Items/ShieldMagic.png": { - "frame": {"x":865,"y":71,"w":38,"h":38}, + "frame": {"x":1330,"y":70,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":38,"h":38}, @@ -6690,7 +7042,7 @@ }, "Game/Items/ShieldReinforced.png": { - "frame": {"x":905,"y":71,"w":38,"h":38}, + "frame": {"x":1370,"y":70,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":17,"w":38,"h":38}, @@ -6698,7 +7050,7 @@ }, "Game/Items/ShieldTower.png": { - "frame": {"x":616,"y":151,"w":32,"h":43}, + "frame": {"x":1085,"y":152,"w":32,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":10,"w":32,"h":43}, @@ -6706,7 +7058,7 @@ }, "Game/Items/Snuffer.png": { - "frame": {"x":847,"y":32,"w":45,"h":36}, + "frame": {"x":1676,"y":34,"w":45,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":23,"w":45,"h":36}, @@ -6714,7 +7066,7 @@ }, "Game/Items/StaffBind.png": { - "frame": {"x":1466,"y":653,"w":40,"h":55}, + "frame": {"x":1958,"y":652,"w":40,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":8,"w":40,"h":55}, @@ -6722,7 +7074,7 @@ }, "Game/Items/StaffDoll.png": { - "frame": {"x":1218,"y":950,"w":37,"h":62}, + "frame": {"x":1905,"y":958,"w":37,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":1,"w":37,"h":62}, @@ -6730,7 +7082,7 @@ }, "Game/Items/StaffTape.png": { - "frame": {"x":976,"y":111,"w":41,"h":41}, + "frame": {"x":1445,"y":111,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":15,"w":41,"h":41}, @@ -6738,15 +7090,23 @@ }, "Game/Items/TheEncaser.png": { - "frame": {"x":1255,"y":596,"w":42,"h":53}, + "frame": {"x":2000,"y":604,"w":42,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":8,"w":42,"h":53}, "sourceSize": {"w":72,"h":72} }, +"Game/Items/Torch.png": +{ + "frame": {"x":176,"y":576,"w":28,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":23,"y":8,"w":28,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/Items/Unarmed.png": { - "frame": {"x":991,"y":647,"w":45,"h":54}, + "frame": {"x":1841,"y":652,"w":45,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":45,"h":54}, @@ -6754,7 +7114,7 @@ }, "Game/Items/UniversalSolvent.png": { - "frame": {"x":2010,"y":908,"w":36,"h":61}, + "frame": {"x":1184,"y":940,"w":36,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":5,"w":36,"h":61}, @@ -6762,7 +7122,7 @@ }, "Game/Items/VibeWand.png": { - "frame": {"x":289,"y":66,"w":38,"h":37}, + "frame": {"x":899,"y":67,"w":38,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":19,"w":38,"h":37}, @@ -6770,7 +7130,7 @@ }, "Game/Items/WaterRune.png": { - "frame": {"x":1600,"y":657,"w":51,"h":55}, + "frame": {"x":402,"y":690,"w":51,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":51,"h":55}, @@ -6778,7 +7138,7 @@ }, "Game/Layers.png": { - "frame": {"x":1059,"y":155,"w":44,"h":44}, + "frame": {"x":1569,"y":156,"w":44,"h":44}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":44,"h":44}, @@ -6786,7 +7146,7 @@ }, "Game/LockJam.png": { - "frame": {"x":1291,"y":767,"w":59,"h":58}, + "frame": {"x":130,"y":799,"w":59,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":59,"h":58}, @@ -6794,7 +7154,7 @@ }, "Game/Locks/Blind.png": { - "frame": {"x":583,"y":484,"w":33,"h":48}, + "frame": {"x":825,"y":481,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":48}, @@ -6802,7 +7162,7 @@ }, "Game/Locks/Blocked.png": { - "frame": {"x":1768,"y":602,"w":54,"h":54}, + "frame": {"x":530,"y":634,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":54,"h":54}, @@ -6810,7 +7170,7 @@ }, "Game/Locks/Blue.png": { - "frame": {"x":2012,"y":457,"w":35,"h":48}, + "frame": {"x":107,"y":472,"w":35,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":4,"w":35,"h":48}, @@ -6818,7 +7178,7 @@ }, "Game/Locks/Crystal.png": { - "frame": {"x":1007,"y":592,"w":51,"h":53}, + "frame": {"x":1803,"y":597,"w":51,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":51,"h":53}, @@ -6826,47 +7186,47 @@ }, "Game/Locks/Curse.png": { - "frame": {"x":507,"y":697,"w":56,"h":56}, + "frame": {"x":1184,"y":700,"w":56,"h":56}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":56,"h":56}, "sourceSize": {"w":56,"h":56} }, -"Game/Locks/Cyber.png": +"Game/Locks/Cyber2.png": { - "frame": {"x":1737,"y":446,"w":36,"h":48}, + "frame": {"x":1653,"y":491,"w":32,"h":48}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":4,"w":36,"h":48}, + "spriteSourceSize": {"x":11,"y":4,"w":32,"h":48}, "sourceSize": {"w":56,"h":56} }, -"Game/Locks/Cyber2.png": +"Game/Locks/Disc.png": { - "frame": {"x":1110,"y":490,"w":32,"h":48}, + "frame": {"x":154,"y":523,"w":37,"h":50}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":11,"y":4,"w":32,"h":48}, + "spriteSourceSize": {"x":10,"y":4,"w":37,"h":50}, "sourceSize": {"w":56,"h":56} }, -"Game/Locks/Cyber3.png": +"Game/Locks/Divine.png": { - "frame": {"x":103,"y":477,"w":36,"h":48}, + "frame": {"x":1421,"y":591,"w":28,"h":53}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":9,"y":4,"w":36,"h":48}, + "spriteSourceSize": {"x":14,"y":1,"w":28,"h":53}, "sourceSize": {"w":56,"h":56} }, -"Game/Locks/Disc.png": +"Game/Locks/Divine2.png": { - "frame": {"x":1531,"y":493,"w":37,"h":50}, + "frame": {"x":1421,"y":591,"w":28,"h":53}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":10,"y":4,"w":37,"h":50}, + "spriteSourceSize": {"x":14,"y":1,"w":28,"h":53}, "sourceSize": {"w":56,"h":56} }, "Game/Locks/Dollmaker.png": { - "frame": {"x":724,"y":701,"w":56,"h":56}, + "frame": {"x":1296,"y":701,"w":56,"h":56}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":56,"h":56}, @@ -6874,7 +7234,7 @@ }, "Game/Locks/ExCrystal.png": { - "frame": {"x":222,"y":530,"w":34,"h":50}, + "frame": {"x":892,"y":535,"w":34,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":4,"w":34,"h":50}, @@ -6882,7 +7242,7 @@ }, "Game/Locks/Fuuka.png": { - "frame": {"x":1541,"y":158,"w":42,"h":44}, + "frame": {"x":83,"y":186,"w":42,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":4,"w":42,"h":44}, @@ -6890,7 +7250,7 @@ }, "Game/Locks/Gold.png": { - "frame": {"x":329,"y":66,"w":37,"h":37}, + "frame": {"x":970,"y":68,"w":37,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":9,"w":37,"h":37}, @@ -6898,7 +7258,7 @@ }, "Game/Locks/Grey.png": { - "frame": {"x":1005,"y":489,"w":33,"h":48}, + "frame": {"x":1300,"y":487,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":48}, @@ -6906,7 +7266,7 @@ }, "Game/Locks/HiSec.png": { - "frame": {"x":1491,"y":544,"w":37,"h":52}, + "frame": {"x":1382,"y":591,"w":37,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":4,"w":37,"h":52}, @@ -6914,7 +7274,7 @@ }, "Game/Locks/Purple.png": { - "frame": {"x":1040,"y":489,"w":33,"h":48}, + "frame": {"x":1583,"y":490,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":48}, @@ -6922,7 +7282,7 @@ }, "Game/Locks/Red.png": { - "frame": {"x":258,"y":530,"w":33,"h":50}, + "frame": {"x":964,"y":535,"w":33,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":50}, @@ -6930,7 +7290,7 @@ }, "Game/Locks/Red_Hi.png": { - "frame": {"x":329,"y":531,"w":33,"h":50}, + "frame": {"x":999,"y":535,"w":33,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":50}, @@ -6938,7 +7298,7 @@ }, "Game/Locks/Red_Med.png": { - "frame": {"x":364,"y":533,"w":33,"h":50}, + "frame": {"x":1034,"y":536,"w":33,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":50}, @@ -6946,7 +7306,7 @@ }, "Game/Locks/Rubber.png": { - "frame": {"x":1075,"y":490,"w":33,"h":48}, + "frame": {"x":1618,"y":491,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":48}, @@ -6954,7 +7314,7 @@ }, "Game/Locks/StarCurse.png": { - "frame": {"x":38,"y":527,"w":50,"h":50}, + "frame": {"x":659,"y":531,"w":50,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":50,"h":50}, @@ -6962,7 +7322,7 @@ }, "Game/Locks/White.png": { - "frame": {"x":1005,"y":489,"w":33,"h":48}, + "frame": {"x":1300,"y":487,"w":33,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":4,"w":33,"h":48}, @@ -6970,7 +7330,7 @@ }, "Game/Particles/mmm.png": { - "frame": {"x":2009,"y":117,"w":36,"h":42}, + "frame": {"x":41,"y":141,"w":36,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":2,"w":36,"h":42}, @@ -6978,7 +7338,7 @@ }, "Game/Particles/nnn.png": { - "frame": {"x":58,"y":102,"w":33,"h":40}, + "frame": {"x":913,"y":106,"w":33,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":3,"w":33,"h":40}, @@ -6986,7 +7346,7 @@ }, "Game/Poses/Boxtie.png": { - "frame": {"x":1019,"y":111,"w":41,"h":41}, + "frame": {"x":1488,"y":111,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -6994,7 +7354,7 @@ }, "Game/Poses/Crossed.png": { - "frame": {"x":1062,"y":112,"w":41,"h":41}, + "frame": {"x":1531,"y":111,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -7002,7 +7362,7 @@ }, "Game/Poses/Free.png": { - "frame": {"x":932,"y":111,"w":42,"h":41}, + "frame": {"x":1365,"y":110,"w":42,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":42,"h":41}, @@ -7010,7 +7370,7 @@ }, "Game/Poses/Front.png": { - "frame": {"x":1105,"y":112,"w":41,"h":41}, + "frame": {"x":1574,"y":113,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -7018,7 +7378,7 @@ }, "Game/Poses/SetPose.png": { - "frame": {"x":1148,"y":112,"w":41,"h":41}, + "frame": {"x":1617,"y":113,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":6,"w":41,"h":41}, @@ -7026,7 +7386,7 @@ }, "Game/Poses/Up.png": { - "frame": {"x":1191,"y":112,"w":41,"h":41}, + "frame": {"x":1660,"y":113,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -7034,7 +7394,7 @@ }, "Game/Poses/Wristtie.png": { - "frame": {"x":1234,"y":113,"w":41,"h":41}, + "frame": {"x":1703,"y":113,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -7042,7 +7402,7 @@ }, "Game/Poses/Yoked.png": { - "frame": {"x":1148,"y":112,"w":41,"h":41}, + "frame": {"x":1617,"y":113,"w":41,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":2,"w":41,"h":41}, @@ -7050,7 +7410,7 @@ }, "Game/ShopBasic/2C4.png": { - "frame": {"x":670,"y":700,"w":52,"h":56}, + "frame": {"x":1354,"y":701,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":56}, @@ -7058,31 +7418,15 @@ }, "Game/ShopBasic/2Dynamite.png": { - "frame": {"x":672,"y":644,"w":53,"h":54}, + "frame": {"x":1034,"y":642,"w":53,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":6,"w":53,"h":54}, "sourceSize": {"w":72,"h":72} }, -"Game/ShopBasic/DivineBelt.png": -{ - "frame": {"x":597,"y":816,"w":45,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, - "sourceSize": {"w":72,"h":72} -}, -"Game/ShopBasic/DivineBelt2.png": -{ - "frame": {"x":597,"y":816,"w":45,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, - "sourceSize": {"w":72,"h":72} -}, "Game/ShopBasic/Lockpick.png": { - "frame": {"x":1451,"y":73,"w":41,"h":39}, + "frame": {"x":1950,"y":73,"w":41,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":18,"w":41,"h":39}, @@ -7090,7 +7434,7 @@ }, "Game/ShopBasic/SlimeWalkers.png": { - "frame": {"x":834,"y":154,"w":55,"h":44}, + "frame": {"x":1298,"y":153,"w":55,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":16,"w":55,"h":44}, @@ -7098,39 +7442,39 @@ }, "Game/ShrineAuraQuest.png": { - "frame": {"x":1132,"y":1,"w":30,"h":30}, + "frame": {"x":1297,"y":1,"w":30,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":15,"w":30,"h":30}, "sourceSize": {"w":72,"h":72} }, -"Game/Spell1.png": +"Game/Spell2.png": { - "frame": {"x":1466,"y":493,"w":31,"h":49}, + "frame": {"x":1069,"y":536,"w":33,"h":50}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":28,"y":4,"w":31,"h":49}, + "spriteSourceSize": {"x":27,"y":4,"w":33,"h":50}, "sourceSize": {"w":86,"h":56} }, -"Game/Spell2.png": +"Game/Spell3.png": { - "frame": {"x":431,"y":534,"w":33,"h":50}, + "frame": {"x":928,"y":535,"w":34,"h":50}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":27,"y":4,"w":33,"h":50}, + "spriteSourceSize": {"x":27,"y":3,"w":34,"h":50}, "sourceSize": {"w":86,"h":56} }, -"Game/Spell3.png": +"Game/Spell4.png": { - "frame": {"x":293,"y":530,"w":34,"h":50}, + "frame": {"x":51,"y":521,"w":36,"h":49}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":27,"y":3,"w":34,"h":50}, + "spriteSourceSize": {"x":26,"y":4,"w":36,"h":49}, "sourceSize": {"w":86,"h":56} }, "Game/Spell5.png": { - "frame": {"x":1231,"y":491,"w":33,"h":49}, + "frame": {"x":89,"y":522,"w":33,"h":49}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":27,"y":5,"w":33,"h":49}, @@ -7138,7 +7482,7 @@ }, "Game/Spells/AllyAggressive.png": { - "frame": {"x":894,"y":33,"w":38,"h":36}, + "frame": {"x":1723,"y":34,"w":38,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":18,"w":38,"h":36}, @@ -7146,7 +7490,7 @@ }, "Game/Spells/AllyDefensive.png": { - "frame": {"x":674,"y":536,"w":40,"h":51}, + "frame": {"x":1671,"y":542,"w":40,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":13,"w":40,"h":51}, @@ -7154,7 +7498,7 @@ }, "Game/Spells/AllyToggle.png": { - "frame": {"x":1734,"y":602,"w":32,"h":54}, + "frame": {"x":1924,"y":652,"w":32,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":8,"w":32,"h":54}, @@ -7162,7 +7506,7 @@ }, "Game/Spells/Analyze.png": { - "frame": {"x":691,"y":818,"w":44,"h":59}, + "frame": {"x":1481,"y":821,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":6,"w":44,"h":59}, @@ -7170,15 +7514,23 @@ }, "Game/Spells/Animate.png": { - "frame": {"x":834,"y":154,"w":55,"h":44}, + "frame": {"x":1298,"y":153,"w":55,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":16,"w":55,"h":44}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/AnimatePuppet.png": +{ + "frame": {"x":597,"y":992,"w":37,"h":63}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":21,"y":5,"w":37,"h":63}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/ApprenticeAir.png": { - "frame": {"x":441,"y":1,"w":29,"h":27}, + "frame": {"x":505,"y":1,"w":29,"h":27}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":23,"w":29,"h":27}, @@ -7186,47 +7538,39 @@ }, "Game/Spells/ApprenticeIce.png": { - "frame": {"x":1983,"y":1,"w":34,"h":33}, + "frame": {"x":661,"y":31,"w":34,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":34,"h":33}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/ApprenticeMagic.png": +"Game/Spells/ApprenticeLightning.png": { - "frame": {"x":358,"y":105,"w":40,"h":40}, + "frame": {"x":1292,"y":33,"w":28,"h":35}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":17,"y":17,"w":40,"h":40}, + "spriteSourceSize": {"x":23,"y":20,"w":28,"h":35}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/ArcaneBlast.png": +"Game/Spells/ApprenticeMagic.png": { - "frame": {"x":1808,"y":659,"w":60,"h":56}, + "frame": {"x":320,"y":102,"w":40,"h":40}, "rotated": false, "trimmed": true, - "spriteSourceSize": {"x":2,"y":9,"w":60,"h":56}, + "spriteSourceSize": {"x":17,"y":17,"w":40,"h":40}, "sourceSize": {"w":72,"h":72} }, "Game/Spells/BattleRhythm.png": { - "frame": {"x":137,"y":145,"w":42,"h":42}, + "frame": {"x":465,"y":145,"w":42,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":15,"w":42,"h":42}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/BigBoulderLaunch.png": -{ - "frame": {"x":474,"y":937,"w":59,"h":62}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":7,"y":3,"w":59,"h":62}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/BladeDance.png": { - "frame": {"x":225,"y":147,"w":60,"h":43}, + "frame": {"x":616,"y":146,"w":60,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":15,"w":60,"h":43}, @@ -7234,7 +7578,7 @@ }, "Game/Spells/Bomb.png": { - "frame": {"x":1,"y":992,"w":46,"h":64}, + "frame": {"x":1325,"y":1005,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":2,"w":46,"h":64}, @@ -7242,23 +7586,15 @@ }, "Game/Spells/Bondage.png": { - "frame": {"x":216,"y":932,"w":41,"h":61}, + "frame": {"x":1100,"y":939,"w":41,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":4,"w":41,"h":61}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/BoulderKick.png": -{ - "frame": {"x":1,"y":62,"w":59,"h":37}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":5,"y":17,"w":59,"h":37}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/BoulderLaunch.png": { - "frame": {"x":1818,"y":74,"w":36,"h":39}, + "frame": {"x":282,"y":102,"w":36,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":15,"w":36,"h":39}, @@ -7266,7 +7602,7 @@ }, "Game/Spells/Camo.png": { - "frame": {"x":1214,"y":650,"w":32,"h":55}, + "frame": {"x":505,"y":690,"w":32,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":10,"w":32,"h":55}, @@ -7274,7 +7610,7 @@ }, "Game/Spells/ChainStrike.png": { - "frame": {"x":575,"y":108,"w":57,"h":41}, + "frame": {"x":1008,"y":109,"w":57,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":14,"w":57,"h":41}, @@ -7282,7 +7618,7 @@ }, "Game/Spells/Charge.png": { - "frame": {"x":1687,"y":495,"w":47,"h":50}, + "frame": {"x":711,"y":531,"w":47,"h":50}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":13,"w":47,"h":50}, @@ -7290,7 +7626,7 @@ }, "Game/Spells/Chastity.png": { - "frame": {"x":644,"y":817,"w":45,"h":59}, + "frame": {"x":1434,"y":820,"w":45,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, @@ -7298,7 +7634,7 @@ }, "Game/Spells/CommandCapture.png": { - "frame": {"x":842,"y":591,"w":55,"h":53}, + "frame": {"x":1509,"y":593,"w":55,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":9,"w":55,"h":53}, @@ -7306,7 +7642,7 @@ }, "Game/Spells/CommandRelease.png": { - "frame": {"x":1881,"y":208,"w":45,"h":46}, + "frame": {"x":1706,"y":250,"w":45,"h":46}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":13,"w":45,"h":46}, @@ -7314,7 +7650,7 @@ }, "Game/Spells/CommandSlime.png": { - "frame": {"x":1678,"y":774,"w":58,"h":58}, + "frame": {"x":581,"y":807,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":58,"h":58}, @@ -7322,7 +7658,7 @@ }, "Game/Spells/CommandVibrate.png": { - "frame": {"x":2017,"y":407,"w":30,"h":48}, + "frame": {"x":2017,"y":300,"w":30,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":12,"w":30,"h":48}, @@ -7330,7 +7666,7 @@ }, "Game/Spells/CommandWord.png": { - "frame": {"x":244,"y":66,"w":43,"h":37}, + "frame": {"x":814,"y":67,"w":43,"h":37}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":43,"h":37}, @@ -7338,7 +7674,7 @@ }, "Game/Spells/CommandWordGreater.png": { - "frame": {"x":1883,"y":550,"w":56,"h":52}, + "frame": {"x":356,"y":578,"w":56,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":1,"w":56,"h":52}, @@ -7346,23 +7682,15 @@ }, "Game/Spells/DistractionBurst.png": { - "frame": {"x":1932,"y":660,"w":56,"h":56}, + "frame": {"x":927,"y":697,"w":56,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":56,"h":56}, "sourceSize": {"w":72,"h":72} }, -"Game/Spells/EarthMote.png": -{ - "frame": {"x":1949,"y":36,"w":60,"h":37}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":8,"y":20,"w":60,"h":37}, - "sourceSize": {"w":72,"h":72} -}, "Game/Spells/EmpowerCancel.png": { - "frame": {"x":533,"y":484,"w":48,"h":48}, + "frame": {"x":1200,"y":487,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":13,"w":48,"h":48}, @@ -7370,7 +7698,7 @@ }, "Game/Spells/EnchantRope.png": { - "frame": {"x":670,"y":941,"w":59,"h":62}, + "frame": {"x":1271,"y":941,"w":59,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":5,"w":59,"h":62}, @@ -7378,7 +7706,7 @@ }, "Game/Spells/EnemySense.png": { - "frame": {"x":336,"y":639,"w":54,"h":54}, + "frame": {"x":1089,"y":643,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7386,7 +7714,7 @@ }, "Game/Spells/EvasiveManeuvers.png": { - "frame": {"x":1355,"y":652,"w":54,"h":55}, + "frame": {"x":213,"y":686,"w":54,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":5,"w":54,"h":55}, @@ -7394,7 +7722,7 @@ }, "Game/Spells/Firebolt.png": { - "frame": {"x":1121,"y":541,"w":51,"h":51}, + "frame": {"x":1748,"y":544,"w":51,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":11,"w":51,"h":51}, @@ -7402,7 +7730,7 @@ }, "Game/Spells/Firecracker.png": { - "frame": {"x":333,"y":812,"w":56,"h":59}, + "frame": {"x":1077,"y":816,"w":56,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":3,"w":56,"h":59}, @@ -7410,7 +7738,7 @@ }, "Game/Spells/FireElemental.png": { - "frame": {"x":1592,"y":714,"w":59,"h":57}, + "frame": {"x":402,"y":747,"w":59,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":59,"h":57}, @@ -7418,7 +7746,7 @@ }, "Game/Spells/FlameRune.png": { - "frame": {"x":93,"y":145,"w":42,"h":42}, + "frame": {"x":421,"y":145,"w":42,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":15,"w":42,"h":42}, @@ -7426,7 +7754,7 @@ }, "Game/Spells/Flash.png": { - "frame": {"x":247,"y":480,"w":49,"h":48}, + "frame": {"x":860,"y":483,"w":49,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":49,"h":48}, @@ -7434,7 +7762,7 @@ }, "Game/Spells/FlashBomb.png": { - "frame": {"x":689,"y":153,"w":40,"h":43}, + "frame": {"x":678,"y":146,"w":40,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":17,"y":13,"w":40,"h":43}, @@ -7442,7 +7770,7 @@ }, "Game/Spells/FleetFooted.png": { - "frame": {"x":1696,"y":657,"w":30,"h":56}, + "frame": {"x":165,"y":741,"w":30,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":21,"y":8,"w":30,"h":56}, @@ -7450,7 +7778,7 @@ }, "Game/Spells/FreezeRune.png": { - "frame": {"x":1990,"y":669,"w":56,"h":56}, + "frame": {"x":1088,"y":699,"w":56,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":56,"h":56}, @@ -7458,7 +7786,7 @@ }, "Game/Spells/Heal.png": { - "frame": {"x":731,"y":942,"w":59,"h":62}, + "frame": {"x":1467,"y":944,"w":59,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":5,"w":59,"h":62}, @@ -7466,7 +7794,7 @@ }, "Game/Spells/Heal2.png": { - "frame": {"x":1808,"y":717,"w":58,"h":57}, + "frame": {"x":523,"y":748,"w":58,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":7,"y":7,"w":58,"h":57}, @@ -7474,7 +7802,7 @@ }, "Game/Spells/HolyOrb.png": { - "frame": {"x":1298,"y":652,"w":55,"h":55}, + "frame": {"x":156,"y":684,"w":55,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":5,"w":55,"h":55}, @@ -7482,23 +7810,39 @@ }, "Game/Spells/IceBreath.png": { - "frame": {"x":259,"y":933,"w":38,"h":61}, + "frame": {"x":596,"y":929,"w":38,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":4,"w":38,"h":61}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/IronBlood.png": +{ + "frame": {"x":206,"y":576,"w":28,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":22,"y":10,"w":28,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/LeatherWhip.png": { - "frame": {"x":909,"y":943,"w":58,"h":62}, + "frame": {"x":1806,"y":949,"w":58,"h":62}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":7,"w":58,"h":62}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/LightningBolt.png": +{ + "frame": {"x":1914,"y":1022,"w":41,"h":64}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":17,"y":6,"w":41,"h":64}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/LimitSurge.png": { - "frame": {"x":37,"y":689,"w":60,"h":56}, + "frame": {"x":642,"y":693,"w":60,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":60,"h":56}, @@ -7506,7 +7850,7 @@ }, "Game/Spells/LiquidMetal.png": { - "frame": {"x":564,"y":587,"w":52,"h":52}, + "frame": {"x":1089,"y":589,"w":52,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":52}, @@ -7514,7 +7858,7 @@ }, "Game/Spells/NatureSpirit.png": { - "frame": {"x":670,"y":758,"w":51,"h":57}, + "frame": {"x":1339,"y":759,"w":51,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":5,"w":51,"h":57}, @@ -7522,7 +7866,7 @@ }, "Game/Spells/NegateRune.png": { - "frame": {"x":392,"y":640,"w":54,"h":54}, + "frame": {"x":1184,"y":644,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7530,7 +7874,7 @@ }, "Game/Spells/Offhand.png": { - "frame": {"x":1547,"y":655,"w":51,"h":55}, + "frame": {"x":60,"y":682,"w":51,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":8,"w":51,"h":55}, @@ -7538,7 +7882,7 @@ }, "Game/Spells/OrgasmResist.png": { - "frame": {"x":141,"y":29,"w":33,"h":33}, + "frame": {"x":804,"y":32,"w":33,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":18,"w":33,"h":33}, @@ -7546,7 +7890,7 @@ }, "Game/Spells/Petsuit.png": { - "frame": {"x":1508,"y":654,"w":37,"h":55}, + "frame": {"x":308,"y":687,"w":37,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":5,"w":37,"h":55}, @@ -7554,7 +7898,7 @@ }, "Game/Spells/ProblemSolving.png": { - "frame": {"x":1413,"y":767,"w":45,"h":58}, + "frame": {"x":83,"y":798,"w":45,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":6,"w":45,"h":58}, @@ -7562,7 +7906,7 @@ }, "Game/Spells/Quickness2.png": { - "frame": {"x":448,"y":641,"w":54,"h":54}, + "frame": {"x":1240,"y":644,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7570,7 +7914,7 @@ }, "Game/Spells/Quickness3.png": { - "frame": {"x":504,"y":641,"w":54,"h":54}, + "frame": {"x":1296,"y":645,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7578,7 +7922,7 @@ }, "Game/Spells/Quickness4.png": { - "frame": {"x":560,"y":641,"w":54,"h":54}, + "frame": {"x":1352,"y":645,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7586,7 +7930,7 @@ }, "Game/Spells/Quickness5.png": { - "frame": {"x":616,"y":643,"w":54,"h":54}, + "frame": {"x":1447,"y":647,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7594,7 +7938,7 @@ }, "Game/Spells/RecoverObject.png": { - "frame": {"x":1408,"y":544,"w":46,"h":51}, + "frame": {"x":2000,"y":551,"w":46,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":9,"w":46,"h":51}, @@ -7602,7 +7946,7 @@ }, "Game/Spells/RopeStrike.png": { - "frame": {"x":1028,"y":704,"w":44,"h":56}, + "frame": {"x":1838,"y":708,"w":44,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":8,"w":44,"h":56}, @@ -7610,7 +7954,7 @@ }, "Game/Spells/ShadowDance.png": { - "frame": {"x":527,"y":875,"w":49,"h":60}, + "frame": {"x":1427,"y":881,"w":49,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":1,"w":49,"h":60}, @@ -7618,7 +7962,7 @@ }, "Game/Spells/ShadowSlash.png": { - "frame": {"x":1498,"y":771,"w":58,"h":58}, + "frame": {"x":401,"y":806,"w":58,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":7,"w":58,"h":58}, @@ -7626,7 +7970,7 @@ }, "Game/Spells/SlimeToLatex.png": { - "frame": {"x":673,"y":590,"w":52,"h":52}, + "frame": {"x":1191,"y":590,"w":52,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":52}, @@ -7634,7 +7978,7 @@ }, "Game/Spells/Snare.png": { - "frame": {"x":727,"y":645,"w":54,"h":54}, + "frame": {"x":1503,"y":648,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -7642,7 +7986,7 @@ }, "Game/Spells/Sowing.png": { - "frame": {"x":280,"y":751,"w":54,"h":57}, + "frame": {"x":1175,"y":758,"w":54,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":6,"w":54,"h":57}, @@ -7650,7 +7994,7 @@ }, "Game/Spells/SpellChoiceUp1.png": { - "frame": {"x":1164,"y":1,"w":30,"h":30}, + "frame": {"x":1329,"y":1,"w":30,"h":30}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":20,"w":30,"h":30}, @@ -7658,15 +8002,23 @@ }, "Game/Spells/SummonArmbinder.png": { - "frame": {"x":478,"y":108,"w":35,"h":40}, + "frame": {"x":876,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, "sourceSize": {"w":72,"h":72} }, +"Game/Spells/Swap.png": +{ + "frame": {"x":1119,"y":152,"w":60,"h":44}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":6,"y":14,"w":60,"h":44}, + "sourceSize": {"w":72,"h":72} +}, "Game/Spells/TelekineticSlash.png": { - "frame": {"x":1868,"y":718,"w":57,"h":57}, + "frame": {"x":583,"y":748,"w":57,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":7,"w":57,"h":57}, @@ -7674,7 +8026,7 @@ }, "Game/Spells/TrueSteel.png": { - "frame": {"x":1375,"y":444,"w":52,"h":47}, + "frame": {"x":1912,"y":444,"w":52,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":52,"h":47}, @@ -7682,7 +8034,7 @@ }, "Game/Spells/WaterBall.png": { - "frame": {"x":1825,"y":116,"w":47,"h":42}, + "frame": {"x":232,"y":143,"w":47,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":16,"w":47,"h":42}, @@ -7690,7 +8042,7 @@ }, "Game/Spells/WaterMote.png": { - "frame": {"x":782,"y":702,"w":51,"h":56}, + "frame": {"x":1554,"y":704,"w":51,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":14,"w":51,"h":56}, @@ -7698,7 +8050,7 @@ }, "Game/Sprint.png": { - "frame": {"x":689,"y":110,"w":52,"h":41}, + "frame": {"x":1122,"y":109,"w":52,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":15,"w":52,"h":41}, @@ -7706,7 +8058,7 @@ }, "Game/Struggle.png": { - "frame": {"x":336,"y":695,"w":54,"h":56}, + "frame": {"x":1445,"y":703,"w":54,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":0,"w":54,"h":56}, @@ -7714,7 +8066,7 @@ }, "Game/UI/accuracy.png": { - "frame": {"x":1300,"y":1,"w":34,"h":31}, + "frame": {"x":1721,"y":1,"w":34,"h":31}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":3,"w":34,"h":31}, @@ -7722,7 +8074,7 @@ }, "Game/UI/AutoPass/Allies.png": { - "frame": {"x":578,"y":877,"w":48,"h":60}, + "frame": {"x":1478,"y":882,"w":48,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":0,"w":48,"h":60}, @@ -7730,7 +8082,7 @@ }, "Game/UI/AutoPass/HelplessAllies.png": { - "frame": {"x":565,"y":697,"w":49,"h":56}, + "frame": {"x":1607,"y":705,"w":49,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":1,"w":49,"h":56}, @@ -7738,7 +8090,7 @@ }, "Game/UI/AutoPass/HelplessEnemies.png": { - "frame": {"x":1248,"y":651,"w":48,"h":55}, + "frame": {"x":455,"y":690,"w":48,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":2,"w":48,"h":55}, @@ -7746,7 +8098,7 @@ }, "Game/UI/AutoPass/Neutral.png": { - "frame": {"x":749,"y":880,"w":43,"h":60}, + "frame": {"x":1129,"y":877,"w":43,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":43,"h":60}, @@ -7754,7 +8106,7 @@ }, "Game/UI/AutoPass/Shop.png": { - "frame": {"x":1960,"y":846,"w":58,"h":60}, + "frame": {"x":894,"y":875,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":58,"h":60}, @@ -7762,7 +8114,7 @@ }, "Game/UI/AutoPass/Special.png": { - "frame": {"x":475,"y":875,"w":50,"h":60}, + "frame": {"x":1324,"y":879,"w":50,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":50,"h":60}, @@ -7770,7 +8122,7 @@ }, "Game/UI/AutoPass/Summons.png": { - "frame": {"x":645,"y":197,"w":36,"h":47}, + "frame": {"x":1529,"y":200,"w":36,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":7,"w":36,"h":47}, @@ -7778,7 +8130,7 @@ }, "Game/UI/AutoPath/StepDuringCombat.png": { - "frame": {"x":1105,"y":155,"w":44,"h":44}, + "frame": {"x":1615,"y":156,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":44,"h":44}, @@ -7786,7 +8138,7 @@ }, "Game/UI/AutoPath/SuppressBeforeCombat.png": { - "frame": {"x":1151,"y":155,"w":44,"h":44}, + "frame": {"x":1661,"y":156,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":44,"h":44}, @@ -7794,7 +8146,7 @@ }, "Game/UI/AutoPath/SuppressDuringCombat.png": { - "frame": {"x":1233,"y":156,"w":44,"h":44}, + "frame": {"x":1707,"y":156,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":44,"h":44}, @@ -7802,7 +8154,7 @@ }, "Game/UI/AutoStruggle.png": { - "frame": {"x":1120,"y":765,"w":45,"h":57}, + "frame": {"x":1826,"y":766,"w":45,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":0,"w":45,"h":57}, @@ -7810,7 +8162,7 @@ }, "Game/UI/BoxLarge.png": { - "frame": {"x":181,"y":145,"w":42,"h":42}, + "frame": {"x":509,"y":146,"w":42,"h":42}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":42,"h":42}, @@ -7818,7 +8170,7 @@ }, "Game/UI/BulletTransparency.png": { - "frame": {"x":1153,"y":442,"w":56,"h":47}, + "frame": {"x":1690,"y":443,"w":56,"h":47}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":5,"w":56,"h":47}, @@ -7826,7 +8178,7 @@ }, "Game/UI/button_game.png": { - "frame": {"x":472,"y":1,"w":28,"h":27}, + "frame": {"x":536,"y":1,"w":28,"h":27}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":14,"w":28,"h":27}, @@ -7834,7 +8186,7 @@ }, "Game/UI/button_inventory.png": { - "frame": {"x":650,"y":151,"w":37,"h":44}, + "frame": {"x":2009,"y":158,"w":37,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":37,"h":44}, @@ -7842,7 +8194,7 @@ }, "Game/UI/button_logbook.png": { - "frame": {"x":710,"y":32,"w":30,"h":35}, + "frame": {"x":1592,"y":34,"w":30,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":11,"w":30,"h":35}, @@ -7850,7 +8202,7 @@ }, "Game/UI/button_menu.png": { - "frame": {"x":1585,"y":158,"w":42,"h":44}, + "frame": {"x":127,"y":186,"w":42,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":6,"w":42,"h":44}, @@ -7858,7 +8210,7 @@ }, "Game/UI/button_spells.png": { - "frame": {"x":358,"y":105,"w":40,"h":40}, + "frame": {"x":320,"y":102,"w":40,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":40,"h":40}, @@ -7866,7 +8218,7 @@ }, "Game/UI/Buttons/Mark.png": { - "frame": {"x":527,"y":31,"w":35,"h":35}, + "frame": {"x":1409,"y":33,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":20,"w":35,"h":35}, @@ -7874,7 +8226,7 @@ }, "Game/UI/Buttons/Release.png": { - "frame": {"x":396,"y":586,"w":54,"h":52}, + "frame": {"x":773,"y":583,"w":54,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":14,"w":54,"h":52}, @@ -7882,7 +8234,7 @@ }, "Game/UI/Buttons/Unmark.png": { - "frame": {"x":564,"y":31,"w":35,"h":35}, + "frame": {"x":1446,"y":34,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":22,"y":20,"w":35,"h":35}, @@ -7890,7 +8242,7 @@ }, "Game/UI/Checked.png": { - "frame": {"x":527,"y":31,"w":35,"h":35}, + "frame": {"x":1409,"y":33,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":35,"h":35}, @@ -7898,7 +8250,7 @@ }, "Game/UI/CollectionFilter/Available.png": { - "frame": {"x":1796,"y":548,"w":42,"h":52}, + "frame": {"x":615,"y":580,"w":42,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":9,"w":42,"h":52}, @@ -7906,7 +8258,7 @@ }, "Game/UI/CollectionFilter/Escaped.png": { - "frame": {"x":97,"y":995,"w":46,"h":64}, + "frame": {"x":1688,"y":1012,"w":46,"h":64}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":5,"w":46,"h":64}, @@ -7914,23 +8266,39 @@ }, "Game/UI/CollectionFilter/Imprisoned.png": { - "frame": {"x":452,"y":587,"w":54,"h":52}, + "frame": {"x":829,"y":585,"w":54,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":10,"w":54,"h":52}, "sourceSize": {"w":72,"h":72} }, +"Game/UI/CollectionFilter/Negative.png": +{ + "frame": {"x":1785,"y":157,"w":38,"h":44}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":17,"y":14,"w":38,"h":44}, + "sourceSize": {"w":72,"h":72} +}, "Game/UI/CollectionFilter/Positive.png": { - "frame": {"x":634,"y":108,"w":53,"h":41}, + "frame": {"x":1067,"y":109,"w":53,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":14,"w":53,"h":41}, "sourceSize": {"w":72,"h":72} }, +"Game/UI/CollectionFilter/Rank0.png": +{ + "frame": {"x":1907,"y":1,"w":46,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":14,"y":20,"w":46,"h":32}, + "sourceSize": {"w":72,"h":72} +}, "Game/UI/CollectionFilter/Rank1.png": { - "frame": {"x":1914,"y":117,"w":46,"h":42}, + "frame": {"x":281,"y":144,"w":46,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":16,"w":46,"h":42}, @@ -7938,7 +8306,7 @@ }, "Game/UI/CollectionFilter/Rank2.png": { - "frame": {"x":1688,"y":547,"w":46,"h":52}, + "frame": {"x":1143,"y":589,"w":46,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":10,"w":46,"h":52}, @@ -7946,7 +8314,7 @@ }, "Game/UI/CollectionFilter/Rank3.png": { - "frame": {"x":795,"y":110,"w":46,"h":41}, + "frame": {"x":1228,"y":109,"w":46,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":15,"w":46,"h":41}, @@ -7954,7 +8322,7 @@ }, "Game/UI/CollectionFilter/Safe.png": { - "frame": {"x":618,"y":486,"w":48,"h":48}, + "frame": {"x":1250,"y":487,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":16,"y":13,"w":48,"h":48}, @@ -7962,7 +8330,7 @@ }, "Game/UI/CollectionFilter/Unavailable.png": { - "frame": {"x":1352,"y":767,"w":59,"h":58}, + "frame": {"x":191,"y":802,"w":59,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":6,"w":59,"h":58}, @@ -7970,7 +8338,7 @@ }, "Game/UI/CollectionTab/FacilityQuick.png": { - "frame": {"x":1411,"y":652,"w":53,"h":55}, + "frame": {"x":347,"y":688,"w":53,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":8,"w":53,"h":55}, @@ -7978,7 +8346,7 @@ }, "Game/UI/CollectionTab/Release.png": { - "frame": {"x":396,"y":586,"w":54,"h":52}, + "frame": {"x":773,"y":583,"w":54,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":10,"w":54,"h":52}, @@ -7986,7 +8354,7 @@ }, "Game/UI/Conjured.png": { - "frame": {"x":383,"y":30,"w":34,"h":34}, + "frame": {"x":1130,"y":33,"w":34,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":34,"h":34}, @@ -7994,7 +8362,7 @@ }, "Game/UI/Crossout.png": { - "frame": {"x":1927,"y":718,"w":57,"h":57}, + "frame": {"x":642,"y":751,"w":57,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":10,"w":57,"h":57}, @@ -8002,7 +8370,7 @@ }, "Game/UI/CrouchOff.png": { - "frame": {"x":956,"y":881,"w":41,"h":60}, + "frame": {"x":1615,"y":884,"w":41,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":0,"w":41,"h":60}, @@ -8010,7 +8378,7 @@ }, "Game/UI/CrouchOn.png": { - "frame": {"x":962,"y":488,"w":41,"h":48}, + "frame": {"x":1157,"y":486,"w":41,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":12,"w":41,"h":48}, @@ -8018,15 +8386,23 @@ }, "Game/UI/Cycle.png": { - "frame": {"x":485,"y":151,"w":48,"h":43}, + "frame": {"x":884,"y":148,"w":48,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":13,"w":48,"h":43}, "sourceSize": {"w":72,"h":72} }, +"Game/UI/Demote.png": +{ + "frame": {"x":1955,"y":1,"w":46,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":15,"y":24,"w":46,"h":32}, + "sourceSize": {"w":76,"h":76} +}, "Game/UI/Door.png": { - "frame": {"x":1547,"y":600,"w":36,"h":53}, + "frame": {"x":275,"y":631,"w":36,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":3,"w":36,"h":53}, @@ -8034,15 +8410,23 @@ }, "Game/UI/DoorClose.png": { - "frame": {"x":1547,"y":600,"w":36,"h":53}, + "frame": {"x":275,"y":631,"w":36,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":12,"y":3,"w":36,"h":53}, "sourceSize": {"w":60,"h":60} }, +"Game/UI/Edged.png": +{ + "frame": {"x":956,"y":814,"w":60,"h":59}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":0,"y":1,"w":60,"h":59}, + "sourceSize": {"w":60,"h":60} +}, "Game/UI/Expand.png": { - "frame": {"x":1659,"y":73,"w":38,"h":39}, + "frame": {"x":123,"y":101,"w":38,"h":39}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":38,"h":39}, @@ -8050,7 +8434,7 @@ }, "Game/UI/Facility/MaidQuarters.png": { - "frame": {"x":869,"y":538,"w":54,"h":51}, + "frame": {"x":1419,"y":538,"w":54,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":54,"h":51}, @@ -8058,7 +8442,7 @@ }, "Game/UI/Facility/Management.png": { - "frame": {"x":869,"y":538,"w":54,"h":51}, + "frame": {"x":1419,"y":538,"w":54,"h":51}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":7,"w":54,"h":51}, @@ -8066,7 +8450,7 @@ }, "Game/UI/Facility/Recycler.png": { - "frame": {"x":443,"y":814,"w":56,"h":59}, + "frame": {"x":1175,"y":817,"w":56,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":56,"h":59}, @@ -8074,7 +8458,7 @@ }, "Game/UI/Facility/Warden.png": { - "frame": {"x":508,"y":587,"w":54,"h":52}, + "frame": {"x":885,"y":587,"w":54,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":10,"w":54,"h":52}, @@ -8082,7 +8466,7 @@ }, "Game/UI/Facility_Prisoners.png": { - "frame": {"x":831,"y":1,"w":30,"h":29}, + "frame": {"x":1018,"y":1,"w":30,"h":29}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":44,"y":4,"w":30,"h":29}, @@ -8090,7 +8474,7 @@ }, "Game/UI/Facility_X.png": { - "frame": {"x":419,"y":30,"w":34,"h":34}, + "frame": {"x":1166,"y":33,"w":34,"h":34}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":41,"y":1,"w":34,"h":34}, @@ -8098,7 +8482,7 @@ }, "Game/UI/Floppy.png": { - "frame": {"x":1279,"y":156,"w":44,"h":44}, + "frame": {"x":1825,"y":158,"w":44,"h":44}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":44,"h":44}, @@ -8106,7 +8490,7 @@ }, "Game/UI/Help.png": { - "frame": {"x":1874,"y":116,"w":38,"h":42}, + "frame": {"x":1,"y":140,"w":38,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":38,"h":42}, @@ -8114,7 +8498,7 @@ }, "Game/UI/HelpGag.png": { - "frame": {"x":1370,"y":1,"w":32,"h":31}, + "frame": {"x":1821,"y":1,"w":32,"h":31}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":15,"w":32,"h":31}, @@ -8122,7 +8506,7 @@ }, "Game/UI/Imprison.png": { - "frame": {"x":618,"y":486,"w":48,"h":48}, + "frame": {"x":1250,"y":487,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":15,"w":48,"h":48}, @@ -8130,7 +8514,7 @@ }, "Game/UI/Inspect.png": { - "frame": {"x":1352,"y":767,"w":59,"h":58}, + "frame": {"x":191,"y":802,"w":59,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":1,"w":59,"h":58}, @@ -8138,7 +8522,7 @@ }, "Game/UI/Interact.png": { - "frame": {"x":1197,"y":155,"w":34,"h":45}, + "frame": {"x":1,"y":184,"w":34,"h":45}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":13,"y":5,"w":34,"h":45}, @@ -8146,15 +8530,23 @@ }, "Game/UI/jail.png": { - "frame": {"x":472,"y":1,"w":28,"h":27}, + "frame": {"x":536,"y":1,"w":28,"h":27}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":5,"y":4,"w":28,"h":27}, "sourceSize": {"w":36,"h":36} }, +"Game/UI/LetGo.png": +{ + "frame": {"x":455,"y":866,"w":60,"h":60}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":60,"h":60}, + "sourceSize": {"w":60,"h":60} +}, "Game/UI/Load.png": { - "frame": {"x":440,"y":108,"w":36,"h":40}, + "frame": {"x":687,"y":104,"w":36,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":1,"w":36,"h":40}, @@ -8162,15 +8554,23 @@ }, "Game/UI/Log/Ambient.png": { - "frame": {"x":1874,"y":116,"w":38,"h":42}, + "frame": {"x":1,"y":140,"w":38,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":9,"w":38,"h":42}, "sourceSize": {"w":60,"h":60} }, +"Game/UI/Log/Combat.png": +{ + "frame": {"x":1791,"y":1,"w":28,"h":31}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":16,"y":14,"w":28,"h":31}, + "sourceSize": {"w":60,"h":60} +}, "Game/UI/Log/Dialogue.png": { - "frame": {"x":91,"y":807,"w":35,"h":58}, + "frame": {"x":252,"y":802,"w":35,"h":58}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":2,"w":35,"h":58}, @@ -8178,7 +8578,7 @@ }, "Game/UI/Log/Items.png": { - "frame": {"x":1494,"y":73,"w":41,"h":39}, + "frame": {"x":1993,"y":73,"w":41,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":10,"y":11,"w":41,"h":39}, @@ -8186,7 +8586,7 @@ }, "Game/UI/Log/Kills.png": { - "frame": {"x":1320,"y":827,"w":44,"h":59}, + "frame": {"x":83,"y":858,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":1,"w":44,"h":59}, @@ -8194,7 +8594,7 @@ }, "Game/UI/Log/Self.png": { - "frame": {"x":1699,"y":74,"w":38,"h":39}, + "frame": {"x":163,"y":101,"w":38,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":12,"w":38,"h":39}, @@ -8202,7 +8602,7 @@ }, "Game/UI/Log/Struggle.png": { - "frame": {"x":1120,"y":765,"w":45,"h":57}, + "frame": {"x":1826,"y":766,"w":45,"h":57}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":0,"w":45,"h":57}, @@ -8210,7 +8610,7 @@ }, "Game/UI/LogDown.png": { - "frame": {"x":1087,"y":33,"w":33,"h":36}, + "frame": {"x":1988,"y":35,"w":33,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":2,"w":33,"h":36}, @@ -8218,47 +8618,15 @@ }, "Game/UI/LogUp.png": { - "frame": {"x":1122,"y":33,"w":33,"h":36}, + "frame": {"x":34,"y":61,"w":33,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":3,"w":33,"h":36}, "sourceSize": {"w":41,"h":41} }, -"Game/UI/MiniMap/ShrineMana.png": -{ - "frame": {"x":1,"y":1,"w":24,"h":24}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, - "sourceSize": {"w":24,"h":24} -}, -"Game/UI/MiniMap/ShrineManaQuest.png": -{ - "frame": {"x":27,"y":1,"w":24,"h":24}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, - "sourceSize": {"w":24,"h":24} -}, -"Game/UI/MiniMap/ShrineQuest.png": -{ - "frame": {"x":53,"y":1,"w":24,"h":24}, - "rotated": false, - "trimmed": false, - "spriteSourceSize": {"x":0,"y":0,"w":24,"h":24}, - "sourceSize": {"w":24,"h":24} -}, -"Game/UI/miscast.png": -{ - "frame": {"x":1157,"y":33,"w":32,"h":36}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":4,"y":0,"w":32,"h":36}, - "sourceSize": {"w":36,"h":36} -}, "Game/UI/NoPass.png": { - "frame": {"x":1320,"y":827,"w":44,"h":59}, + "frame": {"x":83,"y":858,"w":44,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":1,"w":44,"h":59}, @@ -8266,7 +8634,7 @@ }, "Game/UI/Pass.png": { - "frame": {"x":1411,"y":827,"w":43,"h":59}, + "frame": {"x":174,"y":862,"w":43,"h":59}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":1,"w":43,"h":59}, @@ -8274,7 +8642,7 @@ }, "Game/UI/PathDisplay.png": { - "frame": {"x":176,"y":29,"w":33,"h":33}, + "frame": {"x":839,"y":32,"w":33,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":19,"y":19,"w":33,"h":33}, @@ -8282,7 +8650,7 @@ }, "Game/UI/Play.png": { - "frame": {"x":1699,"y":74,"w":38,"h":39}, + "frame": {"x":163,"y":101,"w":38,"h":39}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":11,"y":12,"w":38,"h":39}, @@ -8290,7 +8658,7 @@ }, "Game/UI/PlayerFacing.png": { - "frame": {"x":743,"y":110,"w":50,"h":41}, + "frame": {"x":1176,"y":109,"w":50,"h":41}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":15,"w":50,"h":41}, @@ -8298,7 +8666,7 @@ }, "Game/UI/Plus.png": { - "frame": {"x":629,"y":1,"w":28,"h":28}, + "frame": {"x":693,"y":1,"w":28,"h":28}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":1,"y":1,"w":28,"h":28}, @@ -8306,15 +8674,23 @@ }, "Game/UI/Promote.png": { - "frame": {"x":1688,"y":547,"w":46,"h":52}, + "frame": {"x":1143,"y":589,"w":46,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":15,"y":10,"w":46,"h":52}, "sourceSize": {"w":76,"h":76} }, +"Game/UI/Rank/Rank0.png": +{ + "frame": {"x":1907,"y":1,"w":46,"h":32}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":14,"y":20,"w":46,"h":32}, + "sourceSize": {"w":72,"h":72} +}, "Game/UI/Rank/Rank1.png": { - "frame": {"x":1914,"y":117,"w":46,"h":42}, + "frame": {"x":281,"y":144,"w":46,"h":42}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":16,"w":46,"h":42}, @@ -8322,7 +8698,7 @@ }, "Game/UI/Rank/Rank2.png": { - "frame": {"x":1688,"y":547,"w":46,"h":52}, + "frame": {"x":1143,"y":589,"w":46,"h":52}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":10,"w":46,"h":52}, @@ -8330,7 +8706,7 @@ }, "Game/UI/Rank/Rank3.png": { - "frame": {"x":1704,"y":896,"w":46,"h":61}, + "frame": {"x":125,"y":920,"w":46,"h":61}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":5,"w":46,"h":61}, @@ -8338,7 +8714,7 @@ }, "Game/UI/Recall.png": { - "frame": {"x":211,"y":29,"w":33,"h":33}, + "frame": {"x":874,"y":32,"w":33,"h":33}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":0,"w":33,"h":33}, @@ -8346,23 +8722,15 @@ }, "Game/UI/Recycler/Armor.png": { - "frame": {"x":1155,"y":650,"w":57,"h":55}, + "frame": {"x":1,"y":680,"w":57,"h":55}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":57,"h":55}, "sourceSize": {"w":72,"h":72} }, -"Game/UI/Recycler/Chastity.png": -{ - "frame": {"x":550,"y":814,"w":45,"h":59}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":16,"y":7,"w":45,"h":59}, - "sourceSize": {"w":72,"h":72} -}, "Game/UI/Recycler/Dress.png": { - "frame": {"x":1209,"y":595,"w":44,"h":53}, + "frame": {"x":1954,"y":597,"w":44,"h":53}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":24,"y":20,"w":44,"h":53}, @@ -8370,7 +8738,7 @@ }, "Game/UI/Recycler/Latex.png": { - "frame": {"x":985,"y":71,"w":33,"h":38}, + "frame": {"x":1410,"y":70,"w":33,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":18,"y":17,"w":33,"h":38}, @@ -8378,7 +8746,7 @@ }, "Game/UI/Recycler/Leather.png": { - "frame": {"x":478,"y":108,"w":35,"h":40}, + "frame": {"x":876,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, @@ -8386,7 +8754,7 @@ }, "Game/UI/Recycler/Leather2.png": { - "frame": {"x":478,"y":108,"w":35,"h":40}, + "frame": {"x":876,"y":106,"w":35,"h":40}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":17,"w":35,"h":40}, @@ -8394,15 +8762,23 @@ }, "Game/UI/Recycler/Module.png": { - "frame": {"x":616,"y":699,"w":52,"h":56}, + "frame": {"x":1242,"y":700,"w":52,"h":56}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":20,"y":19,"w":52,"h":56}, "sourceSize": {"w":94,"h":94} }, +"Game/UI/Recycler/Rope.png": +{ + "frame": {"x":145,"y":575,"w":29,"h":51}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":22,"y":10,"w":29,"h":51}, + "sourceSize": {"w":72,"h":72} +}, "Game/UI/Reset.png": { - "frame": {"x":1049,"y":33,"w":36,"h":36}, + "frame": {"x":1950,"y":35,"w":36,"h":36}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":36,"h":36}, @@ -8410,7 +8786,7 @@ }, "Game/UI/Resource/Latex.png": { - "frame": {"x":1357,"y":158,"w":44,"h":44}, + "frame": {"x":1871,"y":158,"w":44,"h":44}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":14,"y":14,"w":44,"h":44}, @@ -8418,7 +8794,7 @@ }, "Game/UI/Resource/Metal.png": { - "frame": {"x":783,"y":646,"w":54,"h":54}, + "frame": {"x":1559,"y":648,"w":54,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":9,"y":9,"w":54,"h":54}, @@ -8426,7 +8802,7 @@ }, "Game/UI/Resource/Rope.png": { - "frame": {"x":1677,"y":601,"w":55,"h":54}, + "frame": {"x":473,"y":634,"w":55,"h":54}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":9,"w":55,"h":54}, @@ -8434,15 +8810,23 @@ }, "Game/UI/Restore.png": { - "frame": {"x":1403,"y":158,"w":44,"h":44}, + "frame": {"x":1917,"y":158,"w":44,"h":44}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":44,"h":44}, "sourceSize": {"w":44,"h":44} }, +"Game/UI/restraint_nokey.png": +{ + "frame": {"x":103,"y":1,"w":28,"h":25}, + "rotated": false, + "trimmed": true, + "spriteSourceSize": {"x":4,"y":5,"w":28,"h":25}, + "sourceSize": {"w":36,"h":36} +}, "Game/UI/Revert.png": { - "frame": {"x":485,"y":151,"w":48,"h":43}, + "frame": {"x":884,"y":148,"w":48,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":0,"y":3,"w":48,"h":43}, @@ -8450,7 +8834,7 @@ }, "Game/UI/Safe.png": { - "frame": {"x":1449,"y":158,"w":44,"h":44}, + "frame": {"x":1963,"y":158,"w":44,"h":44}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":44,"h":44}, @@ -8458,7 +8842,7 @@ }, "Game/UI/savedColor_copy.png": { - "frame": {"x":601,"y":31,"w":35,"h":35}, + "frame": {"x":1483,"y":34,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":5,"w":35,"h":35}, @@ -8466,7 +8850,7 @@ }, "Game/UI/savedColor_paste.png": { - "frame": {"x":638,"y":31,"w":35,"h":35}, + "frame": {"x":1520,"y":34,"w":35,"h":35}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":4,"y":4,"w":35,"h":35}, @@ -8474,7 +8858,7 @@ }, "Game/UI/SetPalette.png": { - "frame": {"x":1495,"y":158,"w":44,"h":44}, + "frame": {"x":37,"y":186,"w":44,"h":44}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":44,"h":44}, @@ -8482,23 +8866,15 @@ }, "Game/UI/Shrink.png": { - "frame": {"x":1739,"y":74,"w":38,"h":39}, + "frame": {"x":203,"y":102,"w":38,"h":39}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":38,"h":39}, "sourceSize": {"w":38,"h":39} }, -"Game/UI/Sleep.png": -{ - "frame": {"x":1393,"y":114,"w":59,"h":42}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":7,"y":7,"w":59,"h":42}, - "sourceSize": {"w":71,"h":60} -}, "Game/UI/Star.png": { - "frame": {"x":659,"y":1,"w":28,"h":28}, + "frame": {"x":723,"y":1,"w":28,"h":28}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":28,"h":28}, @@ -8506,7 +8882,7 @@ }, "Game/UI/StarOff.png": { - "frame": {"x":689,"y":1,"w":28,"h":28}, + "frame": {"x":753,"y":1,"w":28,"h":28}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":28,"h":28}, @@ -8514,7 +8890,7 @@ }, "Game/UI/Status.png": { - "frame": {"x":1,"y":866,"w":58,"h":60}, + "frame": {"x":954,"y":875,"w":58,"h":60}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":2,"y":0,"w":58,"h":60}, @@ -8522,23 +8898,15 @@ }, "Game/UI/UsePotionInject.png": { - "frame": {"x":945,"y":71,"w":38,"h":38}, + "frame": {"x":1445,"y":71,"w":38,"h":38}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":3,"y":3,"w":38,"h":38}, "sourceSize": {"w":44,"h":44} }, -"Game/UI/WaitJail.png": -{ - "frame": {"x":1856,"y":74,"w":59,"h":40}, - "rotated": false, - "trimmed": true, - "spriteSourceSize": {"x":0,"y":10,"w":59,"h":40}, - "sourceSize": {"w":60,"h":60} -}, "Game/UI/X.png": { - "frame": {"x":1,"y":27,"w":34,"h":33}, + "frame": {"x":697,"y":31,"w":34,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":34,"h":33}, @@ -8546,7 +8914,7 @@ }, "Game/UI/Xgold.png": { - "frame": {"x":37,"y":27,"w":34,"h":33}, + "frame": {"x":733,"y":31,"w":34,"h":33}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":34,"h":33}, @@ -8554,7 +8922,7 @@ }, "Game/UI/XRay0.png": { - "frame": {"x":668,"y":486,"w":48,"h":48}, + "frame": {"x":1335,"y":488,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":48,"h":48}, @@ -8562,7 +8930,7 @@ }, "Game/UI/XRay1.png": { - "frame": {"x":718,"y":487,"w":48,"h":48}, + "frame": {"x":1385,"y":488,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":48,"h":48}, @@ -8570,15 +8938,23 @@ }, "Game/UI/XRay2.png": { - "frame": {"x":817,"y":488,"w":48,"h":48}, + "frame": {"x":1435,"y":488,"w":48,"h":48}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":8,"y":8,"w":48,"h":48}, "sourceSize": {"w":56,"h":56} }, +"Game/UI/ZoomIn.png": +{ + "frame": {"x":1796,"y":34,"w":37,"h":36}, + "rotated": false, + "trimmed": false, + "spriteSourceSize": {"x":0,"y":0,"w":37,"h":36}, + "sourceSize": {"w":37,"h":36} +}, "Game/UI/ZoomOut.png": { - "frame": {"x":934,"y":33,"w":37,"h":36}, + "frame": {"x":1835,"y":35,"w":37,"h":36}, "rotated": false, "trimmed": false, "spriteSourceSize": {"x":0,"y":0,"w":37,"h":36}, @@ -8586,7 +8962,7 @@ }, "Game/UseTool.png": { - "frame": {"x":535,"y":151,"w":45,"h":43}, + "frame": {"x":934,"y":150,"w":45,"h":43}, "rotated": false, "trimmed": true, "spriteSourceSize": {"x":6,"y":5,"w":45,"h":43}, @@ -8597,9 +8973,9 @@ "version": "1.1", "image": "game5.png", "format": "RGBA8888", - "size": {"w":2048,"h":1060}, + "size": {"w":2048,"h":1087}, "scale": "1", "related_multi_packs": [ "game0.json", "game1.json", "game2.json", "game3.json", "game4.json" ], - "smartupdate": "$TexturePacker:SmartUpdate:14f4fe17880a8db4841c9fa3ac9d2741:a93d954ce9049242be850bad091bb969:54a7432a0665349a58c0c74f51e75c65$" + "smartupdate": "$TexturePacker:SmartUpdate:da40d7c6c241175c32fc2ce1dd47968a:5c5db095510e1775550e77d5c000b06d:54a7432a0665349a58c0c74f51e75c65$" } } diff --git a/TextureAtlas/game5.png b/TextureAtlas/game5.png index a864d47dc..3aeba95a6 100644 Binary files a/TextureAtlas/game5.png and b/TextureAtlas/game5.png differ