Difference between revisions of "Template:NPCTableHead/doc"
(→Ships) |
(→Ships: Freighter) |
||
Line 28: | Line 28: | ||
:* Industrial {{icon|industrial|16|Industrial}} | :* Industrial {{icon|industrial|16|Industrial}} | ||
:* Industrial2 {{icon|industrial2|16|Industrial}} | :* Industrial2 {{icon|industrial2|16|Industrial}} | ||
+ | :* Freighter{{icon|freighter|16|Freighter}} | ||
:* Drone {{icon|drone|16|Drone}} | :* Drone {{icon|drone|16|Drone}} | ||
:* Fighter {{icon|fighter target|16|Fighter}} | :* Fighter {{icon|fighter target|16|Fighter}} |
Revision as of 06:10, 12 July 2018
This template is used to create NPC table for the pages describing combat complexes.
Dependencies
- Uses {{NPCTableCSS}} to acquire proper CSS. This template is transcluded through {{CMBSite}} so pages that use that template do not need to include anything else.
- Uses {{NPCTableHead}} to generate the header for NPC table.
- Uses {{NPCTableRow}} to generate rows.
- Uses {{NPCTableSeparator}} for separating parts of table with title.
Syntax
{{CMBSite|<Name of the complex>}} OR {{NPCTableCSS}} (either one once somewhere in the article)
{{NPCTableHead|<Table header>}}
{{NPCTableRow|<Ship size>|<Ship count>|<point=yes>|<ewar=Ewar>|<cargo=Loot>|<drop=drop>|<trigger=Trigger>|<note=Notes>}}
{{NPCTableSeparator|<Separator title>}}
{{NPCTableRow|<Ship size>|<Ship count>|<point=yes>|<ewar=Ewar>|<cargo=Loot>|<drop=drop>|<trigger=Trigger>|<note=Notes>}}
|}
NPCTableHead parameters
{{NPCTableHead|<Table header>}}
- Table header
- This is the title of the NPC group, e.g.
Wave 1
,Initial defenders
,Commander wave
, etc.
NPCTableRow parameters
Ships
{{NPCTableRow|<Ship size>|<Ship count>|<point=yes>|<ewar=Ewar>|<cargo=Loot>|<drop=drop>|<trigger=Trigger>|<note=Notes>}}
- Ship size
- This sets the type and size of the NPC ship. Please use one of the following values:
- Industrial
- Industrial2
- Freighter
- Drone
- Fighter
- Frigate
- Commander Frigate
- Elite Frigate
- Overseer Frigate
- Destroyer
- Commander Destroyer
- Cruiser
- Elite Cruiser
- Commander Cruiser
- Storyline Mission Cruiser
- Overseer Cruiser
- Battlecruiser Battlecruiser
- Elite Battlecruiser Battlecruiser
- Overseer Battlecruiser Battlecruiser
- Commander Battlecruiser Battlecruiser
- Battleship
- Elite Battleship
- Commander Battleship
- Overseer Battleship
- Capital Capital
- Carrier
- Supercapital/Supercarrier
- Sentry
- Ship count
- The number of that class of NPC ship. Often this is variable, so feel free to use number ranges (e.g.
10-12
) if necessary.
- Ship names
- The name(s) of the NPCs. It's recommended to consolidate ships of the same class into a single line (e.g.
Coreli Patroller/Watchman
). If there are a large number of different ship types, list the most common three or four types (e.g.Corelum Chief Defender/Guard/Protector/...
).
- point
- If the NPC has a warp disruptor or warp scrambler, set the
point=yes
parameter (otherwise omit it). If the NPC uses warp scrambler (shuts off MWD and stops MJD) you can specifypoint=scram
.
- ewar
- If the NPC uses electronic warfare, describe it here. Use the
{{icon}}
template; use the mouseover text to describe the EWAR type, and (if available) additional details (e.g. maximum range of the EWAR). If NPCs use multiple types of EWAR, add them all. Some examples:- ECM:
{{icon|ecm|24|Jamming}}
- Tracking disruption:
{{icon|td|24|Tracking disruption}}
- Sensor dampening:
{{icon|damp|24|Sensor dampening (to 60 km)}}
- Target painting:
{{icon|tp|24|Target painting}}
- Stasis webifier:
{{icon|web|24|Stasis webifier}}
- Energy neutralization ("neut"):
{{icon|neut|24|Neuting}}
- ECM:
If no additional information about ewar is needed more simple ewar =
is enough. If a ship uses multiple ewar types you can specify second ewar type with ewar2 =
- cargo and drop
- If something noteworthy drops it should be marked as cargo (shiny) or drop (not shiny).
- note
- If there is something else noteworthy about this ship then it can be added in this note.
Examples:
- cargo
- If the NPC drops notable loot (e.g. faction modules, tech 2 salvage), note it here.
- trigger
- If destroying the NPC causes something to happen (unlock acceleration gate, trigger a new wave of enemies, etc), then use this parameter.
- note
- Use this parameter to add a footnote, which you can use to describe important information about the NPC (for instance, for very high dps NPCs, or high self-repair...).
Structures
Notable structures can also be added to the table. The following values can be used:
In addition to the ship parameters noted above, structure entries can also use all the same parameters as ships.
NPCTableSeparator parameters
{{NPCTableSeparator|<Separator title>}}
- Separator title
- This is the title which describes next NPC group when you don't want to create additional table e.g.
After 50% armor
,On Commander aggression
,Group near gate
etc.
Sample output
{{NPCTableCSS}}
{{NPCTableHead|Wave #34}}
{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar=Damp|ewar2=Web|cargo=Drops Gist X-Type 100MN Microwarpdrive}}
{{NPCTableSeparator|After 25% on target structure}}
{{NPCTableRow|Battleship|100|Centum Loyal Fiend|ewar=Neut||trigger = Escalation trigger}}
|}
- gives...
WD | EWAR | L
| ||
---|---|---|---|---|
100 x Frigate Coreli Agent | ||||
After 25% on target structure | ||||
100 x Battleship Centum Loyal Fiend |
{{NPCTableCSS}}
{{NPCTableHead|Structures}}
{{NPCTableRow|Acceleration Gate|1|Acceleration Gate|trigger = 5 km proximity trigger for the gate wave}}
{{NPCTableRow|Station|1|Serpentis Stronghold|cargo=Drops Shadow Serpentis modules}}
{{NPCTableRow|Container|3|Supply Cache|drop=T1 ammo}}
{{NPCTableRow|Red Container|1|Sealed Container|cargo=24th Overseer Special Effect and sometimes a Nestor BPC}}
|}
- gives...
WD | EWAR | L
| ||
---|---|---|---|---|
1 x Acceleration Gate | ||||
1 x Serpentis Stronghold | ||||
3 x Supply Cache | ||||
1 x Sealed Container |