Difference between revisions of "Template:Breaking"

From Mine Blocks Wiki
Jump to navigation Jump to search
If you find a typo, inconsistency, or error, please sign up and help out the wiki! We can't do it without your help! :D Thank you!

m (Removed obsidian pickaxe)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{| class="wikitable breaking-table"
 
{| class="wikitable breaking-table"
! colspan="8"| Breaking times: {{I|{{{Item|{{BASEPAGENAME}}}}}}} {{{Item-name|{{BASEPAGENAME}}}}}
+
! colspan="8"| Breaking time: {{I|{{{Item|{{BASEPAGENAME}}}}}}} {{{Item|{{BASEPAGENAME}}}}}
 
|-
 
|-
 
! Tool
 
! Tool
Line 18: Line 18:
 
{{#if: {{{Diamond|}}}|
 
{{#if: {{{Diamond|}}}|
 
! {{I|Diamond {{{Tool|}}}}}
 
! {{I|Diamond {{{Tool|}}}}}
}}
 
{{#if: {{{Obsidian|}}}|
 
! {{I|Obsidian {{{Tool|}}}}}
 
 
}}
 
}}
 
|-
 
|-
Line 26: Line 23:
 
| class="cell-neg"| {{{Default|}}}s
 
| class="cell-neg"| {{{Default|}}}s
 
{{#if: {{{Wood|}}}|
 
{{#if: {{{Wood|}}}|
{{!}} {{#ifeq:{{{Wood}}}|{{{Default}}}|class="cell-eq"|{{#ifexpr: {{{Wood}}} > {{{Default}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Wood}}}s
+
{{!}} {{#ifeq:{{{Wood}}}|{{{Default}}}|class="cell-eq"|{{#ifexpr: {{{Wood}}} < {{{Default}}}|class="cell-pos"|class="cell-neg"}}}} {{!}} {{{Wood}}}s
 
}}
 
}}
 
{{#if: {{{Stone|}}}|
 
{{#if: {{{Stone|}}}|
{{!}} {{#ifeq:{{{Stone}}}|{{{Wood}}}|class="cell-eq"|{{#ifexpr: {{{Stone}}} > {{{Wood}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Stone}}}s
+
{{!}} {{#ifeq:{{{Stone}}}|{{{Wood}}}|class="cell-eq"|{{#ifexpr: {{{Stone}}} < {{{Wood}}}|class="cell-pos"|class="cell-neg"}}}} {{!}} {{{Stone}}}s
 
}}
 
}}
 
{{#if: {{{Iron|}}}|
 
{{#if: {{{Iron|}}}|
{{!}} {{#ifeq:{{{Iron}}}|{{{Stone}}}|class="cell-eq"|{{#ifexpr: {{{Iron}}} > {{{Stone}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Iron}}}s
+
{{!}} {{#ifeq:{{{Iron}}}|{{{Stone}}}|class="cell-eq"|{{#ifexpr: {{{Iron}}} < {{{Stone}}}|class="cell-pos"|class="cell-neg"}}}} {{!}} {{{Iron}}}s
 
}}
 
}}
 
{{#if: {{{Golden|}}}|
 
{{#if: {{{Golden|}}}|
{{!}} {{#ifeq:{{{Golden}}}|{{{Iron}}}|class="cell-eq"|{{#ifexpr: {{{Golden}}} > {{{Iron}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Golden}}}s
+
{{!}} {{#ifeq:{{{Golden}}}|{{{Iron}}}|class="cell-eq"|{{#ifexpr: {{{Golden}}} < {{{Iron}}}|class="cell-pos"|class="cell-neg"}}}} {{!}} {{{Golden}}}s
 
}}
 
}}
 
{{#if: {{{Diamond|}}}|
 
{{#if: {{{Diamond|}}}|
{{!}} {{#ifeq:{{{Diamond}}}|{{{Golden}}}|class="cell-eq"|{{#ifexpr: {{{Diamond}}} > {{{Golden}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Diamond}}}s
+
{{!}} {{#ifeq:{{{Diamond}}}|{{{Golden}}}|class="cell-eq"|{{#ifexpr: {{{Diamond}}} < {{{Golden}}}|class="cell-pos"|class="cell-neg"}}}} {{!}} {{{Diamond}}}s
}}
 
{{#if: {{{Obsidian|}}}|
 
{{!}} {{#ifeq:{{{Obsidian}}}|{{{Diamond}}}|class="cell-eq"|{{#ifexpr: {{{Obsdian}}} > {{{Diamond}}}|class="cell-neg"|class="cell-pos"}}}} {{!}} {{{Obsidian}}}s
 
 
}}
 
}}
 
|}<noinclude>
 
|}<noinclude>
Line 56: Line 50:
 
| Golden =  
 
| Golden =  
 
| Diamond =  
 
| Diamond =  
| Obsidian =
 
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 70: Line 63:
 
| Golden = 0.5
 
| Golden = 0.5
 
| Diamond = 0.25
 
| Diamond = 0.25
| Obsidian = 0.1
 
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 84: Line 76:
 
| Golden = 0.5
 
| Golden = 0.5
 
| Diamond = 0.25
 
| Diamond = 0.25
| Obsidian = 0.1
 
 
}}
 
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 21:13, 8 July 2022

Breaking time: Breaking Breaking
Tool Default



Time s



Usage

{{Breaking
| Item = 
| Item-name = 
| Tool = 
| Default = 
| Wood = 
| Stone = 
| Iron = 
| Golden = 
| Diamond = 
}}

Example

{{Breaking
| Tool = Pickaxe
| Default = 1.5
| Wood = 1.25
| Stone = 1
| Iron = 0.75
| Golden = 0.5
| Diamond = 0.25
}}

Results in:

Breaking time: Breaking Breaking
Tool Default Wooden Pickaxe Stone Pickaxe Iron Pickaxe Golden Pickaxe Diamond Pickaxe
Time 1.5s 1.25s 1s 0.75s 0.5s 0.25s