Compare commits
3 Commits
b03becfe5e
...
ee877c9b83
Author | SHA1 | Date |
---|---|---|
|
ee877c9b83 | |
|
7863a5519e | |
|
b76888ba7d |
|
@ -2,7 +2,7 @@ name = "Bandit"
|
|||
|
||||
[[world]]
|
||||
name = "Agrabah"
|
||||
room = ["Desert: Cave", "Treasure Room", "Lamp Chamber"]
|
||||
rooms = ["Desert: Cave", "Treasure Room", "Lamp Chamber"]
|
||||
|
||||
[[world]]
|
||||
name = "Monstro"
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Deep Jungle"
|
|||
|
||||
[[world]]
|
||||
name = "Monstro"
|
||||
room = ["Bowels", "Stomach"]
|
||||
rooms = ["Bowels", "Stomach"]
|
||||
|
||||
[[world]]
|
||||
name = "End of the World"
|
||||
|
|
|
@ -2,11 +2,11 @@ name = "Darkball"
|
|||
|
||||
[[world]]
|
||||
name = "Traverse Town"
|
||||
room = ["3rd District", "Gizmo Shop"]
|
||||
rooms = ["3rd District", "Gizmo Shop"]
|
||||
|
||||
[[world]]
|
||||
name = "Agrabah"
|
||||
room = ["Bazaar", "Palace Gates"]
|
||||
rooms = ["Bazaar", "Palace Gates"]
|
||||
|
||||
[[world]]
|
||||
name = "Hollow Bastion"
|
||||
|
@ -16,7 +16,7 @@ name = "End of the World"
|
|||
|
||||
[[world]]
|
||||
name = "Neverland"
|
||||
room = ["Ship: Freezer", "Captain's Cabin"]
|
||||
rooms = ["Ship: Freezer", "Captain's Cabin"]
|
||||
|
||||
[[drops]]
|
||||
name = "Hi-Potion"
|
||||
|
|
|
@ -2,7 +2,7 @@ name = "Defender"
|
|||
|
||||
[[world]]
|
||||
name = "Traverse Town"
|
||||
room = ["3rd District", "Hotel Hallway", "Gizmo Shop"]
|
||||
rooms = ["3rd District", "Hotel Hallway", "Gizmo Shop"]
|
||||
|
||||
[[world]]
|
||||
name = "Hollow Bastion"
|
||||
|
|
|
@ -11,7 +11,7 @@ name = "Monstro"
|
|||
|
||||
[[world]]
|
||||
name = "Deep Jungle"
|
||||
room = ["Jungle: Cliff"]
|
||||
rooms = ["Jungle: Cliff"]
|
||||
|
||||
[[world]]
|
||||
name = "Hollow Bastion"
|
||||
|
|
|
@ -2,7 +2,7 @@ name = "Pirate"
|
|||
|
||||
[[world]]
|
||||
name = "Neverland"
|
||||
room = ["Captain's Cabin"]
|
||||
rooms = ["Captain's Cabin"]
|
||||
|
||||
[[world]]
|
||||
name = "Monstro"
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Deep Jungle"
|
|||
|
||||
[[world]]
|
||||
name = "Monstro"
|
||||
room = ["Chamber 5", "Chamber 6"]
|
||||
rooms = ["Chamber 5", "Chamber 6"]
|
||||
|
||||
[[world]]
|
||||
name = "End of the World"
|
||||
|
|
|
@ -2,7 +2,7 @@ name = "Red Nocturne"
|
|||
|
||||
[[world]]
|
||||
name = "Monstro"
|
||||
room = ["Chamber 6"]
|
||||
rooms = ["Chamber 6"]
|
||||
|
||||
[[world]]
|
||||
name = "End of the World"
|
||||
|
|
|
@ -2,7 +2,7 @@ name = "Soldier"
|
|||
|
||||
[[world]]
|
||||
name = "Agrabah"
|
||||
room = ["Main Street"]
|
||||
rooms = ["Main Street"]
|
||||
|
||||
[[drops]]
|
||||
name = "Spirit Shard"
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
name = "Air Droid"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Air Soldier"
|
||||
icon = "air_soldier_kh3"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Anchor Raider"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Crystal"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Crystal"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Beasts & Bugs"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 16
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,37 @@
|
|||
name = "Berserker"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Twilight Town"
|
||||
rooms = ["The Old Mansion: Battlegate 3"]
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
rooms = ["Middle Tier: Battlegate 9"]
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Crystal"
|
||||
kind = "material"
|
||||
chance = 73
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Crystal"
|
||||
kind = "material"
|
||||
chance = 18
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Evanescent Crystal"
|
||||
kind = "material"
|
||||
chance = 9
|
||||
|
||||
[drops.material]
|
||||
category = "evanescent"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,37 @@
|
|||
name = "Bizarre Archer"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Twilight Town"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Bouncy Pets"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Chaos Carriage"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,51 @@
|
|||
name = "Chief Puff"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 16
|
||||
info = "While in Tower mode"
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
info = "While in Tower mode"
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "shard"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Dusk"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Stone"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "stone"
|
|
@ -0,0 +1,28 @@
|
|||
name = "Earth Core"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Shard"
|
||||
kind = "material"
|
||||
chance = 15
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Stone"
|
||||
kind = "material"
|
||||
chance = 10
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "stone"
|
|
@ -0,0 +1,25 @@
|
|||
name = "Flame Core"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Shard"
|
||||
kind = "material"
|
||||
chance = 15
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Stone"
|
||||
kind = "material"
|
||||
chance = 10
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "stone"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Flood"
|
||||
kind = "unversed"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Sinister Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "sinister"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,32 @@
|
|||
name = "Flowersnake"
|
||||
kind = "unversed"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Sinister Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "sinister"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Sinister Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "sinister"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Fluttering"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "gem"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Focus Popcat"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,63 @@
|
|||
name = "Frost Serpent"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Crystal"
|
||||
kind = "material"
|
||||
chance = 30
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Stone"
|
||||
kind = "material"
|
||||
chance = 40
|
||||
info = "Dropped from its Wings"
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Gem"
|
||||
kind = "material"
|
||||
chance = 40
|
||||
info = "Dropped from its Wings"
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 40
|
||||
info = "Dropped from its Tail"
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Gem"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
info = "Dropped from its Tail"
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Crystal"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
info = "Dropped from its Tail"
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,35 @@
|
|||
name = "Gambler"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Stone"
|
||||
kind = "material"
|
||||
chance = 18
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Gem"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Crystal"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Gigas"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Gold Beat"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "gem"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Helmed Body"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Crystal"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Crystal"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,31 @@
|
|||
name = "High Soldier"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Crystal"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Crystal"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Large Body"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Twilight Town"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Magic Popcat"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,25 @@
|
|||
name = "Malachite Bolero"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "gem"
|
|
@ -0,0 +1,25 @@
|
|||
name = "Marine Rumba"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "gem"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Marionette"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Stone"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Mechanitaur"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Crystal"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Crystal"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Metal Troll"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 30
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Munny Popcat"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Neoshadow"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "gem"
|
|
@ -0,0 +1,32 @@
|
|||
name = "Ninja"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Stone"
|
||||
kind = "material"
|
||||
chance = 18
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Gem"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Crystal"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Parasol Beauty"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Patchwork Animals"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Pogo Shovel"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Pole Cannon"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Stone"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
|
@ -0,0 +1,25 @@
|
|||
name = "Popcat"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Powerwild"
|
||||
|
||||
[[world]]
|
||||
name = "The Carribean"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Shard"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Stone"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Puffball"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "stone"
|
|
@ -0,0 +1,32 @@
|
|||
name = "Reaper"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Shard"
|
||||
kind = "material"
|
||||
chance = 18
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "gem"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Rock Troll"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 30
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Satyr"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,94 @@
|
|||
name = "Sea Sprite"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
info = "When blue"
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
info = "When blue"
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
info = "When red"
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
info = "When red"
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
info = "When yellow"
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
info = "When yellow"
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
info = "When iridescent"
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
info = "When iridescent"
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
info = "When iridescent"
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Shadow"
|
||||
|
||||
[[world]]
|
||||
name = "Dark World"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Writhing Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "writhing"
|
||||
kind = "stone"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Sniper"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Shard"
|
||||
kind = "material"
|
||||
chance = 18
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Betwixt Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "betwixt"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Soldier"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Sorcerer"
|
||||
kind = "nobody"
|
||||
|
||||
[[world]]
|
||||
name = "Twilight Town"
|
||||
|
||||
[[drops]]
|
||||
name = "Twilight Crystal"
|
||||
kind = "material"
|
||||
chance = 80
|
||||
|
||||
[drops.material]
|
||||
category = "twilight"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Crystal"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Spear Lizard"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Crystal"
|
||||
kind = "material"
|
||||
chance = 2
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,32 @@
|
|||
name = "Spiked Turtletoad"
|
||||
kind = "unversed"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Sinister Crystal"
|
||||
kind = "material"
|
||||
chance = 20
|
||||
|
||||
[drops.material]
|
||||
category = "sinister"
|
||||
kind = "crystal"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 10
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Pulsing Gem"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "pulsing"
|
||||
kind = "gem"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Supreme Smasher"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Shard"
|
||||
kind = "material"
|
||||
chance = 162
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Tireblade"
|
||||
|
||||
[[world]]
|
||||
name = "San Fransokyo"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Lightning Crystal"
|
||||
kind = "material"
|
||||
chance = 2
|
||||
|
||||
[drops.material]
|
||||
category = "lightning"
|
||||
kind = "crystal"
|
|
@ -0,0 +1,23 @@
|
|||
name = "Turtletoad"
|
||||
kind = "unversed"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Sinister Gem"
|
||||
kind = "material"
|
||||
chance = 16
|
||||
|
||||
[drops.material]
|
||||
category = "sinister"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
|
@ -0,0 +1,31 @@
|
|||
name = "Vaporfly"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Lucid Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "lucid"
|
||||
kind = "gem"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Gem"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "gem"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Vermilion Samba"
|
||||
|
||||
[[world]]
|
||||
name = "Monstropolis"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Stone"
|
||||
kind = "material"
|
||||
chance = 12
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Blazing Gem"
|
||||
kind = "material"
|
||||
chance = 6
|
||||
|
||||
[drops.material]
|
||||
category = "blazing"
|
||||
kind = "gem"
|
|
@ -0,0 +1,34 @@
|
|||
name = "Vitality Popcat"
|
||||
|
||||
[[world]]
|
||||
name = "Toy Box"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Wellspring Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "wellspring"
|
||||
kind = "stone"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Shard"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Hungry Stone"
|
||||
kind = "material"
|
||||
chance = 4
|
||||
|
||||
[drops.material]
|
||||
category = "hungry"
|
||||
kind = "stone"
|
|
@ -0,0 +1,28 @@
|
|||
name = "Water Core"
|
||||
|
||||
[[world]]
|
||||
name = "Olympus"
|
||||
|
||||
[[world]]
|
||||
name = "Kingdom of Corona"
|
||||
|
||||
[[world]]
|
||||
name = "The Caribbean"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Shard"
|
||||
kind = "material"
|
||||
chance = 15
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Soothing Stone"
|
||||
kind = "material"
|
||||
chance = 10
|
||||
|
||||
[drops.material]
|
||||
category = "soothing"
|
||||
kind = "stone"
|
|
@ -0,0 +1,22 @@
|
|||
name = "Winterhorn"
|
||||
|
||||
[[world]]
|
||||
name = "Arendelle"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Shard"
|
||||
kind = "material"
|
||||
chance = 16
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "shard"
|
||||
|
||||
[[drops]]
|
||||
name = "Frost Stone"
|
||||
kind = "material"
|
||||
chance = 8
|
||||
|
||||
[drops.material]
|
||||
category = "frost"
|
||||
kind = "stone"
|
|
@ -1,12 +1,15 @@
|
|||
import {
|
||||
init,
|
||||
init as matFilterInit,
|
||||
kindFilter,
|
||||
showOnlyTracked,
|
||||
track,
|
||||
} from "../common/mat-kind-filter.js";
|
||||
|
||||
import { init as worldInit } from "../common/enemy-worlds.js";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
init();
|
||||
matFilterInit();
|
||||
worldInit();
|
||||
});
|
||||
|
||||
Object.assign(window, { track });
|
|
@ -0,0 +1,40 @@
|
|||
export function init() {
|
||||
const enemies = document.querySelectorAll(".enemy");
|
||||
|
||||
for (const enemyWrapper of enemies) {
|
||||
toggleWorldDisplay(enemyWrapper);
|
||||
enemyWrapper.addEventListener("click", function () {
|
||||
toggleWorldDisplay(this);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function toggleWorldDisplay(display) {
|
||||
const showWorlds = display.dataset["showWorlds"] === "true";
|
||||
|
||||
const enemyWorlds = display.querySelector(".worlds");
|
||||
const worldsWrapper = display.querySelectorAll(".worlds > div");
|
||||
const worldsIcons = display.querySelectorAll(".worlds > div > img");
|
||||
|
||||
if (!showWorlds) {
|
||||
enemyWorlds.style.width = "32px";
|
||||
for (const wrapper of worldsWrapper) {
|
||||
wrapper.style.height = "32px";
|
||||
}
|
||||
for (const icon of worldsIcons) {
|
||||
icon.width = "32";
|
||||
icon.height = "32";
|
||||
}
|
||||
} else {
|
||||
enemyWorlds.style.width = "256px";
|
||||
for (const wrapper of worldsWrapper) {
|
||||
wrapper.style.height = "auto";
|
||||
}
|
||||
for (const icon of worldsIcons) {
|
||||
icon.width = "64";
|
||||
icon.height = "64";
|
||||
}
|
||||
}
|
||||
|
||||
display.dataset["showWorlds"] = !showWorlds;
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
import {
|
||||
init,
|
||||
kindFilter,
|
||||
showOnlyTracked,
|
||||
track,
|
||||
} from "../common/mat-kind-filter.js";
|
||||
|
||||
document.addEventListener("DOMContentLoaded", (event) => {
|
||||
init();
|
||||
});
|
||||
|
||||
Object.assign(window, { track });
|
|
@ -7,6 +7,12 @@
|
|||
display: flex;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
gap: 32px;
|
||||
|
||||
.enemy {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.drop {
|
||||
display: flex;
|
||||
|
@ -40,4 +46,24 @@
|
|||
/* } */
|
||||
/* } */
|
||||
}
|
||||
|
||||
.worlds {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 256px;
|
||||
height: 316px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
||||
div {
|
||||
display: inline-flex;
|
||||
margin-bottom: 16px;
|
||||
font-size: 14px;
|
||||
align-items: center;
|
||||
|
||||
p {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
@import url("../common/drops.css");
|
|
@ -1 +0,0 @@
|
|||
@import url("../common/drops.css");
|
|
@ -4,7 +4,7 @@ use serde::Deserialize;
|
|||
|
||||
use super::materials::MaterialDetails;
|
||||
|
||||
#[derive(Debug, Deserialize, PartialEq, Eq)]
|
||||
#[derive(Default, Debug, Deserialize, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
||||
pub struct Enemy {
|
||||
pub name: String,
|
||||
pub icon: Option<String>,
|
||||
|
@ -32,10 +32,10 @@ impl Enemy {
|
|||
for path in paths {
|
||||
let enemy_str = std::fs::read_to_string(path).unwrap();
|
||||
let mut enemy = toml::from_str::<Enemy>(&enemy_str).unwrap();
|
||||
enemy
|
||||
.drops
|
||||
.iter_mut()
|
||||
.for_each(|d| d.from = enemy.name.clone());
|
||||
enemy.drops.iter_mut().for_each(|d| {
|
||||
d.from = enemy.name.clone();
|
||||
d.spawns = enemy.world.clone();
|
||||
});
|
||||
enemies.push(enemy);
|
||||
}
|
||||
|
||||
|
@ -48,6 +48,8 @@ pub struct EnemyDrop {
|
|||
pub name: String,
|
||||
#[serde(skip)]
|
||||
pub from: String,
|
||||
#[serde(skip)]
|
||||
pub spawns: Vec<SpawnLocation>,
|
||||
pub chance: EnemyDropChance,
|
||||
pub kind: EnemyDropKind,
|
||||
pub info: Option<String>,
|
||||
|
@ -84,9 +86,15 @@ impl Display for EnemyDropChance {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, PartialEq, Eq)]
|
||||
#[derive(Debug, Deserialize, PartialEq, Eq, PartialOrd, Ord, Clone)]
|
||||
pub struct SpawnLocation {
|
||||
pub name: String,
|
||||
#[serde(default)]
|
||||
pub rooms: Vec<String>,
|
||||
}
|
||||
|
||||
impl SpawnLocation {
|
||||
pub fn texture(&self) -> String {
|
||||
self.name.replace(" ", "-").to_lowercase()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -322,7 +322,7 @@ impl MaterialDrops {
|
|||
return GENERIC_MATERIAL_ICON.to_string();
|
||||
}
|
||||
|
||||
let category = self.category.get_category(game);
|
||||
let category = self.category.get_texture_group();
|
||||
let kind = self.kind.to_string();
|
||||
let path = format!(
|
||||
"{}/materials/{}/{}.webp",
|
||||
|
@ -330,7 +330,7 @@ impl MaterialDrops {
|
|||
);
|
||||
let path = path::Path::new(&path);
|
||||
if path.exists() {
|
||||
format!("{}/{}", self.category.get_category(game), self.kind)
|
||||
format!("{}/{}", self.category.get_texture_group(), self.kind)
|
||||
} else {
|
||||
GENERIC_MATERIAL_ICON.to_string()
|
||||
}
|
||||
|
|
35
src/kh3.rs
35
src/kh3.rs
|
@ -1,12 +1,26 @@
|
|||
use askama::Template;
|
||||
use food::Recipes;
|
||||
use itertools::Itertools;
|
||||
|
||||
use crate::{RuntimeModule, create_file};
|
||||
use crate::{
|
||||
RuntimeModule,
|
||||
common::{Game, enemy::Enemy, materials::MaterialDrops},
|
||||
create_file,
|
||||
};
|
||||
|
||||
mod food;
|
||||
|
||||
const ENEMIES_PATH: &str = "./input/kh3/enemies";
|
||||
const RECIPES_PATH: &str = "./input/kh3/recipes.toml";
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "pages/kh3/drops.html")]
|
||||
struct DropsTemplate {
|
||||
pub game: Game,
|
||||
pub drops: Vec<MaterialDrops>,
|
||||
pub material_kinds: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Template)]
|
||||
#[template(path = "pages/kh3/food-sim.html")]
|
||||
struct RecipesTemplate {
|
||||
|
@ -17,10 +31,29 @@ pub struct Module;
|
|||
|
||||
impl RuntimeModule for Module {
|
||||
fn start_module() {
|
||||
tracing::info!("Loading enemy data from {}", ENEMIES_PATH);
|
||||
let enemies = Enemy::import(ENEMIES_PATH);
|
||||
|
||||
let drops = MaterialDrops::new(enemies);
|
||||
let material_kinds = drops
|
||||
.iter()
|
||||
.map(|d| d.category.get_category(&Game::Kh3))
|
||||
.dedup()
|
||||
.collect();
|
||||
|
||||
tracing::info!("Loading recipes data from {}", RECIPES_PATH);
|
||||
let recipes_str = std::fs::read_to_string(RECIPES_PATH).unwrap();
|
||||
let recipes = toml::from_str::<Recipes>(&recipes_str).unwrap();
|
||||
|
||||
tracing::info!("Generating the KH3 drops template");
|
||||
let drops_template = DropsTemplate {
|
||||
game: Game::Kh3,
|
||||
drops,
|
||||
material_kinds,
|
||||
};
|
||||
|
||||
create_file("./out/kh3", "drops", drops_template).unwrap();
|
||||
|
||||
tracing::info!("Generating the KH3 recipes template");
|
||||
let food_template = RecipesTemplate { recipes };
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
{% include "components/common/only-tracked-filter.html" %}
|
||||
<br />
|
||||
{% include "components/common/kind-filters.html" %}
|
||||
<br />
|
||||
|
||||
{% for drop in drops %}
|
||||
{% call macros::drop("shard") %}
|
||||
{% call macros::drop("stone") %}
|
||||
{% call macros::drop("gem") %}
|
||||
{% call macros::drop("crystal") %}
|
||||
{% endfor %}
|
|
@ -17,12 +17,41 @@
|
|||
</div>
|
||||
<div class="enemies">
|
||||
{% for drop in drops %}
|
||||
<div class="drop">
|
||||
<div
|
||||
style="background-image: url('../public/assets/enemies/{{ drop.texture() }}.webp');"
|
||||
></div>
|
||||
<span>{{ drop.from +}}</span>
|
||||
<span>{{+ drop.chance }}</span>
|
||||
<div class="enemy">
|
||||
<div class="drop">
|
||||
<div
|
||||
style="background-image: url('../public/assets/enemies/{{ drop.texture() }}.webp');"
|
||||
></div>
|
||||
<span>{{ drop.from +}}</span>
|
||||
<span>{{+ drop.chance }}</span>
|
||||
</div>
|
||||
<div class="worlds">
|
||||
{% for spawn in drop.spawns %}
|
||||
{% if spawn.rooms.len() > 0 %}
|
||||
{% for room in spawn.rooms %}
|
||||
<div>
|
||||
<img
|
||||
src="../public/assets/worlds/{{ spawn.texture() }}.webp"
|
||||
width="64"
|
||||
height="64"
|
||||
/>
|
||||
<p>
|
||||
{{ spawn.name +}} - {{+ room }}
|
||||
</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<div>
|
||||
<img
|
||||
src="../public/assets/worlds/{{ spawn.texture() }}.webp"
|
||||
width="64"
|
||||
height="64"
|
||||
/>
|
||||
<p>{{ spawn.name }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
{% if cfg!(feature = "kh3") %}
|
||||
<h1>Kingdom Hearts III</h1>
|
||||
<ul>
|
||||
<li><a href="./kh3/drops.html">Material Drops</a></li>
|
||||
<li><a href="./kh3/food-sim.html">Food Simulator</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
|
|
@ -4,23 +4,13 @@
|
|||
{% block title %}KH1 - Drops{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/kh1/drops.css") }}"></link>
|
||||
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/common/drops.css") }}"></link>
|
||||
<script
|
||||
type="module"
|
||||
src="{{ crate::find_hash("/public/scripts/kh1/drops.js") }}"
|
||||
src="{{ crate::find_hash("/public/scripts/common/drops.js") }}"
|
||||
></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "components/common/only-tracked-filter.html" %}
|
||||
<br />
|
||||
{% include "components/common/kind-filters.html" %}
|
||||
<br />
|
||||
|
||||
{% for drop in drops %}
|
||||
{% call macros::drop("shard") %}
|
||||
{% call macros::drop("stone") %}
|
||||
{% call macros::drop("gem") %}
|
||||
{% call macros::drop("crystal") %}
|
||||
{% endfor %}
|
||||
{% include "components/common/drops.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -4,23 +4,13 @@
|
|||
{% block title %}KH2 - Drops{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/kh2/drops.css") }}"></link>
|
||||
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/common/drops.css") }}"></link>
|
||||
<script
|
||||
type="module"
|
||||
src="{{ crate::find_hash("/public/scripts/kh2/drops.js") }}"
|
||||
src="{{ crate::find_hash("/public/scripts/common/drops.js") }}"
|
||||
></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "components/common/only-tracked-filter.html" %}
|
||||
<br />
|
||||
{% include "components/common/kind-filters.html" %}
|
||||
<br />
|
||||
|
||||
{% for drop in drops %}
|
||||
{% call macros::drop("shard") %}
|
||||
{% call macros::drop("stone") %}
|
||||
{% call macros::drop("gem") %}
|
||||
{% call macros::drop("crystal") %}
|
||||
{% endfor %}
|
||||
{% include "components/common/drops.html" %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
{% extends "layouts/base.html" %}
|
||||
{% import "macros/common/macros.html" as macros %}
|
||||
|
||||
{% block title %}KH2 - Drops{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="{{ crate::find_hash("/public/styles/common/drops.css") }}"></link>
|
||||
<script
|
||||
type="module"
|
||||
src="{{ crate::find_hash("/public/scripts/common/drops.js") }}"
|
||||
></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% include "components/common/drops.html" %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue