mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-11 19:43:52 +00:00
64th open format — replaces ItemRandomProperties.dbc +
ItemRandomSuffix.dbc plus the AzerothCore-style suffix-roll
tables. Defines random "of the X" suffixes that roll on
green and blue items at world drop ("Sturdy Cloth Cap of
the Bear" = base item + STR + STA suffix).
5 suffix categories (Generic / Elemental / Defensive /
PvPSuffix / Crafted), per-suffix item-quality bracket gating
(only blue+ items can roll PvPSuffix), restricted-slot mask
that limits which equipment slots a suffix can apply to (15
slot bits matching WCEQ slot enum), and up to 5 stat bonus
slots per suffix matching WoW canonical max.
statValuePoints isn't an absolute number — it's a scaling
base that the runtime multiplies by an item-level
coefficient to compute the final per-item bonus, so "of the
Bear" gives proportionally more strength on a level-60 item
than on a level-20 item.
Cross-references with prior formats — statKind values match
WIT.statType enum (STR=4, AGI=3, INT=5, SPI=6, STA=7) so
item generators roll consistent stats with base items.
CLI: --gen-suf (3 generic stat triads — Bear STR+STA, Eagle
INT+SPI, Tiger STR+AGI), --gen-suf-magical (4 elemental
spell-power suffixes restricted to caster-eligible slots),
--gen-suf-pvp (3 PvPSuffix entries with resilience + offensive
stats, blue+ quality only), --info-wsuf, --validate-wsuf with
--json variants. Validator catches id+name required, category
0..4, quality range valid (0..7 covers heirloom), itemQuality
floor<=ceiling, stat-kind/value pairing (kind=0 with value!=0
is a typo, vice versa), and no-stats warning (suffix renames
item without changing it).
Format graph: 63 → 64 binary formats. CLI flag count: 854
→ 861.
282 lines
7.6 KiB
C++
282 lines
7.6 KiB
C++
#include "cli_dispatch.hpp"
|
|
|
|
#include "cli_gen_audio.hpp"
|
|
#include "cli_zone_packs.hpp"
|
|
#include "cli_audits.hpp"
|
|
#include "cli_readmes.hpp"
|
|
#include "cli_zone_inventory.hpp"
|
|
#include "cli_project_inventory.hpp"
|
|
#include "cli_gen_texture.hpp"
|
|
#include "cli_gen_mesh.hpp"
|
|
#include "cli_mesh_io.hpp"
|
|
#include "cli_mesh_edit.hpp"
|
|
#include "cli_wom_info.hpp"
|
|
#include "cli_format_validate.hpp"
|
|
#include "cli_convert.hpp"
|
|
#include "cli_format_info.hpp"
|
|
#include "cli_pack.hpp"
|
|
#include "cli_content_info.hpp"
|
|
#include "cli_zone_info.hpp"
|
|
#include "cli_data_tree.hpp"
|
|
#include "cli_diff.hpp"
|
|
#include "cli_spawn_audit.hpp"
|
|
#include "cli_items.hpp"
|
|
#include "cli_extract_info.hpp"
|
|
#include "cli_export.hpp"
|
|
#include "cli_bake.hpp"
|
|
#include "cli_migrate.hpp"
|
|
#include "cli_validate_interop.hpp"
|
|
#include "cli_glb_inspect.hpp"
|
|
#include "cli_wom_io.hpp"
|
|
#include "cli_world_io.hpp"
|
|
#include "cli_info_tree.hpp"
|
|
#include "cli_info_bytes.hpp"
|
|
#include "cli_info_extents.hpp"
|
|
#include "cli_info_water.hpp"
|
|
#include "cli_info_density.hpp"
|
|
#include "cli_info_audio.hpp"
|
|
#include "cli_world_info.hpp"
|
|
#include "cli_world_map.hpp"
|
|
#include "cli_sound_catalog.hpp"
|
|
#include "cli_spawns_catalog.hpp"
|
|
#include "cli_items_catalog.hpp"
|
|
#include "cli_loot_catalog.hpp"
|
|
#include "cli_creatures_catalog.hpp"
|
|
#include "cli_quests_catalog.hpp"
|
|
#include "cli_objects_catalog.hpp"
|
|
#include "cli_factions_catalog.hpp"
|
|
#include "cli_locks_catalog.hpp"
|
|
#include "cli_skills_catalog.hpp"
|
|
#include "cli_spells_catalog.hpp"
|
|
#include "cli_achievements_catalog.hpp"
|
|
#include "cli_trainers_catalog.hpp"
|
|
#include "cli_gossip_catalog.hpp"
|
|
#include "cli_taxi_catalog.hpp"
|
|
#include "cli_talents_catalog.hpp"
|
|
#include "cli_maps_catalog.hpp"
|
|
#include "cli_chars_catalog.hpp"
|
|
#include "cli_tokens_catalog.hpp"
|
|
#include "cli_triggers_catalog.hpp"
|
|
#include "cli_titles_catalog.hpp"
|
|
#include "cli_events_catalog.hpp"
|
|
#include "cli_mounts_catalog.hpp"
|
|
#include "cli_battlegrounds_catalog.hpp"
|
|
#include "cli_mail_catalog.hpp"
|
|
#include "cli_gems_catalog.hpp"
|
|
#include "cli_guilds_catalog.hpp"
|
|
#include "cli_conditions_catalog.hpp"
|
|
#include "cli_pets_catalog.hpp"
|
|
#include "cli_auction_catalog.hpp"
|
|
#include "cli_channels_catalog.hpp"
|
|
#include "cli_cinematics_catalog.hpp"
|
|
#include "cli_glyphs_catalog.hpp"
|
|
#include "cli_vehicles_catalog.hpp"
|
|
#include "cli_holidays_catalog.hpp"
|
|
#include "cli_liquids_catalog.hpp"
|
|
#include "cli_list_formats.hpp"
|
|
#include "cli_info_magic.hpp"
|
|
#include "cli_animations_catalog.hpp"
|
|
#include "cli_spell_visuals_catalog.hpp"
|
|
#include "cli_summary_dir.hpp"
|
|
#include "cli_rename_magic.hpp"
|
|
#include "cli_world_state_ui_catalog.hpp"
|
|
#include "cli_player_conditions_catalog.hpp"
|
|
#include "cli_trade_skills_catalog.hpp"
|
|
#include "cli_creature_equipment_catalog.hpp"
|
|
#include "cli_item_sets_catalog.hpp"
|
|
#include "cli_touch_tree.hpp"
|
|
#include "cli_game_tips_catalog.hpp"
|
|
#include "cli_companions_catalog.hpp"
|
|
#include "cli_spell_mechanics_catalog.hpp"
|
|
#include "cli_keybindings_catalog.hpp"
|
|
#include "cli_tree_summary_md.hpp"
|
|
#include "cli_spell_schools_catalog.hpp"
|
|
#include "cli_lfg_catalog.hpp"
|
|
#include "cli_catalog_grep.hpp"
|
|
#include "cli_macros_catalog.hpp"
|
|
#include "cli_char_features_catalog.hpp"
|
|
#include "cli_pvp_catalog.hpp"
|
|
#include "cli_bags_catalog.hpp"
|
|
#include "cli_runes_catalog.hpp"
|
|
#include "cli_loading_screens_catalog.hpp"
|
|
#include "cli_item_suffixes_catalog.hpp"
|
|
#include "cli_quest_objective.hpp"
|
|
#include "cli_quest_reward.hpp"
|
|
#include "cli_clone.hpp"
|
|
#include "cli_remove.hpp"
|
|
#include "cli_add.hpp"
|
|
#include "cli_random.hpp"
|
|
#include "cli_items_export.hpp"
|
|
#include "cli_items_mutate.hpp"
|
|
#include "cli_zone_create.hpp"
|
|
#include "cli_tiles.hpp"
|
|
#include "cli_zone_mgmt.hpp"
|
|
#include "cli_strip.hpp"
|
|
#include "cli_repair.hpp"
|
|
#include "cli_makefile.hpp"
|
|
#include "cli_zone_list.hpp"
|
|
#include "cli_tilemap.hpp"
|
|
#include "cli_deps.hpp"
|
|
#include "cli_for_each.hpp"
|
|
#include "cli_check.hpp"
|
|
#include "cli_introspect.hpp"
|
|
#include "cli_texture_helpers.hpp"
|
|
#include "cli_mesh_info.hpp"
|
|
#include "cli_zone_data.hpp"
|
|
#include "cli_project_actions.hpp"
|
|
#include "cli_zone_export.hpp"
|
|
|
|
namespace wowee {
|
|
namespace editor {
|
|
namespace cli {
|
|
|
|
namespace {
|
|
|
|
// Each handler family takes (int& i, int argc, char** argv,
|
|
// int& outRc) and returns true if it claimed the flag. The
|
|
// table is walked in order until one returns true. Order
|
|
// rarely matters — flags are exact-string-matched, so two
|
|
// families can't both claim the same flag — but families with
|
|
// shorter/cheaper checks still come first by convention.
|
|
using DispatchFn = bool (*)(int&, int, char**, int&);
|
|
|
|
constexpr DispatchFn kDispatchTable[] = {
|
|
handleGenAudio,
|
|
handleZonePacks,
|
|
handleAudits,
|
|
handleReadmes,
|
|
handleZoneInventory,
|
|
handleProjectInventory,
|
|
handleGenTexture,
|
|
handleGenMesh,
|
|
handleMeshIO,
|
|
handleMeshEdit,
|
|
handleWomInfo,
|
|
handleFormatValidate,
|
|
handleConvert,
|
|
handleFormatInfo,
|
|
handlePack,
|
|
handleContentInfo,
|
|
handleZoneInfo,
|
|
handleDataTree,
|
|
handleDiff,
|
|
handleSpawnAudit,
|
|
handleItems,
|
|
handleExtractInfo,
|
|
handleExport,
|
|
handleBake,
|
|
handleMigrate,
|
|
handleValidateInterop,
|
|
handleGlbInspect,
|
|
handleWomIo,
|
|
handleWorldIo,
|
|
handleInfoTree,
|
|
handleInfoBytes,
|
|
handleInfoExtents,
|
|
handleInfoWater,
|
|
handleInfoDensity,
|
|
handleInfoAudio,
|
|
handleWorldInfo,
|
|
handleWorldMap,
|
|
handleSoundCatalog,
|
|
handleSpawnsCatalog,
|
|
handleItemsCatalog,
|
|
handleLootCatalog,
|
|
handleCreaturesCatalog,
|
|
handleQuestsCatalog,
|
|
handleObjectsCatalog,
|
|
handleFactionsCatalog,
|
|
handleLocksCatalog,
|
|
handleSkillsCatalog,
|
|
handleSpellsCatalog,
|
|
handleAchievementsCatalog,
|
|
handleTrainersCatalog,
|
|
handleGossipCatalog,
|
|
handleTaxiCatalog,
|
|
handleTalentsCatalog,
|
|
handleMapsCatalog,
|
|
handleCharsCatalog,
|
|
handleTokensCatalog,
|
|
handleTriggersCatalog,
|
|
handleTitlesCatalog,
|
|
handleEventsCatalog,
|
|
handleMountsCatalog,
|
|
handleBattlegroundsCatalog,
|
|
handleMailCatalog,
|
|
handleGemsCatalog,
|
|
handleGuildsCatalog,
|
|
handleConditionsCatalog,
|
|
handlePetsCatalog,
|
|
handleAuctionCatalog,
|
|
handleChannelsCatalog,
|
|
handleCinematicsCatalog,
|
|
handleGlyphsCatalog,
|
|
handleVehiclesCatalog,
|
|
handleHolidaysCatalog,
|
|
handleLiquidsCatalog,
|
|
handleListFormats,
|
|
handleInfoMagic,
|
|
handleAnimationsCatalog,
|
|
handleSpellVisualsCatalog,
|
|
handleSummaryDir,
|
|
handleRenameMagic,
|
|
handleWorldStateUICatalog,
|
|
handlePlayerConditionsCatalog,
|
|
handleTradeSkillsCatalog,
|
|
handleCreatureEquipmentCatalog,
|
|
handleItemSetsCatalog,
|
|
handleTouchTree,
|
|
handleGameTipsCatalog,
|
|
handleCompanionsCatalog,
|
|
handleSpellMechanicsCatalog,
|
|
handleKeybindingsCatalog,
|
|
handleTreeSummaryMd,
|
|
handleSpellSchoolsCatalog,
|
|
handleLFGCatalog,
|
|
handleCatalogGrep,
|
|
handleMacrosCatalog,
|
|
handleCharFeaturesCatalog,
|
|
handlePVPCatalog,
|
|
handleBagsCatalog,
|
|
handleRunesCatalog,
|
|
handleLoadingScreensCatalog,
|
|
handleItemSuffixesCatalog,
|
|
handleQuestObjective,
|
|
handleQuestReward,
|
|
handleClone,
|
|
handleRemove,
|
|
handleAdd,
|
|
handleRandom,
|
|
handleItemsExport,
|
|
handleItemsMutate,
|
|
handleZoneCreate,
|
|
handleTiles,
|
|
handleZoneMgmt,
|
|
handleStrip,
|
|
handleRepair,
|
|
handleMakefile,
|
|
handleZoneList,
|
|
handleTilemap,
|
|
handleDeps,
|
|
handleForEach,
|
|
handleCheck,
|
|
handleIntrospect,
|
|
handleTextureHelpers,
|
|
handleMeshInfo,
|
|
handleZoneData,
|
|
handleProjectActions,
|
|
handleZoneExport,
|
|
};
|
|
|
|
} // namespace
|
|
|
|
bool tryDispatchAll(int& i, int argc, char** argv, int& outRc) {
|
|
for (DispatchFn fn : kDispatchTable) {
|
|
if (fn(i, argc, argv, outRc)) return true;
|
|
}
|
|
return false;
|
|
}
|
|
|
|
} // namespace cli
|
|
} // namespace editor
|
|
} // namespace wowee
|