Compare commits

..

No commits in common. "72f3aa5731d959b35fa4364acd7455ee551a4091" and "6ebb92c62b12686ef8e673e2e88a2c112571d605" have entirely different histories.

3 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@ local DEFAULT_SKILLS = {
{ name = "Adept Skill", level = "Adept", modifier = 0 },
{ name = "Expert Skill", level = "Expert", modifier = 2 },
{ name = "Master Skill", level = "Master", modifier = 4 },
{ name = "Unskilled", level = "Unskilled", modifier = -4 },
}
-- Valid skill level keywords that must appear in the trait's right field (RT)

3
UI.lua
View file

@ -682,6 +682,9 @@ function AltSystem:RefreshSkillDropdown()
AltSystem.State.selectedSkillIndex = i
AltSystem.State.selectedSkillName = AltSystem.Data.Skills[i] and AltSystem.Data.Skills[i].name or nil
AltSystem.SkillDropdown.label:SetText(option.text)
if AltSystem.SetSkillIndex then
AltSystem.SetSkillIndex(i)
end
if AltSystem.UpdateSkillWarning then
AltSystem.UpdateSkillWarning(i)
end

0
docs/roll_tab_design.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Before After
Before After