5e:Dragon: Difference between revisions
Line 16: | Line 16: | ||
==Dragons, True and Lesser== | ==Dragons, True and Lesser== | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=5eMonster, Pages_Info | |||
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND ( | |join on=5eMonster._pageName=Pages_Info._pageName | ||
|fields=COUNT(_pageName) | |where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (Pages_Info.Hidden=0 OR Pages_Info.Hidden IS NULL) | ||
}} {{srd5lc| | |fields=COUNT(5eMonster._pageName) | ||
}} {{srd5lc|Dragon}}s | |||
<div style="overflow:auto; font-size:0.7em;">{{#cargo_query: | <div style="overflow:auto; font-size:0.7em;">{{#cargo_query: | ||
tables=5eMonster, Pages_Info | tables=5eMonster, Pages_Info | ||
|join on=5eMonster._pageName=Pages_Info._pageName | |join on=5eMonster._pageName=Pages_Info._pageName | ||
|where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND ( | |where=(5eMonster.Type="Dragon" OR 5eMonster.Monster_Tags HOLDS "Dragon") AND (Pages_Info.Hidden=0 OR Pages_Info.Hidden IS NULL) | ||
|fields=CONCAT( '[[', 5eMonster._pageName, '|', 5eMonster.Monster_Name, ']]' )=Dragon,5eMonster.Monster_Size=Size,5eMonster.Type,5eMonster.Monster_Tags=Tags,5eMonster.Monster_Alignment=Alignment,5eMonster.Hit_Points=HP,5eMonster.Hit_Dice=HD,5eMonster.Challenge_Rating=CR,5eMonster.Experience_Points=XP,5eMonster.Canon,Pages_Info.Sources | |fields=CONCAT( '[[', 5eMonster._pageName, '|', 5eMonster.Monster_Name, ']]' )=Dragon,5eMonster.Monster_Size=Size,5eMonster.Type,5eMonster.Monster_Tags=Tags,5eMonster.Monster_Alignment=Alignment,5eMonster.Hit_Points=HP,5eMonster.Hit_Dice=HD,5eMonster.Challenge_Rating=CR,5eMonster.Experience_Points=XP,5eMonster.Canon,Pages_Info.Sources | ||
|order by=5eMonster.Sort_Text | |order by=5eMonster.Sort_Text |
Revision as of 15:34, 18 March 2020
Dragons are large reptilian creatures of ancient origin and tremendous power. True dragons, including the good metallic dragons and the evil chromatic dragons, are highly intelligent and have innate magic. Also in this category are creatures distantly related to true dragons, but less powerful, less intelligent, and less magical, such as wyverns and pseudodragons.
A dragon is a large, serpentine legendary creature that appears in the folklore of many cultures around the world. Beliefs about dragons vary drastically by region, but dragons in western cultures since the High Middle Ages have often been depicted as winged, horned, four-legged, and capable of breathing fire. Dragons in eastern cultures are usually depicted as wingless, four-legged, serpentine creatures with above-average intelligence.
Related Categories
Dragons, True and Lesser
Function: CargoSQLQuery::run Query: SELECT `rly2_cargo__Pages_Info`.`_pageID` AS `cargo_backlink_page_id_Pages_Info`,`rly2_cargo__5eMonster`.`_pageID` AS `cargo_backlink_page_id_5eMonster`,COUNT(`rly2_cargo__5eMonster`.`_pageName`) AS `_pageName)` FROM `rly2_cargo__5eMonster` LEFT OUTER JOIN `rly2_cargo__Pages_Info` ON ((`rly2_cargo__5eMonster`.`_pageName`=`rly2_cargo__Pages_Info`.`_pageName`)) WHERE (`rly2_cargo__5eMonster`.`Type`="Dragon" OR `rly2_cargo__5eMonster`.`_ID` IN (SELECT `_rowID` FROM `rly2_cargo__5eMonster__Monster_Tags` WHERE `_value`= "Dragon") ) AND (`rly2_cargo__Pages_Info`.`Hidden`=0 OR `rly2_cargo__Pages_Info`.`Hidden` IS NULL) ORDER BY `rly2_cargo__Pages_Info`.`_pageID`,`rly2_cargo__5eMonster`.`_pageID`,COUNT(`rly2_cargo__5eMonster`.`_pageName`) LIMIT 100
Sources and Notes
- SRD-OGL v5.1. Licensed OGL ↑
- Wikipedia - Dragon (accessed 2019-11-30). Licensed CC-BY-SA ↑