mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
RolemasterUnified_Official: Bugfixes and improvements.
So after a short vacation... updates again!
- DB:
- Add a DB Modifier - straight DB addtion (about 20 people have asked for
this, sorry it was so slow).
- Automatically update the DB Defense mode when it updates
- Autoamtically update DB when other fields change too
- Update some specialisations for new books
- Directed Spells use AP correctly when attacking
- AP tracker displays (mirrors on Spell page)
- New combat clears the 'free used' button
- Automatically load missiles when using AP track.
- Option for 2 handed weapons - add +10 bonus for them
- After attack options - do things automatically after you attack
- Do nothing
- Clear AP
- Clear AP & End turn
Known issues:
- Specialised skills are not showing correctly in levelup
- Refresh target isn't working correctly
This commit is contained in:
@@ -178,8 +178,7 @@ h3 {
|
||||
|
||||
button[type=roll].sheet-d6-dice::before {
|
||||
font-family: 'dicefontd10';
|
||||
content: '0';
|
||||
font-size: 150%;
|
||||
content: 't';
|
||||
}
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -19,5 +19,5 @@
|
||||
"descriptiontranslationkey": "DefaultCurrency"
|
||||
}
|
||||
],
|
||||
"version": "1753164890"
|
||||
"version": "1754953922"
|
||||
}
|
||||
|
||||
@@ -65,8 +65,11 @@
|
||||
"crafting": "Crafting",
|
||||
"creation": "Creation",
|
||||
"creaturelore": "Creature Lore",
|
||||
"creatureloreartificial": "Artificial Creature",
|
||||
"creatureloredemon": "Demon",
|
||||
"creatureloredragon": "Dragon",
|
||||
"creatureloreelemental": "Elemental",
|
||||
"creatureloreextraplaner": "Extra-planer",
|
||||
"creaturelorefaerie": "Faerie",
|
||||
"creatureloreundead": "Undead",
|
||||
"crossbow": "Crossbow",
|
||||
|
||||
@@ -1,3 +1,27 @@
|
||||
# 2025-08-12
|
||||
|
||||
So after a short vacation... updates again!
|
||||
|
||||
- DB:
|
||||
- Add a DB Modifier - straight DB addtion (about 20 people have asked for
|
||||
this, sorry it was so slow).
|
||||
- Automatically update the DB Defense mode when it updates
|
||||
- Autoamtically update DB when other fields change too
|
||||
- Update some specialisations for new books
|
||||
- Directed Spells use AP correctly when attacking
|
||||
- AP tracker displays (mirrors on Spell page)
|
||||
- New combat clears the 'free used' button
|
||||
- Automatically load missiles when using AP track.
|
||||
- Option for 2 handed weapons - add +10 bonus for them
|
||||
- After attack options - do things automatically after you attack
|
||||
- Do nothing
|
||||
- Clear AP
|
||||
- Clear AP & End turn
|
||||
|
||||
Known issues:
|
||||
- Specialised skills are not showing correctly in levelup
|
||||
- Refresh target isn't working correctly
|
||||
|
||||
# 2025-07-22
|
||||
|
||||
- Fix potential bug creating characters not using custom races.
|
||||
@@ -8,8 +32,7 @@
|
||||
- First version of PC -> NPC generation.
|
||||
- PC token setting attempt #863.
|
||||
- Reorg some of the code to make it easier to find things.
|
||||
- Don't trigger potential race conditions updating proficiency bonuses.
|
||||
- Make the Dice icon larger and use the plain d10
|
||||
- Dont' trigger potential race conditions updating proficiency bonuses.
|
||||
|
||||
# 2025-07-17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user