Difference between revisions of "Bethesda Tutorial Customizing Weapons & Armor"

m
imported>TomBrightblade
m (→‎Armor Properties: broken link)
imported>TomBrightblade
Line 37: Line 37:
===Weapon Properties===
===Weapon Properties===
[[Image:Tutorial-Customizing-2.jpg|thumb|200px|right|The Weapon Form.]]
[[Image:Tutorial-Customizing-2.jpg|thumb|200px|right|The Weapon Form.]]
The [[Weapon Form]] has a lot of properties. Let’s take a quick look at a few of the most important ones:
The [[Weapons|Weapon Form]] has a lot of properties. Let’s take a quick look at a few of the most important ones:
* '''ID''' is the name of the weapon as it appears in the editor.
* '''ID''' is the name of the weapon as it appears in the editor.
* '''Name''' is the name of the weapon as it appears in game.
* '''Name''' is the name of the weapon as it appears in game.
* '''Enchanting''' is the weapon's enchantment, if any.
* '''Enchanting''' is the weapon's [[enchantment]], if any.
* '''Enchantment''' is the weapon's enchantment charge capacity.
* '''Enchantment''' is the weapon's enchantment charge capacity.
* '''Value''' is the weapon's base gold value. The value of the enchantment, if any, is added to this value.
* '''Value''' is the weapon's base gold value. The value of the enchantment, if any, is added to this value.
Line 66: Line 66:
Make sure to save your plugin. Then give it a try:
Make sure to save your plugin. Then give it a try:
* Start the game with your plugin loaded.
* Start the game with your plugin loaded.
* Once in-game, press ~ to bring up the [[Developer Console]], then enter '''player.EquipItem VorpalSword 1'''
* Once in-game, press ~ to bring up the [[Console Commands|Developer Console]], then enter '''player.EquipItem VorpalSword 1'''
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
* Draw your weapon, and the sword will be in your hand. Go find something to kill!
<br>
<br>
Line 106: Line 106:


<br>
<br>
To find out how many charges the enchantment uses per hit, we need to look at the enchantment itself. Double-Right-Click on the enchantment in the Enchanting dropdown to open the enchantment form. The cost per use is listed in the lower-right corner of the Enchantment form-- 109. Close the enchantment form and go back to the weapon.  
To find out how many charges the enchantment uses per hit, we need to look at the enchantment itself. Double-Right-Click on the enchantment in the Enchanting dropdown to open the [[enchantment|enchantment form]]. The cost per use is listed in the lower-right corner of the Enchantment form-- 109. Close the enchantment form and go back to the weapon.  


<br>
<br>