|
|
| Line 293: |
Line 293: |
| </div> | | </div> |
| </onlyinclude> | | </onlyinclude> |
|
| |
| {{Infobox item
| |
| |item_imagefilepath=Heroic Aura
| |
| |item_name=Heroic Aura
| |
| |item_type=Weapon
| |
| |has_components=true
| |
| |component1_name=Basic Magazine
| |
| |has_passive1=true
| |
| |has_active1=true
| |
| |has_iscomponentof=true
| |
| |iscomponentof1_name=Headhunter
| |
| |item_stat1=+20% [[Bullet Lifesteal]]
| |
| |item_stat2=+150 Bonus [[Health]]
| |
| |item_stat3=+1m/s [[Move Speed]]
| |
| |souls=3,000
| |
| |passive1_description=Provides [[Fire Rate]] to nearby player [[minion]]s.
| |
| |passive1_cooldown=
| |
| |passive1_stat1=+40% Minions Fire Rate
| |
| (Conditional)
| |
| |passive1_stat2=20m Radius
| |
| |active1_description=Provides bonus Movement Speed and Fire Rate to you and nearby allies.
| |
| |active1_cooldown=30s
| |
| |active1_stat1=+3m/s Movement Speed
| |
| (Conditional)
| |
| |active1_stat2=+25% Fire Rate
| |
| (Conditional)
| |
| |active1_stat3=30m Active Radius|active1_stat4=6s Duration}}
| |
| <noinclude> | | <noinclude> |
| == Template Data ==
| | {{/doc}} |
| <templatedata>
| |
| { | |
| "params": {
| |
| "souls": {
| |
| "type": "number",
| |
| "required": true
| |
| },
| |
| "item_name": {
| |
| "type": "wiki-page-name",
| |
| "required": true
| |
| },
| |
| "has_passive1": {
| |
| "type": "string",
| |
| "default": "false",
| |
| "autovalue": "false",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "true",
| |
| "false"
| |
| ]
| |
| },
| |
| "has_active1": {
| |
| "type": "string",
| |
| "default": "false",
| |
| "autovalue": "false",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "true",
| |
| "false"
| |
| ]
| |
| },
| |
| "has_iscomponentof": {
| |
| "type": "string",
| |
| "default": "false",
| |
| "autovalue": "false",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "true",
| |
| "false"
| |
| ]
| |
| },
| |
| "passive1_description": {
| |
| "type": "string"
| |
| },
| |
| "active1_description": {
| |
| "type": "string"
| |
| },
| |
| "has_components": {
| |
| "type": "string",
| |
| "default": "false",
| |
| "autovalue": "false",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "true",
| |
| "false"
| |
| ]
| |
| },
| |
| "component1_name": {
| |
| "type": "wiki-page-name"
| |
| },
| |
| "iscomponentof1_name": {
| |
| "type": "wiki-page-name"
| |
| },
| |
| "item_description": {
| |
| "type": "string"
| |
| },
| |
| "item_stat3": {
| |
| "type": "string"
| |
| },
| |
| "item_stat4": {
| |
| "type": "string"
| |
| },
| |
| "item_stat5": {
| |
| "type": "string"
| |
| },
| |
| "passive1_cooldown": {
| |
| "type": "number"
| |
| },
| |
| "active1_stat1": {
| |
| "type": "string"
| |
| },
| |
| "active1_stat2": {
| |
| "type": "string"
| |
| },
| |
| "active1_stat3": {
| |
| "type": "string"
| |
| },
| |
| "active1_stat4": {
| |
| "type": "string"
| |
| },
| |
| "active1_stat5": {
| |
| "type": "string"
| |
| },
| |
| "active1_cooldown": {
| |
| "type": "number"
| |
| },
| |
| "passive1_stat1": {
| |
| "type": "string"
| |
| },
| |
| "passive1_stat2": {
| |
| "type": "string"
| |
| },
| |
| "passive1_stat3": {
| |
| "type": "string"
| |
| },
| |
| "passive2_description": {
| |
| "type": "string"
| |
| },
| |
| "passive2_cooldown": {
| |
| "type": "number"
| |
| },
| |
| "passive2_stat1": {
| |
| "type": "string"
| |
| },
| |
| "passive2_stat2": {
| |
| "type": "string"
| |
| },
| |
| "passive2_stat3": {
| |
| "type": "string"
| |
| },
| |
| "passive2_stat4": {
| |
| "type": "string"
| |
| },
| |
| "passive2_stat5": {
| |
| "type": "string"
| |
| },
| |
| "item_stat1": {
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "item_stat2": {
| |
| "type": "string"
| |
| },
| |
| "passive1_stat4": {
| |
| "type": "string"
| |
| },
| |
| "passive1_stat5": {
| |
| "type": "string"
| |
| },
| |
| "item_type": {
| |
| "type": "string",
| |
| "suggestedvalues": [
| |
| "Weapon",
| |
| "Vitality",
| |
| "Spirit"
| |
| ],
| |
| "required": true
| |
| },
| |
| "item_imagefilepath": {
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "has_passive2": {
| |
| "type": "string",
| |
| "default": "false",
| |
| "autovalue": "false",
| |
| "required": true,
| |
| "suggestedvalues": [
| |
| "true",
| |
| "false"
| |
| ]
| |
| }
| |
| },
| |
| "paramOrder": [
| |
| "item_imagefilepath",
| |
| "item_name",
| |
| "item_type",
| |
| "has_components",
| |
| "has_passive1",
| |
| "has_passive2",
| |
| "has_active1",
| |
| "has_iscomponentof",
| |
| "item_description",
| |
| "item_stat1",
| |
| "item_stat2",
| |
| "item_stat3",
| |
| "item_stat4",
| |
| "item_stat5",
| |
| "souls",
| |
| "component1_name",
| |
| "passive1_description",
| |
| "passive1_cooldown",
| |
| "passive1_stat1",
| |
| "passive1_stat2",
| |
| "passive1_stat3",
| |
| "passive1_stat4",
| |
| "passive1_stat5",
| |
| "passive2_description",
| |
| "passive2_cooldown",
| |
| "passive2_stat1",
| |
| "passive2_stat2",
| |
| "passive2_stat3",
| |
| "passive2_stat4",
| |
| "passive2_stat5",
| |
| "active1_description",
| |
| "active1_cooldown",
| |
| "active1_stat1",
| |
| "active1_stat2",
| |
| "active1_stat3",
| |
| "active1_stat4",
| |
| "active1_stat5",
| |
| "iscomponentof1_name"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| </noinclude> | | </noinclude> |