The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
Creates a table with a similar layout to the Skyrim - The Adventure Game item cards. Inclusion of line breaks are entered manually to maintain similarities to the physical card.
Paramaters[edit]
SkyrimTAG Item
Parameter |
Scope |
Description
|
number
|
optional
|
The card's number.
|
deck
|
required
|
The deck the card belongs to.
|
name
|
required
|
The card's name.
|
type
|
optional
|
The card's item type.
|
school
|
optional
|
The school of magic a spell belongs to.
|
attack1skill
|
optional
|
The skill used for the first attack's Skill Test.
|
attack1cost
|
optional
|
The cost to use the first attack.
|
attack1name
|
optional
|
The name of the first attack.
|
attack1roll
|
optional
|
The roll required for the first attack to succeed.
|
attack1damage
|
optional
|
The damage the first attack does.
|
attack2skill
|
optional
|
The skill used for the second attack's Skill Test.
|
attack2cost
|
optional
|
The cost to use the second attack.
|
attack2name
|
optional
|
The name of the second attack.
|
attack2roll
|
optional
|
The roll required for the second attack to succeed.
|
attack2damage
|
optional
|
The damage the second attack does.
|
attack3skill
|
optional
|
The skill used for the third attack's Skill Test.
|
attack3cost
|
optional
|
The cost to use the third attack.
|
attack3name
|
optional
|
The name of the third attack.
|
attack3roll
|
optional
|
The roll required for the third attack to succeed.
|
attack3damage
|
optional
|
The damage the third attack does.
|
action
|
optional
|
The additional action or bonus the card provides.
|
value
|
optional
|
The value of the item, in Septims.
|
enchant
|
optional
|
The cost to enchant the item, in Soul Gem Components.
|
upgrade
|
optional
|
The cost to upgrade the item, in Ore Components.
|
Examples[edit]
{{SkyrimTAG Item
|number=S1
|name=Strange<br>Device
|type=Trinket
|deck=Craftable Treasure
|action=When drawing Events, draw 2,<br>choose 1 to play and put the other<br>on the bottom of the deck.
'''{{SkyrimTAG|Discard}} this card:''' fail any Quest<br>related to this item.
|enchant=3
}}
|
|
{{SkyrimTAG Item
|number=S3
|name=Bounty in<br>Whiterun
|type=Status
|deck=Status
|action=When entering Whiterun,<br>Clear 347 or Turn In 5 {{SkyrimTAG|Septim}}.
Turn In 10 {{SkyrimTAG|Septim}} anywhere<br>in Whiterun to {{SkyrimTAG|Discard}} this card.
}}
|
|
{{SkyrimTAG Item
|number=S17
|name=Blade<br>of Woe
|type=One Handed
|deck=Craftable Treasure
|attack1skill=One Handed
|attack1name=Swing
|attack1roll={{SkyrimTAG|Diamond}}
|attack1damage=2 {{SkyrimTAG|Light Attack}} / {{SkyrimTAG|Magic Attack}}
|attack2skill=One Handed
|attack2cost=2 {{SkyrimTAG|Stamina}}
|attack2name=Stab
|attack2roll={{SkyrimTAG|Circle}}
|attack2damage=3 {{SkyrimTAG|Heavy Attack}} / {{SkyrimTAG|Light Attack}}
|attack3cost={{SkyrimTAG|Stamina}}
|attack3name=Dodge
|attack3roll={{SkyrimTAG|Circle}}
|action=Sneak (2)
|value=10
|enchant=5
|upgrade=5
}}
|
|