MissEvelyn wrote: Tue Jul 30, 2024 8:00 pm
So what you're saying is, in order to make everyone happy, Improved Critical needs a prerequisite of Weapon Focus OR +21 levels. Would that work with packages?
Oh, no. It's just that to make it appear as if the Recommend button automatically selects the right weapon-related feats for the player who clicks on the button, in the package system, we put down all of the weapon-related options (Epic Weapon Focus, Weapon Specialization, Epic Weapon Specialization, Overwhelming Critical, and Improved Critical in this case). Players will still have to manually select the right Weapon Focus for their characters. The Recommend button would then select whichever feat is available based on the order of the given list in the package system.
Example Package
Code: Select all
2DA V2.0
FeatIndex Label
0 988 FEAT_EPIC_THUNDERING_RAGE
1 989 FEAT_EPIC_TERRIFYING_RAGE
2 869 FEAT_MIGHTY_RAGE
3 2088 FEAT_EPIC_WEAPON_FOCUS_1HCONCUSSION
4 2089 FEAT_EPIC_WEAPON_FOCUS_1HEDGED
5 2090 FEAT_EPIC_WEAPON_FOCUS_2HANDED
6 2091 FEAT_EPIC_WEAPON_FOCUS_POLEARM
7 2094 FEAT_EPIC_OVERWHELMING_CRITICAL_1HCONCUSSION
8 2095 FEAT_EPIC_OVERWHELMING_CRITICAL_1HEDGED
9 2096 FEAT_EPIC_OVERWHELMING_CRITICAL_2HANDED
10 2097 FEAT_EPIC_OVERWHELMING_CRITICAL_POLEARM
11 2100 FEAT_EPIC_WEAPON_SPECIALIZATION_1HCONCUSSION
12 2101 FEAT_EPIC_WEAPON_SPECIALIZATION_1HEDGED
13 2102 FEAT_EPIC_WEAPON_SPECIALIZATION_2HANDED
14 2103 FEAT_EPIC_WEAPON_SPECIALIZATION_POLEARM
15 2082 FEAT_WEAPON_SPECIALIZATION_1HCONCUSSION
16 2083 FEAT_WEAPON_SPECIALIZATION_1HEDGED
17 2084 FEAT_WEAPON_SPECIALIZATION_2HANDED
18 2085 FEAT_WEAPON_SPECIALIZATION_POLEARM
19 71 FEAT_EPIC_DODGE
20 490 FEAT_EPIC_ARMOR_SKIN
21 584 FEAT_EPIC_PROWESS
22 43 FEAT_EPIC_BLINDING_SPEED
23 2076 FEAT_IMPROVED_CRITICAL_1HCONCUSSION
24 2077 FEAT_IMPROVED_CRITICAL_1HEDGED
25 2078 FEAT_IMPROVED_CRITICAL_2HANDED
26 2079 FEAT_IMPROVED_CRITICAL_POLEARM
27 51 FEAT_EPIC_SKILL_FOCUS_HIDE
28 49 FEAT_EPIC_SKILL_FOCUS_DISCIPLINE
29 10 CripplingStrike
30 11 DefensiveRoll
31 14 ImprovedEvasion
32 389 Expertise
33 413 DivineMight
34 414 DivineShield
35 408 BlindFight
36 390 ImpExpertise
37 23 KnockDown
38 17 ImpKnock
39 28 PowerAttack
40 391 GreatCleave
41 6 Cleave
42 10 Dodge
43 44 WeaponProficiencyExotic
44 24 LightningReflex
45 14 GreatFortitude
46 22 IronWill
As you can see, without the prerequisite, if we put down all the Improved Critical feats (or Weapon Focus feats for that matter), what will happen is the recommend button will recommend taking all the WF and Imp Crit feats before moving on to the next selection of feats beforehand.
Now, technically we can put on a singular Weapon Focus feat before all the pre-epic feats but after the epic feats or WS/Imp Crit, but should a player want to choose any weapon focus other than the one in the front, then the Package will not recommend anything else until that first weapon focus is taken after it has exhausted all the weapon-related feat options from thereon.
The other approach would be to make individual package for each weapon focus types that we have, but that would not only quadruple the workload, but it will also bloat the package system choices on the player side.
The current approach is to make a few basic packages shared among nearly all builds for the first base class taken. And another few default packages specific for when players are multiclassing. This way when players are leveling up different classes (first or 2nd/3rd class slots), their recommend button can help them build their characters by suggesting relevant feats in Arelith as well as distributing skill points without putting down undesirable feats or cross-classing skills.
Players will still have to manually select their Weapon Focus for now.