Skip to content

Commit

Permalink
Merge pull request #13265 from nesuprachy/Draci-doupe-II
Browse files Browse the repository at this point in the history
Draci Doupe II – custom token markers & API script compatibility
  • Loading branch information
NBrooks-Roll20 authored Sep 3, 2024
2 parents a9214ef + 8ed3b61 commit 89cda42
Show file tree
Hide file tree
Showing 52 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Draci doupe II/DrD2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ <h4>
initializeAttrs(Object.getOwnPropertyNames(v), Object.values(v));
});

getAttrs(['professions_total', 'character_level', 'tenacity_current', 'tenacity_current_max', 'amulets_total', 'npc_owner', 'group_size', 'npc_characteristic'], function(v) {
getAttrs(['professions_total', 'character_level', 'tenacity_current', 'tenacity_current_max', 'amulets_total', 'npc_owner', 'group_size', 'npc_characteristic', 'body_scarred', 'spirit_scarred', 'influence_scarred', 'danger', 'advantages'], function(v) {
//workerLog(`Initializing\n[${Object.getOwnPropertyNames(v)}] = [${Object.values(v)}]`);
setAttrs({
professions_total: parseInt(v.professions_total)||0,
Expand All @@ -2960,7 +2960,12 @@ <h4>
amulets_total: parseInt(v.amulets_total)||0,
npc_owner: String(v.npc_owner),
group_size: String(v.group_size),
npc_characteristic: parseInt(v.npc_characteristic)||0
npc_characteristic: parseInt(v.npc_characteristic)||0,
body_scarred: parseInt(v.body_scarred)||0,
spirit_scarred: parseInt(v.spirit_scarred)||0,
influence_scarred: parseInt(v.influence_scarred)||0,
danger: parseInt(v.danger)||0,
advantages: parseInt(v.advantages)||0
}, {silent: true});
});

Expand Down
Binary file added Draci doupe II/assets/DrD2 token markers/BLK1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLK9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/BLU9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/GRN1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/GRN4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Draci doupe II/assets/DrD2 token markers/GRN7.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED1.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED2.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED3.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED4.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED5.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED6.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED7.png
Binary file added Draci doupe II/assets/DrD2 token markers/RED9.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO0.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO1.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO2.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO3.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO4.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO5.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO6.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO7.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO8.png
Binary file added Draci doupe II/assets/DrD2 token markers/VIO9.png

0 comments on commit 89cda42

Please sign in to comment.