diff --git a/input/kh2/drops/serenity.toml b/input/kh2/drops/serenity.toml index d576d62..72c8797 100644 --- a/input/kh2/drops/serenity.toml +++ b/input/kh2/drops/serenity.toml @@ -28,6 +28,23 @@ chance = 4 from = "Toy Soldier" chance = 4 +[[shard]] +from = "Beffudler" +chance = 3 + +[[shard]] +from = "Camo Cannon" +chance = 3 + +[[shard]] +from = "Iron Hammer" +chance = 4 + +[[shard]] +from = "Bulky Vendor" +chance = 100 +note = "Using Capsule Prize reaction" + [[stone]] from = "Crimson Jazz" chance = 4 @@ -48,34 +65,53 @@ chance = 4 from = "Morning Star" chance = 4 +[[stone]] +from = "Aerial Champ" +chance = 4 + +[[stone]] +from = "Aerial Viking" +chance = 4 + +[[stone]] +from = "Lance Warrior" +chance = 4 + +[[stone]] +from = "Magic Phantom" +chance = 4 + +[[stone]] +from = "Necromancer" +chance = 4 + +[[stone]] +from = "Bulky Vendor" +chance = 100 +note = "Using Rare Capsule reaction" + [[gem]] -from = "Dancer" +from = "Mad Ride" chance = 4 [[gem]] -from = "Dragoon" +from = "Reckless" chance = 4 [[gem]] -from = "Gambler" +from = "Runemaster" chance = 4 [[gem]] -from = "Sniper" +from = "Spring Metal" chance = 4 -[[crystal]] -from = "Assassin" -chance = 4 +[[gem]] +from = "Bulky Vendor" +chance = 100 +note = "Using Limited Capsule reaction" [[crystal]] -from = "Berserker" -chance = 4 - -[[crystal]] -from = "Samurai" -chance = 4 - -[[crystal]] -from = "Sorcerer" -chance = 4 +from = "Bulky Vendor" +chance = 100 +note = "Using Prime Capsule reaction" diff --git a/templates/components/kh2/style.css b/templates/components/kh2/style.css index 1b9df15..805e36e 100644 --- a/templates/components/kh2/style.css +++ b/templates/components/kh2/style.css @@ -5,6 +5,8 @@ .enemies { display: flex; + width: 100%; + flex-wrap: wrap; .drop { display: flex;