generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement consolidated Pokemon 5e Module
This is the first draft of a module that consolidates some older Pokemon 5e modules into a more advanced module with more features.
- Loading branch information
1 parent
c7f085d
commit e50c1ec
Showing
2,384 changed files
with
3,273 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,355 @@ | ||
{ | ||
"system": "dnd5e", | ||
"map": [ | ||
{ | ||
"name": "Blinded", | ||
"icon": "modules/pokemon-5e/images/conditions/S_BLN-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.oScVqOHJt5SQszVl]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Charmed", | ||
"icon": "modules/pokemon-5e/images/conditions/S_CHA-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.UWlXFfSX95JVWrYs]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Concentrating", | ||
"icon": "modules/pokemon-5e/images/conditions/S_CONCENTRATE-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.nSoKejZfahbxfggp]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Deafened", | ||
"icon": "modules/pokemon-5e/images/conditions/S_DFN-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.p9CQYqWS7s4Abwqk]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Exhaustion 1", | ||
"icon": "modules/pokemon-5e/images/conditions/EXHAUST1.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.4Z1Ins4wHUAWJal2]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Exhaustion 2", | ||
"icon": "modules/pokemon-5e/images/conditions/EXHAUST2.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.4Z1Ins4wHUAWJal2]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Exhaustion 3", | ||
"icon": "modules/pokemon-5e/images/conditions/EXHAUST3.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.4Z1Ins4wHUAWJal2]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Exhaustion 4", | ||
"icon": "modules/pokemon-5e/images/conditions/EXHAUST4.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.4Z1Ins4wHUAWJal2]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Exhaustion 5", | ||
"icon": "modules/pokemon-5e/images/conditions/EXHAUST5.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.4Z1Ins4wHUAWJal2]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Frightened", | ||
"icon": "modules/pokemon-5e/images/conditions/S_FEAR-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.PTANb5kCweCv3Jna]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Grappled", | ||
"icon": "modules/pokemon-5e/images/conditions/S_GRAPPLE-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.qKqW3LJEQpJ7T3v8]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Incapacitated", | ||
"icon": "modules/pokemon-5e/images/conditions/S_INCAP-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.hWk0QM9u7SUpd4BX]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Invisible", | ||
"icon": "modules/pokemon-5e/images/conditions/S_INVIS-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.pSvtps6WHVAuWh9l]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Paralyzed", | ||
"icon": "modules/pokemon-5e/images/conditions/S_PAR-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.o5oZVdHSWmceeFyx]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Petrified", | ||
"icon": "modules/pokemon-5e/images/conditions/S_PETRIFIED-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.KaKNDyLeWRGqpBlc]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Poisoned", | ||
"icon": "modules/pokemon-5e/images/conditions/S_PSN-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.eJQ3ve6RTdjbNGEz]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Prone", | ||
"icon": "modules/pokemon-5e/images/conditions/S_PRONE-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.ekm4TUHKT3QUPdPv]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Restrained", | ||
"icon": "modules/pokemon-5e/images/conditions/S_RESTRAINED-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.0mkU8eksNfwd1AZY]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Stunned", | ||
"icon": "modules/pokemon-5e/images/conditions/S_STUN-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.IDLJEkgkdcnljtEW]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Unconscious", | ||
"icon": "modules/pokemon-5e/images/conditions/S_FEINT-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "combat-utility-belt.conditionsdnd5e", | ||
"referenceId": "@Compendium[combat-utility-belt.conditionsdnd5e.S499QUmXTVx81wk8]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": true, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Frozen", | ||
"icon": "modules/pokemon-5e/images/conditions/S_FRZ-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "pokemon-5e.conditions", | ||
"referenceId": "@Compendium[pokemon-5e.conditions.2k38DNJqTDHUrlj6]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Burned", | ||
"icon": "modules/pokemon-5e/images/conditions/S_BRN-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "pokemon-5e.conditions", | ||
"referenceId": "@Compendium[pokemon-5e.conditions.l806mVOG3uJ1iwpo]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Asleep", | ||
"icon": "modules/pokemon-5e/images/conditions/S_SLP-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "pokemon-5e.conditions", | ||
"referenceId": "@Compendium[pokemon-5e.conditions.tzsDgxAEvJCseEl1]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Confused", | ||
"icon": "modules/pokemon-5e/images/conditions/S_CNF-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "pokemon-5e.conditions", | ||
"referenceId": "@Compendium[pokemon-5e.conditions.gahfnC06lzdmnevR]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
}, | ||
{ | ||
"name": "Flinched", | ||
"icon": "modules/pokemon-5e/images/conditions/S_FLC-SM.png", | ||
"referenceType": "compendium.journalEntry", | ||
"compendium": "pokemon-5e.conditions", | ||
"referenceId": "@Compendium[pokemon-5e.conditions.X6qQMxQ679MclAGX]", | ||
"applyTrigger": "", | ||
"removeTrigger": "", | ||
"options": { | ||
"overlay": false, | ||
"removeOthers": false, | ||
"markDefeated": false | ||
} | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Unnamed Badges | ||
|
||
These badges are not identified by name in the show, but the artist rendered them anyways. | ||
|
||
I have taken the liberty of giving each of them appropriate names. | ||
|
||
Visit here for more information bout where they come from: | ||
|
||
https://bulbapedia.bulbagarden.net/wiki/Badge#Gallery_of_unidentified_Badges | ||
|
||
- MajorVictory (8/14/2020) |
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.