{{ item.name }} [{{ item.oid }}]

{% if item.subkind != '0' %} {% endif %} {% if item.attack %} {% endif %} {% if item.magic_info and item.magic_info.artifact_dict and item.magic_info.artifact_dict.attack_bonus %} {% endif %} {% if item.aura %} {% endif %} {% if item.magic_info and item.magic_info.artifact_dict and item.magic_info.artifact_dict.aura_bonus %} {% endif %} {% if item.dead_body_dict %} {% endif %} {% if item.defense %} {% endif %} {% if item.magic_info and item.magic_info.artifact_dict and item.magic_info.artifact_dict.defense_bonus %} {% endif %} {% if item.fly_capacity %} {% endif %} {% if item.land_capacity %} {% endif %} {% if item.lore %} {% endif %} {% if item.magic_info and item.magic_info.magic_type == 'Scroll' %} {% endif %} {% if item.missile %} {% endif %} {% if item.magic_info and item.magic_info.artifact_dict and item.magic_info.artifact_dict.missile_bonus %} {% endif %} {% if item.plural %} {% endif %} {% if item.project_cast %} {% endif %} {% if item.Prominent %} {% endif %} {% if item.ride_capacity %} {% endif %} {% if item.use_key %} {% endif %} {% if item.weight %} {% endif %} {% if item.who_has_dict %} {% endif %} {% if item.trade_good %} {% endif %}
Type:{{ item.subkind }}
Attack:{{ item.attack }}
Attack Bonus:+{{ item.magic_info.artifact_dict.attack_bonus }}
Aura:{{ item.aura }}
Aura Bonus:+{{ item.magic_info.artifact_dict.aura_bonus }}
Dead Body of:{{ item.dead_body_dict.name }} [{{ item.dead_body_dict.oid }}]
Defense:{{ item.defense }}
Defense Bonus:+{{ item.magic_info.artifact_dict.defense_bonus }}
Fly Capacity:{{ item.fly_capacity }}
Land Capacity:{{ item.land_capacity }}
Lore:{{ item.lore }}
May Study: {% if item.magic_info.scroll_dict %} {{ item.magic_info.scroll_dict.name }} [{{ item.magic_info.scroll_dict.oid }}] {% if item.magic_info.scroll_dict.required_dict %} (requires {{ item.magic_info.scroll_dict.required_dict.name }} [{{ item.magic_info.scroll_dict.required_dict.oid }}]) {% endif %} {% else %} unknown {% endif %}
Missile:{{ item.missile }}
Missile Bonus:+{{ item.magic_info.artifact_dict.missile_bonus }}
Plural Name:{{ item.plural }}
Project Cast:{{ item.project_cast.oid }}
Prominent:{{ item.prominent }}
Ride Capacity:{{ item.ride_capacity }}
Use Key:{{ item.use_key }}
Weight:{{ item.weight }}
Who Has:{{ item.who_has_dict.name }} [{{ item.who_has_dict.oid }}]
Traded In: {% if item.trade_good.sell %} {% for good in item.trade_good.sell %} sell: {{ good.name }} [{{ good.oid }}]
{% endfor %} {% endif %} {% if item.trade_good.buy %} {% for good in item.trade_good.buy %} buy: {{ good.name }} [{{ good.oid }}]
{% endfor %} {% endif %}