Template:Infobox weapon
Unknown Weapon | |
---|---|
Base Stats | |
Version Introduced | Unknown |
Level Unlocked | Unknown |
Spawn Cost | Unknown |
Projectile Stats | |
Type | Unknown |
This template is used to create an infobox for a weapon in Blaston.
Parameter Description[edit source]
{{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[edit source]
The name of the weapon. This is shown at the top of the infobox. If not included, Unknown Weapon is displayed.
Image[edit source]
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[edit source]
The required size of the image to appear in the infobox. 200px is a good size.
Alt[edit source]
Alt text for the image in the infobox.
Version Introduced[edit source]
The version number that indicates when the weapon was first introduced. If not included, Unknown is displayed.
Level Unlocked[edit source]
The level that the player has to be in order for the weapon to be unlocked. If not included, Unknown is displayed.
Spawn Cost[edit source]
The weapon's spawn cost. If not included, Unknown is displayed.
Ammo[edit source]
The amount of ammo the weapon has, if any. If the weapon doesn't have any ammo, do not include the parameter.
Reload Time[edit source]
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[edit source]
The type of projectile the weapon uses.
Projectile Damage[edit source]
The amount of damage the weapon's projectile deals to players.
Projectile Collision[edit source]
The amount of damage the weapon's projectile deals to enemy projectiles or thrown weapons.
Projectile Hit Points[edit source]
The amount of hit points the weapon's projectile has.
Projectile Speed[edit source]
The speed at which the weapon projectiles travel.
Projectile Duration[edit source]
The amount of time the weapon's projectiles last. Used for projectiles that deal damage over time.
Projectile Size[edit source]
The size of weapon projectiles. Used for projectiles that deal damage over time.
Thrown Damage[edit source]
The amount of damage the weapon deals when thrown at a player.
Thrown Collision[edit source]
The amount of damage the weapon deals when thrown at enemy projectiles or thrown weapons.
Thrown Hit Points[edit source]
The amount of damage the weapon has when thrown.
Examples[edit source]
Wildcat[edit source]
{{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[edit source]
FrostByte | |
---|---|
Base Stats | |
Version Introduced | 1.5 |
Level Unlocked | 4 |
Spawn Cost | 2 |
Ammo | 1 |
Projectile Stats | |
Type | Special |
Damage | 15 |
Speed | Really Fast |
Throw Stats | |
Player Damage | 15 |
Collision Damage | 20 |
Hit Points | 8 |
{{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[edit source]
{{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
}}