-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update limiations on forbiddened FEB patches (WIP)
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,64 @@ | ||
1. Now ally characters is limited to no more than 51. You should also make sure the character index is also in limitation, otherwise he will fail to learn and equip skills. | ||
|
||
2. Since move-path can display no more than 20 steps in vanilla, with the increase of unit's mobility, this limitation may cause risk of overflow and thus crush the game. If you get in error on move-path, you can directly remove it by FEB patch [designer config](../Patches/PATCH_DeignerConfig.txt) | ||
|
||
3. The following patches provided by FEBuilderGBA hold clear conflict with c-skillsys thus strictly forbiddened. | ||
- Talk AI | ||
- Anima Triangle | ||
- AnimNumbers | ||
- AoE Area of Effect | ||
- Auto save function | ||
- Status Ailment Swords | ||
- Base stat based promotion for reclassing | ||
- Lose bow durability on miss | ||
- When calculating the attack speed, calculate with CON + Skill / 4. | ||
- Change from death to HP1 with Lethality | ||
- Use magic motion when physical attack hits | ||
- Fixed Exp value of staff | ||
- Increase the RAM area that can record the number of clear turns | ||
- CritCap. Fixed critcal from appearing in excess of 100% | ||
- Con-Reducing Diet Drug | ||
- Limit Weapon Rank Display | ||
- Multi-Class Pick Skill Installer | ||
- Modern Character Growths | ||
- ExModularSave | ||
- Exclude buff states from terrain recovery | ||
- Remove Creature Campaign | ||
- Remove Link Arena Option | ||
- Remove Sound Room | ||
- Remove Support Viewer | ||
- Fates EXP | ||
- Attack and capture enemies with reduced speed like FE5 | ||
- Rogue Robbery | ||
- Staff Range Fix | ||
- FixedGrowthsMode | ||
- Fourth-Allegiance | ||
- Range Display Fix | ||
- Change weapon's range text | ||
- HeroesMovement | ||
- Increase Enemy's hit rate | ||
- HPBars | ||
- Icon Display | ||
- Lose Weapon Ranks on Promotion | ||
- Magic Sword | ||
- Magic Sword Rework | ||
- MapAddInRange Efficiency Fix | ||
- MeleeAndMagicFix | ||
- Fix Weak Promoted Enemies | ||
- Define Multiple Weapons That Cannot Double Attack | ||
- Character/Class: Level Cap Editor | ||
- Change to have multiple units that can call supply | ||
- Passive Boosts Patches | ||
- Change Max HP limit to use set in class | ||
- Staff_Heal_Exp | ||
- Simple CANTO Fix | ||
- EXP Value in dance, steal, Summons, etc | ||
- Allow enemy growths over 100% | ||
- Staff Basal Hit Value | ||
- Battle crit threshold | ||
- Status given by Filla's Might | ||
- Status given by Ninis's Grace | ||
- Status given by Set's Litany | ||
- Status given by Thor's Ire | ||
|
||
Please note that this does not mean that other patches are safe. |