Updated Project PEQ Expansions Concept Doc (markdown)

Logan
2019-01-21 19:28:23 -08:00
parent 7ee9295680
commit 16a65043ee
+17 -7
@@ -9,13 +9,23 @@ This document describes the challenges and solutions to creating a dynamic-expan
- adventure_template: Since multiple expansions add different styles of adventures, add support for this. - adventure_template: Since multiple expansions add different styles of adventures, add support for this.
- char_create_combinations: expansions_req contains this data - char_create_combinations: expansions_req contains this data
- doors: Does this need expansion? I'm leaning no, zone will determine - doors: Does this need expansion? I'm leaning no, zone will determine
- items: may need expansion to ensure merchants, global_loot, starting_items are not populated with out of era items - fishing: add expansions field
- loottables - add expansions field - forage: add expansions field
- spawn2: need expansion to disable spawning of certain npcs - global_loot: add expansions field
- spells_new: needs a way to discern expansion for allowing certain spells. - ground_spawns: add expansions field
- titles: may need expansion? - loottable: add expansions field
- tradeskill_recipe: needs expansion - lootdrop: add expansions field
- zone: will not be able to zone into an area unless you are GM status or have the expansion enabled. - merchantlist: add expansions field
- object: add expansions field
- spawn2: add expansions field
- spells_new: add expansions field
- starting_items - add expansions field
- start_zones: add expansions field
- titles: add expansions field
- tradeskill_recipe: add expansions field
- traps: add expansions field
- tributes: add expansions field
- zone: add expansions field
- Quests - Quests
- Perhaps add a feature to prefix a quest file with an expansion to enable/disable it? Especially useful for things like player.pl/player.lua. - Perhaps add a feature to prefix a quest file with an expansion to enable/disable it? Especially useful for things like player.pl/player.lua.
### Combat ### Combat