Skip to content

Commit

Permalink
Template Changes for 2.0.4 (#60)
Browse files Browse the repository at this point in the history
* fix(templates): Compressed image files.

* chore(templates): Tightened up dnd5e_modified

* feat(templates): Added Star Trek Adventures
  • Loading branch information
EmoCthulhu committed Feb 19, 2024
1 parent ec4fc22 commit b040948
Show file tree
Hide file tree
Showing 28 changed files with 183 additions and 45 deletions.
Binary file modified example_templates/alienrpg/alienrpg-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/alienrpg/alienrpg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/blade-runner/blade-runner-basic-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/blade-runner/blade-runner-basic.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/blade-runner/blade-runner-expanded.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/coriolis/coriolis-compact-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/coriolis/coriolis-compact.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/coriolis/coriolis-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/coriolis/coriolis.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/dnd5e/dnd5e_modified.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
78 changes: 33 additions & 45 deletions example_templates/dnd5e/dnd5e_modified.json
Expand Up @@ -72,17 +72,37 @@
},
{
"name": "Vision",
"type": "string",
"header": "show",
"text": ""
},
{
"name": "Statuses",
"type": "direct",
"type": "direct-complex",
"align": "left",
"valign": "top",
"maxwidth": 110,
"header": "show",
"text": ""
"text": [
{
"type": "exists",
"value": "system.attributes.senses.darkvision",
"text": "Darkvision: system.attributes.senses.darkvision"
},
{
"type": "exists",
"value": "system.attributes.senses.blindsight",
"text": "Blindsight: system.attributes.senses.blindsight"
},
{
"type": "exists",
"value": "system.attributes.senses.tremorsense",
"text": "Tremorsense: system.attributes.senses.tremorsense"
},
{
"type": "exists",
"value": "system.attributes.senses.truesight",
"text": "Truesight: system.attributes.senses.truesight"
},
{
"type": "exists",
"value": "system.attributes.senses.special",
"text": "Special: system.attributes.senses.special"
}
]
}
],
[
Expand Down Expand Up @@ -147,45 +167,13 @@
"text": "system.skills.ins.passive"
},
{
"name": "Senses",
"type": "direct-complex",
"header": "hide",
"text": [
{
"type": "exists",
"value": "system.attributes.senses.darkvision",
"text": "Darkvision: system.attributes.senses.darkvision"
},
{
"type": "exists",
"value": "system.attributes.senses.blindsight",
"text": "Blindsight: system.attributes.senses.blindsight"
},
{
"type": "exists",
"value": "system.attributes.senses.tremorsense",
"text": "Tremorsense: system.attributes.senses.tremorsense"
},
{
"type": "exists",
"value": "system.attributes.senses.truesight",
"text": "Truesight: system.attributes.senses.truesight"
},
{
"type": "exists",
"value": "system.attributes.senses.special",
"text": "Special: system.attributes.senses.special"
}
]
},
{
"name": "Status",
"name": "Statuses",
"type": "array-string-builder",
"align": "left",
"valign": "top",
"header": "hide",
"maxwidth": 110,
"header": "show",
"text": "statuses => value, "
}
]
]
}
}
Binary file modified example_templates/fallout/fallout-move.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/fallout/fallout-trimmed-move.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/fallout/fallout-trimmed.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/fallout/fallout.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions example_templates/star-trek-adventures/sta-v1.json
@@ -0,0 +1,150 @@
{
"name": "Star Trek Adventures - v1",
"system": "sta",
"author": "Michael Card (Emo Cthulhu)",
"offline_excludes": [
"npc",
"base",
"starship",
"extendedtask",
"smallcraft"
],
"rows": [
[
{
"name": "Character Sheet",
"type": "charactersheet",
"align": "center",
"header": "hide",
"text": ""
},
{
"name": "Details",
"type": "direct",
"align": "center",
"valign": "top",
"header": "show",
"text": "name {newline} Species: system.species {newline} Assignment: system.assignment {newline} Rank: system.rank"
},
{
"name": "Determination",
"type": "direct",
"align": "center",
"valign": "top",
"header": "show",
"text": "system.determination.value / system.determination.max"
},
{
"name": "Stress",
"type": "direct",
"align": "center",
"valign": "top",
"minwidth": 60,
"header": "show",
"text": "system.stress.value / system.stress.max"
},
{
"name": "Attributes",
"type": "direct-complex",
"align": "left",
"valign": "top",
"header": "show",
"text": [
{
"type": "match",
"ifdata": "system.attributes.control.selected",
"matches": true,
"text": "Control: system.attributes.control.value * {newline}",
"else": "Control: system.attributes.control.value {newline}"
},
{
"type": "match",
"ifdata": "system.attributes.daring.selected",
"matches": true,
"text": "Daring: system.attributes.daring.value * {newline}",
"else": "Daring: system.attributes.daring.value {newline}"
},
{
"type": "match",
"ifdata": "system.attributes.fitness.selected",
"matches": true,
"text": "Fitness: system.attributes.fitness.value * {newline}",
"else": "Fitness: system.attributes.fitness.value {newline}"
},
{
"type": "match",
"ifdata": "system.attributes.insight.selected",
"matches": true,
"text": "Insight: system.attributes.insight.value * {newline}",
"else": "Insight: system.attributes.insight.value {newline}"
},
{
"type": "match",
"ifdata": "system.attributes.presence.selected",
"matches": true,
"text": "Presence: system.attributes.presence.value * {newline}",
"else": "Presence: system.attributes.presence.value {newline}"
},
{
"type": "match",
"ifdata": "system.attributes.reason.selected",
"matches": true,
"text": "Reason: system.attributes.reason.value *",
"else": "Reason: system.attributes.reason.value"
}
]
},
{
"name": "Disciplines",
"type": "direct-complex",
"align": "left",
"valign": "top",
"header": "show",
"text": [
{
"type": "match",
"ifdata": "system.disciplines.command.selected",
"matches": true,
"text": "Command: system.disciplines.command.value * {newline}",
"else": "Command: system.disciplines.command.value {newline}"
},
{
"type": "match",
"ifdata": "system.disciplines.conn.selected",
"matches": true,
"text": "Conn: system.disciplines.conn.value * {newline}",
"else": "Conn: system.disciplines.conn.value {newline}"
},
{
"type": "match",
"ifdata": "system.disciplines.engineering.selected",
"matches": true,
"text": "Engineering: system.disciplines.engineering.value * {newline}",
"else": "Engineering: system.disciplines.engineering.value {newline}"
},
{
"type": "match",
"ifdata": "system.disciplines.medicine.selected",
"matches": true,
"text": "Medicine: system.disciplines.medicine.value * {newline}",
"else": "Medicine: system.disciplines.medicine.value {newline}"
},
{
"type": "match",
"ifdata": "system.disciplines.science.selected",
"matches": true,
"text": "Science: system.disciplines.science.value * {newline}",
"else": "Science: system.disciplines.science.value {newline}"
},
{
"type": "match",
"ifdata": "system.disciplines.security.selected",
"matches": true,
"text": "Security: system.disciplines.security.value *",
"else": "Security: system.disciplines.security.value"
}
]
}
]
]
}
Binary file modified example_templates/starfinder/starfinder-statuses.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/starfinder/starfinder.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-anchors-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-anchors.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-no-anchors-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-no-anchors.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-two-rows-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/thewalkingdead/twdu-two-rows.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/vaesen/vaesen-no-name.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified example_templates/vaesen/vaesen.jpg

0 comments on commit b040948

Please sign in to comment.