Template:Armor: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 67: Line 67:
<!--T:16-->
<!--T:16-->
Template for armors. More or less a value copy from the armors.json in the assets.
Template for armors. More or less a value copy from the armors.json in the assets.
 
</translate>
<div style="float:right;">
<div style="float:right;">
{{Armor
{{Armor
|Name=Plate helmet (Steel)
|Name=<translate>Plate helmet (Steel)</translate>
|Image=File:Armor-head-plate-steel.png
|Image=File:Armor-head-plate-steel.png
|Durability=5500
|Durability=5500
Line 88: Line 88:
<div style="float:right;">
<div style="float:right;">
{{Armor
{{Armor
|Name=Improvised body armor (Wood)
|Name=<translate>Improvised body armor (Wood)</translate>
|Image=File:Armor-body-improvised-wood.png
|Image=File:Armor-body-improvised-wood.png
|Durability=75
|Durability=75
Line 102: Line 102:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Parameter !! Required or Optional, default if applicable !! Example
! <translate>Parameter</translate> !! <translate>Required or Optional, default if applicable</translate> !! <translate>Example</translate>
|-
|-
| ''Name'' || Required || Plate helmet (Steel)
| ''Name'' || <translate>Required</translate> || Plate helmet (Steel)
|-
|-
| ''Image'' || Required || <nowiki>File:Armor-head-plate-steel.png</nowiki>
| ''Image'' || <translate>Required</translate> || <nowiki>File:Armor-head-plate-steel.png</nowiki>
|-
|-
| ''Durability'' || Required || 5500
| ''Durability'' || <translate>Required</translate> || 5500
|-
|-
| ''Temp'' || Optionnal || 600
| ''Temp'' || <translate>Optionnal</translate> || 600
|-
|-
| ''Duration'' || Required if ''Temp'' || 10
| ''Duration'' || <translate>Required if ''Temp''</translate> || 10
|-
|-
| ''PercentProtection'' || Required || 97
| ''PercentProtection'' || <translate>Required</translate> || 97
|-
|-
| ''FlatDamageReduction'' || Required || 1.8
| ''FlatDamageReduction'' || <translate>Required</translate> || 1.8
|-
|-
| ''ProtectionTier'' || Required || 4
| ''ProtectionTier'' || <translate>Required</translate> || 4
|-
|-
| ''HighDamageTierResistant'' || Optional || true
| ''HighDamageTierResistant'' || <translate>Optional</translate> || true
|-
|-
| ''PerTierRelativeProtectionLossZero'' || Optional, 0.03 || 0.15
| ''PerTierRelativeProtectionLossZero'' || <translate>Optional</translate>, 0.03 || 0.15
|-
|-
| ''PerTierRelativeProtectionLossOne'' || Optional, 0.15 || 0.03
| ''PerTierRelativeProtectionLossOne'' || <translate>Optional</translate>, 0.15 || 0.03
|-
|-
| ''PerTierFlatDamageReductionLossZero'' || Optional, 0.1 || 0.4
| ''PerTierFlatDamageReductionLossZero'' || <translate>Optional</translate>, 0.1 || 0.4
|-
|-
| ''PerTierFlatDamageReductionLossOne'' || Optional, 0.2 || 0.5
| ''PerTierFlatDamageReductionLossOne'' || <translate>Optional</translate>, 0.2 || 0.5
|-
|-
| ''HealingEffectiveness'' || Optional || -33
| ''HealingEffectiveness'' || <translate>Optional</translate> || -33
|-
|-
| ''HungerRate'' || Optional || +24
| ''HungerRate'' || <translate>Optional</translate> || +24
|-
|-
| ''RangedWeaponsAcc'' || Optional || -10
| ''RangedWeaponsAcc'' || <translate>Optional</translate> || -10
|-
|-
| ''RangedWeaponsSpeed'' || Optional || +20
| ''RangedWeaponsSpeed'' || <translate>Optional</translate> || +20
|-
|-
| ''WalkSpeed'' || Optional || -14
| ''WalkSpeed'' || <translate>Optional</translate> || -14
|}
|}
</translate>
 
[[Category:Infoboxes]]
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Revision as of 15:27, 6 August 2023

Other languages:

Template for armors. More or less a value copy from the armors.json in the assets.

Plate helmet (Steel)
Armor-head-plate-steel.png
Durability 5500
Protection
Percent protection 97%
Flat Damage Reduction (HP) 1.8
Protection Tier 4
High Damage Tier Resistant
Protection Losses
Relative 0.03, 0.15
Flat 0.1, 0.2
Stat Modifiers
Healing Effectiveness -33%
Hunger Rate +24%
Ranged Weapons Accuracy -10%
Ranged Weapons Charge Time +20%
Walk Speed -14%
Armors
Improvised body armor (Wood)
Armor-body-improvised-wood.png
Durability 75
Fuel
Temperature 600°C
Duration 10 s
Protection
Percent protection 60%
Protection Tier 0
Protection Losses
Relative 0.03, 0.15
Flat 0.1, 0.2
Armors
Parameter Required or Optional, default if applicable Example
Name Required Plate helmet (Steel)
Image Required File:Armor-head-plate-steel.png
Durability Required 5500
Temp Optionnal 600
Duration Required if Temp 10
PercentProtection Required 97
FlatDamageReduction Required 1.8
ProtectionTier Required 4
HighDamageTierResistant Optional true
PerTierRelativeProtectionLossZero Optional, 0.03 0.15
PerTierRelativeProtectionLossOne Optional, 0.15 0.03
PerTierFlatDamageReductionLossZero Optional, 0.1 0.4
PerTierFlatDamageReductionLossOne Optional, 0.2 0.5
HealingEffectiveness Optional -33
HungerRate Optional +24
RangedWeaponsAcc Optional -10
RangedWeaponsSpeed Optional +20
WalkSpeed Optional -14