Skip to content

Commit fba20c4

Browse files
author
Juraj Pristach
committed
add more work on docs
1 parent 398c995 commit fba20c4

28 files changed

+319
-18
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Icon
6666
Network Trash Folder
6767
Temporary Items
6868
.apdisk
69+
.DS_Store
6970

7071

7172
### Windows ###

docs/.DS_Store

2 KB
Binary file not shown.

docs/assets/css/style.scss

+15
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,21 @@ body {
6363
margin-left: 0;
6464
}
6565

66+
.video {
67+
position: relative;
68+
padding-bottom: 56.25%; /* 16:9 */
69+
height: 0;
70+
71+
iframe {
72+
position: absolute;
73+
top: 0;
74+
left: 0;
75+
width: 100%;
76+
height: 100%;
77+
}
78+
}
79+
80+
6681
@include large {
6782
max-width: 64rem;
6883
padding: 2rem 6rem;

docs/battle-map.md

+22-16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
[icon-pencil]: icons/pencil.png
2+
[icon-highlighter]: icons/highlighter.png
3+
[icon-eraser]: icons/eraser.png
4+
[icon-undo]: icons/undo.png
5+
[icon-move]: icons/move.png
6+
[icon-move-restricted]: icons/move-restricted.png
7+
[icon-select]: icons/select.png
8+
[icon-snap]: icons/snap.png
9+
[icon-reveal]: icons/reveal.png
10+
[icon-hide]: icons/hide.png
11+
[icon-layers]: icons/layers.png
12+
[icon-markers]: icons/markers.png
13+
[icon-settings]: icons/settings.png
14+
[icon-share]: icons/share.png
15+
[icon-fog-free]: icons/fog-free.png
16+
[icon-fog-rect]: icons/fog-rect.png
17+
118
# Battle Map
219

320
## Toolbar buttons
@@ -192,19 +209,8 @@ You can draw on a map or highlight a specific area, sketch basic dungeon or envi
192209

193210
* Use two fingers to scroll and zoom.
194211

195-
[icon-pencil]: icons/pencil.png
196-
[icon-highlighter]: icons/highlighter.png
197-
[icon-eraser]: icons/eraser.png
198-
[icon-undo]: icons/undo.png
199-
[icon-move]: icons/move.png
200-
[icon-move-restricted]: icons/move-restricted.png
201-
[icon-select]: icons/select.png
202-
[icon-snap]: icons/snap.png
203-
[icon-reveal]: icons/reveal.png
204-
[icon-hide]: icons/hide.png
205-
[icon-layers]: icons/layers.png
206-
[icon-markers]: icons/markers.png
207-
[icon-settings]: icons/settings.png
208-
[icon-share]: icons/share.png
209-
[icon-fog-free]: icons/fog-free.png
210-
[icon-fog-rect]: icons/fog-rect.png
212+
## Working with Assets
213+
214+
<div class="video">
215+
<iframe src="https://www.youtube.com/embed/V-BUZvcmO5Y" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
216+
</div>

docs/buttons/initiative.png

3.37 KB
Loading

docs/buttons/insert.png

2.9 KB
Loading

docs/buttons/next.png

1.75 KB
Loading

docs/buttons/previous.png

1.16 KB
Loading

docs/buttons/randomize.png

3.98 KB
Loading

docs/buttons/reset.png

3.06 KB
Loading

docs/buttons/save.png

3.01 KB
Loading

docs/buttons/start.png

2.19 KB
Loading

docs/buttons/stop.png

2.17 KB
Loading

docs/icons/add.png

156 Bytes
Loading

docs/icons/copy.png

413 Bytes
Loading

docs/icons/delete.png

799 Bytes
Loading

docs/icons/edit.png

496 Bytes
Loading

docs/icons/initiative.png

451 Bytes
Loading

docs/icons/library.png

584 Bytes
Loading

docs/icons/load.png

961 Bytes
Loading

docs/icons/more.png

277 Bytes
Loading

docs/icons/search.png

546 Bytes
Loading

docs/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
Documentation for Encounter+ iOS app v4.2
44

55
* [Quick Start](quick-start)
6+
* [Library](library)
67
* [Battle Map](battle-map)
78
* [Line of Sight](line-of-sight)
89
* [Campaigns & Modules](campaigns-and-modules)
10+
* [Tips & Tricks](tips-and-tricks)
911
* [FAQ](faq)
1012

docs/library.md

+175
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
# Library
2+
3+
## Creating creatures
4+
5+
>Creatures are all entities created through the Monster or NPC and the Player Character menus. In this documentation, the term ‘Creature’ is used to refer to any creature created in the Monster or NPC and Player Character creation menus, and are stored in the Compendium under Monsters and Player Characters.
6+
7+
You can create creatures in *two ways*. In this example, we use the Monster creature type, but the process is the same to create Player Characters.
8+
9+
*First*, you can select the ![button-insert][button-insert] insert button in the bottom left of your screen, select the type of creature you’d like to create and hit ![add][icon-add] on the top right of the screen.
10+
11+
[image]
12+
13+
Or, you can select the Library icon ![library][icon-library] in the top right of your screen. From here select Players, then select the ![add][icon-add] icon in the top right.
14+
15+
[image]
16+
17+
From the Compendium, you can create additional entries such as items and spells, or even campaigns and modules - for more information about using the Compendium, click here
18+
19+
Either method you choose, you will now have the option to create Monsters or NPCs or Player Characters.
20+
21+
[image]
22+
23+
New Monster or NPC Creation Form
24+
25+
[image]
26+
27+
New Player Character Creation Form
28+
29+
Insert Party from Campaign is an option that assumes you have already created Player Characters. For more information about Party from Campaign please see here
30+
31+
## Creating Monsters or NPCs
32+
33+
>NPCs and Allies are created in the Monsters or NPCs creation menu, and Player Characters are created in the Player Character creation menu. In this documentation, the term ‘Monster’ is used to refer to any creature created in the Monster or NPC creation menu.
34+
35+
In the New Monster screen, you’ll find a lot of options to fill in.
36+
37+
[image]
38+
39+
### Quickstart Guide for Monsters
40+
41+
* Name - Makes finding your monster easier. MUST be filled in to Save.
42+
* Size - This will determine the size of the token on the map.
43+
* Role - Will determine whether the creature appears in Initiative as an enemy or an ally. Roles can be changed during active Initiative.
44+
* Armour class - Useful for quick reference during combat.
45+
* Hit Points - Hit points can be static (i.e. 11) or selected as a die roll (i.e. 2d8 +2). Hit Point maximums and current Hit Points can be changed during active Initiative.
46+
* There are further settings that can impact how Hit Points are generated. See Settings -> Monster’s Hit Points -> Standard, Average, Minimum or Maximum. For more information about these settings see here
47+
* Speed - Useful for quick reference during combat. Measured in feet - for example, 30ft. Add info about Distance Tool (measurement tool)
48+
* Skills - Useful for quick reference during combat - for example, Stealth +4 or Perception +3.
49+
* Senses - Useful for quick reference during combat - for example, Passive Perception.
50+
* Challenge - Challenge Rating. Used for filtering in Search Monsters and for calculating XP.
51+
* Environments - A dropdown list used for filtering in Search Monsters.
52+
53+
You can fill in other sections of the Monster’s profile now or later. To see how to Edit your Monster or NPC, see here
54+
55+
* Type
56+
* Alignment
57+
* Ability Scores (STR, DEX)
58+
* Saving Throws
59+
* Condition immunities
60+
* Damage immunities
61+
* Damage vulnerabilities
62+
* Damage resistances
63+
* Passive perception
64+
* Languages
65+
* Traits
66+
* Actions
67+
* Reactions
68+
* Legendaries
69+
* Description & Notes
70+
* Artwork
71+
72+
You can create a Monster or NPC while you have Initiative active.
73+
74+
## Creating a Player Character
75+
76+
In the new Player Character screen, you’ll find a lot of options to fill in.
77+
78+
[image]
79+
80+
### Quick Start Player Character guide
81+
82+
In this Quickstart, we assume that your Players have a Character Sheet with a Character already created, and you are using Encounter+ to run combat.
83+
84+
* Name - MUST have to enable saving.
85+
* Speed - Useful for quick reference during combat and if you are using External Screen Support. Measured in feet - for example, 30ft.
86+
87+
Other options for creating a Player Character:
88+
89+
* Race
90+
* Class
91+
* Level
92+
* Experience
93+
* Hit Points
94+
* Armor Class
95+
* Party - For more info on Party see Party Campaign
96+
* Faction
97+
* Description & notes
98+
* Artwork
99+
* Ability Scores
100+
* Skills
101+
* Senses
102+
* Passive Perception
103+
* Initiative Modifier
104+
* Spells
105+
* Equipment
106+
* Traits
107+
* Ideals
108+
* Bonds
109+
* Flaws
110+
111+
You can create a Player Character while you have Initiative active.
112+
113+
114+
## How to Edit and Copy Creatures
115+
116+
### Editing Creatures
117+
118+
You can Edit your Creatures in a few ways.
119+
120+
You can Edit a Creature in the Library by clicking the Library Icon ![library][icon-library], selecting Monsters or Players, selecting the Monster or Player you would like to Edit, selecting the three dots icon ![more][icon-more] and select Edit.
121+
122+
You can Edit a Creature in the Library Search menu by clicking the Library Search icon ![search][icon-search], select Monsters or Players, select the Monster or Player you would like to Edit, select the more ![more][icon-more] and select Edit.
123+
124+
You can also Edit a Creature with the Insert menu. Select Insert ![insert][button-insert], select Monsters or NPCs or Players, select the Monster or Player you would like to Edit, select the more icon ![more][icon-more] and select Edit.
125+
126+
You cannot Edit a Creature while you have Initiative active.
127+
128+
### Copying Creatures
129+
130+
> Note: This guide refers to copying a Creature from the Library so that you may use its existing details to create subsequent Creatures.
131+
132+
There are a few ways to Copy creatures.
133+
134+
You can Copy a Creature from the Library by clicking the ![add][icon-add] icon, selecting Monsters or Players, selecting the Monster or Player you would like to Copy, selecting the ![more][icon-more] icon and select Copy.
135+
136+
You can Copy a Creature in the Library Search menu by clicking the Compendium Search icon ![search][icon-search], select Monsters or Players, select the Monster or Player you would like to Copy, select the three dots icon ![more][icon-more] and select Copy.
137+
138+
You can also Copy a Creature from the Initiative tracker, if Initiative is inactive. From here, simply do a long swipe to the left on the Creature you want to Copy. You can also do a short swipe to the left and select the Copy button.
139+
140+
[[icon-pencil]: icons/pencil.png
141+
[icon-highlighter]: icons/highlighter.png
142+
[icon-eraser]: icons/eraser.png
143+
[icon-undo]: icons/undo.png
144+
[icon-move]: icons/move.png
145+
[icon-move-restricted]: icons/move-restricted.png
146+
[icon-select]: icons/select.png
147+
[icon-snap]: icons/snap.png
148+
[icon-reveal]: icons/reveal.png
149+
[icon-hide]: icons/hide.png
150+
[icon-layers]: icons/layers.png
151+
[icon-markers]: icons/markers.png
152+
[icon-settings]: icons/settings.png
153+
[icon-share]: icons/share.png
154+
[icon-fog-free]: icons/fog-free.png
155+
[icon-fog-rect]: icons/fog-rect.png
156+
[icon-add]: icons/add.png
157+
[icon-more]: icons/more.png
158+
[icon-library]: icons/library.png
159+
[icon-search]: icons/search.png
160+
[icon-load]: icons/load.png
161+
[icon-initiative]: icons/initiative.png
162+
[icon-edit]: icons/edit.png
163+
[icon-copy]: icons/copy.png
164+
[icon-delete]: icons/delete.png
165+
166+
[button-insert]: buttons/insert.png
167+
[button-start]: buttons/start.png
168+
[button-stop]: buttons/stop.png
169+
[button-reset]: buttons/reset.png
170+
[button-save]: buttons/save.png
171+
[button-previous]: buttons/previous.png
172+
[button-next]: buttons/next.png
173+
[button-initiative]: buttons/initiative.png
174+
[button-randomize]: buttons/randomize.png
175+
[button-reset]: buttons/reset.png

docs/line-of-sight.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ You can use *Walls Generator* tool to quickly generate walls and obstacles for L
3333
[icon-settings]: icons/settings.png
3434
[icon-share]: icons/share.png
3535
[icon-fog-free]: icons/fog-free.png
36-
[icon-fog-rect]: icons/fog-rect.png
36+
[icon-fog-rect]: icons/fog-rect.png
37+
[icon-add]: icons/add.png
38+
[icon-more]: icons/more.png
39+
[icon-library]: icons/library.png

docs/quick-start.md

+59-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,62 @@
22

33
## Basics
44

5-
<video src="https://encounter.plus/videos/basics.mp4" width="100%" controls preload></video>
5+
<video src="https://encounter.plus/videos/basics.mp4" width="100%" controls preload></video>
6+
7+
# Adding Creatures to Combat
8+
9+
## Inserting Monster or NPC
10+
11+
To Insert a Monster or NPC into the Initiative Tracker, select the Insert button ![insert][button-insert] on the bottom left of the screen, and select Monster or NPC. Find and select the Monster or NPC you want to add to combat, and then select the load icon ![load][icon-load] on the top right of the screen.
12+
13+
## Inserting Player Characters
14+
15+
To Insert a Player Character into the Initiative Tracker, select the Insert button ![insert][button-insert] on the bottom left of the screen, and select Player Character. Find and select the Player Character you want to add to combat, and then select the load icon ![load][icon-load] on the top right of the screen.
16+
17+
## Inserting Party from Campaign
18+
19+
The Party from Campaign button in the Insert menu assumes you have already created at least one Player Character, created at least one Campaign, and added at least one Player Character to that Campaign.
20+
21+
For more information about Campaigns, please see here
22+
23+
[icon-pencil]: icons/pencil.png
24+
[icon-highlighter]: icons/highlighter.png
25+
[icon-eraser]: icons/eraser.png
26+
[icon-undo]: icons/undo.png
27+
[icon-move]: icons/move.png
28+
[icon-move-restricted]: icons/move-restricted.png
29+
[icon-select]: icons/select.png
30+
[icon-snap]: icons/snap.png
31+
[icon-reveal]: icons/reveal.png
32+
[icon-hide]: icons/hide.png
33+
[icon-layers]: icons/layers.png
34+
[icon-markers]: icons/markers.png
35+
[icon-settings]: icons/settings.png
36+
[icon-share]: icons/share.png
37+
[icon-fog-free]: icons/fog-free.png
38+
[icon-fog-rect]: icons/fog-rect.png
39+
[icon-add]: icons/add.png
40+
[icon-more]: icons/more.png
41+
[icon-library]: icons/library.png
42+
[icon-search]: icons/search.png
43+
[icon-load]: icons/load.png
44+
[icon-initiative]: icons/initiative.png
45+
[icon-edit]: icons/edit.png
46+
[icon-copy]: icons/copy.png
47+
[icon-delete]: icons/delete.png
48+
49+
[button-insert]: buttons/insert.png
50+
[button-start]: buttons/start.png
51+
[button-stop]: buttons/stop.png
52+
[button-reset]: buttons/reset.png
53+
[button-save]: buttons/save.png
54+
[button-previous]: buttons/previous.png
55+
[button-next]: buttons/next.png
56+
[button-initiative]: buttons/initiative.png
57+
[button-randomize]: buttons/randomize.png
58+
[button-reset]: buttons/reset.png
59+
60+
61+
62+
63+

docs/tips-and-tricks.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Tips and Tricks
2+
3+
4+
For more information about Campaigns, please see here
5+
6+
[icon-pencil]: icons/pencil.png
7+
[icon-highlighter]: icons/highlighter.png
8+
[icon-eraser]: icons/eraser.png
9+
[icon-undo]: icons/undo.png
10+
[icon-move]: icons/move.png
11+
[icon-move-restricted]: icons/move-restricted.png
12+
[icon-select]: icons/select.png
13+
[icon-snap]: icons/snap.png
14+
[icon-reveal]: icons/reveal.png
15+
[icon-hide]: icons/hide.png
16+
[icon-layers]: icons/layers.png
17+
[icon-markers]: icons/markers.png
18+
[icon-settings]: icons/settings.png
19+
[icon-share]: icons/share.png
20+
[icon-fog-free]: icons/fog-free.png
21+
[icon-fog-rect]: icons/fog-rect.png
22+
[icon-add]: icons/add.png
23+
[icon-more]: icons/more.png
24+
[icon-library]: icons/library.png
25+
[icon-search]: icons/search.png
26+
[icon-load]: icons/load.png
27+
[icon-initiative]: icons/initiative.png
28+
[icon-edit]: icons/edit.png
29+
[icon-copy]: icons/copy.png
30+
[icon-delete]: icons/delete.png
31+
32+
[button-insert]: buttons/insert.png
33+
[button-start]: buttons/start.png
34+
[button-stop]: buttons/stop.png
35+
[button-reset]: buttons/reset.png
36+
[button-save]: buttons/save.png
37+
[button-previous]: buttons/previous.png
38+
[button-next]: buttons/next.png
39+
[button-initiative]: buttons/initiative.png
40+
[button-randomize]: buttons/randomize.png
41+
[button-reset]: buttons/reset.png

0 commit comments

Comments
 (0)