10,981
editsAd placeholder
Template:Weapon action page: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 138: | Line 138: | ||
| attack_roll = Boolean | | attack_roll = Boolean | ||
| duration = Integer | | duration = Integer | ||
<!-- "range" is an SQL keyword, so we use "range_type" --> | |||
| range_type = String | | range_type = String | ||
| range_ft = Float | | range_ft = Float | ||
| range_m = Float | | range_m = Float | ||
<!-- "condition" is an SQL keyword, so we use "condition_name" --> | |||
| condition_name = String | | condition_name = String | ||
| condition_save = String | | condition_save = String | ||
Line 152: | Line 154: | ||
| icon = {{#var:icon}} | | icon = {{#var:icon}} | ||
| action_type = {{{action type|action}}} | | action_type = {{{action type|action}}} | ||
| attack_roll = {{{attack roll|no}}} | | attack_roll = {{{attack roll|no}}} | ||
| duration = {{{duration|0}}} | | duration = {{{duration|0}}} | ||
| range_ft = {{{range ft|0}}} | | range_ft = {{{range ft|0}}} | ||
| range_m = {{{range m|0}}} | | range_m = {{{range m|0}}} | ||
| condition_name = {{{condition|}}} | |||
| condition_duration = {{{condition duration|0}}} | | condition_duration = {{{condition duration|0}}} | ||
}} | }} | ||
}}</includeonly> | }}</includeonly> |