feat: ajout des equipement de Chronicles
This commit is contained in:
parent
e44c86317d
commit
7a7228ecf5
1 changed files with 76 additions and 0 deletions
76
game-design/gameplay/battlesystem/gears.md
Normal file
76
game-design/gameplay/battlesystem/gears.md
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
# Sonic Radiance - Gears
|
||||||
|
|
||||||
|
Gears are wearable items that enhance characters. Some are specific to some characters, some are available for everybody.
|
||||||
|
|
||||||
|
There are three types of characters : Gloves, Shoes and Accessories. Each character can wear one pair of gloves, one pair of shoes, and up to three accessories.
|
||||||
|
|
||||||
|
## Shoes
|
||||||
|
|
||||||
|
### Boots (Knuckles, Rouge)
|
||||||
|
|
||||||
|
- Alloy Boots (Armor +4, Defense +1)
|
||||||
|
- Light Boots (Armor +1, Defense +1)
|
||||||
|
- Steel Toe Boots (Armor +3, Power +2)
|
||||||
|
- Swift Boots (Speed +2, Defense +2)
|
||||||
|
- Work Boots (Armor +2, Defense +2)
|
||||||
|
|
||||||
|
### Sneaker (Sonic, Tails, Shadow)
|
||||||
|
|
||||||
|
- Shielded Sneakers (Defense +1)
|
||||||
|
- Speedy Sneakers (Armor +1, Speed +3)
|
||||||
|
- Spiked Sneakers (Armor +1, Power +2)
|
||||||
|
- Stiff Sneakers (Armor +2, Defense +2)
|
||||||
|
-
|
||||||
|
|
||||||
|
### Slippers (Amy, Cream)
|
||||||
|
|
||||||
|
- Alloy Slippers (Armor +3, Defense +2)
|
||||||
|
- Light Slippers (Armor +1, Defense +1)
|
||||||
|
- Nimble Slippers (Armor +1, Defense +1)
|
||||||
|
- Spiked Slippers (Armor +1, Power +2)
|
||||||
|
- Though Slippers (Armor +4, Defense -2)
|
||||||
|
|
||||||
|
## Gloves
|
||||||
|
|
||||||
|
- Boxing Gloves (Power +1)
|
||||||
|
- Cloth Gloves (Attack +1)
|
||||||
|
- Cursed Gloves (Power +6, Attack -2, Defense -2)
|
||||||
|
- Golden Gloves (Power +1, Attack +2, Defense +2)
|
||||||
|
- Gritty Gloves (Power +2, Armor +2, Defense -2)
|
||||||
|
- Lucky Gloves (Attack +1, Luck +2)
|
||||||
|
- Mirror Gloves (Attack +1, Defense +2)
|
||||||
|
- Polymer Gloves (Power +1, Armor +1)
|
||||||
|
- Power Gloves (Power +5, Attack -2)
|
||||||
|
- Sparkly Gloves (Power +3, Attack -1)
|
||||||
|
- Work Gloves (Power +1)
|
||||||
|
|
||||||
|
## Accessories
|
||||||
|
|
||||||
|
### Special Effect
|
||||||
|
|
||||||
|
- Angel Amulet (Automatic revive with 1 HP)
|
||||||
|
- Economizer (All spell -1 PP)
|
||||||
|
- Immunity Idol (Immunity to negative status effect)
|
||||||
|
- Refresher (5% PV each turns)
|
||||||
|
- Replenisher (1PP each turns)
|
||||||
|
- Spooky Charm (ennemy flee more)
|
||||||
|
|
||||||
|
### Dress (Amy, Cream)
|
||||||
|
|
||||||
|
- Chao Print Dress (Power +2)
|
||||||
|
- Pretty Dress (Defense +2, Attack +2)
|
||||||
|
|
||||||
|
### Elemental Rings
|
||||||
|
|
||||||
|
- Earth Ring
|
||||||
|
- Ice Ring
|
||||||
|
- Lightning Ring
|
||||||
|
- Water Ring
|
||||||
|
- Wind Ring
|
||||||
|
|
||||||
|
### Weapons
|
||||||
|
|
||||||
|
- Rock Hammer (Power +10)
|
||||||
|
- ??? Blade (Attack +4)
|
||||||
|
- ??? Teleporter (Defense +4)
|
||||||
|
- ??? Shield (Armor +?)
|
Loading…
Reference in a new issue