diff --git a/.public/index.html b/.public/index.html index 470f321..7047e21 100644 --- a/.public/index.html +++ b/.public/index.html @@ -297,6 +297,8 @@ is above 40. When the ability has a roll set you can click on the ability image on the character sheet to roll directly to the chat. + You can apply the roll result as damage or healing by right + clicking on the chat card, this is true for all rolls.
@@ -368,6 +370,12 @@
+ Damage rolled during the attack can be applied to one or several + selected tokens if you click on the blood drop icon right to the + result. You can apply damage or healing by right clicking on the + chat card, this is true for all rolls. +
Clicking on the name will expand the item description along with relevant tags. Here it's the damage. @@ -385,14 +393,20 @@ Other tags will be written as text.
- When you open the weapon sheet by clicking on the pen icon, you can edit the stats and add new tags. - Slow, Melee, and Missile tags will check automatically the matching checkbox. But won't uncheck it. + When you open the weapon sheet by clicking on the pen icon, you + can edit the stats and add new tags. + Slow, Melee, and Missile tags will check automatically the + matching checkbox. But won't uncheck it.
- Weapons can have attack bonuses. You can add new weapon tags if you type text in the field below the weapon icon and press ENTER. You can copy the whole qualities field from the book as the tag parser will split the commas, and set the text between brackets as a hover text. + Weapons can have attack bonuses. You can add new weapon tags if + you type text in the field below the weapon icon and press ENTER. + You can copy the whole qualities field from the book as the tag + parser will split the commas, and set the text between brackets as + a hover text.
Other items won't be clickable. Armors have configurable Armor
@@ -429,30 +443,52 @@
- The tweaks menu for monsters is lighter. You can enable spells, add a value to initiative, set as retainer and that's pretty much it. + The tweaks menu for monsters is lighter. You can enable spells, + add a value to initiative, set as retainer and that's pretty much + it.
There is a lot happening here. The first row below the name are all rollable fields. The alignment rolls a plain 2d6 on the reaction table. The two number appearing can be rolled and the morale as well. The XP award is just plain text though.
-The Treasure type is a link to a rollable table. When you drop a rollable table on a monster sheet it will show up here so you can access the treasure table quickly and roll that loot.
+There is a lot happening here. The first row below the name are + all rollable fields. The alignment rolls a plain 2d6 on the + reaction table. The two number appearing can be rolled and the + morale as well. The XP award is just plain text though.
+The Treasure type is a link to a rollable table. When you drop a + rollable table on a monster sheet it will show up here so you can + access the treasure table quickly and roll that loot.
- The Hit Points can be silently rolled as you click on the dice next to the header. That is why Hit dice must be a rollable string. AC is manually typed and there is no calculation involved. Clicking on THAC0 will launch a raw Attack with 1d6 damage. + The Hit Points can be silently rolled as you click on the dice + next to the header. That is why Hit dice must be a rollable + string. AC is manually typed and there is no calculation involved. + Clicking on THAC0 will launch a raw Attack with 1d6 damage.
- The abilities and equipment panel will contain all the heart and soul of your monster. You can set clickable abilities like for characters. There is also a weapon counter so you know how many attacks you made each round with your monster. The counters are reset with the icon in the header. + The abilities and equipment panel will contain all the heart and + soul of your monster. You can set clickable abilities like for + characters. There is also a weapon counter so you know how many + attacks you made each round with your monster. The counters are + reset with the icon in the header.
- On the left of the weapon icons, in the list, you can mark the item with a color so you can distinguish attack patterns. In the example here I have in red 2xClaws and Bite so here is my attack pattern. If I choose green I have a tail spike attack. + On the left of the weapon icons, in the list, you can mark the + item with a color so you can distinguish attack patterns. In the + example here I have in red 2xClaws and Bite so here is my attack + pattern. If I choose green I have a tail spike attack.
-You can record movement details for non-walking movement options your monster may have. Below are your monster's save that you can roll and speedroll with CTRL maintained.
+You can record movement details for non-walking movement options + your monster may have. Below are your monster's save that you can + roll and speedroll with CTRL maintained.
- Monsters use the same content as characters for spells, weapons and items. The Note tab is only a large text editor where you can input the monster description or any other particularities that does not fit on the sheet itself. + Monsters use the same content as characters for spells, weapons + and items. The Note tab is only a large text editor where you can + input the monster description or any other particularities that + does not fit on the sheet itself.
- By default each character or creature is assigned to a group. If their disposition is hostile in the Token configuration they will be in group 'Red', Neutral is yellow, Friendly is green. But the GM can change the group you belong by clicking on the flag, there is a limited number of colors but it should be enough I hope. + By default each character or creature is assigned to a group. If + their disposition is hostile in the Token configuration they will + be in group 'Red', Neutral is yellow, Friendly is green. But the + GM can change the group you belong by clicking on the flag, there + is a limited number of colors but it should be enough I hope.
- When you are happy about the groups, you can begin the combat by clicking below the combat tracker. You can reroll the initiative manually with the dice above the tracker. But if you go to the next round it will be rolled again. Characters equipped with a Slow weapon have a Weight displayed in place of the initiative value. If they unequip the weapon they can reset their initiative to the group value by right clicking and select 'reroll'. + When you are happy about the groups, you can begin the combat by + clicking below the combat tracker. You can reroll the initiative + manually with the dice above the tracker. But if you go to the + next round it will be rolled again. Characters equipped with a + Slow weapon have a Weight displayed in place of the initiative + value. If they unequip the weapon they can reset their initiative + to the group value by right clicking and select 'reroll'.
For this part I invite you to read Foundry VTT documentation, you will find exactly the same behavior and features here, except that initiative will be automatically rerolled when you go to the next round.
+For this part I invite you to read Foundry VTT documentation, you + will find exactly the same behavior and features here, except that + initiative will be automatically rerolled when you go to the next + round.
- You can find Foundry VTT rollable tables in the sidebar. The default rollable tables can't handle treasure like specified in the Old School Essentials books so I had to augment them. + You can find Foundry VTT rollable tables in the sidebar. The + default rollable tables can't handle treasure like specified in + the Old School Essentials books so I had to augment them.
- You can toggle between the default rollable tables and the treasure table with the Chest icon right next to the table name. - The default tables are selecting an entry by rolling a dice and returning the matching result. Treasure tables however, have a different behavior. Each entry is rolled with 1d100 and the value is compared to the 'chance field'. So it can return multiple items. + You can toggle between the default rollable tables and the + treasure table with the Chest icon right next to the table name. + The default tables are selecting an entry by rolling a dice and + returning the matching result. Treasure tables however, have a + different behavior. Each entry is rolled with 1d100 and the value + is compared to the 'chance field'. So it can return multiple + items.
- You can select the table type you need by clicking on the chest at the right of the rollable table name. Once you do the fields will change. + You can select the table type you need by clicking on the chest at + the right of the rollable table name. Once you do the fields will + change.
- Foundry VTT allows rollable tables to be filled with enriched Text, Entities like journals and items and compendium objects. Here I use inline rolls from enriched text to tell how many coins I get. + Foundry VTT allows rollable tables to be filled with enriched + Text, Entities like journals and items and compendium objects. + Here I use inline rolls from enriched text to tell how many coins + I get.
-If you have only one item to be rolled you can change the result type.
+If you have only one item to be rolled you can change the result + type.
- Once you roll the treasure you have the result displayed in the chat. + Once you roll the treasure you have the result displayed in the + chat.
@@ -517,20 +580,35 @@
- When in the Actors sidebar, you will find a new icon next to the search filter. This will open the Party overview app we are detailing here. + When in the Actors sidebar, you will find a new icon next to the + search filter. This will open the Party overview app we are + detailing here.
- The party overview app will condense a lot of stats about your group. At first it will be empty so you will have to click on the group icon on top right to select which character/monster is part of the party. - Sometimes after selecting party members you may have to resync the display by clicking the resync icon on top left of the window. + The party overview app will condense a lot of stats about your + group. At first it will be empty so you will have to click on the + group icon on top right to select which character/monster is part + of the party. + Sometimes after selecting party members you may have to resync the + display by clicking the resync icon on top left of the window.
- Almost every info shown on this party sheet is hoverable to have the exact name of what you are seeing. If you hover on the actor image you will se a button that allows you to open the actor sheet. + Almost every info shown on this party sheet is hoverable to have + the exact name of what you are seeing. If you hover on the actor + image you will se a button that allows you to open the actor + sheet.
- The open hand icon in the window header allows you to deal experience to the characters in the party. This will take into account the experience Share set in the Characters Tweaks dialog. After shares are calculated each actor will send a message to the chat telling how many experience points they get after applying their share and their experience bonus. + The open hand icon in the window header allows you to deal + experience to the characters in the party. This will take into + account the experience Share set in the Characters Tweaks dialog. After shares are calculated + each actor will send a message to the chat telling how many + experience points they get after applying their share and their + experience bonus.
Don't forget to set the experience share to 50% for retainers! diff --git a/README.md b/README.md index 99b0221..3131a0f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ This third party product is not affiliated with or approved by Necrotic Gnome. \ Old-School Essentials is a trademark of Necrotic Gnome.\ The trademark and Old-School Essentials logo are used with permission of Necrotic Gnome, under license. +## Artwork +Weapon quality icons, and the Treasure chest are from [Rexxard](https://assetstore.unity.com/packages/2d/gui/icons/flat-skills-icons-82713). + ## Contributions Any feedback is deeply appreciated. Please issue [tickets](https://gitlab.com/mesfoliesludiques/foundryvtt-ose/-/boards).\ Feel free to grab a TO DO issue from the gitlab board. You can then do a merge request on the `development` branch.