Commit 9799ccf
committed
chore: delete four more 5E-only classes the lazy registry had hidden
The first census imported kirby_cost and read GenericObject._registry,
which at that point held only the packages eagerly imported -- 208 of
~300. Loading _registry_imports first surfaced skills, talents, perks,
frameworks and martial arts, and with them four more 5E-only classes:
RAPID_ATTACK_RANGED and TWO_WEAPON_FIGHTING_RANGED (6E folds the ranged
variants into one skill with an option), LIGHTNING_REFLEXES_SINGLE (6E
writes every scope as LIGHTNING_REFLEXES_ALL with a narrowing OPTIONID --
kirby-combat's own comment says so and scans the _SINGLE id only
defensively), and MAGESIGHT (a 5E Fantasy Hero talent).
Same category as the 27 deleted before them, same decision (6E only),
same checks: referenced only by their package __init__ and the eager
import list; the loader normalises nothing onto these ids; zero corpus or
authored characters carry them. kirby-combat's defensive string is
harmless and stays.1 parent 0530bde commit 9799ccf
7 files changed
Lines changed: 3 additions & 252 deletions
File tree
- kirby_cost/objects
- skills
- talents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 41 | + | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | | - | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | 47 | | |
51 | | - | |
52 | 48 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
29 | | - | |
30 | 26 | | |
31 | 27 | | |
32 | 28 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments