Compare commits
20 commits
main
...
feat/redes
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b3db5230f | |||
| 810fa10009 | |||
| 825128084d | |||
| 57e69568aa | |||
| 15da0fedf2 | |||
| 78ce755f71 | |||
| cdbaf7db93 | |||
| 8da464dcd2 | |||
| 26f25d969c | |||
| cfdef3cc26 | |||
| 9423171d54 | |||
| 57756acbff | |||
| d8f842f854 | |||
| 1a6a006280 | |||
| e08d9f63cb | |||
| 5089a1dea4 | |||
| 0680020808 | |||
| ffc693a63c | |||
| a4b2e69cc8 | |||
| ac01e4474c |
3 changed files with 4 additions and 0 deletions
1
Data.lua
1
Data.lua
|
|
@ -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
3
UI.lua
|
|
@ -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
0
docs/roll_tab_design.png
Executable file → Normal file
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Add a link
Reference in a new issue