4,678 bytes added
, 07:02, 6 June 2021
This template is used to create an infobox for a game update in Blaston.
==Parameter Description==
<pre style="margin:0px; border:none; white-space:pre;">
{{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=
}}
</pre>
=== Name ===
The name of the weapon. This is shown at the top of the infobox. If not included, ''Unknown Weapon'' is displayed.
=== Image ===
[[File:Unknown-weapon.png|thumb|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 ===
{{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
}}
<code><nowiki>
{{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
}}
</nowiki></code>
=== FrostByte ===
{{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
}}
<code><nowiki>
{{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
}}
</nowiki></code>
=== Majestic Nade ===
{{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
}}
<code><nowiki>
{{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
}}
</nowiki></code>