mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'enchantmentproptorecord' into 'master'
Return nil for absent values in record properties (enchant) See merge request OpenMW/openmw!4228
This commit is contained in:
commit
061f10bef7
5 changed files with 24 additions and 12 deletions
|
@ -1329,7 +1329,7 @@
|
|||
-- @field #string model VFS path to the model
|
||||
-- @field #string mwscript MWScript on this armor (can be empty)
|
||||
-- @field #string icon VFS path to the icon
|
||||
-- @field #string enchant The enchantment ID of this armor (can be empty)
|
||||
-- @field #string enchant The enchantment ID of this armor (can be nil)
|
||||
-- @field #number weight
|
||||
-- @field #number value
|
||||
-- @field #number type See @{#Armor.TYPE}
|
||||
|
@ -1418,7 +1418,7 @@
|
|||
-- @field #string model VFS path to the model
|
||||
-- @field #string mwscript MWScript on this book (can be empty)
|
||||
-- @field #string icon VFS path to the icon
|
||||
-- @field #string enchant The enchantment ID of this book (can be empty)
|
||||
-- @field #string enchant The enchantment ID of this book (can be nil)
|
||||
-- @field #string text The text content of the book
|
||||
-- @field #number weight
|
||||
-- @field #number value
|
||||
|
@ -1496,7 +1496,7 @@
|
|||
-- @field #string model VFS path to the model
|
||||
-- @field #string mwscript MWScript on this clothing (can be empty)
|
||||
-- @field #string icon VFS path to the icon
|
||||
-- @field #string enchant The enchantment ID of this clothing (can be empty)
|
||||
-- @field #string enchant The enchantment ID of this clothing (can be nil)
|
||||
-- @field #number weight
|
||||
-- @field #number value
|
||||
-- @field #number type See @{#Clothing.TYPE}
|
||||
|
@ -1821,7 +1821,7 @@
|
|||
-- @field #string model VFS path to the model
|
||||
-- @field #string mwscript MWScript on this weapon (can be empty)
|
||||
-- @field #string icon VFS path to the icon
|
||||
-- @field #string enchant
|
||||
-- @field #string enchant The enchantment ID of this weapon (can be nil)
|
||||
-- @field #boolean isMagical
|
||||
-- @field #boolean isSilver
|
||||
-- @field #number weight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue