1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-05 22:19:43 +00:00

#number -> #string in documentation

This commit is contained in:
Mads Buvik Sandvei 2023-05-22 19:41:36 +02:00
parent 4bf23f152b
commit 5f6bd5466f

View file

@ -576,7 +576,7 @@
---
-- @type MagicEffect
-- @field #number Effect id string
-- @field #string Effect id string
-- @field #string name Localized name of the effect
-- @field #number school @{#MagicSchool}
-- @field #number baseCost
@ -598,8 +598,8 @@
-- @field #ActiveEffect effect @{#ActiveEffect}
-- @field #any affectedSkill @{#SKILL} or nil
-- @field #any affectedAttribute @{#ATTRIBUTE} or nil
-- @field #number id Effect id string
-- @field #number name Localized name of the effect
-- @field #string id Effect id string
-- @field #string name Localized name of the effect
-- @field #number magnitude
-- @field #number magnitudeBase
-- @field #number magnitudeModifier