User:Lady Elyssa/Builds/Sandbox7

From Guild Wars 2 Wiki
Jump to navigationJump to search

Trying to display all the skills by their individual type (weapon, utility, etc) that provide Might to any given profession / specialisation and then later by traits.

Seems there is a form to test the parameters and view the output here: https://wiki.guildwars2.com/wiki/Special:RunQuery/Skill_fact_query and also here https://wiki.guildwars2.com/wiki/Property:Has_specialization_type

Fury
{{skill list by property|utility|[[Is for profession::Warrior]][[Has specialization type::Core]][[Has subobject.Has fact::Fury]]}}
{{skill list by property|utility|[[Is for profession::Warrior]][[Has specialization type::Core]][[Has subobject.Has fact::Fury]]}}
{{skill list by property|utility|[[Has profession::Warrior]][[Has subobject.Has filter keyword::Fury]]}}
{{skill list by property|utility|[[Is for specialization::Berserker]][[Has subobject.Has fact::Fury]]}}
{{skill list|Utility|Fury|[[Is for profession::Warrior]][[Has subobject.Has fact::Fury]]}}
Related Skills Filter (taken from Template Page)

Found an interesting interaction here. Clicking on Warrior, the Skill List section below updates to show what I am looking to achieve, indicating it is possible to achieve it. Now to try and break it down so that the Skill List can do the chosen profession without the need for the filter options to be shown.....


Filter for {{Related skills}}. The following templates support this filter:

See also
Skill List

No good, shows All Professions a specific profession is picked from the Related Skills filter above.

{{skill list|utility|might|[[Is for profession::Warrior]]}} 
Skill List by Property

Shows all skills by Warrior, but not those that provide Might

{{Skill list by property|Utility|[[Is for profession::Warrior]][[Has subobject.Has fact::Might]]}}