mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
Remove duplicate Eagle0pedia page headings (#8400)
This commit is contained in:
@@ -3,8 +3,6 @@ title: Eagle Commands
|
||||
description: Strategic command reference for Eagle command panels.
|
||||
---
|
||||
|
||||
# Eagle Commands
|
||||
|
||||
Eagle commands are the strategic actions a faction can take from a province command panel. The server advertises available commands with `AvailableCommand`, and the client posts the matching `SelectedCommand`.
|
||||
|
||||
Most commands belong to the province currently acting this turn. Some are reaction commands, such as resolving diplomacy offers, handling captured heroes, or choosing a battle aftermath decision.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: Factions
|
||||
description: Reference for Eagle factions, leaders, prestige, diplomacy, and province focus.
|
||||
---
|
||||
|
||||
# Factions
|
||||
|
||||
Factions are the political actors in Eagle. They control provinces, command heroes and battalions, negotiate diplomacy, and compete for victory.
|
||||
|
||||
The player-facing faction model is `FactionView`. It includes the faction id, head hero, leaders, name, prestige, relationships, incoming diplomacy offers, and optional focus province.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: Heroes
|
||||
description: Reference for Eagle heroes, stats, professions, and battlefield roles.
|
||||
---
|
||||
|
||||
# Heroes
|
||||
|
||||
Heroes are named characters who lead factions, rule provinces, command troops, perform strategic commands, and appear as units in Shardok battles.
|
||||
|
||||
The player-facing hero model is `HeroView`. It includes identity, faction membership, profession, core stats, personality stats, vigor, loyalty, abilities, portrait path, and backstory text.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: Eagle0pedia
|
||||
description: Reference companion for Eagle0 commands, systems, and game concepts.
|
||||
---
|
||||
|
||||
# Eagle0pedia
|
||||
|
||||
Eagle0pedia is the in-game reference companion for Eagle0. The tutorial answers "what should I do next?"; these pages answer "what does this mean?"
|
||||
|
||||
This Starlight site lives close to the game data and can be reviewed with code changes before being deployed to `pedia.eagle0.net`.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: Provinces
|
||||
description: Reference for Eagle provinces, resources, infrastructure, orders, and tactical maps.
|
||||
---
|
||||
|
||||
# Provinces
|
||||
|
||||
Provinces are the strategic map locations in Eagle. They hold resources, heroes, battalions, province orders, incoming armies, local events, and the Shardok map used when battles occur there.
|
||||
|
||||
The player-facing province model is `ProvinceView`. Public information includes id, name, ruling faction, known events, known incoming armies, and an `as_of` date. When the player has full information, `FullProvinceInfo` adds the detailed local state.
|
||||
|
||||
@@ -3,8 +3,6 @@ title: Shardok Commands
|
||||
description: Tactical command reference for Shardok battles.
|
||||
---
|
||||
|
||||
# Shardok Commands
|
||||
|
||||
Shardok commands are the tactical actions available during a battle. The tactical engine advertises them as `CommandDescriptor` values with a command type, acting unit, target hex or unit, path, odds, and any follow-up command types.
|
||||
|
||||
Commands shown in `current_command` can be posted now. Commands shown in `preview_command` are useful for the UI, but are not currently postable.
|
||||
|
||||
Reference in New Issue
Block a user