Skip to content

Commit 02b7557

Browse files
committed
restore v9
1 parent 12da93c commit 02b7557

File tree

4 files changed

+112
-113
lines changed

4 files changed

+112
-113
lines changed

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
- v1.0.6: Fixed bug tidy5e translation. Added IT translation. Configuration now show each ability and skill interlan `data.[key]` (for use with macros or formulas).
1010
- v1.0.7: Dae Compatibility + removed owned actor limitation
1111
- v1.0.8: Fixed regression with tidy 5e sheet.
12-
- v1.1.0: First FVTT v10 release.

README.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,23 @@ The module allow the creation of Abilities and skills.
1919
If the default number of ability and skills is not enough you can increase it.
2020

2121
Go to the module configuration section, choose an "Ability Name" or "Skill Name", set it as active and save!
22-
If a new actor is created than is necessary to go back to settings and save again.
22+
Only current **Owned Actors** will receive the new skills and ability. If a new actor is created than is necessary to go back to settings and save again.
23+
24+
Make sure the token is owned by someone, to do that right click on the token in the characters tab and click on "Configure Permissions"
25+
26+
![immagine](https://user-images.githubusercontent.com/3662610/172723789-d50759e4-b2c2-4108-bf3d-49046fc10c69.png)
27+
28+
Now make a player owner of that actor changing the permissions for that player, choose "Owner".
29+
30+
![immagine](https://user-images.githubusercontent.com/3662610/172724015-7270c12e-a535-4e6c-b76d-67c3e391075d.png)
2331

2432
If not marked as **Activated** the Ability or Skill will not appear on character sheet, to remove an Ability or skill you can deactivate it.
2533

2634
For Skills you can also select the ability it depends on.
2735

2836
![immagine](https://user-images.githubusercontent.com/3662610/172491827-b39cc739-e230-453f-aa87-db7adfe9cf82.png)
2937

30-
After saving Characters will get updated ( you may need to close and reopen the character sheet.)
38+
After saving Characters owned by any player will get updated ( you may need to close and reopen the character sheet.)
3139

3240
![immagine](https://user-images.githubusercontent.com/3662610/172493447-940c44b3-64b0-433e-9744-a209c7ae5c74.png)
3341

@@ -42,14 +50,14 @@ The module also allow to hide default abilities and skills if not needed for you
4250

4351
## FAQ
4452
* **My skills or abilities doesn't appear on character sheet, what should I do?**
45-
* * There are different reasons for this. Try this: go to the module configuration disable your ability or skill and save, than enable it and save the settings again. Also if the actor is recently created, you should save the settings again to include it.
53+
* * There are different reasons for this, first make sure the actor is "Owned" by a player. Than go to the module configuration and save the settings again. Also if the actor is new, you should save the settings again to include it.
4654
* **I changed a skill or ability name but on character sheet I see the old name, why?**
4755
* * To change a skill or ability name you have to follow exactly the following steps: disable it; save; rename; enable it again; and save again. In this order.
4856

4957

5058
## Unistalling / Clean all skills and abilities
5159
Before uninstalling this module is recommended to follow the steps below:
52-
- Switch to default character sheet for every actor.
60+
- Switch to default character sheet for every owned actor.
5361
- Open module configuration panel and hit reset button.
5462
- Now save clicking on "Apply changes to world"
5563
- Reload your world.

css/styles.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ div#cs-debug_box span {
3636

3737
.dnd5e.sheet.actor.cb5es .custom-abilities .ability {
3838
min-width:auto;
39-
}
39+
}
40+
4041
.dnd5e.sheet.actor .custom-abilities .ability > h4 {
4142
overflow: hidden;
4243
text-overflow: ellipsis;

0 commit comments

Comments
 (0)