Toggle menu
1.3K
1.7K
694
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Walpo/Sandbox/Template:Infobox npc: Difference between revisions

From Veloren Wiki
Content added Content deleted
No edit summary
No edit summary
Line 35: Line 35:
{{!}} colspan="2" class="infobox-text" {{!}} {{{damage|}}}
{{!}} colspan="2" class="infobox-text" {{!}} {{{damage|}}}
{{!}}-
{{!}}-
}}

{{#if: {{{includedrops|}}}
|
{{!}}-
{{!}} colspan="2" class="infobox-title" {{!}} Drops
{{!}} class="infobox-title" {{!}} %
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;" {{!}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center;"
{{#if: {{{dropname1|}}}
|
{{!}} [[Image:Veloren_{{{dropname1|}}}|25px|link=]] [[{{{dropname1|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance1|}}}
|
{{!}} {{{chance1|}}} %
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname2|}}}
|
[[Image:Veloren_{{{dropname2|}}}|25px|link=]] [[{{{dropname2|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance2|}}}
|
{{!}} {{{chance2|}}} %
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname3|}}}
|
{{!}} [[Image:Veloren_{{{dropname3|}}}|25px|link=]] [[{{{dropname3|}}}]]}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance3|}}}
|
{{{chance3|}}}%
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}}colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname4|}}}
|
{{!}} [[Image:Veloren_{{{dropname4|}}}|25px|link=]] [[{{{dropname4|}}}]]
}}
{{!}}class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance4|}}}
|
{{!}} {{{chance4|}}}%
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname5|}}}
|
{{!}} [[Image:Veloren_{{{dropname5|}}}|25px|link=]] [[{{{dropname5|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance5|}}}
|
{{!}} {{{chance5|}}}%
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname6|}}}
|
{{!}} [[Image:Veloren_{{{dropname6|}}}|25px|link=]] [[{{{dropname6|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance6|}}}
|
{{!}} {{{chance6|}}}%
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname7|}}}
|
[[Image:Veloren_{{{dropname7|}}}|25px|link=]] [[{{{dropname7|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance7|}}}
|
{{!}} {{{chance7|}}}%
{{!}}-
{{!}} colspan="3" style="border-top: 2px solid #181b1f;"
}}
{{!}}-
{{!}} colspan="2" class="infobox-text" style="text-align: center"
{{#if: {{{dropname8|}}}
|
[[Image:Veloren_{{{dropname8|}}}|25px|link=]] [[{{{dropname8|}}}]]
}}
{{!}} class="infobox-text" style="width: 20%; text-align: center;"
{{#if: {{{chance8|}}} | {{{chance8|}}}%
{{!}}-
}}
{{!}} colspan="3" style="border-top: 2px solid #181b1f"; {{!}}
}}
}}


|-
|-
! colspan="3" class="infobox-title" | Technical Information
! colspan="3" class="infobox-title" style="font-size: 90%" | Technical Information
|-
|-


Line 192: Line 82:
"type": "number",
"type": "number",
"suggested": true
"suggested": true
},
"includedrops": {},
"dropname1": {
"label": "Drop name 1",
"example": "Raw Meat Slab",
"type": "string"
},
"chance1": {
"label": "Drop chance 1",
"example": "1",
"type": "number"
},
"dropname2": {
"label": "Drop name 2",
"example": "Long Tusk",
"type": "string"
},
"chance2": {
"label": "Drop chance 2",
"example": "2",
"type": "number"
},
"dropname3": {
"label": "Drop name 3",
"example": "Dwarven Cheese",
"type": "number"
},
"chance3": {
"label": "Drop chance 3",
"example": "3",
"type": "number"
},
"dropname4": {
"label": "Drop name 4",
"example": "Soft Fur"
},
"chance4": {
"label": "Drop chance 4",
"example": "4",
"type": "number"
},
"dropname5": {
"label": "Drop name 5"
},
"chance5": {
"label": "Drop chance 5",
"example": "5",
"type": "number"
},
"dropname6": {
"label": "Drop name 6",
"example": "Silver Ingot"
},
"chance6": {
"label": "Drop chance 6",
"example": "6",
"type": "number"
},
"dropname7": {
"label": "Drop name 7",
"example": "Plant Fiber"
},
"chance7": {
"label": "Drop chance 7",
"example": "7",
"type": "number"
},
"dropname8": {
"label": "Drop name 8",
"example": "Raw Bird Meat"
},
"chance8": {
"label": "Drop chance 8",
"example": "8",
"type": "number"
},
},
"vox": {
"vox": {
Line 283: Line 98:
"aggressive",
"aggressive",
"damage",
"damage",
"includedrops",
"dropname1",
"chance1",
"dropname2",
"chance2",
"dropname3",
"chance3",
"dropname4",
"chance4",
"dropname5",
"chance5",
"dropname6",
"chance6",
"dropname7",
"chance7",
"dropname8",
"chance8",
"vox",
"vox",
"config"
"config"

Revision as of 13:36, 10 February 2023

File:Veloren Template:Infobox npc.png
Template:Infobox npc
Statistics
Technical Information


No description.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Type : Wildlife or Villager or Minion (dungeons) or Boss or Mini-Bosstype

Follow the NPCs page to find their type.

Unknownsuggested
Location : Forest, Jungle, Taiga, Tundra, Arctic, Desert, Savannah, Worldlocation

Follow the biome page to find their location

Example
Jungle
Unknownsuggested
Aggressive : Yes or Noaggressive

no description

Stringrequired
Damagedamage

no description

Example
10
Numbersuggested
voxvox

no description

URLsuggested
configconfig

no description

URLsuggested
Cookies help us deliver our services. By using our services, you agree to our use of cookies.