Difference between revisions of "Template:Infobox weapon"

From Blaston Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
| image      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|Unknown-weapon.png}}}|size={{#ifeq:{{lc:{{{landscape|}}}}}|yes|{{min|300|{{#if:{{#ifexpr:{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|300|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}}}x200px|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|Unknown Weapon}}}|suppressplaceholder=yes}}
 
| image      = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|Unknown-weapon.png}}}|size={{#ifeq:{{lc:{{{landscape|}}}}}|yes|{{min|300|{{#if:{{#ifexpr:{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|300|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}}}x200px|{{{image size|{{{image_size|{{{imagesize|}}}}}}}}}}}|sizedefault=frameless|upright={{{image_upright|1}}}|alt={{{alt|Unknown Weapon}}}|suppressplaceholder=yes}}
  
| header1  = Weapon Stats
+
| header1  = Base Stats
  
 
| label2    = Version Introduced
 
| label2    = Version Introduced
Line 23: Line 23:
 
| data6    = {{#if:{{{reload_time|}}}|{{{reload_time|Unknown}}}}}
 
| data6    = {{#if:{{{reload_time|}}}|{{{reload_time|Unknown}}}}}
  
| header10 = Projectile Stats
+
| header10 = Weapon Stats
  
 
| label11    = Type
 
| label11    = Type

Revision as of 08:18, 3 June 2021

Unknown Weapon
Unknown Weapon
Base Stats
Version IntroducedUnknown
Level UnlockedUnknown
Spawn CostUnknown
Weapon Stats
TypeUnknown
50px Template documentation[view] [edit] [history] [purge]

This template is used to create an infobox for a weapon in Blaston.

Parameter Description

{{Infobox weapon
|name=
|image=
|image_size=
|alt=
|version_introduced=
|unlock_level=
|spawn_cost=
|ammo=
|reload_time=
|projectile_type=
|damage=
|collision=
|hit_points=
|speed=
|thrown_damage=
|thrown_collision=
|thrown_hit_points=
}}

Name

The name of the weapon. This is shown at the top of the infobox. If not included, Unknown Weapon is displayed.

Image

The default image if one isn't included.

File name of the weapon's image that has been uploaded to the Blaston Wiki. If an image is not included, the default image is displayed

Image Size

The required size of the image to appear in the infobox. 200px is a good size.

Alt

Alt text for the image in the infobox.

Version Introduced

The version number that indicates when the weapon was first introduced. If not included, Unknown is displayed.

Level Unlocked

The level that the player has to be in order for the weapon to be unlocked. If not included, Unknown is displayed.

Spawn Cost

The weapon's spawn cost. If not included, Unknown is displayed.

Ammo

The amount of ammo the weapon has, if any. If the weapon doesn't have any ammo, do not include the parameter.

Reload Time

The time it takes for the weapon to reload, if any. If the weapon doesn't have any reload time (for example, if it only triggers once), do not include the parameter.

Projectile Type

The type of projectile the weapon uses.

Projectile Damage

The amount of damage the weapon's projectile deals to players.

Projectile Collision

The amount of damage the weapon's projectile deals to enemy projectiles or thrown weapons.

Projectile Hit Points

The amount of hit points the weapon's projectile has.

Projectile Speed

The speed at which the weapon projectiles travel.

Projectile Duration

The amount of time the weapon's projectiles last. Used for projectiles that deal damage over time.

Projectile Size

The size of weapon projectiles. Used for projectiles that deal damage over time.

Thrown Damage

The amount of damage the weapon deals when thrown at a player.

Thrown Collision

The amount of damage the weapon deals when thrown at enemy projectiles or thrown weapons.

Thrown Hit Points

The amount of damage the weapon has when thrown.

Examples

Wildcat

Wildcat
Image of the Wildcat, a weapon in Blaston
Base Stats
Version Introduced1.0
Level Unlocked1
Spawn Cost3
Ammo13
Reload Time0.3
Weapon Stats
TypeBullet
Damage6
Collision5
Hit Points5
SpeedSlow
Thrown Stats
Player Damage1
Collision Damage15
Hit Points15


{{Infobox weapon |name=Wildcat |image=Icon-wildcat.png |image_size=200px |alt=Image of the Wildcat, a weapon in Blaston |version_introduced=1.0 |unlock_level=1 |spawn_cost=3 |ammo=13 |reload_time=0.3 |projectile_type=Bullet |damage=6 |collision=5 |hit_points=5 |speed=Slow |thrown_damage=1 |thrown_collision=15 |thrown_hit_points=15 }}

FrostByte

FrostByte
Image of the FrostByte, a weapon in Blaston
Base Stats
Version Introduced1.5
Level Unlocked4
Spawn Cost2
Ammo1
Weapon Stats
TypeSpecial
Damage15
SpeedReally Fast
Thrown Stats
Player Damage15
Collision Damage20
Hit Points8


{{Infobox weapon |name=FrostByte |image=Icon-frostbyte.png |image_size=200px |alt=Image of the FrostByte, a weapon in Blaston |version_introduced=1.5 |unlock_level=4 |spawn_cost=2 |ammo=1 |projectile_type=Special |damage=15 |speed=Really Fast |thrown_damage=15 |thrown_collision=20 |thrown_hit_points=8 }}

Majestic Nade

Majestic Nade
Image of the Majestic Nade, a weapon in Blaston
Base Stats
Version Introduced1.0
Level Unlocked15
Spawn Cost3
Ammo1
Weapon Stats
TypeNade / Energcage
Damage20
SpeedSlow
Duration7
SizeSmall
Thrown Stats
Player Damage6
Collision Damage15
Hit Points15


{{Infobox weapon |name=Majestic Nade |image=icon-majestic-nade.png |image_size=200px |alt=Image of the Majestic Nade, a weapon in Blaston |version_introduced=1.0 |unlock_level=15 |spawn_cost=3 |ammo=1 |projectile_type=Nade / Energcage |damage=20 |speed=Slow |duration=7 |size=Small |thrown_damage=6 |thrown_collision=15 |thrown_hit_points=15 }}