diff -r -x 'diff.*' -x client.swf -x version.txt -x '*.xml' '--unified=8' -b -B ../current/constants.json ./constants.json
--- ../current/constants.json 2014-10-08 02:00:36.162157075 +0000
+++ ./constants.json 2014-10-16 21:20:36.315395460 +0000
@@ -1,8 +1,8 @@
{
- "BUILD_VERSION": "24.1",
+ "BUILD_VERSION": "25.0",
"MINOR_VERSION": "0",
"PORT": 2050,
"RANDOM1": "311f80691451c71b09a13a2a6e",
"RANDOM2": "72c5583cafb6818995cbd74b80",
"RSA_PUBLIC_KEY": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCKFctVrhfF3m2Kes0FBL/JFeOcmNg9eJz8k/hQy1kadD+XFUpluRqa//Uxp2s9W2qE0EoUCu59ugcf/p7lGuL99UoSGmQEynkBvZct+/M40L0E0rZ4BVgzLOJmIbXMp0J4PnPcb6VLZvxazGcmSfjauC7F3yWYqUbZd/HCBtawwIDAQAB\n-----END PUBLIC KEY-----"
}
\ No newline at end of file
diff -r -x 'diff.*' -x client.swf -x version.txt -x '*.xml' '--unified=8' -b -B ../current/json/EquipmentSets.json ./json/EquipmentSets.json
--- ../current/json/EquipmentSets.json 2014-09-18 20:50:22.714124565 +0000
+++ ./json/EquipmentSets.json 2014-10-16 21:20:22.095387437 +0000
@@ -1,10 +1,11 @@
{
- "EquipmentSet": {
+ "EquipmentSet": [
+ {
"type": "0x0001",
"id": "Oryx Awesome Set",
"Setpiece": [
{
"_": "Equipment",
"slot": "2",
"itemtype": "0x2337"
},
@@ -25,10 +26,188 @@
}
],
"ActivateOnEquipAll": {
"_": "ChangeSkin",
"skinType": "0x0401",
"size": "70",
"color": "0x92A9BA"
}
+ },
+ {
+ "type": "0x0002",
+ "id": "Priest of Geb Set",
+ "Setpiece": [
+ {
+ "_": "Equipment",
+ "slot": "0",
+ "itemtype": "0x235F"
+ },
+ {
+ "_": "Equipment",
+ "slot": "1",
+ "itemtype": "0x235E"
+ },
+ {
+ "_": "Equipment",
+ "slot": "2",
+ "itemtype": "0x235C"
+ },
+ {
+ "_": "Equipment",
+ "slot": "3",
+ "itemtype": "0x235D"
+ }
+ ],
+ "ActivateOnEquipAll": [
+ {
+ "_": "ChangeSkin",
+ "skinType": "0x745A",
+ "size": "70",
+ "color": "0x92A9BA"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "50"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "50"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "8"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "5"
+ }
+ ]
+ },
+ {
+ "type": "0x0003",
+ "id": "Swoll Paladin Set",
+ "Setpiece": [
+ {
+ "_": "Equipment",
+ "slot": "0",
+ "itemtype": "0x2367"
+ },
+ {
+ "_": "Equipment",
+ "slot": "1",
+ "itemtype": "0x2366"
+ },
+ {
+ "_": "Equipment",
+ "slot": "2",
+ "itemtype": "0x2364"
+ },
+ {
+ "_": "Equipment",
+ "slot": "3",
+ "itemtype": "0x2365"
+ }
+ ],
+ "ActivateOnEquipAll": [
+ {
+ "_": "ChangeSkin",
+ "skinType": "0x745C",
+ "size": "70",
+ "color": "0x92A9BA"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "50"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "50"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "2"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "5"
+ }
+ ]
+ },
+ {
+ "type": "0x0004",
+ "id": "Phylactery Mystic Set",
+ "Setpiece": [
+ {
+ "_": "Equipment",
+ "slot": "0",
+ "itemtype": "0x2363"
+ },
+ {
+ "_": "Equipment",
+ "slot": "1",
+ "itemtype": "0x2362"
+ },
+ {
+ "_": "Equipment",
+ "slot": "2",
+ "itemtype": "0x2360"
+ },
+ {
+ "_": "Equipment",
+ "slot": "3",
+ "itemtype": "0x2361"
+ }
+ ],
+ "ActivateOnEquipAll": [
+ {
+ "_": "ChangeSkin",
+ "skinType": "0x745B",
+ "size": "70",
+ "color": "0x92A9BA"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "28",
+ "amount": "1"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "1"
+ }
+ ]
}
+ ]
}
\ No newline at end of file
diff -r -x 'diff.*' -x client.swf -x version.txt -x '*.xml' '--unified=8' -b -B ../current/json/GroundTypes.json ./json/GroundTypes.json
--- ../current/json/GroundTypes.json 2014-08-14 21:30:20.577306871 +0000
+++ ./json/GroundTypes.json 2014-10-16 21:20:22.243387523 +0000
@@ -534,16 +534,25 @@
"type": "0x02",
"id": "Light Cobblestone",
"Texture": {
"File": "lofiEnvironment2",
"Index": "0x3c"
}
},
{
+ "type": "0x7462",
+ "id": "Light Cobblestone Speedy",
+ "Texture": {
+ "File": "lofiEnvironment2",
+ "Index": "0x3c"
+ },
+ "Speed": "1.4"
+ },
+ {
"type": "0x23",
"id": "Bright Grass",
"Texture": {
"File": "lofiObj3",
"Index": "0x0b"
},
"Edge": {
"Texture": {
diff -r -x 'diff.*' -x client.swf -x version.txt -x '*.xml' '--unified=8' -b -B ../current/json/Objects.json ./json/Objects.json
--- ../current/json/Objects.json 2014-10-08 02:00:24.002158814 +0000
+++ ./json/Objects.json 2014-10-16 21:20:24.187388620 +0000
@@ -14383,20 +14383,21 @@
},
"SlotType": "8",
"Tier": "0",
"Description": "A wand that casts a simple fire spell.",
"RateOfFire": "1",
"Sound": "weapon/fire_wand",
"Projectile": {
"ObjectId": "Red Fire",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "20",
- "MaxDamage": "40",
- "LifetimeMS": "770"
+ "MaxDamage": "35",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "5",
"DisplayId": "Fire Wand"
},
{
"type": "0xa6f",
@@ -14409,20 +14410,21 @@
},
"SlotType": "8",
"Tier": "1",
"Description": "A wand that emits bolts of pure force.",
"RateOfFire": "1",
"Sound": "weapon/missile_wand",
"Projectile": {
"ObjectId": "Blue Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "30",
- "MaxDamage": "50",
- "LifetimeMS": "770"
+ "MaxDamage": "45",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "7",
"DisplayId": "Force Wand"
},
{
"type": "0xa70",
@@ -14435,20 +14437,21 @@
},
"SlotType": "8",
"Tier": "2",
"Description": "A wand that fires power bolts.",
"RateOfFire": "1",
"Sound": "weapon/missile_wand",
"Projectile": {
"ObjectId": "Blue Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "35",
- "MaxDamage": "55",
- "LifetimeMS": "770"
+ "MaxDamage": "50",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "10",
"DisplayId": "Power Wand"
},
{
"type": "0xa05",
@@ -14461,20 +14464,21 @@
},
"SlotType": "8",
"Tier": "3",
"Description": "A wand that casts a strong missile.",
"RateOfFire": "1",
"Sound": "weapon/missile_wand",
"Projectile": {
"ObjectId": "Blue Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "40",
- "MaxDamage": "60",
- "LifetimeMS": "770"
+ "MaxDamage": "55",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "15",
"DisplayId": "Missile Wand"
},
{
"type": "0xa71",
@@ -14487,20 +14491,21 @@
},
"SlotType": "8",
"Tier": "4",
"Description": "A wand that shoots dark eldritch energy.",
"RateOfFire": "1",
"Sound": "weapon/missile_wand",
"Projectile": {
"ObjectId": "Blue Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "50",
- "MaxDamage": "70",
- "LifetimeMS": "770"
+ "MaxDamage": "65",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "22",
"DisplayId": "Eldritch Wand"
},
{
"type": "0xa06",
@@ -14513,20 +14518,21 @@
},
"SlotType": "8",
"Tier": "5",
"Description": "A wand that casts a strong fire spell.",
"RateOfFire": "1",
"Sound": "weapon/hells_fire_wand",
"Projectile": {
"ObjectId": "Purple Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "60",
- "MaxDamage": "80",
- "LifetimeMS": "770"
+ "MaxDamage": "75",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "32",
"DisplayId": "Hell's Fire Wand"
},
{
"type": "0xa3d",
@@ -14539,20 +14545,21 @@
},
"SlotType": "8",
"Tier": "6",
"Description": "A wand that casts a bolt of pure magic force.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_dark_magic",
"Projectile": {
"ObjectId": "Pink Bolt",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "70",
- "MaxDamage": "90",
- "LifetimeMS": "770"
+ "MaxDamage": "85",
+ "MultiHit": ""
},
"BagType": "1",
"OldSound": "magicShoot",
"feedPower": "47",
"DisplayId": "Wand of Dark Magic"
},
{
"type": "0xae0",
@@ -14565,45 +14572,48 @@
},
"SlotType": "8",
"Tier": "7",
"Description": "A deadly wand that channels magefire from the nether planes.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_dark_magic",
"Projectile": {
"ObjectId": "Red Fire",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "80",
- "MaxDamage": "100",
- "LifetimeMS": "770"
+ "MaxDamage": "95",
+ "MultiHit": ""
},
"BagType": "2",
"OldSound": "magicShoot",
"feedPower": "70",
"DisplayId": "Wand of Arcane Flame"
},
{
"type": "0xa4b",
"id": "Sprite Wand",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj2",
"Index": "0x61"
},
"SlotType": "8",
- "Description": "A wand created from the wood of Sprite trees.",
+ "Description": "{equip.A_wand_created_from_the_wood_of_Sprite_trees._Seems_to_be_p}",
"RateOfFire": "1",
"Sound": "weapon/sprite_wand",
"Projectile": {
"ObjectId": "Fire Bolt",
- "Speed": "130",
- "MinDamage": "50",
- "MaxDamage": "150",
- "LifetimeMS": "770"
+ "Speed": "150",
+ "LifetimeMS": "600",
+ "MinDamage": "5",
+ "MaxDamage": "210",
+ "Amplitude": "1",
+ "Frequency": "1"
},
"BagType": "4",
"OldSound": "magicShoot",
"feedPower": "200",
"Soulbound": "",
"DisplayId": "Sprite Wand"
},
{
@@ -14617,20 +14627,21 @@
},
"SlotType": "8",
"Tier": "8",
"Description": "A fearsome wand that fires bolts of penetrating death magic.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Green Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "80",
"MaxDamage": "120",
- "LifetimeMS": "770"
+ "MultiHit": ""
},
"BagType": "2",
"FameBonus": "1",
"OldSound": "magicShoot",
"feedPower": "100",
"DisplayId": "Wand of Death"
},
{
@@ -14644,20 +14655,21 @@
},
"SlotType": "8",
"Tier": "9",
"Description": "A mysterious wand of otherworldly origin, imbued with the purest of arcane energies.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Purple Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "85",
- "MaxDamage": "125",
- "LifetimeMS": "770"
+ "MaxDamage": "120",
+ "MultiHit": ""
},
"BagType": "2",
"FameBonus": "1",
"OldSound": "magicShoot",
"feedPower": "145",
"DisplayId": "Wand of Deep Sorcery"
},
{
@@ -14671,20 +14683,21 @@
},
"SlotType": "8",
"Tier": "10",
"Description": "A wand of demonic enigmas, cloaked in darkness and crackling with dark enchantments.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Red Fire",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "85",
- "MaxDamage": "130",
- "LifetimeMS": "770"
+ "MaxDamage": "125",
+ "MultiHit": ""
},
"BagType": "4",
"FameBonus": "2",
"OldSound": "magicShoot",
"feedPower": "212",
"DisplayId": "Wand of Shadow"
},
{
@@ -14698,20 +14711,21 @@
},
"SlotType": "8",
"Tier": "11",
"Description": "A centuries-old wand of great power, heralding long-destined destruction.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Green Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "90",
- "MaxDamage": "130",
- "LifetimeMS": "770"
+ "MaxDamage": "125",
+ "MultiHit": ""
},
"BagType": "4",
"FameBonus": "3",
"OldSound": "magicShoot",
"feedPower": "310",
"DisplayId": "Wand of Ancient Warning"
},
{
@@ -14725,20 +14739,21 @@
},
"SlotType": "8",
"Tier": "12",
"Description": "A great golden wand of the heavens, created by angels to wreak justice on the slayers of the innocent.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Blue Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "90",
- "MaxDamage": "135",
- "LifetimeMS": "770"
+ "MaxDamage": "130",
+ "MultiHit": ""
},
"BagType": "4",
"FameBonus": "4",
"OldSound": "magicShoot",
"feedPower": "450",
"DisplayId": "Wand of Recompense"
},
{
@@ -14751,20 +14766,20 @@
"Index": "0x4d"
},
"SlotType": "8",
"Description": "A shining gold wand of force, built by a diabolic archmagus to channel vast corrupting energies into the material plane.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Purple Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "95",
- "MaxDamage": "135",
- "LifetimeMS": "770"
+ "MaxDamage": "135"
},
"BagType": "4",
"FameBonus": "4",
"OldSound": "magicShoot",
"feedPower": "0",
"Soulbound": "",
"DisplayId": "Wand of Evocation"
},
@@ -14778,20 +14793,20 @@
"Index": "0x4e"
},
"SlotType": "8",
"Description": "A golden wand of breathtaking power, created by elemental forces from the realms of ice and flame to unleash revenge on their enemies.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Orange Magic",
- "Speed": "130",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "95",
- "MaxDamage": "140",
- "LifetimeMS": "770"
+ "MaxDamage": "140"
},
"BagType": "4",
"FameBonus": "5",
"OldSound": "magicShoot",
"feedPower": "0",
"Soulbound": "",
"DisplayId": "Wand of Retribution"
},
@@ -14805,21 +14820,21 @@
"Index": "0x63"
},
"SlotType": "8",
"Description": "A sound almost like a wind chime emanates softly from this wand.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Aqua Missile",
- "Speed": "130",
- "MinDamage": "85",
- "MaxDamage": "125",
- "LifetimeMS": "650",
- "MultiHit": ""
+ "Speed": "120",
+ "LifetimeMS": "750",
+ "MinDamage": "75",
+ "MaxDamage": "95",
+ "ArmorPiercing": ""
},
"BagType": "6",
"FameBonus": "4",
"OldSound": "magicShoot",
"feedPower": "500",
"Soulbound": "",
"DisplayId": "Crystal Wand"
},
@@ -19796,21 +19811,22 @@
"Index": "0x50"
},
"SlotType": "4",
"Tier": "0",
"Description": "A holy tome of healing prayers.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "1",
- "MpCost": "60",
+ "MpCost": "50",
"Activate": {
"_": "HealNova",
- "range": "5",
- "amount": "100"
+ "range": "3",
+ "amount": "70",
+ "useWisMod": "true"
},
"feedPower": "5",
"DisplayId": "Healing Tome"
},
{
"type": "0xad7",
"id": "Remedy Tome",
"Class": "Equipment",
@@ -19820,21 +19836,22 @@
"Index": "0x51"
},
"SlotType": "4",
"Tier": "1",
"Description": "A hallowed tome of blessed healing rituals.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "1",
- "MpCost": "65",
+ "MpCost": "55",
"Activate": {
"_": "HealNova",
- "range": "5.5",
- "amount": "130"
+ "range": "3.5",
+ "amount": "90",
+ "useWisMod": "true"
},
"feedPower": "10",
"DisplayId": "Remedy Tome"
},
{
"type": "0xa32",
"id": "Spirit Salve Tome",
"Class": "Equipment",
@@ -19844,22 +19861,32 @@
"Index": "0x52"
},
"SlotType": "4",
"Tier": "2",
"Description": "An exalted holy tome, filled with prayers and blessed by angels.",
"Sound": "spell/heal_nova",
"Usable": "",
"BagType": "1",
- "MpCost": "70",
- "Activate": {
- "_": "HealNova",
- "range": "6",
- "amount": "165"
+ "MpCost": "65",
+ "Activate": [
+ {
+ "_": "ConditionEffectAura",
+ "effect": "Healing",
+ "duration": "3",
+ "range": "4",
+ "useWisMod": "true"
},
+ {
+ "_": "HealNova",
+ "range": "4",
+ "amount": "140",
+ "useWisMod": "true"
+ }
+ ],
"feedPower": "20",
"DisplayId": "Spirit Salve Tome"
},
{
"type": "0xad8",
"id": "Tome of Rejuvenation",
"Class": "Equipment",
"Item": "",
@@ -19869,22 +19896,32 @@
},
"SlotType": "4",
"Tier": "3",
"Description": "A sacred tome, consecrated by the spirits of the upright and the supplications of the pure.",
"Sound": "spell/heal_nova",
"Usable": "",
"BagType": "2",
"FameBonus": "1",
- "MpCost": "75",
- "Activate": {
- "_": "HealNova",
- "range": "6.5",
- "amount": "205"
+ "MpCost": "70",
+ "Activate": [
+ {
+ "_": "ConditionEffectAura",
+ "effect": "Healing",
+ "duration": "4",
+ "range": "4.5",
+ "useWisMod": "true"
},
+ {
+ "_": "HealNova",
+ "range": "4.5",
+ "amount": "160",
+ "useWisMod": "true"
+ }
+ ],
"feedPower": "45",
"DisplayId": "Tome of Rejuvenation"
},
{
"type": "0xa33",
"id": "Tome of Renewing",
"Class": "Equipment",
"Item": "",
@@ -19894,22 +19931,32 @@
},
"SlotType": "4",
"Tier": "4",
"Description": "An angelic tome, empowered by divine might and justified by the souls of the righteous.",
"Sound": "spell/major_heal",
"Usable": "",
"BagType": "2",
"FameBonus": "2",
- "MpCost": "80",
- "Activate": {
- "_": "HealNova",
- "range": "7",
- "amount": "250"
+ "MpCost": "75",
+ "Activate": [
+ {
+ "_": "ConditionEffectAura",
+ "effect": "Healing",
+ "duration": "4.5",
+ "range": "4.5",
+ "useWisMod": "true"
},
+ {
+ "_": "HealNova",
+ "range": "4.5",
+ "amount": "180",
+ "useWisMod": "true"
+ }
+ ],
"feedPower": "90",
"DisplayId": "Tome of Renewing"
},
{
"type": "0xa5b",
"id": "Tome of Divine Favor",
"Class": "Equipment",
"Item": "",
@@ -19919,59 +19966,73 @@
},
"SlotType": "4",
"Tier": "5",
"Description": "A sanctified tome, blessed by the heavens and purified by ancient rites, trembling with unseen divine power.",
"Sound": "spell/major_heal",
"Usable": "",
"BagType": "4",
"FameBonus": "3",
- "MpCost": "85",
- "Activate": {
- "_": "HealNova",
- "range": "8",
- "amount": "300"
+ "MpCost": "80",
+ "Activate": [
+ {
+ "_": "ConditionEffectAura",
+ "effect": "Healing",
+ "duration": "5",
+ "range": "5",
+ "useWisMod": "true"
},
+ {
+ "_": "HealNova",
+ "range": "5",
+ "amount": "200",
+ "useWisMod": "true"
+ }
+ ],
"feedPower": "185",
"DisplayId": "Tome of Divine Favor"
},
{
"type": "0xb25",
"id": "Tome of Holy Guidance",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj6",
"Index": "0x56"
},
"SlotType": "4",
"Tier": "6",
"Description": "A tome of blessing, gifted by the gods for the benefit of all good mortals.",
"Sound": "spell/major_heal",
- "ActivateOnEquip": [
- {
- "_": "IncrementStat",
- "stat": "26",
- "amount": "2"
- },
- {
- "_": "IncrementStat",
- "stat": "27",
- "amount": "2"
- }
- ],
"Usable": "",
"BagType": "4",
"FameBonus": "4",
"MpCost": "85",
- "Activate": {
+ "Activate": [
+ {
+ "_": "ConditionEffectAura",
+ "effect": "Healing",
+ "duration": "6",
+ "range": "5",
+ "useWisMod": "true"
+ },
+ {
"_": "HealNova",
- "range": "8",
- "amount": "300"
+ "range": "5",
+ "amount": "200",
+ "useWisMod": "true"
},
+ {
+ "_": "ConditionEffectSelf",
+ "effect": "Speedy",
+ "duration": "1.5",
+ "useWisMod": "true"
+ }
+ ],
"feedPower": "380",
"DisplayId": "Tome of Holy Guidance"
},
{
"type": "0xa50",
"id": "Pirate Rum",
"Class": "Equipment",
"Item": "",
@@ -20024,29 +20085,39 @@
"Index": "0xa0"
},
"SlotType": "12",
"Tier": "0",
"Description": "A holy seal of divine favor.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "1",
- "MpCost": "70",
+ "MpCost": "65",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "5",
- "range": "5.5"
+ "duration": "2.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "5",
- "range": "5.5"
+ "duration": "2.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "5",
"DisplayId": "Seal of the Initiate"
},
{
"type": "0xad9",
"id": "Seal of the Pilgrim",
@@ -20057,29 +20128,39 @@
"Index": "0xa1"
},
"SlotType": "12",
"Tier": "1",
"Description": "A seal of holy providence and mortal virtue.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "1",
- "MpCost": "75",
+ "MpCost": "65",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "6",
- "range": "5.75"
+ "duration": "3",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "6",
- "range": "5.75"
+ "duration": "3",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "10",
"DisplayId": "Seal of the Pilgrim"
},
{
"type": "0xa53",
"id": "Seal of the Seeker",
@@ -20090,29 +20171,48 @@
"Index": "0xa2"
},
"SlotType": "12",
"Tier": "2",
"Description": "A holy seal of godly protection, shimmering with divine might.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "1",
- "MpCost": "80",
+ "MpCost": "70",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "StatBoostAura",
+ "stat": "0",
+ "amount": "10",
+ "duration": "3",
+ "range": "4.5",
+ "noStack": "true",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "7",
- "range": "6"
+ "duration": "3",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "7",
- "range": "6"
+ "duration": "3",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "20",
"DisplayId": "Seal of the Seeker"
},
{
"type": "0xada",
"id": "Seal of the Aspirant",
@@ -20124,29 +20224,48 @@
},
"SlotType": "12",
"Tier": "3",
"Description": "A seal of blessed preservation, gleaming with the sacred will of the righteous.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "2",
"FameBonus": "1",
- "MpCost": "85",
+ "MpCost": "75",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "StatBoostAura",
+ "stat": "0",
+ "amount": "25",
+ "duration": "3.5",
+ "range": "4.5",
+ "noStack": "true",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "8",
- "range": "6.25"
+ "duration": "3.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "8",
- "range": "6.25"
+ "duration": "3.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "45",
"DisplayId": "Seal of the Aspirant"
},
{
"type": "0xa54",
"id": "Seal of the Divine",
@@ -20158,29 +20277,48 @@
},
"SlotType": "12",
"Tier": "4",
"Description": "A consecrated seal of the heavens, shining with divine brilliance and godly power.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "2",
"FameBonus": "2",
- "MpCost": "90",
+ "MpCost": "80",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "StatBoostAura",
+ "stat": "0",
+ "amount": "45",
+ "duration": "3.5",
+ "range": "4.5",
+ "noStack": "true",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "9",
- "range": "6.5"
+ "duration": "3.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "9",
- "range": "6.5"
+ "duration": "3.5",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "90",
"DisplayId": "Seal of the Divine"
},
{
"type": "0xa55",
"id": "Seal of the Holy Warrior",
@@ -20192,29 +20330,48 @@
},
"SlotType": "12",
"Tier": "5",
"Description": "A hallowed seal of the immortal divine, sanctified by the pious and used since ancient times to inspire great numbers of crusading warriors.",
"Sound": "spell/light_heal",
"Usable": "",
"BagType": "4",
"FameBonus": "3",
- "MpCost": "95",
+ "MpCost": "85",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "StatBoostAura",
+ "stat": "0",
+ "amount": "55",
+ "duration": "4",
+ "range": "4.5",
+ "noStack": "true",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "10",
- "range": "7"
+ "duration": "4",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "10",
- "range": "7"
+ "duration": "4",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "185",
"DisplayId": "Seal of the Holy Warrior"
},
{
"type": "0xb26",
"id": "Seal of the Blessed Champion",
@@ -20223,44 +20380,51 @@
"Texture": {
"File": "lofiObj6",
"Index": "0xa6"
},
"SlotType": "12",
"Tier": "6",
"Description": "A holy seal of heavenly omnipotence, given to aid mortal warriors in their fight against chaos and darkness.",
"Sound": "spell/light_heal",
- "ActivateOnEquip": [
- {
- "_": "IncrementStat",
- "stat": "26",
- "amount": "2"
- },
- {
- "_": "IncrementStat",
- "stat": "27",
- "amount": "2"
- }
- ],
"Usable": "",
"BagType": "4",
"FameBonus": "4",
- "MpCost": "95",
+ "MpCost": "90",
"Activate": [
{
- "_": "ConditionEffectAura",
+ "_": "StatBoostAura",
+ "stat": "0",
+ "amount": "75",
+ "duration": "4",
+ "range": "4.5",
+ "noStack": "true",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
"effect": "Healing",
- "duration": "10",
- "range": "7"
+ "duration": "4",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "5",
+ "useWisMod": "true"
},
{
- "_": "ConditionEffectAura",
+ "_": "GenericActivate",
"effect": "Damaging",
- "duration": "10",
- "range": "7"
+ "duration": "4",
+ "range": "4.5",
+ "color": "0xff0080",
+ "target": "player",
+ "center": "player",
+ "visualEffect": "0",
+ "useWisMod": "true"
}
],
"feedPower": "380",
"DisplayId": "Seal of the Blessed Champion"
},
{
"type": "0xc06",
"id": "Seal of Blasphemous Prayer",
@@ -20268,45 +20432,55 @@
"Item": "",
"Texture": {
"File": "lofiObj2",
"Index": "0x6e"
},
"SlotType": "12",
"Description": "A seal that is said to briefly borrow the power of the Gods themselves. Some Paladins shun its dark power, others embrace it.",
"Sound": "spell/light_heal",
- "ActivateOnEquip": {
+ "ActivateOnEquip": [
+ {
"_": "IncrementStat",
"stat": "22",
- "amount": "5"
+ "amount": "4"
},
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "-4"
+ }
+ ],
"Usable": "",
"BagType": "6",
"FameBonus": "6",
- "MpCost": "100",
+ "MpCost": "120",
"Activate": [
{
"_": "ConditionEffectAura",
"effect": "Healing",
"duration": "5",
- "range": "5"
+ "range": "5",
+ "useWisMod": "true"
},
{
"_": "ConditionEffectAura",
"effect": "Damaging",
"duration": "5",
- "range": "5"
+ "range": "5",
+ "useWisMod": "true"
},
{
"_": "ConditionEffectSelf",
"effect": "Invulnerable",
- "duration": "1.4"
+ "duration": "1.2",
+ "useWisMod": "true"
}
],
- "Cooldown": "3",
+ "Cooldown": "5",
"feedPower": "750",
"Soulbound": "",
"DisplayId": "Seal of Blasphemous Prayer"
},
{
"type": "0xa56",
"id": "Cloak of Shadows",
"Class": "Equipment",
@@ -22872,17 +23046,17 @@
"File": "lofiObj6",
"Index": "0x90"
},
"SlotType": "21",
"Tier": "0",
"Description": "A crystal orb that holds enemies in an ethereal prison.",
"Usable": "",
"BagType": "1",
- "MpCost": "60",
+ "MpCost": "65",
"Activate": {
"_": "StasisBlast",
"duration": "3"
},
"feedPower": "5",
"DisplayId": "Stasis Orb"
},
{
@@ -22892,23 +23066,39 @@
"Item": "",
"Texture": {
"File": "lofiObj6",
"Index": "0x91"
},
"SlotType": "21",
"Tier": "1",
"Description": "An orb that temporarily shackles enemies to another plane.",
- "Usable": "",
+ "Usable": [
+ "",
+ ""
+ ],
"BagType": "1",
"MpCost": "65",
- "Activate": {
- "_": "StasisBlast",
- "duration": "4"
+ "Activate": [
+ {
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "4.5",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
},
+ {
+ "_": "StasisBlast",
+ "duration": "3.5"
+ }
+ ],
"feedPower": "10",
"DisplayId": "Suspension Orb"
},
{
"type": "0xa43",
"id": "Imprisonment Orb",
"Class": "Equipment",
"Item": "",
@@ -22917,20 +23107,33 @@
"Index": "0x92"
},
"SlotType": "21",
"Tier": "2",
"Description": "An orb used by starwizards to bind their demonic opponents.",
"Usable": "",
"BagType": "1",
"MpCost": "70",
- "Activate": {
- "_": "StasisBlast",
- "duration": "5"
+ "Activate": [
+ {
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "5",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
},
+ {
+ "_": "StasisBlast",
+ "duration": "4"
+ }
+ ],
"feedPower": "20",
"DisplayId": "Imprisonment Orb"
},
{
"type": "0xa44",
"id": "Neutralization Orb",
"Class": "Equipment",
"Item": "",
@@ -22940,20 +23143,33 @@
},
"SlotType": "21",
"Tier": "3",
"Description": "A glowing orb of pale emerald, used to constrain rogue elementals to the astral mists.",
"Usable": "",
"BagType": "2",
"FameBonus": "1",
"MpCost": "75",
- "Activate": {
- "_": "StasisBlast",
- "duration": "6"
+ "Activate": [
+ {
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "5.5",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
},
+ {
+ "_": "StasisBlast",
+ "duration": "4.5"
+ }
+ ],
"feedPower": "45",
"DisplayId": "Neutralization Orb"
},
{
"type": "0xa45",
"id": "Timelock Orb",
"Class": "Equipment",
"Item": "",
@@ -22963,20 +23179,33 @@
},
"SlotType": "21",
"Tier": "4",
"Description": "A powerful orb of flawless sun quartz, created by dark thaumaturgists of the nether kingdoms.",
"Usable": "",
"BagType": "2",
"FameBonus": "2",
"MpCost": "80",
- "Activate": {
- "_": "StasisBlast",
- "duration": "7"
+ "Activate": [
+ {
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "6",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
},
+ {
+ "_": "StasisBlast",
+ "duration": "5"
+ }
+ ],
"feedPower": "90",
"DisplayId": "Timelock Orb"
},
{
"type": "0xa46",
"id": "Banishment Orb",
"Class": "Equipment",
"Item": "",
@@ -22985,56 +23214,82 @@
"Index": "0x95"
},
"SlotType": "21",
"Tier": "5",
"Description": "An orb of pure diamond, shining with an eerie blackness and thirsting to consume the life essence of mortals.",
"Usable": "",
"BagType": "4",
"FameBonus": "3",
- "MpCost": "85",
- "Activate": {
- "_": "StasisBlast",
- "duration": "8"
+ "MpCost": "80",
+ "Activate": [
+ {
+ "_": "ConditionEffectSelf",
+ "effect": "Berserk",
+ "duration": "1.5",
+ "useWisMod": "true"
+ },
+ {
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "6.5",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
},
+ {
+ "_": "StasisBlast",
+ "duration": "5.5"
+ }
+ ],
"feedPower": "185",
"DisplayId": "Banishment Orb"
},
{
"type": "0xb2d",
"id": "Planefetter Orb",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj6",
"Index": "0x96"
},
"SlotType": "21",
"Tier": "6",
"Description": "An orb of astral amethyst, crystallized beneath the titanic mountains of the earth plane and used to secure dangerous creatures in distant realms.",
- "ActivateOnEquip": [
+ "Usable": "",
+ "BagType": "4",
+ "FameBonus": "4",
+ "MpCost": "90",
+ "Activate": [
{
- "_": "IncrementStat",
- "stat": "26",
- "amount": "2"
+ "_": "ConditionEffectSelf",
+ "effect": "Berserk",
+ "duration": "2",
+ "useWisMod": "true"
},
{
- "_": "IncrementStat",
- "stat": "27",
- "amount": "2"
+ "_": "GenericActivate",
+ "effect": "Curse",
+ "duration": "7",
+ "range": "5",
+ "color": "0x808080",
+ "target": "enemy",
+ "center": "mouse",
+ "visualEffect": "8",
+ "useWisMod": "true"
+ },
+ {
+ "_": "StasisBlast",
+ "duration": "6"
}
],
- "Usable": "",
- "BagType": "4",
- "FameBonus": "4",
- "MpCost": "85",
- "Activate": {
- "_": "StasisBlast",
- "duration": "8"
- },
"feedPower": "380",
"DisplayId": "Planefetter Orb"
},
{
"type": "0xc0b",
"id": "Orb of Conflict",
"Class": "Equipment",
"Item": "",
@@ -23058,27 +23313,29 @@
],
"Usable": "",
"BagType": "6",
"FameBonus": "6",
"MpCost": "100",
"Activate": [
{
"_": "StasisBlast",
- "duration": "5"
+ "duration": "7"
},
{
"_": "ConditionEffectSelf",
"effect": "Speedy",
- "duration": "2.5"
+ "duration": "2",
+ "useWisMod": "true"
},
{
"_": "ConditionEffectSelf",
"effect": "Damaging",
- "duration": "2.5"
+ "duration": "2",
+ "useWisMod": "true"
}
],
"Cooldown": "5",
"feedPower": "750",
"Soulbound": "",
"DisplayId": "Orb of Conflict"
},
{
@@ -24331,17 +24588,17 @@
],
"RateOfFire": "1",
"Sound": "weapon/fire_wand",
"Projectile": {
"ObjectId": "Cross Bullet",
"Speed": "130",
"MinDamage": "90",
"MaxDamage": "110",
- "LifetimeMS": "800"
+ "LifetimeMS": "770"
},
"BagType": "4",
"FameBonus": "3",
"OldSound": "magicShoot",
"feedPower": "700",
"Soulbound": "",
"DisplayId": "St. Abraham's Wand"
},
@@ -24367,27 +24624,29 @@
"_": "IncrementStat",
"stat": "0",
"amount": "40"
}
],
"Usable": "",
"BagType": "6",
"FameBonus": "6",
- "MpCost": "100",
+ "MpCost": "120",
"Activate": [
{
"_": "HealNova",
- "amount": "250",
- "range": "6"
+ "amount": "200",
+ "range": "6",
+ "useWisMod": "true"
},
{
"_": "ConditionEffectSelf",
"effect": "Armored",
- "duration": "4"
+ "duration": "4",
+ "useWisMod": "true"
}
],
"feedPower": "1300",
"Soulbound": "",
"DisplayId": "Tome of Holy Protection"
},
{
"type": "0xc09",
@@ -24411,22 +24670,23 @@
"_": "IncrementStat",
"stat": "27",
"amount": "7"
}
],
"Usable": "",
"BagType": "6",
"FameBonus": "6",
- "MpCost": "100",
+ "MpCost": "120",
"Activate": [
{
"_": "HealNova",
- "amount": "250",
- "range": "6"
+ "amount": "200",
+ "range": "6",
+ "useWisMod": "true"
},
{
"_": "ClearConditionEffectAura",
"range": "6",
"effect": "Speedy",
"checkExistingEffect": "Hexed"
},
{
@@ -25071,36 +25331,36 @@
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj3",
"Index": "0x1b2"
},
"SlotType": "8",
"Description": "This wand is powerful at conducting magical energy into a devastating blast.",
- "RateOfFire": "1",
+ "RateOfFire": "1.25",
"Sound": "weapon/wand_of_death",
"Projectile": {
"ObjectId": "Directed Explosion",
- "Speed": "130",
+ "Speed": "170",
"Size": "50",
- "MinDamage": "50",
- "MaxDamage": "180",
- "LifetimeMS": "770"
+ "MinDamage": "55",
+ "MaxDamage": "130",
+ "LifetimeMS": "471"
},
"ActivateOnEquip": [
{
"_": "IncrementStat",
- "stat": "21",
- "amount": "1"
+ "stat": "28",
+ "amount": "4"
},
{
"_": "IncrementStat",
"stat": "27",
- "amount": "1"
+ "amount": "4"
}
],
"BagType": "6",
"FameBonus": "4",
"OldSound": "magicShoot",
"feedPower": "900",
"Soulbound": "",
"DisplayId": "Conducting Wand"
@@ -28929,21 +29189,22 @@
"File": "lofiObj3",
"Index": "0x4A6"
},
"SlotType": "8",
"Description": "Harnessing the unusual power of Bella Donna's flowers these shots are beautiful but deadly!",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
- "ObjectId": "Rose Shot",
- "Speed": "130",
+ "ObjectId": "Purple Magic",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "85",
- "MaxDamage": "125",
- "LifetimeMS": "770"
+ "MaxDamage": "120",
+ "MultiHit": ""
},
"BagType": "2",
"FameBonus": "1",
"OldSound": "magicShoot",
"feedPower": "145",
"DisplayId": "Wand of Budding Romance"
},
{
@@ -29114,21 +29375,22 @@
"File": "lofiObj3",
"Index": "0x4C0"
},
"SlotType": "8",
"Description": "Harbinger of hard-boiled justice. Sprite by Linkshot, Sues, and Wylem.",
"RateOfFire": "1",
"Sound": "weapon/wand_of_death",
"Projectile": {
- "ObjectId": "Dyed Eggs",
- "Speed": "130",
+ "ObjectId": "Green Magic",
+ "Speed": "150",
+ "LifetimeMS": "600",
"MinDamage": "90",
- "MaxDamage": "130",
- "LifetimeMS": "770"
+ "MaxDamage": "125",
+ "MultiHit": ""
},
"BagType": "2",
"FameBonus": "3",
"OldSound": "magicShoot",
"feedPower": "310",
"Soulbound": "",
"DisplayId": "Wand of Egg-cellence"
},
@@ -29358,45 +29620,16 @@
"NumProjectiles": "2",
"ArcGap": "40",
"OldSound": "bladeSwing",
"feedPower": "800",
"Soulbound": "",
"DisplayId": "Sword of Illumination"
},
{
- "type": "0x2302",
- "id": "Sword of the Mad God",
- "setType": "0x0001",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x4CD"
- },
- "SlotType": "1",
- "Tier": "12",
- "Description": "A detailed sword crafted out of blackened metal and precious bloodstone by Oryx's minions as a tribute to their overlord.",
- "RateOfFire": "1",
- "Sound": "weapon/mithril_sword",
- "Projectile": {
- "ObjectId": "Oryx Sword Attack",
- "Speed": "100",
- "MinDamage": "220",
- "MaxDamage": "275",
- "LifetimeMS": "350",
- "Size": "80"
- },
- "BagType": "4",
- "FameBonus": "4",
- "OldSound": "bladeSwing",
- "feedPower": "450",
- "DisplayId": "Sword of the Mad God"
- },
- {
"type": "0x232a",
"id": "Dagger of the Amethyst Prism",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj3",
"Index": "0x4CE"
},
@@ -29452,54 +29685,16 @@
"_": "UnlockSkin",
"skinType": "8979"
},
"Consumable": "",
"BagType": "1",
"DisplayId": "Drow Trickster Skin"
},
{
- "type": "0x2317",
- "id": "B.B. Wolf Skin",
- "Class": "Equipment",
- "Item": "",
- "AnimatedTexture": {
- "File": "playerskins",
- "Index": "58"
- },
- "SlotType": "10",
- "Description": "He's big, he's bad, and he's a wolf. Thanks to: RotMGBeige",
- "Activate": {
- "_": "UnlockSkin",
- "skinType": "8967"
- },
- "Consumable": "",
- "BagType": "1",
- "DisplayId": "B.B. Wolf Skin"
- },
- {
- "type": "0x2318",
- "id": "Lil Red Skin",
- "Class": "Equipment",
- "Item": "",
- "AnimatedTexture": {
- "File": "playerskins",
- "Index": "59"
- },
- "SlotType": "10",
- "Description": "A trend-setter when it comes to hoods. Thanks to: RotMGBeige",
- "Activate": {
- "_": "UnlockSkin",
- "skinType": "8968"
- },
- "Consumable": "",
- "BagType": "1",
- "DisplayId": "Lil Red Skin"
- },
- {
"type": "0x2324",
"id": "Unstable Anomaly",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "lofiObj3",
"Index": "0x4CF"
},
@@ -29747,121 +29942,16 @@
"_": "UnlockSkin",
"skinType": "9012"
},
"Consumable": "",
"BagType": "1",
"DisplayId": "Witch Skin"
},
{
- "type": "0x2337",
- "id": "Almandine Armor of Anger",
- "setType": "0x0001",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "d3LofiObjEmbed",
- "Index": "0x00"
- },
- "SlotType": "7",
- "Tier": "13",
- "Description": "A piece of heavy plate mail forged in the dungeons of Oryx's castle, it is decorated with dark red Almandine stones.",
- "ActivateOnEquip": {
- "_": "IncrementStat",
- "stat": "21",
- "amount": "24"
- },
- "BagType": "4",
- "FameBonus": "4",
- "feedPower": "435",
- "DisplayId": "Almandine Armor of Anger"
- },
- {
- "type": "0x2338",
- "id": "Almandine Ring of Wrath",
- "setType": "0x0001",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "d3LofiObjEmbed",
- "Index": "0x01"
- },
- "SlotType": "9",
- "Description": "Set with stones as red as Oryx's favorite Cabernet Sauvignon.",
- "ActivateOnEquip": {
- "_": "IncrementStat",
- "stat": "0",
- "amount": "140"
- },
- "BagType": "4",
- "FameBonus": "4",
- "feedPower": "300",
- "Soulbound": "",
- "DisplayId": "Almandine Ring of Wrath"
- },
- {
- "type": "0x2339",
- "id": "Onyx Shield of the Mad God",
- "setType": "0x0001",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "d3LofiObjEmbed",
- "Index": "0x02"
- },
- "SlotType": "5",
- "Tier": "6",
- "Description": "A pitch-black shield looted from the depths of Oryx's Castle.",
- "Sound": "spell/fire_spray",
- "Projectile": {
- "ObjectId": "Silver Shield",
- "Speed": "160",
- "MinDamage": "300",
- "MaxDamage": "360",
- "LifetimeMS": "200",
- "Size": "140",
- "ConditionEffect": {
- "_": "Stunned",
- "duration": "3"
- },
- "MultiHit": "",
- "PassesCover": "",
- "ParticleTrail": "0xbb0101"
- },
- "ActivateOnEquip": [
- {
- "_": "IncrementStat",
- "stat": "21",
- "amount": "12"
- },
- {
- "_": "IncrementStat",
- "stat": "26",
- "amount": "2"
- },
- {
- "_": "IncrementStat",
- "stat": "27",
- "amount": "2"
- }
- ],
- "ConditionEffect": {
- "_": "Stunned",
- "duration": "3"
- },
- "Usable": "",
- "BagType": "4",
- "FameBonus": "4",
- "MpCost": "100",
- "Activate": "Shoot",
- "NumProjectiles": "5",
- "feedPower": "380",
- "DisplayId": "Onyx Shield of the Mad God"
- },
- {
"type": "0x233a",
"id": "The Devil Tarot Card",
"Class": "Equipment",
"Item": "",
"SlotType": "10",
"Texture": {
"File": "d3LofiObjEmbed",
"Index": "0x03"
@@ -30036,16 +30126,40 @@
},
"Sound": "spell/fire_nova",
"BagType": "4",
"Treasure": "",
"feedPower": "250",
"DisplayId": "The Moon Tarot Card"
},
{
+ "type": "0xf15",
+ "id": "The Fool Tarot Card",
+ "DisplayID": "The Fool - 0 of XXI",
+ "Class": "Equipment",
+ "Item": "",
+ "SlotType": "10",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x03"
+ },
+ "Description": "{equip.The_fool_represents_innocence,_it_is_the_beginning._When_in}",
+ "ExtraTooltipData": {
+ "EffectInfo": {
+ "name": "Treasure",
+ "description": "{equip.0_of_8}"
+ }
+ },
+ "Sound": "spell/fire_nova",
+ "BagType": "4",
+ "Treasure": "",
+ "feedPower": "250",
+ "DisplayId": "{equip.The_Fool_Tarot_Card}"
+ },
+ {
"type": "0x2349",
"id": "Slime Sorcerer Skin",
"Class": "Equipment",
"Item": "",
"AnimatedTexture": {
"File": "playerskins",
"Index": "23"
},
@@ -30284,91 +30398,1062 @@
"Consumable": "",
"Soulbound": "",
"Activate": "MysteryPortal",
"feedPower": "225",
"Track": "",
"DisplayId": "Emerald Mystery Key"
},
{
- "type": "0x7448",
- "id": "Harlequin Armor",
+ "type": "0x7448",
+ "id": "Harlequin Armor",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0b"
+ },
+ "SlotType": "6",
+ "Description": "A festive piece of armor, complete with bells. Try not to get too crazy.",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "14"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "3"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "80"
+ }
+ ],
+ "FameBonus": "5",
+ "BagType": "6",
+ "feedPower": "250",
+ "Soulbound": "",
+ "DisplayId": "Harlequin Armor"
+ },
+ {
+ "type": "0x7449",
+ "id": "Puppet Master Skin",
+ "Class": "Equipment",
+ "Item": "",
+ "AnimatedTexture": {
+ "File": "playerskins",
+ "Index": "72"
+ },
+ "SlotType": "10",
+ "Description": "A stunning costume to wear for your theatre debut.",
+ "Activate": {
+ "_": "UnlockSkin",
+ "skinType": "29770"
+ },
+ "Consumable": "",
+ "BagType": "6",
+ "DisplayId": "Puppet Master Skin"
+ },
+ {
+ "type": "0x744c",
+ "id": "Jester Skin",
+ "Class": "Equipment",
+ "Item": "",
+ "AnimatedTexture": {
+ "File": "playerskins",
+ "Index": "73"
+ },
+ "SlotType": "10",
+ "Description": "{equip.Hee_Hee,_Ha_Ha,_Ho_HoBANG_Want_to_hear_a_joke?_Thanks_to:_V}",
+ "Activate": {
+ "_": "UnlockSkin",
+ "skinType": "29771"
+ },
+ "Consumable": "",
+ "BagType": "6",
+ "DisplayId": "Jester Skin"
+ },
+ {
+ "type": "0x2337",
+ "id": "Almandine Armor of Anger",
+ "setType": "0x0001",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x00"
+ },
+ "SlotType": "7",
+ "Tier": "13",
+ "Description": "A piece of heavy plate mail forged in the dungeons of Oryx's castle, it is decorated with dark red Almandine stones.",
+ "ActivateOnEquip": {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "24"
+ },
+ "BagType": "4",
+ "FameBonus": "4",
+ "feedPower": "435",
+ "DisplayId": "Almandine Armor of Anger"
+ },
+ {
+ "type": "0x2338",
+ "id": "Almandine Ring of Wrath",
+ "setType": "0x0001",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x01"
+ },
+ "SlotType": "9",
+ "Tier": "5",
+ "Description": "Set with stones as red as Oryx's favorite Cabernet Sauvignon.",
+ "ActivateOnEquip": {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "140"
+ },
+ "BagType": "4",
+ "FameBonus": "4",
+ "feedPower": "300",
+ "DisplayId": "Almandine Ring of Wrath"
+ },
+ {
+ "type": "0x2339",
+ "id": "Onyx Shield of the Mad God",
+ "setType": "0x0001",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x02"
+ },
+ "SlotType": "5",
+ "Tier": "6",
+ "Description": "A pitch-black shield looted from the depths of Oryx's Castle.",
+ "Sound": "spell/fire_spray",
+ "Projectile": {
+ "ObjectId": "Silver Shield",
+ "Speed": "160",
+ "MinDamage": "300",
+ "MaxDamage": "360",
+ "LifetimeMS": "200",
+ "Size": "140",
+ "ConditionEffect": {
+ "_": "Stunned",
+ "duration": "3"
+ },
+ "MultiHit": "",
+ "PassesCover": "",
+ "ParticleTrail": "0xbb0101"
+ },
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "12"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "2"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "2"
+ }
+ ],
+ "ConditionEffect": {
+ "_": "Stunned",
+ "duration": "3"
+ },
+ "Usable": "",
+ "BagType": "4",
+ "FameBonus": "4",
+ "MpCost": "100",
+ "Activate": "Shoot",
+ "NumProjectiles": "5",
+ "feedPower": "380",
+ "DisplayId": "Onyx Shield of the Mad God"
+ },
+ {
+ "type": "0x2302",
+ "id": "Sword of the Mad God",
+ "setType": "0x0001",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x4CD"
+ },
+ "SlotType": "1",
+ "Tier": "12",
+ "Description": "A detailed sword crafted out of blackened metal and precious bloodstone by Oryx's minions as a tribute to their overlord.",
+ "RateOfFire": "1",
+ "Sound": "weapon/mithril_sword",
+ "Projectile": {
+ "ObjectId": "Oryx Sword Attack",
+ "Speed": "100",
+ "MinDamage": "220",
+ "MaxDamage": "275",
+ "LifetimeMS": "350",
+ "Size": "80"
+ },
+ "BagType": "4",
+ "FameBonus": "4",
+ "OldSound": "bladeSwing",
+ "feedPower": "450",
+ "DisplayId": "Sword of the Mad God"
+ },
+ {
+ "type": "0x235C",
+ "id": "Shendyt of Geb",
+ "setType": "0x0002",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x50D"
+ },
+ "SlotType": "14",
+ "Description": "{equip.A_ceremonial_garment_worn_by_those_who_whorship_the_god_Geb}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "7"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "7"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "15"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "4",
+ "feedPower": "435",
+ "DisplayId": "{equip.Shendyt_of_Geb}"
+ },
+ {
+ "type": "0x235D",
+ "id": "Geb's Ring of Wisdom",
+ "setType": "0x0002",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x511"
+ },
+ "SlotType": "9",
+ "Description": "{equip.It_is_said_that_the_ring_attunes_itAPOSs_wearer_to_the_eart}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "25"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "10"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "5",
+ "feedPower": "500",
+ "DisplayId": "{equip.GebAPOSs_Ring_of_Wisdom}"
+ },
+ {
+ "type": "0x235E",
+ "id": "Book of Geb",
+ "setType": "0x0002",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x510"
+ },
+ "SlotType": "4",
+ "Description": "{equip.Within,_the_priests_of_the_past_have_catalogued_the_story_a}",
+ "Sound": "spell/fire_spray",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "30"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "15"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "3"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "3"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "5"
+ }
+ ],
+ "Usable": "",
+ "BagType": "4",
+ "FameBonus": "4",
+ "MpCost": "120",
+ "Activate": [
+ {
+ "_": "HealNova",
+ "amount": "200",
+ "range": "6",
+ "useWisMod": "true"
+ },
+ {
+ "_": "ClearConditionEffectAura",
+ "range": "6",
+ "effect": "Speedy",
+ "checkExistingEffect": "Hexed"
+ },
+ {
+ "_": "RemoveNegativeConditions",
+ "range": "6"
+ },
+ "Shoot"
+ ],
+ "feedPower": "380",
+ "DisplayId": "{equip.Book_of_Geb}"
+ },
+ {
+ "type": "0x235F",
+ "id": "Scepter of Geb",
+ "setType": "0x0002",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x50F"
+ },
+ "SlotType": "8",
+ "Description": "{equip.Despite_their_normal_pacificity,_priests_of_Geb_were_able_t}",
+ "RateOfFire": "1",
+ "Sound": "weapon/mithril_sword",
+ "Projectile": {
+ "ObjectId": "Geb Shot",
+ "Speed": "100",
+ "MinDamage": "220",
+ "MaxDamage": "275",
+ "LifetimeMS": "350",
+ "Size": "80",
+ "Amplitude": "0.5",
+ "Frequency": "2"
+ },
+ "ActivateOnEquip": {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "2"
+ },
+ "BagType": "4",
+ "FameBonus": "4",
+ "OldSound": "bladeSwing",
+ "feedPower": "450",
+ "DisplayId": "{equip.Scepter_of_Geb}"
+ },
+ {
+ "type": "0x2360",
+ "id": "Soulless Robe",
+ "setType": "0x0004",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x50C"
+ },
+ "SlotType": "14",
+ "Description": "{equip.\"...finally,_I_cornered_and_killed_the_beast._When_I_awoke_}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "40"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "40"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "15"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "4",
+ "feedPower": "435",
+ "DisplayId": "{equip.Soulless_Robe}"
+ },
+ {
+ "type": "0x2361",
+ "id": "Ring of the Covetous Heart",
+ "setType": "0x0004",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x516"
+ },
+ "SlotType": "9",
+ "Description": "{equip.\"As_I_lifted_the_stone_from_itAPOSs_resting_place_it_became}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "15"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "10"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "5",
+ "feedPower": "500",
+ "DisplayId": "{equip.Ring_of_the_Covetous_Heart}"
+ },
+ {
+ "type": "0x2362",
+ "id": "Soul of the Bearer",
+ "setType": "0x0004",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x515"
+ },
+ "SlotType": "21",
+ "Description": "{equip.\"All_shall_know_my_power._Not_even_the_Mad_God_can_stop_me.}",
+ "Sound": "spell/fire_spray",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "3"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "28",
+ "amount": "1"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "1"
+ }
+ ],
+ "Usable": "",
+ "BagType": "4",
+ "FameBonus": "4",
+ "MpCost": "100",
+ "feedPower": "380",
+ "DisplayId": "{equip.Soul_of_the_Bearer}"
+ },
+ {
+ "type": "0x2363",
+ "id": "The Phylactery",
+ "setType": "0x0004",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x514"
+ },
+ "SlotType": "17",
+ "Description": "{equip.\"I_was_a_fool_before,_but_now_everything_is_so_clear._The_p}",
+ "RateOfFire": "1",
+ "Sound": "weapon/mithril_sword",
+ "Projectile": {
+ "ObjectId": "Soul Orb",
+ "Speed": "100",
+ "MinDamage": "220",
+ "MaxDamage": "275",
+ "LifetimeMS": "350",
+ "Size": "80"
+ },
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "50"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "2"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "4",
+ "OldSound": "bladeSwing",
+ "feedPower": "450",
+ "DisplayId": "{equip.The_Phylactery}"
+ },
+ {
+ "type": "0x2364",
+ "id": "Fairy Plate",
+ "setType": "0x0003",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x50E"
+ },
+ "SlotType": "7",
+ "Description": "{equip.This_colorful_platemail_is_enchanted_with_special_protectio}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "40"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "40"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "20"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "4",
+ "feedPower": "435",
+ "DisplayId": "{equip.Fairy_Plate}"
+ },
+ {
+ "type": "0x2365",
+ "id": "Ring of Pure Wishes",
+ "setType": "0x0003",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x51B"
+ },
+ "SlotType": "9",
+ "Description": "{equip.Many_do_not_realize_how_powerful_a_kind_wish_is.}",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "10"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "3",
+ "amount": "10"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "5"
+ }
+ ],
+ "BagType": "4",
+ "FameBonus": "5",
+ "feedPower": "500",
+ "DisplayId": "{equip.Ring_of_Pure_Wishes}"
+ },
+ {
+ "type": "0x2366",
+ "id": "Seal of the Enchanted Forest",
+ "setType": "0x0003",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x51A"
+ },
+ "SlotType": "12",
+ "Description": "{equip.\"Protect_the_helpless,_embolden_the_heroic,_dispense_justic}",
+ "Sound": "spell/fire_spray",
+ "ActivateOnEquip": [
+ {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "2"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "5"
+ },
+ {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "5"
+ }
+ ],
+ "Usable": "",
+ "BagType": "4",
+ "FameBonus": "4",
+ "MpCost": "100",
+ "feedPower": "380",
+ "DisplayId": "{equip.Seal_of_the_Enchanted_Forest}"
+ },
+ {
+ "type": "0x2367",
+ "id": "Pixie-Enchanted Sword",
+ "setType": "0x0003",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x519"
+ },
+ "SlotType": "1",
+ "Description": "{equip.Pixies_are_often_a_more_aggressive_fae._It_makes_great_sens}",
+ "RateOfFire": "1",
+ "Sound": "weapon/mithril_sword",
+ "Projectile": {
+ "ObjectId": "Fairy Bullet",
+ "Speed": "100",
+ "MinDamage": "220",
+ "MaxDamage": "275",
+ "LifetimeMS": "350",
+ "Size": "80"
+ },
+ "ActivateOnEquip": {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "1"
+ },
+ "BagType": "4",
+ "FameBonus": "4",
+ "OldSound": "bladeSwing",
+ "feedPower": "450",
+ "DisplayId": "{equip.Pixie-Enchanted_Sword}"
+ },
+ {
+ "type": "0xf10",
+ "id": "Wand of Ancient Terror",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x500"
+ },
+ "SlotType": "8",
+ "Description": "This wand has been used countless times to raise Lord Ruthven from the dead.",
+ "RateOfFire": "1",
+ "Sound": "weapon/wand_of_death",
+ "Projectile": {
+ "ObjectId": "Terror Orb",
+ "Speed": "130",
+ "MinDamage": "90",
+ "MaxDamage": "130",
+ "LifetimeMS": "770",
+ "ParticleTrail": "0x000000"
+ },
+ "BagType": "4",
+ "FameBonus": "3",
+ "OldSound": "magicShoot",
+ "feedPower": "310",
+ "DisplayId": "Wand of Ancient Terror"
+ },
+ {
+ "_": "\n \n \n \n \n .\n \n \n \n \n \n \n \n \n \n ",
+ "type": "0xf11",
+ "id": "Dagger of the Terrible Talon",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x501"
+ },
+ "SlotType": "2",
+ "Description": "A claw-shard from Feargus, the Obsidian Dragon.",
+ "RateOfFire": "1",
+ "Sound": "weapon/fire_dagger",
+ "Projectile": {
+ "ObjectId": "Obsidian Vortex",
+ "Speed": "140",
+ "MinDamage": "90",
+ "MaxDamage": "175",
+ "LifetimeMS": "400"
+ },
+ "BagType": "4",
+ "FameBonus": "3",
+ "OldSound": "daggerSwing",
+ "feedPower": "310",
+ "DisplayId": "Dagger of the Terrible Talon"
+ },
+ {
+ "type": "0xf12",
+ "id": "Bow of Nightmares",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x502"
+ },
+ "SlotType": "3",
+ "Description": "You can hear the screams of tortured souls as you draw this bow.",
+ "RateOfFire": "1",
+ "Sound": "weapon/golden_bow",
+ "Projectile": {
+ "ObjectId": "Purple Batshot",
+ "Speed": "160",
+ "MinDamage": "45",
+ "MaxDamage": "70",
+ "LifetimeMS": "440",
+ "MultiHit": "",
+ "ParticleTrail": "0x97357f"
+ },
+ "BagType": "4",
+ "FameBonus": "3",
+ "NumProjectiles": "3",
+ "OldSound": "arrowShoot",
+ "feedPower": "310",
+ "DisplayId": "Bow of Nightmares"
+ },
+ {
+ "type": "0xf13",
+ "id": "Staff of Horrific Knowledge",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x503"
+ },
+ "SlotType": "17",
+ "Description": "It seems to dispense special runes upon use. Perhaps...some things are better left unknown.",
+ "RateOfFire": "1",
+ "Sound": "weapon/wand_of_death",
+ "Projectile": {
+ "ObjectId": "Runes of Horror",
+ "Speed": "180",
+ "MinDamage": "55",
+ "MaxDamage": "100",
+ "LifetimeMS": "475",
+ "Amplitude": "0.5",
+ "Frequency": "2",
+ "Size": "70"
+ },
+ "BagType": "4",
+ "FameBonus": "3",
+ "NumProjectiles": "2",
+ "ArcGap": "0",
+ "OldSound": "magicShoot",
+ "feedPower": "310",
+ "DisplayId": "Staff of Horrific Knowledge"
+ },
+ {
+ "type": "0xf14",
+ "id": "Corrupted Cleaver",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x504"
+ },
+ "SlotType": "24",
+ "Description": "This blade is drenched in the blood of heroes. Are you sure this blade is meant for you?",
+ "RateOfFire": "1",
+ "Sound": "weapon/long_sword",
+ "Projectile": {
+ "ObjectId": "Cleaved Eyeball",
+ "Speed": "120",
+ "MinDamage": "110",
+ "MaxDamage": "170",
+ "LifetimeMS": "350",
+ "MultiHit": "",
+ "ParticleTrail": "0xbe0406"
+ },
+ "BagType": "4",
+ "FameBonus": "3",
+ "OldSound": "bladeSwing",
+ "feedPower": "310",
+ "DisplayId": "Corrupted Cleaver"
+ },
+ {
+ "type": "0x2368",
+ "id": "Greater Potion of Attack",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0d"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases attack power.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "20",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Attack}"
+ },
+ {
+ "type": "0x2369",
+ "id": "Greater Potion of Defense",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0e"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases defense power.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "21",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Defense}"
+ },
+ {
+ "type": "0x236A",
+ "id": "Greater Potion of Speed",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0f"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases speed.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "22",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Speed}"
+ },
+ {
+ "type": "0x236B",
+ "id": "Greater Potion of Vitality",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x10"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases vitality.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "26",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Vitality}"
+ },
+ {
+ "type": "0x236C",
+ "id": "Greater Potion of Wisdom",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x11"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases wisdom.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "27",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Wisdom}"
+ },
+ {
+ "type": "0x236D",
+ "id": "Greater Potion of Dexterity",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x12"
+ },
+ "SlotType": "10",
+ "Tier": "4",
+ "Description": "A potion that permanently increases dexterity.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "28",
+ "amount": "2"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "200",
+ "DisplayId": "{equip.Greater_Potion_of_Dexterity}"
+ },
+ {
+ "type": "0x236E",
+ "id": "Greater Potion of Life",
+ "Class": "Equipment",
+ "Item": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x13"
+ },
+ "SlotType": "10",
+ "Description": "A potion that permanently increases health.",
+ "Sound": "use_potion",
+ "Activate": {
+ "_": "IncrementStat",
+ "stat": "0",
+ "amount": "10"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "350",
+ "DisplayId": "{equip.Greater_Potion_of_Life}"
+ },
+ {
+ "type": "0x236F",
+ "id": "Greater Potion of Mana",
"Class": "Equipment",
"Item": "",
"Texture": {
"File": "d3LofiObjEmbed",
- "Index": "0x0b"
- },
- "SlotType": "6",
- "Description": "A festive piece of armor, complete with bells. Try not to get too crazy.",
- "ActivateOnEquip": [
- {
- "_": "IncrementStat",
- "stat": "21",
- "amount": "14"
- },
- {
- "_": "IncrementStat",
- "stat": "27",
- "amount": "5"
- },
- {
- "_": "IncrementStat",
- "stat": "22",
- "amount": "3"
+ "Index": "0x14"
},
- {
+ "SlotType": "10",
+ "Description": "A potion that permanently increases magic.",
+ "Sound": "use_potion",
+ "Activate": {
"_": "IncrementStat",
"stat": "3",
- "amount": "80"
- }
- ],
- "FameBonus": "5",
- "BagType": "6",
- "feedPower": "250",
- "Soulbound": "",
- "DisplayId": "Harlequin Armor"
+ "amount": "10"
+ },
+ "Consumable": "",
+ "Potion": "",
+ "BagType": "5",
+ "feedPower": "350",
+ "DisplayId": "{equip.Greater_Potion_of_Mana}"
},
{
- "type": "0x7449",
- "id": "Puppet Master Skin",
+ "type": "0x2372",
+ "id": "Ghost Huntress Skin",
"Class": "Equipment",
"Item": "",
"AnimatedTexture": {
"File": "playerskins",
- "Index": "72"
+ "Index": "75"
},
"SlotType": "10",
- "Description": "A stunning costume to wear for your theatre debut.",
+ "Description": "{equip.A_spooky_ghost_that_haunts_the_Nexus.}",
"Activate": {
"_": "UnlockSkin",
- "skinType": "29770"
+ "skinType": "29789"
},
"Consumable": "",
- "BagType": "6",
- "DisplayId": "Puppet Master Skin"
+ "BagType": "1",
+ "DisplayId": "{equip.Ghost_Huntress_Skin}"
},
{
- "type": "0x744c",
- "id": "Jester Skin",
+ "type": "0x2373",
+ "id": "Skeleton Warrior Skin",
"Class": "Equipment",
"Item": "",
"AnimatedTexture": {
"File": "playerskins",
- "Index": "73"
+ "Index": "74"
},
"SlotType": "10",
- "Description": "Hee Hee, Ha Ha, Ho Ho! Want to hear a joke?",
+ "Description": "{equip.Skeletons_are_basically_the_scariest_thing_ever.}",
"Activate": {
"_": "UnlockSkin",
- "skinType": "29771"
+ "skinType": "29790"
},
"Consumable": "",
- "BagType": "6",
- "DisplayId": "Jester Skin"
+ "BagType": "1",
+ "DisplayId": "{equip.Skeleton_Warrior_Skin}"
},
{
"type": "0x744D",
"id": "Event Chest",
"DisplayId": "Event Chest",
"Class": "Character",
"Enemy": "",
"Texture": {
@@ -30376,158 +31461,16 @@
"Index": "0x466"
},
"MaxHitPoints": "120000",
"Defense": "0",
"Size": "160",
"XpMult": "0.0"
},
{
- "type": "0xf10",
- "id": "Wand of Ancient Terror",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x500"
- },
- "SlotType": "8",
- "Description": "This wand has been used countless times to raise Lord Ruthven from the dead.",
- "RateOfFire": "1",
- "Sound": "weapon/wand_of_death",
- "Projectile": {
- "ObjectId": "Terror Orb",
- "Speed": "130",
- "MinDamage": "90",
- "MaxDamage": "130",
- "LifetimeMS": "770",
- "ParticleTrail": "0x000000"
- },
- "BagType": "4",
- "FameBonus": "3",
- "OldSound": "magicShoot",
- "feedPower": "310",
- "DisplayId": "Wand of Ancient Terror"
- },
- {
- "_": "\n \n \n \n \n .\n \n \n \n \n \n \n \n \n \n ",
- "type": "0xf11",
- "id": "Dagger of the Terrible Talon",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x501"
- },
- "SlotType": "2",
- "Description": "A claw-shard from Feargus, the Obsidian Dragon.",
- "RateOfFire": "1",
- "Sound": "weapon/fire_dagger",
- "Projectile": {
- "ObjectId": "Obsidian Vortex",
- "Speed": "140",
- "MinDamage": "90",
- "MaxDamage": "175",
- "LifetimeMS": "400"
- },
- "BagType": "4",
- "FameBonus": "3",
- "OldSound": "daggerSwing",
- "feedPower": "310",
- "DisplayId": "Dagger of the Terrible Talon"
- },
- {
- "type": "0xf12",
- "id": "Bow of Nightmares",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x502"
- },
- "SlotType": "3",
- "Description": "You can hear the screams of tortured souls as you draw this bow.",
- "RateOfFire": "1",
- "Sound": "weapon/golden_bow",
- "Projectile": {
- "ObjectId": "Purple Batshot",
- "Speed": "160",
- "MinDamage": "45",
- "MaxDamage": "70",
- "LifetimeMS": "440",
- "MultiHit": "",
- "ParticleTrail": "0x97357f"
- },
- "BagType": "4",
- "FameBonus": "3",
- "NumProjectiles": "3",
- "OldSound": "arrowShoot",
- "feedPower": "310",
- "DisplayId": "Bow of Nightmares"
- },
- {
- "type": "0xf13",
- "id": "Staff of Horrific Knowledge",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x503"
- },
- "SlotType": "17",
- "Description": "It seems to dispense special runes upon use. Perhaps...some things are better left unknown.",
- "RateOfFire": "1",
- "Sound": "weapon/wand_of_death",
- "Projectile": {
- "ObjectId": "Runes of Horror",
- "Speed": "180",
- "MinDamage": "55",
- "MaxDamage": "100",
- "LifetimeMS": "475",
- "Amplitude": "0.5",
- "Frequency": "2",
- "Size": "70"
- },
- "BagType": "4",
- "FameBonus": "3",
- "NumProjectiles": "2",
- "ArcGap": "0",
- "OldSound": "magicShoot",
- "feedPower": "310",
- "DisplayId": "Staff of Horrific Knowledge"
- },
- {
- "type": "0xf14",
- "id": "Corrupted Cleaver",
- "Class": "Equipment",
- "Item": "",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x504"
- },
- "SlotType": "24",
- "Description": "This blade is drenched in the blood of heroes. Are you sure this blade is meant for you?",
- "RateOfFire": "1",
- "Sound": "weapon/long_sword",
- "Projectile": {
- "ObjectId": "Cleaved Eyeball",
- "Speed": "120",
- "MinDamage": "110",
- "MaxDamage": "170",
- "LifetimeMS": "350",
- "MultiHit": "",
- "ParticleTrail": "0xbe0406"
- },
- "BagType": "4",
- "FameBonus": "3",
- "OldSound": "bladeSwing",
- "feedPower": "310",
- "DisplayId": "Corrupted Cleaver"
- },
- {
"type": "0x0dc0",
"id": "Great Temple Snake",
"Class": "Character",
"Enemy": "",
"Size": "100",
"ShadowSize": "90",
"MaxHitPoints": "50",
"Defense": "20",
@@ -57811,30 +58754,30 @@
"_": "100",
"max": "670"
},
"MaxMagicPoints": {
"_": "100",
"max": "385"
},
"Attack": {
- "_": "10",
+ "_": "12",
"max": "50"
},
"Defense": {
"_": "0",
"max": "25"
},
"Speed": {
"_": "12",
- "max": "50"
+ "max": "55"
},
"Dexterity": {
"_": "12",
- "max": "50"
+ "max": "55"
},
"HpRegen": {
"_": "10",
"max": "40"
},
"MpRegen": {
"_": "15",
"max": "75"
@@ -58107,25 +59050,25 @@
"max": "252"
},
"Attack": {
"_": "12",
"max": "50"
},
"Defense": {
"_": "0",
- "max": "25"
+ "max": "30"
},
"Speed": {
- "_": "7",
- "max": "50"
+ "_": "12",
+ "max": "55"
},
"Dexterity": {
"_": "10",
- "max": "50"
+ "max": "45"
},
"HpRegen": {
"_": "10",
"max": "40"
},
"MpRegen": {
"_": "10",
"max": "75"
@@ -58274,26 +59217,26 @@
"_": "MpRegen",
"min": "1",
"max": "2"
}
],
"UnlockLevel": [
{
"_": "Rogue",
- "level": "20",
+ "level": "10",
"type": "0x0300"
},
{
"_": "Wizard",
- "level": "20",
+ "level": "10",
"type": "0x030e"
}
],
- "UnlockCost": "499",
+ "UnlockCost": "99",
"DisplayId": "Assassin"
},
{
"type": "0x0321",
"id": "Necromancer",
"Class": "Player",
"Description": "The necromancer drains life from his enemies to heal himself and his allies.",
"AnimatedTexture": {
@@ -58531,17 +59474,17 @@
"max": "25"
},
"Speed": {
"_": "12",
"max": "60"
},
"Dexterity": {
"_": "10",
- "max": "50"
+ "max": "55"
},
"HpRegen": {
"_": "15",
"max": "40"
},
"MpRegen": {
"_": "15",
"max": "75"
@@ -63434,16 +64377,76 @@
"Class": "Projectile",
"Texture": {
"File": "lofiObj3",
"Index": "0x50B"
},
"AngleCorrection": "0"
},
{
+ "type": "0x2356",
+ "id": "Geb Shot",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x512"
+ },
+ "AngleCorrection": "1"
+ },
+ {
+ "type": "0x2357",
+ "id": "Great Geb Shot",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x513"
+ },
+ "AngleCorrection": "1"
+ },
+ {
+ "type": "0x2358",
+ "id": "Soul Orb",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x517"
+ },
+ "AngleCorrection": "1"
+ },
+ {
+ "type": "0x2359",
+ "id": "Soul Vortex",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x518"
+ },
+ "Rotation": "185"
+ },
+ {
+ "type": "0x235A",
+ "id": "Fairy Bullet",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x51C"
+ },
+ "AngleCorrection": "1"
+ },
+ {
+ "type": "0x235B",
+ "id": "Fairy Bolt",
+ "Class": "Projectile",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x51D"
+ },
+ "AngleCorrection": "1"
+ },
+ {
"type": "0x7433",
"id": "The Puppet Master",
"DisplayId": "The Puppet Master",
"Class": "Character",
"Group": "Master",
"Enemy": "",
"AnimatedTexture": {
"File": "chars16x16rEncounters",
@@ -63507,74 +64510,16 @@
"id": "1",
"Texture": {
"File": "invisible",
"Index": "0"
}
}
},
{
- "type": "0x7435",
- "id": "Puppet Wizard",
- "DisplayId": "Wizard Puppet",
- "Class": "Character",
- "Enemy": "",
- "AnimatedTexture": {
- "File": "chars8x8rEncounters",
- "Index": "105"
- },
- "HitSound": "monster/skeletons_hit",
- "DeathSound": "monster/skeletons_death",
- "Size": "120",
- "ShadowSize": "25",
- "MaxHitPoints": "3000",
- "Defense": "15",
- "XpMult": "0.8",
- "Level": "20",
- "StunImmune": "",
- "Projectile": {
- "id": "0",
- "ObjectId": "White Bolt",
- "Speed": "30",
- "MinDamage": "50",
- "MaxDamage": "65",
- "LifetimeMS": "1500"
- },
- "AltTexture": [
- {
- "id": "1",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x4ED"
- }
- },
- {
- "id": "2",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x4EE"
- }
- },
- {
- "id": "3",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x4EF"
- }
- },
- {
- "id": "4",
- "Texture": {
- "File": "lofiObj3",
- "Index": "0x4F0"
- }
- }
- ]
- },
- {
"type": "0x743e",
"id": "Puppet Wizard 2",
"DisplayId": "Wizard Puppet",
"Class": "Character",
"Enemy": "",
"AnimatedTexture": {
"File": "chars8x8rEncounters",
"Index": "105"
@@ -63623,59 +64568,16 @@
"Texture": {
"File": "lofiObj3",
"Index": "0x4F0"
}
}
]
},
{
- "type": "0x7436",
- "id": "Puppet Knight",
- "DisplayId": "Knight Puppet",
- "Class": "Character",
- "Enemy": "",
- "AnimatedTexture": {
- "File": "chars8x8rEncounters",
- "Index": "103"
- },
- "HitSound": "monster/skeletons_hit",
- "DeathSound": "monster/skeletons_death",
- "Size": "120",
- "ShadowSize": "25",
- "MaxHitPoints": "5000",
- "Defense": "25",
- "XpMult": "0.8",
- "Level": "20",
- "StunImmune": "",
- "Projectile": [
- {
- "id": "0",
- "ObjectId": "Fire Shield",
- "Speed": "30",
- "MinDamage": "100",
- "MaxDamage": "120",
- "LifetimeMS": "1500",
- "ConditionEffect": {
- "_": "Armor Broken",
- "duration": "4"
- },
- "ParticleTrail": "0xf7941d"
- },
- {
- "id": "1",
- "ObjectId": "Fire Bolt",
- "Speed": "45",
- "MinDamage": "100",
- "MaxDamage": "120",
- "LifetimeMS": "1200"
- }
- ]
- },
- {
"type": "0x743f",
"id": "Puppet Knight 2",
"DisplayId": "Knight Puppet",
"Class": "Character",
"Enemy": "",
"AnimatedTexture": {
"File": "chars8x8rEncounters",
"Index": "103"
@@ -63813,44 +64715,16 @@
"Texture": {
"File": "lofiObj3",
"Index": "0x4F4"
}
}
]
},
{
- "type": "0x7442",
- "id": "Assassin Puppet",
- "DisplayId": "Assassin Puppet",
- "Class": "Character",
- "Enemy": "",
- "AnimatedTexture": {
- "File": "chars8x8rEncounters",
- "Index": "107"
- },
- "HitSound": "monster/skeletons_hit",
- "DeathSound": "monster/skeletons_death",
- "Size": "120",
- "ShadowSize": "25",
- "MaxHitPoints": "4000",
- "Defense": "15",
- "XpMult": "0.8",
- "Level": "20",
- "StunImmune": "",
- "Projectile": {
- "id": "0",
- "ObjectId": "Green Bolt",
- "Speed": "75",
- "MinDamage": "50",
- "MaxDamage": "65",
- "LifetimeMS": "1500"
- }
- },
- {
"type": "0x7438",
"id": "False Puppet Master",
"DisplayId": "The Puppet Master",
"Class": "Character",
"Group": "Master",
"Enemy": "",
"AnimatedTexture": {
"File": "chars16x16rEncounters",
@@ -64014,24 +64888,153 @@
"Enemy": "",
"StasisImmune": "",
"Texture": {
"File": "lofiObj2",
"Index": "0x4a"
},
"Projectile": {
"id": "0",
- "ObjectId": "White Flame",
- "Damage": "50",
- "Size": "60",
- "Speed": "55",
- "LifetimeMS": "920",
- "MultiHit": ""
- },
- "XpMult": "0.0"
+ "ObjectId": "White Flame",
+ "Damage": "50",
+ "Size": "60",
+ "Speed": "55",
+ "LifetimeMS": "920",
+ "MultiHit": ""
+ },
+ "XpMult": "0.0"
+ },
+ {
+ "type": "0x7435",
+ "id": "Puppet Wizard",
+ "DisplayId": "Wizard Puppet",
+ "Class": "Character",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "105"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "120",
+ "ShadowSize": "25",
+ "MaxHitPoints": "3000",
+ "Defense": "15",
+ "XpMult": "0.8",
+ "Level": "20",
+ "StunImmune": "",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "White Bolt",
+ "Speed": "30",
+ "MinDamage": "50",
+ "MaxDamage": "65",
+ "LifetimeMS": "1500"
+ },
+ "AltTexture": [
+ {
+ "id": "1",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x4ED"
+ }
+ },
+ {
+ "id": "2",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x4EE"
+ }
+ },
+ {
+ "id": "3",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x4EF"
+ }
+ },
+ {
+ "id": "4",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x4F0"
+ }
+ }
+ ]
+ },
+ {
+ "type": "0x7436",
+ "id": "Puppet Knight",
+ "DisplayId": "Knight Puppet",
+ "Class": "Character",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "103"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "120",
+ "ShadowSize": "25",
+ "MaxHitPoints": "5000",
+ "Defense": "25",
+ "XpMult": "0.8",
+ "Level": "20",
+ "StunImmune": "",
+ "Projectile": [
+ {
+ "id": "0",
+ "ObjectId": "Fire Shield",
+ "Speed": "30",
+ "MinDamage": "100",
+ "MaxDamage": "120",
+ "LifetimeMS": "1500",
+ "ConditionEffect": {
+ "_": "Armor Broken",
+ "duration": "4"
+ },
+ "ParticleTrail": "0xf7941d"
+ },
+ {
+ "id": "1",
+ "ObjectId": "Fire Bolt",
+ "Speed": "45",
+ "MinDamage": "100",
+ "MaxDamage": "120",
+ "LifetimeMS": "1200"
+ }
+ ]
+ },
+ {
+ "type": "0x7442",
+ "id": "Assassin Puppet",
+ "DisplayId": "Assassin Puppet",
+ "Class": "Character",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "107"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "120",
+ "ShadowSize": "25",
+ "MaxHitPoints": "4000",
+ "Defense": "15",
+ "XpMult": "0.8",
+ "Level": "20",
+ "StunImmune": "",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Green Bolt",
+ "Speed": "75",
+ "MinDamage": "50",
+ "MaxDamage": "65",
+ "LifetimeMS": "1500"
+ }
},
{
"type": "0x7439",
"id": "Healer Puppet",
"DisplayId": "Priest Puppet",
"Class": "Character",
"Group": "Healers",
"Enemy": "",
@@ -64135,16 +65138,339 @@
"id": "1",
"Texture": {
"File": "invisible",
"Index": "0"
}
}
},
{
+ "type": "0x744e",
+ "id": "Warrior Puppet",
+ "DisplayId": "{puppetMaster.Warrior_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "109"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "4000",
+ "Defense": "20",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": [
+ {
+ "id": "0",
+ "ObjectId": "White Bolt",
+ "Speed": "45",
+ "MinDamage": "100",
+ "MaxDamage": "120",
+ "LifetimeMS": "1000"
+ },
+ {
+ "id": "1",
+ "ObjectId": "White Bolt",
+ "Speed": "45",
+ "MinDamage": "100",
+ "MaxDamage": "120",
+ "LifetimeMS": "1500"
+ }
+ ]
+ },
+ {
+ "type": "0x7450",
+ "id": "Paladin Puppet",
+ "DisplayId": "{puppetMaster.Paladin_Puppet}",
+ "Class": "Character",
+ "Group": "Support",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "114"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "3500",
+ "Defense": "20",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Blue Bolt",
+ "Speed": "70",
+ "MinDamage": "100",
+ "MaxDamage": "120",
+ "LifetimeMS": "600"
+ }
+ },
+ {
+ "type": "0x7451",
+ "id": "Necromancer Puppet",
+ "DisplayId": "{puppetMaster.Necromancer_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "111"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "3000",
+ "Defense": "15",
+ "XpMult": "0.4",
+ "Level": "20",
+ "LeachHealth": "",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Aqua Missile",
+ "Damage": "120",
+ "Speed": "35",
+ "LifetimeMS": "1000",
+ "ConditionEffect": {
+ "_": "Bleeding",
+ "duration": "4"
+ },
+ "Amplitude": ".5",
+ "Frequency": "3"
+ }
+ },
+ {
+ "type": "0x7452",
+ "id": "Mystic Puppet",
+ "DisplayId": "{puppetMaster.Mystic_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "106"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "3000",
+ "Defense": "18",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": [
+ {
+ "id": "0",
+ "ObjectId": "Violet Missile",
+ "Damage": "120",
+ "Speed": "35",
+ "LifetimeMS": "1000",
+ "Amplitude": ".5",
+ "Frequency": "3"
+ },
+ {
+ "id": "1",
+ "ObjectId": "Dragon Attack Black Spin",
+ "Damage": "80",
+ "Speed": "70",
+ "LifetimeMS": "2200",
+ "Size": "85",
+ "ConditionEffect": {
+ "_": "Stasis",
+ "duration": "5",
+ "target": "1"
+ }
+ }
+ ]
+ },
+ {
+ "type": "0x7453",
+ "id": "Sorcerer Puppet",
+ "DisplayId": "{puppetMaster.Sorcerer_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "108"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "2500",
+ "Defense": "15",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Pink Bolt",
+ "MinDamage": "75",
+ "MaxDamage": "90",
+ "Speed": "55",
+ "LifetimeMS": "1200"
+ }
+ },
+ {
+ "type": "0x7457",
+ "id": "Puppet Bomb",
+ "DisplayId": "{puppetMaster.Puppet_Bomb}",
+ "Class": "Character",
+ "Enemy": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0c"
+ },
+ "MaxHitPoints": "30000",
+ "Defense": "50",
+ "XpMult": "0",
+ "Size": "40",
+ "ShadowSize": "30",
+ "StasisImmune": "",
+ "StunImmune": "",
+ "Projectile": {
+ "id": "1",
+ "ObjectId": "Red Fire",
+ "Damage": "65",
+ "Speed": "80",
+ "LifetimeMS": "1000"
+ }
+ },
+ {
+ "type": "0x7455",
+ "id": "Puppet Bomb 2",
+ "DisplayId": "{puppetMaster.Puppet_Bomb_2}",
+ "Class": "Character",
+ "Enemy": "",
+ "Texture": {
+ "File": "d3LofiObjEmbed",
+ "Index": "0x0c"
+ },
+ "MaxHitPoints": "30000",
+ "Defense": "50",
+ "XpMult": "0",
+ "Size": "40",
+ "ShadowSize": "30",
+ "StasisImmune": "",
+ "StunImmune": "",
+ "Projectile": {
+ "id": "1",
+ "ObjectId": "Red Fire",
+ "Damage": "65",
+ "Speed": "80",
+ "LifetimeMS": "1000"
+ }
+ },
+ {
+ "type": "0x7456",
+ "id": "Sorc Bomb Thrower",
+ "Class": "Character",
+ "Enemy": "",
+ "Texture": {
+ "File": "invisible",
+ "Index": "0"
+ },
+ "MaxHitPoints": "30000",
+ "Defense": "50",
+ "XpMult": "0",
+ "Size": "100",
+ "ShadowSize": "30",
+ "StasisImmune": "",
+ "StunImmune": "",
+ "DisplayId": "{puppetMaster.Sorc_Bomb_Thrower}"
+ },
+ {
+ "type": "0x7458",
+ "id": "Trickster Puppet",
+ "DisplayId": "{puppetMaster.Trickster_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "113"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "3000",
+ "Defense": "18",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Red Fire",
+ "MinDamage": "75",
+ "MaxDamage": "90",
+ "Speed": "55",
+ "LifetimeMS": "900"
+ }
+ },
+ {
+ "type": "0x7454",
+ "id": "Trickster Decoys",
+ "DisplayId": "{puppetMaster.Trickster_Decoys}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "chars8x8rEncounters",
+ "Index": "113"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "1600",
+ "Defense": "18",
+ "XpMult": "0.0",
+ "Level": "20",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Red Fire",
+ "MinDamage": "0",
+ "MaxDamage": "0",
+ "Speed": "55",
+ "LifetimeMS": "900"
+ }
+ },
+ {
+ "type": "0x7459",
+ "id": "Ninja Puppet",
+ "DisplayId": "{puppetMaster.Ninja_Puppet}",
+ "Class": "Character",
+ "Group": "DPS",
+ "Enemy": "",
+ "AnimatedTexture": {
+ "File": "d3Chars8x8rEmbed",
+ "Index": "0x01"
+ },
+ "HitSound": "monster/skeletons_hit",
+ "DeathSound": "monster/skeletons_death",
+ "Size": "100",
+ "ShadowSize": "25",
+ "MaxHitPoints": "2500",
+ "Defense": "20",
+ "XpMult": "0.4",
+ "Level": "20",
+ "Projectile": {
+ "id": "0",
+ "ObjectId": "Ninja Star Silver",
+ "Damage": "140",
+ "Speed": "55",
+ "LifetimeMS": "2000"
+ }
+ },
+ {
"type": "0x7441",
"id": "Puppet Loot Chest",
"Class": "Character",
"Enemy": "",
"Texture": {
"File": "lofiObj3",
"Index": "0x466"
},
@@ -64200,17 +65526,17 @@
"Class": "Character",
"AnimatedTexture": {
"File": "chars8x8rHero1",
"Index": "0x01"
},
"HitSound": "monster/skeletons_hit",
"DeathSound": "monster/skeletons_death",
"Size": "100",
- "MaxHitPoints": "5000",
+ "MaxHitPoints": "400000",
"Defense": "0",
"XpMult": "0.0",
"Projectile": {
"id": "0",
"ObjectId": "Blue Star",
"Speed": "25",
"Damage": "1",
"LifetimeMS": "5000"
@@ -68063,16 +69389,58 @@
"Index": "00"
},
"PlayerClassType": "0x031e",
"UnlockSpecial": "Set Skin",
"NoSkinSelect": "",
"DisplayId": "Oryx Set Skin"
},
{
+ "type": "0x745A",
+ "id": "Geb Set Skin",
+ "Skin": "",
+ "Class": "Skin",
+ "AnimatedTexture": {
+ "File": "playerskins16",
+ "Index": "01"
+ },
+ "PlayerClassType": "0x0310",
+ "UnlockSpecial": "Set Skin",
+ "NoSkinSelect": "",
+ "DisplayId": "{skins.Geb_Set_Skin}"
+ },
+ {
+ "type": "0x745B",
+ "id": "Phylactery Set Skin",
+ "Skin": "",
+ "Class": "Skin",
+ "AnimatedTexture": {
+ "File": "playerskins16",
+ "Index": "02"
+ },
+ "PlayerClassType": "0x0323",
+ "UnlockSpecial": "Set Skin",
+ "NoSkinSelect": "",
+ "DisplayId": "{skins.Phylactery_Set_Skin}"
+ },
+ {
+ "type": "0x745C",
+ "id": "Swoll Paladin Set Skin",
+ "Skin": "",
+ "Class": "Skin",
+ "AnimatedTexture": {
+ "File": "playerskins16",
+ "Index": "03"
+ },
+ "PlayerClassType": "0x031f",
+ "UnlockSpecial": "Set Skin",
+ "NoSkinSelect": "",
+ "DisplayId": "{skins.Swoll_Paladin_Set_Skin}"
+ },
+ {
"type": "0x744a",
"id": "Puppet Master",
"Skin": "",
"Class": "Skin",
"AnimatedTexture": {
"File": "playerskins",
"Index": "72"
},
@@ -68089,16 +69457,42 @@
"File": "playerskins",
"Index": "73"
},
"PlayerClassType": "0x0324",
"UnlockSpecial": "Looted by those who defeat the Puppet Master in his Theatre. Thanks to: Thq32df and ViciousTwo ",
"DisplayId": "Jester"
},
{
+ "type": "0x745D",
+ "id": "Ghost Huntress",
+ "Skin": "",
+ "Class": "Skin",
+ "AnimatedTexture": {
+ "File": "playerskins",
+ "Index": "75"
+ },
+ "PlayerClassType": "0x0322",
+ "UnlockSpecial": "Unlocked during Halloween 2014",
+ "DisplayId": "{skins.Ghost_Huntress}"
+ },
+ {
+ "type": "0x745E",
+ "id": "Skeleton Warrior",
+ "Skin": "",
+ "Class": "Skin",
+ "AnimatedTexture": {
+ "File": "playerskins",
+ "Index": "74"
+ },
+ "PlayerClassType": "0x031d",
+ "UnlockSpecial": "Unlocked during Halloween 2014",
+ "DisplayId": "{skins.Skeleton_Warrior}"
+ },
+ {
"type": "0x0e28",
"id": "Snakepit Guard Spawner",
"Class": "Character",
"Enemy": "",
"NoMiniMap": "",
"AnimatedTexture": {
"File": "chars16x16dEncounters2",
"Index": "39"
@@ -78538,16 +79932,60 @@
"FullOccupy": "",
"OccupySquare": "",
"EnemyOccupySquare": "",
"Enemy": "",
"XpMult": "0.0",
"BlocksSight": ""
},
{
+ "type": "0x2370",
+ "id": "Curtains Left",
+ "Class": "Wall",
+ "Texture": {
+ "File": "lofiEnvironment3",
+ "Index": "0x199"
+ },
+ "Top": {
+ "Texture": {
+ "File": "lofiEnvironment3",
+ "Index": "0x19b"
+ }
+ },
+ "HitSound": "monster/stone_walls_hit",
+ "DeathSound": "monster/stone_walls_death",
+ "Static": "",
+ "FullOccupy": "",
+ "OccupySquare": "",
+ "EnemyOccupySquare": "",
+ "BlocksSight": ""
+ },
+ {
+ "type": "0x2371",
+ "id": "Curtains Right",
+ "Class": "Wall",
+ "Texture": {
+ "File": "lofiEnvironment3",
+ "Index": "0x19a"
+ },
+ "Top": {
+ "Texture": {
+ "File": "lofiEnvironment3",
+ "Index": "0x19c"
+ }
+ },
+ "HitSound": "monster/stone_walls_hit",
+ "DeathSound": "monster/stone_walls_death",
+ "Static": "",
+ "FullOccupy": "",
+ "OccupySquare": "",
+ "EnemyOccupySquare": "",
+ "BlocksSight": ""
+ },
+ {
"type": "0x099b",
"id": "Jeebs",
"Class": "Character",
"Group": "Mad Lab",
"RemoteTexture": {
"Instance": "testing",
"Id": "7632526",
"Right": ""
@@ -84592,16 +86030,154 @@
"SlotType": "10",
"Description": "A small bolt of cloth",
"Activate": "Dye",
"Sound": "use_potion",
"Consumable": "",
"Soulbound": "",
"BagType": "2"
},
+ {
+ "type": "0x125b",
+ "id": "Large Alchemist Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Large_Alchemist_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1b"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1c"
+ },
+ "Tex1": "0xa000039",
+ "SlotType": "10",
+ "Description": "A large bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
+ {
+ "type": "0x135b",
+ "id": "Small Alchemist Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Small_Alchemist_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1d"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1e"
+ },
+ "Tex2": "0xa000039",
+ "SlotType": "10",
+ "Description": "A small bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
+ {
+ "type": "0x125c",
+ "id": "Large Spooky Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Large_Spooky_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1b"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1c"
+ },
+ "Tex1": "0x900000e",
+ "SlotType": "10",
+ "Description": "A large bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
+ {
+ "type": "0x135c",
+ "id": "Small Spooky Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Small_Spooky_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1d"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1e"
+ },
+ "Tex2": "0x900000e",
+ "SlotType": "10",
+ "Description": "A small bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
+ {
+ "type": "0x125d",
+ "id": "Large Mosaic Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Large_Mosaic_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1b"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1c"
+ },
+ "Tex1": "0xa00003a",
+ "SlotType": "10",
+ "Description": "A large bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
+ {
+ "type": "0x135d",
+ "id": "Small Mosaic Cloth",
+ "Class": "Dye",
+ "DisplayId": "{textiles.Small_Mosaic_Cloth}",
+ "Item": "",
+ "Texture": {
+ "File": "lofiObj3",
+ "Index": "0x1d"
+ },
+ "Mask": {
+ "File": "lofiObj3",
+ "Index": "0x1e"
+ },
+ "Tex2": "0xa00003a",
+ "SlotType": "10",
+ "Description": "A small bolt of cloth",
+ "Activate": "Dye",
+ "Sound": "use_potion",
+ "Consumable": "",
+ "Soulbound": "",
+ "BagType": "2"
+ },
{
"type": "0x0d40",
"id": "Tomb Portal of Cowardice",
"DisplayId": "Portal of Cowardice",
"Class": "Portal",
"IntergamePortal": "",
"Texture": {
"File": "lofiEnvironment",
diff -r -x 'diff.*' -x client.swf -x version.txt -x '*.xml' '--unified=8' -b -B ../current/json/Regions.json ./json/Regions.json
--- ../current/json/Regions.json 2014-08-14 21:30:22.465306921 +0000
+++ ./json/Regions.json 2014-10-16 21:20:24.199388626 +0000
@@ -274,11 +274,16 @@
"type": "0x28",
"id": "Arena Central Spawn",
"Color": "0xFF0000"
},
{
"type": "0x29",
"id": "Arena Edge Spawn",
"Color": "0xFFF700"
+ },
+ {
+ "type": "0x30",
+ "id": "Quest Monster Region",
+ "Color": "0xFFF723"
}
]
}
\ No newline at end of file
Binary files ../current/sheets/d3Chars8x8r.png and ./sheets/d3Chars8x8r.png differ
Binary files ../current/sheets/d3LofiObjBig.png and ./sheets/d3LofiObjBig.png differ
Binary files ../current/sheets/d3LofiObj.png and ./sheets/d3LofiObj.png differ
Binary files ../current/sheets/lofiEnvironment3.png and ./sheets/lofiEnvironment3.png differ
Binary files ../current/sheets/lofiInterface2.png and ./sheets/lofiInterface2.png differ
Binary files ../current/sheets/lofiObj3.png and ./sheets/lofiObj3.png differ
Binary files ../current/sheets/playersSkins16.png and ./sheets/playersSkins16.png differ
Binary files ../current/sheets/playersSkinsMask.png and ./sheets/playersSkinsMask.png differ
Binary files ../current/sheets/playersSkins.png and ./sheets/playersSkins.png differ
Binary files ../current/sheets/textile10x10.png and ./sheets/textile10x10.png differ
Binary files ../current/sheets/textile9x9.png and ./sheets/textile9x9.png differ