|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {|border="1" cellpadding="2" cellspacing="0" class="screwTemplatesMan" style="position:relative; border-radius:7px; font-size:90%; width:250px; float:{{#if:{{{FloatLeft|}}}|left;margin-right:2em|right}};"
| | . |
| | |
| |-
| |
| |bgcolor="#000000" colspan="2" style="border-top-right-radius:7px; border-top-left-radius:7px; text-align:center; font-size:13.5px;"|<font color="white">'''{{{Name}}}'''</font>
| |
| |-
| |
| |bgcolor="#d3ab92" colspan=2 style="text-align: center"|{{#tag:tabber|
| |
| {{!}}-{{!}} {{{Title}}} = File:{{{image}}}
| |
| {{!}}-{{!}} {{{Title2}}} = File:{{{image2}}}
| |
| {{!}}-{{!}} {{{Title3}}} = File:{{{image3}}}
| |
| }}
| |
| | |
| |-
| |
| | |
| {{#if: {{{HealthM|}}} | {{#!:
| |
| |'''Health ({{{Title}}})'''
| |
| |{{{HealthM}}}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{HealthF|}}} | {{#!:
| |
| |'''Health ({{{Title2}}})'''
| |
| |{{{HealthF}}}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{HealthMF|}}} | {{#!:
| |
| |'''Health ({{{Title}}}/{{{Title2}}})'''
| |
| |{{{HealthMF}}}
| |
| }} }}
| |
| |-
| |
| | '''Health ({{{Title3}}})''' || {{{HealthB}}}
| |
| }}
| |
| | |
| |-
| |
| | |
| {{#if: {{{BaseAttackM|}}} | {{#!:
| |
| |'''Base Attack ({{{Title}}})'''
| |
| |{{{BaseAttackM}}}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{BaseAttackF|}}} | {{#!:
| |
| |'''Base Attack ({{{Title2}}})'''
| |
| |{{{BaseAttackF}}}
| |
| }} }}
| |
| |-
| |
| | '''Base Attack ({{{Title3}}})''' || {{{BaseAttackB}}}
| |
| |-
| |
| {{#if: {{{BaseAttackMF|}}} | {{#!:
| |
| |'''Base Attack ({{{Title}}}/{{{Title2}}})'''
| |
| |{{{BaseAttackMF}}}
| |
| }} }}
| |
| |-
| |
| {{#if: {{{BaseAttackFB|}}} | {{#!:
| |
| |'''Base Attack ({{{Title2}}}/{{{Title3}}})'''
| |
| |{{{BaseAttackFB}}}
| |
| }} }}
| |
| |-
| |
| }}
| |
| | |
| |-
| |
| | |
| {{#if: {{{Abilities|}}} | {{#!:
| |
| |'''Abilities'''
| |
| |{{{Abilities}}}
| |
| }} }}
| |
| | |
| |-
| |
| | |
| {{#if: {{{SeekRange|}}} | {{#!:
| |
| |'''Seek Range'''
| |
| |{{{SeekRange}}}
| |
| }} }}
| |
| | |
| |-
| |
| | |
| {{Drops
| |
| |Code1={{{DropCode1|}}}
| |
| |Avg1={{{DropAvg1|}}}
| |
| |Var1={{{DropVar1|}}}
| |
| |Code2={{{DropCode2|}}}
| |
| |Avg2={{{DropAvg2|}}}
| |
| |Var2={{{DropVar2|}}}
| |
| |Code3={{{DropCode3|}}}
| |
| |Avg3={{{DropAvg3|}}}
| |
| |Var3={{{DropVar3|}}}
| |
| |Code4={{{DropCode4|}}}
| |
| |Avg4={{{DropAvg4|}}}
| |
| |Var4={{{DropVar4|}}}
| |
| }}
| |
| | |
| |-
| |
| | |
| |bgcolor="#000000" colspan="2" class="Bloba" style="text-align:center; font-size:13.5px; border-bottom-right-radius:7px; border-bottom-left-radius:7px;"|
| |
| |}{{#if:{{{NoBreak|}}}||{{-}} }}
| |
| </includeonly>
| |
| | |
| | |
| Template for weapons.
| |
| {{Sandbox/Darce/Test
| |
| |Name=Test
| |
| | |
| |Title= Rooster
| |
| |Title2= Hen
| |
| |Title3= Chick
| |
| | |
| |image= [[File:Chicken(Male).png|100px|center]]
| |
| |image2 = [[File:Chicken(Female).png|100px|center]]
| |
| |image3 = [[File:Chicken(Baby).png|100px|center]]
| |
| | |
| |HealthMF= 3
| |
| |HealthB= 1.5
| |
| | |
| |BaseAttackM=0.25
| |
| |BaseAttackFB=0
| |
| | |
| |Abilities=2.5
| |
| | |
| |DropCode1=Poultry
| |
| |DropAvg1=1.25
| |
| |DropVar1=0.25
| |
| |DropCode2=Feathers
| |
| |DropAvg2=12
| |
| |DropVar2=4
| |
| |DropCode3=Bone
| |
| |DropAvg3=0.5
| |
| }}
| |