Skip to content

Commit ff73196

Browse files
author
Juraj Pristach
committed
add work on import/export
1 parent 8ecced6 commit ff73196

28 files changed

+1245
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
I"{"source"=>"/Users/jurex/code/docs/encounterplus-docs", "destination"=>"/Users/jurex/code/docs/encounterplus-docs/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>"1..6", "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1-
# EncounterPlus iOS app v4.6
1+
# EncounterPlus VTT iOS v4.7
2+
3+
Designed to help Dungeon Masters to run D&D 5E combat encounters more easily. You can track initiative, health, statistics, and conditions for various creatures.
4+
5+
![Promo](promo.png)
6+
7+
## Installation
8+
9+
<a target="_blank" href="https://itunes.apple.com/us/app/encounter+/id1170693487?ls=1&mt=8"><img height="80" src="app-store.svg"></a>
10+
11+
12+
## Documentation
13+
14+
Documentation can be found on https://help.encounter.plus. It is created automatically from this repository.
15+
16+
## Issues
17+
18+
Bugs, issues or enhancements are tracked in this repository using Issues section.
19+
https://github.com/encounterplus/encounterplus/issues
20+
21+
## Discussion
22+
23+
<a target="_blank" href="https://discord.gg/rc8Bez8"><img height="80" src="discord.png"></a>
224

3-
Documentation

app-store.svg

Lines changed: 46 additions & 0 deletions
Loading

discord.png

12 KB
Loading

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/elements/asset.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Asset
2+
3+
```XML
4+
<asset id="445D1DF0-745E-44D6-9EF0-69F67D45B277">
5+
<name>Campfire</name>
6+
<type>image</type>
7+
<resource>Campfire.png</resource>
8+
</asset>
9+
```
10+
11+
## Attributes
12+
13+
| Attribute | Type | Description |
14+
| --------- | ---- | ----------- |
15+
| id | String | UUIDv4 |
16+
| parent | String | UUID of parent item |
17+
| sort | String | for sorting |
18+
19+
## Fields
20+
21+
| Field | Type | Description |
22+
| ------ | ---- | ----------- |
23+
| name | String | |
24+
| slug | String | for referencing |
25+
| type | String | image, pattern, spriteSheet |
26+
| tags | String | |
27+
| resource | String | resource filename |
28+
| size | String | logical grid size, [w]x[h], example: 1x2 |
29+
| frameWidth | Integer | single frame width in spritesheet |
30+
| frameHeight | Integer | single frame height in spritesheet |
31+
| duration | Float | animation duration in spritesheet |
32+
| scale | Float | pattern scale |
33+
| gridAlign | Boolean | YES, NO, pattern size grid align |

docs/elements/campaign.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Campaign
2+
3+
```XML
4+
<campaign id="07D8A58C-52E3-461C-928C-12F45878E60A">
5+
<name>New Campaign</name>
6+
<description></description>
7+
<slug>new-campaign</slug>
8+
<image></image>
9+
<module id="AA9B0CA6-E75D-4781-8CA8-CA1DE5B88AB0" ref="/module/examples" />
10+
<player id="79A826C2-1694-4EEA-92FB-70B0F511BCDD" ref="/player/thorin-stoneheart" />
11+
<page id="17313864-6B3F-4B93-81A2-3DCD5872FBF1">
12+
<name>Test Page</name>
13+
<slug>test-page</slug>
14+
<content></content>
15+
</page>
16+
</campaign>
17+
```
18+
19+
## Attributes
20+
21+
| Attribute | Type | Description |
22+
| --------- | ---- | ----------- |
23+
| id | String | UUIDv4 |
24+
| sort | String | for sorting |
25+
26+
## Fields
27+
28+
| Field | Type | Description |
29+
| ------ | ---- | ----------- |
30+
| name | String | |
31+
| slug | String | for referencing |
32+
| description | String | |
33+
| image | String | cover image filename |
34+
| module | Reference | asociated module |
35+
| player | Reference | asociated player |
36+
| map | [Map](map.md) | |
37+
| page | [Page](page.md) | |
38+
| encounter | [Encounter](encounter.md) | |
39+
| group | [Group](group.md) | |
40+
41+
## Content
42+
43+
TODO
44+

docs/elements/combatant.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Combatant
2+
3+
```XML
4+
<combatant>
5+
<label>G2</label>
6+
<x>450</x>
7+
<y>200</y>
8+
<monster ref="/monster/goblin" />
9+
</combatant>
10+
```
11+
12+
## Attributes
13+
14+
none
15+
16+
## Fields
17+
18+
| Field | Type | Description |
19+
| ------ | ---- | ----------- |
20+
| label | String | |
21+
| name | String | |
22+
| role | String | hostile, friendly, neutral |
23+
| x | Integer | position |
24+
| y | Integer | position |
25+
| monster | Reference | URL |

0 commit comments

Comments
 (0)