Actions

Template

WeaponInfoCard: Difference between revisions

From Forsaken Planet

Created page with " <bootstrap_card header="{{{Name}}}" class="enemy-stats-card"> {{{Image}}} {| class="table table-bordered" ! class="enemy-stats-line" colspan="2" |Details |- !Icons |{{{Icons}}} |- !Slot |{{{Slot}}} |- !Attack Range |{{{AttackRangeStyle}}} {{#if:{{{RareAttackRange|{{{LegendaryAttackRange|}}}}}}| {{!}}- ! class="enemy-stats-line" colspan="2" {{!}}Damage Ranges ''at level 60'' {{!}}- !Rare {{!}}{{{RareAttackRange}}} {{!}}- !Legendary {{!}}{{{LegendaryAttackRange}}} }} |-..."
 
No edit summary
Line 63: Line 63:
"RareAttackRange": {},
"RareAttackRange": {},
"LegendaryAttackRange": {},
"LegendaryAttackRange": {},
"DoesDamage": {
"type": "boolean",
"default": "yes",
"required": true
},
"AttackRangeStyle": {
"AttackRangeStyle": {
"type": "string"
"type": "string"
Line 77: Line 72:
"Icons",
"Icons",
"Slot",
"Slot",
"DoesDamage",
"AttackRangeStyle",
"AttackRangeStyle",
"RareAttackRange",
"RareAttackRange",

Revision as of 19:09, 12 January 2025

{{{Name}}}

{{{Image}}}

Details
Icons {{{Icons}}}
Slot {{{Slot}}}
Attack Range {{{AttackRangeStyle}}}
Perks

(see also: generic weapon perks)


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

no description

Stringrequired
ImageImage

no description

Filesuggested
IconsIcons

no description

Unknownoptional
SlotSlot

no description

Stringrequired
AttackRangeStyleAttackRangeStyle

no description

Stringoptional
RareAttackRangeRareAttackRange

no description

Unknownoptional
LegendaryAttackRangeLegendaryAttackRange

no description

Unknownoptional