Difference between revisions of "Data"

From Stoneshard wiki
Jump to navigation Jump to search
old>Realpsojed
old>Realpsojed
(test for training crossbow)
Line 141: Line 141:
|Description = Judging by the engraving, it used to belong to Sir der Ulne, a famous glutton and a drunkard. A dozen years ago, during one of his feasts, Sir der Ulne died heroically in a prolonged battle with a whole roast hog.
|Description = Judging by the engraving, it used to belong to Sir der Ulne, a famous glutton and a drunkard. A dozen years ago, during one of his feasts, Sir der Ulne died heroically in a prolonged battle with a whole roast hog.
|Price = 8750
|Price = 8750
|#default = }}<!--
|#default = }}
 
|Training Crossbow = {{#switch: {{{2}}}
|WeaponType = Crossbow
|Damage1 = 26 |DamageType1 = Piercing
|Armor Penetration = {{c|+|+10%}}
|Armor Damage = {{c|+|+5%}}
|Accuracy = {{c|-|-45%}}
|Fumble Chance = {{c|+|-2%}}
|Range = {{c|+|7}}
|Skills Energy Cost = {{c|-|+5%}}
|Spells Energy Cost = {{c|-|+5%}}
|Durability = 40
|Description = It's significantly easier to learn how to use a crossbow than a bow, but there's no avoiding practice either way.
|Price = 50
|#default =
}}<!--


----- GEOMANCY SKILLS -----
----- GEOMANCY SKILLS -----

Revision as of 13:32, 25 June 2021

Page for all Stoneshard data.

Option 1 - Keeping the Switch, transcluding individual attributes. {{:Data|Ornate Sallet|ArmorType}} produces:

Headgear

Option 2 - Removing the Switch, transcluding all attributes at once as plaintext. {{:Data|Peasant Hatchet}} produces:

{{#switch: {{{2}}} <!-- Updated with Weapon Parser V 1.01 --> |WeaponType = Axe |Damage1 = 21 |DamageType1 = Slashing |Properties1 = Armor Penetration |Values1 = {{pos|+10%}} |Properties2 = Bodypart Damage |Values2 = {{pos|+10%}} |Properties3 = Fumble Chance |Values3 = {{pos|-1%}} |Properties4 = Skills Energy Cost |Values4 = {{neg|+15%}} |Properties5 = Spells Energy Cost |Values5 = {{neg|+15%}} |Durability = 85 |Description = The only thing this axe is decent at is chopping wood. |Price = 25 |#default = }}

Option 2 seems like it won't work