Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

sinzzzz

Uploaded by

sinzzzz

Virus scan

Safe to use

Tags for this mod

About this mod

Add an Ability Spell that allows the wearer to gain armor rating even when equipped with clothing.

Requirements
Permissions and credits
Changelogs
The "Clothing AR" spell, which will be added to the mod, will provide a certain level of armor rating even when wearing clothing.
The detailed effects and conditions are as follows.

Conditions
Charactor is not wearing any equipment with the keywords "ArmorHeavy" and "ArmorLight", and is wearing equipment with the keywords "ArmorClothing" and "ClothingBody" on the body (Slot 32).

Effects
Gains Level + ArmorHeavy Skill + ArmorLight Skill armor rating and 10% of that value in magic resist (%).
In addition, the movement speed is increased by 15%.
Example: level 15, heavy armor 20, light armor 15, 15 + 20 + 15 = 50, yielding an armor rating of 50 and a magic resist of 5%.

Technical Description
This is a completely different approach than the "changing clothing to a light or heavy armor category to gain a defense value" that has been used in the past.
Skyrim has a value called DamageResist in ActorValue, which functions as the equal Armor rating.
This mod uses the ModActorValue function to simulate the above "when wearing clothes" condition to increase DamageResist and obtain a defense value.

Compared to fresh type magic, it has a permanent effect and can be used in conjunction with SPID to have the same effect on NPCs.



Modで追加される呪文"Clothing AR"を唱えることで、衣服を装備している時にも一定の防御値を得られます。
詳しい効果と条件は以下の通りです。

条件
ArmorHeavyとArmorLightのキーワードを持つ装備を着用しておらず、胴体(Slot32)にArmorClothingとClothingBodyのキーワードを持つ装備を着用している。

効果
レベル + 重装スキル + 軽装スキル の防御値と、その数値の10%の魔法防御(%)を得る。
また、移動速度が15%増加する。
例)レベル15、重装20、軽装15の場合、15 + 20 + 15 = 50で、50の防御値と5%の魔法防御を得ます。

技術的説明
これは、過去にあった「衣服を軽装や重装のカテゴリに変更することで防御値を得る」ものとは全く別のアプローチです。
SkyrimにはActorValueにDamageResistという値があり、これがイコール装備の防御値として機能しています。
このModは上記の「衣服を着用したとき」を条件として、ModActorValue関数を使用して擬似的にDamageResistを上昇させ防御値を得るようにしています。

フレッシュ系魔法と比較して恒久的に効果を得られ、またSPIDを併用することによってNPCにも同様の効果を与えられることが特徴です。