Template:AOE: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{SmallIcon|Aoe Icon.png}} Area of Effect: {{{m}}}{{nbts}}m / {{{ft}}}{{nbts}}ft ({{{1}}})</includeonly><noinclude>
<includeonly>{{SmallIcon|Aoe Icon.png}} Area of Effect: {{{m}}}{{nbts}}m / {{{ft}}}{{nbts}}ft ({{#switch: {{lc: {{{1}}} }}
Usage: {{code|<nowiki>{{AOE|m=5|ft=17|Radius}}</nowiki>}}
| radius | sphere | circle = Radius
| cone = Cone
| cube = Cube
| #default = UNKNOWN SHAPE
}})</includeonly><noinclude>
Usage: {{code|<nowiki>{{AOE | radius | m = 5 | ft = 17 }}</nowiki>}}


Result: {{AOE|m=5|ft=17|Radius}}
Result: {{AOE | radius | m = 5 | ft = 17 }}


All types of Area of Effect shapes:
Usage: {{code|<nowiki>{{AOE | cone | m = 5 | ft = 17 }}</nowiki>}}
* Sphere/Circle/Cylinder: {{code|<nowiki>{{AOE|m=5|ft=17|Radius}}</nowiki>}}


* Cone: {{code|<nowiki>{{AOE|m=5|ft=17|Cone}}</nowiki>}}
Result: {{AOE | cone | m = 5 | ft = 17 }}


* Cube: {{code|<nowiki>{{AOE|m=5|ft=17|Cube}}</nowiki>}}
Usage: {{code|<nowiki>{{AOE | cube | m = 5 | ft = 17 }}</nowiki>}}


Result: {{AOE | cube | m = 5 | ft = 17 }}
</noinclude>
</noinclude>

Revision as of 06:36, 19 February 2023

Usage: {{AOE | radius | m = 5 | ft = 17 }}

Result: Area of Effect: 5 m / 17 ft (Radius)

Usage: {{AOE | cone | m = 5 | ft = 17 }}

Result: Area of Effect: 5 m / 17 ft (Cone)

Usage: {{AOE | cube | m = 5 | ft = 17 }}

Result: Area of Effect: 5 m / 17 ft (Cube)