Burrowing Claws: Difference between revisions

Jump to navigation Jump to search
235 bytes added ,  23:34, 2 October 2020
no edit summary
No edit summary
Line 30: Line 30:
|1
|1
| +3
| +3
|
|{{Heart}}1d2
|-
|-
|2
|2
| +6
| +6
|
|{{Heart}}1d2
|-
|-
|3
|3
| +9
| +9
|
|{{Heart}}1d2
|-
|-
|4
|4
| +12
| +12
|
|{{Heart}}1d3
|-
|-
|5
|5
| +15
| +15
|
|{{Heart}}1d3
|-
|-
|6
|6
| +18
| +18
|
|{{Heart}}1d3
|-
|-
|7
|7
| +21
| +21
|
|{{Heart}}1d4
|-
|-
|8
|8
| +24
| +24
|
|{{Heart}}1d4
|-
|-
|9
|9
| +27
| +27
|
|{{Heart}}1d4
|-
|-
|10
|10
| +30
| +30
|
|{{Heart}}1d6
|}
|}


Line 78: Line 78:
!Damage
!Damage
|-
|-
|1
|11
| +3
| +33
|
|{{Heart}}1d6
|-
|-
|2
|12
| +6
| +36
|
|{{Heart}}1d6
|-
|-
|3
|13
| +9
| +39
|
|{{Heart}}1d8
|-
|-
|4
|14
| +12
| +42
|
|{{Heart}}1d8
|-
|-
|5
|15
| +15
| +45
|
|{{Heart}}1d8
|-
|-
|6
|16
| +18
| +48
|
|{{Heart}}1d10
|-
|-
|7
|17
| +21
| +51
|
|{{Heart}}1d10
|-
|-
|8
|18
| +24
| +54
|
|{{Heart}}1d12
|-
|-
|9
|19
| +27
| +57
|
|{{Heart}}1d12
|-
|-
|10
|20
| +30
| +60
|
|{{Heart}}1d12
|}
|}


Line 128: Line 128:
!Damage
!Damage
|-
|-
|1
|21
| +3
| +63
|
|{{Heart}}1d12
|-
|-
|2
|22
| +6
| +66
|
|{{Heart}}1d12
|-
|-
|3
|23
| +9
| +69
|
|{{Heart}}1d12
|-
|-
|4
|24
| +12
| +72
|
|{{Heart}}1d12
|-
|-
|5
|25
| +15
| +75
|
|{{Heart}}1d12
|-
|-
|6
|26
| +18
| +78
|
|{{Heart}}1d12
|-
|-
|7
|27
| +21
| +81
|
|{{Heart}}1d12
|-
|-
|8
|28
| +24
| +84
|
|{{Heart}}1d12
|-
|-
|9
|29
| +27
| +87
|
|{{Heart}}1d12
|-
|-
|10
|30
| +30
| +90
|
|{{Heart}}1d12
|}
|}


Line 174: Line 174:


=== Formulas ===
=== Formulas ===
The following formulas are used to determine damage and AV based on mutation level.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=Horns}}
The following formula is used to determine penetration bonus based on mutation level.
{| class="wikitable"
{| class="wikitable"
! AV
! Penetration Bonus
| <div style="display:inline-block;font-size:130%;color:#009403;">'''1 + ('''Level '''- 1) / 3'''</div>
| <div style="display:inline-block;font-size:130%;color:#009403;">Level * 3</div>
|-
! Damage
| <div style="display:inline-block;font-size:130%;color:#009403;">'''2d(3 +''' Level '''/ 2)'''</div>
|}
|}


Navigation menu