-

Post here if you need help getting started with Daggerfall Unity or just want to clarify a potential bug. Questions about playing or modding classic Daggerfall should be posted to Community.
Post Reply
Lokkrin Zhataros
Posts: 256
Joined: Thu Nov 21, 2019 9:27 pm

-

Post by Lokkrin Zhataros »

-
Last edited by Lokkrin Zhataros on Wed May 26, 2021 3:37 am, edited 2 times in total.

User avatar
Interkarma
Posts: 7247
Joined: Sun Mar 22, 2015 1:51 am

Re: Question about console command Add_Weapon

Post by Interkarma »

The "add_weapon" command parses {Weapons} and {WeaponMaterialTypes} from their respective enums in ItemEnums.cs. I'll list these below for convenience.

Weapons

Code: Select all

Dagger
Tanto
Staff
Shortsword
Wakazashi
Broadsword
Saber
Longsword
Katana
Claymore
Dai_Katana
Mace
Flail
Warhammer
Battle_Axe
War_Axe
Short_Bow
Long_Bow
Arrow
WeaponMaterialTypes

Code: Select all

Iron
Steel
Silver
Elven
Dwarven
Mithril
Adamantium
Ebony
Orcish
Daedric
Some examples are below. Please note the commands are case-sensitive.

Code: Select all

add_weapon Dagger Daedric
add_weapon Claymore Dwarven
add_weapon Saber Silver
I hope that helps! :)

Post Reply