adds light_clay to items. uses it visually

This commit is contained in:
shayebeadlingkl 2024-05-10 16:07:51 -04:00
parent b46377fab4
commit 4ac51a4351
4 changed files with 3148 additions and 3127 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

View File

@ -920,7 +920,7 @@ export const modifierTypes = {
CANDY_JAR: () => new ModifierType('Candy Jar', 'Increases the number of levels added by Rare Candy items by 1', (type, _args) => new Modifiers.LevelIncrementBoosterModifier(type)),
LIGHT_CLAY: () => new ModifierType('Light Clay', 'Aurora Veil, Light Screen, or Reflect lasts 8 turns instead of 5.',
(type, _args) => new Modifiers.ExtendScreenModifier(type), 'coin_case'),
(type, _args) => new Modifiers.ExtendScreenModifier(type), 'light_clay'),
BERRY_POUCH: () => new ModifierType('Berry Pouch', 'Adds a 25% chance that a used berry will not be consumed',
(type, _args) => new Modifiers.PreserveBerryModifier(type)),