User:LunarEcklipse/Templates/Template:WeaponData: Difference between revisions

From Deceive Inc. Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>This template is a work-in-progress!</noinclude><!-- * Specialized templates need to be made for the following: - Shotguns - Ace - Larcin - Sasori - Octo * name - str * subtitle * icon - str * desc - str? * damage - float * headshot - float * mag_size - int * starting_ammo - int * reload_speed - float * rof - float --><div class="weapontable"> <div class="weapontable__name">{WEAPON_NAME}</div> <div class="weapontable__subtitle">{WEAPON_SUBTITLE}</div...")
 
No edit summary
Line 30: Line 30:
             <div class="weapontable__data__reloadspeed">{WEAPON_RELOADSPEED}</div>
             <div class="weapontable__data__reloadspeed">{WEAPON_RELOADSPEED}</div>
             <div class="weapontable__data__rof">{WEAPON_ROF}</div>
             <div class="weapontable__data__rof">{WEAPON_ROF}</div>
        </div>
        <div class="weapontable__data__bottomwrapper">
            <div class="weapontable__data__critdataheader>Damage Hit Multiplier</div>
            <div class="weapontable__data__headshot>{WEAPON_HEADSHOT}</div>
         </div>
         </div>
     </div>
     </div>
</div>
</div>

Revision as of 05:36, 8 November 2023

This template is a work-in-progress!

{WEAPON_NAME}
{WEAPON_SUBTITLE}
{WEAPON_ICON}
{WEAPON_DESC}
{WEAPON_DAMAGE}
{WEAPON_MAGSIZE}
{WEAPON_STARTINGAMMO}
{WEAPON_RELOADSPEED}
{WEAPON_ROF}
Damage Hit Multiplier
{WEAPON_HEADSHOT}