From 6bfa3f78bda3ab1560b4805bd5e6eb67e8379b5a Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Wed, 27 Sep 2023 07:30:52 +0000 Subject: [PATCH] Fix AttributeRecord and SkillRecord documentation in OpenMW.core --- files/lua_api/openmw/core.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index 601e8ea27c..2c815d6dfc 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -656,7 +656,7 @@ -- @field #string id Effect ID -- @field #string icon Effect Icon Path -- @field #string name Localized name of the effect --- @field #string school Skill ID +-- @field #string school Skill ID that is this effect's school -- @field #number baseCost -- @field openmw.util#Color color -- @field #boolean harmful @@ -845,12 +845,14 @@ -- @param #string recordId -- @return #SkillRecord +--- -- @type AttributeRecord -- @field #string id Record id -- @field #string name Human-readable name -- @field #string description Human-readable description -- @field #string icon VFS path to the icon +--- -- @type SkillRecord -- @field #string id Record id -- @field #string name Human-readable name