Changes between Version 22 and Version 23 of NewEgos
- Timestamp:
- 10/21/11 06:47:02 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewEgos
v22 v23 134 134 135 135 == Backporting to V 3.x == 136 There is a problem with using this code to generate only the items found in 3.3.x's ego_item.txt. In order to get a theme, an item must already have at least of its affixes. If we take the example of {{{*slay* dragon}}}, none of its three affixes (+CON, RES_FEAR or KILL_DRAGON) are ever found separately on weapons in 3.3.x. So you could never create an item with this theme using this system.136 There is a problem with using this code to generate only the items found in 3.3.x's ego_item.txt. In order to get a theme, an item must already have at least two of that theme's affixes. If we take the example of {{{*slay* dragon}}}, none of its three affixes (+CON, RES_FEAR or KILL_DRAGON) are ever found separately on weapons in 3.3.x. So you could never create an item with this theme using this system. 137 137 138 138 If you got rid of themes altogether and simply turned them back into rare affixes, you would need to make sure that an item could only have one affix (so that it could not get both Gondolin and Defender, for example) - thereby losing the point of affixes altogether. At that point you just have a minor variation on the old ego system, with some parser changes.