AI Profile: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
mNo edit summary
m Added Pet Profile List
Line 1: Line 1:
[[AI Profile]]s are provided in the AI.json file, giving the internal name of both a profile name and the internal ability names used by that profile.
[[AI Profile]]s (AIP) are provided in the AI.json file, giving the internal name of both a profile name and the internal ability names used by that profile.


Pages placed in the AIP namespace use [[Template:Combat Ability]]  and [[Template:Combat Ability Rage]] to swap the internal names for the icons and ability descriptions seen by players in-game.
Pages placed in the AIP namespace use [[Template:Combat Ability]]  and [[Template:Combat Ability Rage]] to swap the internal names for the icons and ability descriptions seen by players in-game.
==== Monster Profiles ====
Profiles for Monsters are placed in [[:Category:AI Profile]].
{{ #dpl:
{{ #dpl:
  | category  = AI Profile
  | category  = AI Profile
| include    = *
| columns = 1
| table      = class="sortable wikitable" style="width:100%",Profile Name
}}
==== Pet Profiles ====
Profiles for Tamed Pets are placed in [[:Category:Pet Profile]].
{{ #dpl:
| category  = Pet Profile
  | include    = *
  | include    = *
  | columns = 1
  | columns = 1
  | table      = class="sortable wikitable" style="width:100%",Profile Name
  | table      = class="sortable wikitable" style="width:100%",Profile Name
}}
}}

Revision as of 18:18, 11 January 2021

AI Profiles (AIP) are provided in the AI.json file, giving the internal name of both a profile name and the internal ability names used by that profile.

Pages placed in the AIP namespace use Template:Combat Ability and Template:Combat Ability Rage to swap the internal names for the icons and ability descriptions seen by players in-game.

Monster Profiles

Profiles for Monsters are placed in Category:AI Profile. {{ #dpl:

| category   = AI Profile
| include    = *
| columns = 1
| table      = class="sortable wikitable" style="width:100%",Profile Name

}}

Pet Profiles

Profiles for Tamed Pets are placed in Category:Pet Profile. {{ #dpl:

| category   = Pet Profile
| include    = *
| columns = 1
| table      = class="sortable wikitable" style="width:100%",Profile Name

}}