Skip to content

Commit

Permalink
Merge branch 'dev-untested' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
NPBruce committed Jul 3, 2017
2 parents 05f30b3 + 27ff37c commit 615e86c
Show file tree
Hide file tree
Showing 26 changed files with 501 additions and 372 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,5 @@

Valkyrie GM for Fantasy Flight Board Games

Inlcudes editor for user built scenarios/quests.

Download here:
https://github.com/NPBruce/valkyrie/releases

Currently supports:
* Descent: Journeys in the Dark (Second Edition) which requires Descent: Road to Legend to be installed. One quest included.
* Mansions of Madness Second Edition which requires the Mansions of Madness app to be installed.

FFG apps can be downloaded from steam:

* __Descent: Road to Legend:__ http://store.steampowered.com/app/477200/
* __Mansions of Madness:__ http://store.steampowered.com/app/478980/

# NOTE
This is being made obsolete, in future please use this link:
Information:
https://github.com/NPBruce/valkyrie/wiki
32 changes: 0 additions & 32 deletions Release Checklist.txt

This file was deleted.

8 changes: 8 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,11 @@ cd ..
"C:\Program Files\7-Zip\7z.exe" a valkyrie-linux-%version%.tar.gz valkyrie-linux-%version%.tar
del valkyrie-linux-%version%.tar
cd ..

set /a num=%var:~-1% 2>nul
if {%num%}=={%var:~-1%} (
makensis /DVERSION=%version% /DPRERELEASE valkyrie.nsi
goto :EOF
)

makensis /NOCD /DVERSION=%version% valkyrie.nsi
41 changes: 0 additions & 41 deletions content/MoM/base/investigators1E.ini

This file was deleted.

19 changes: 0 additions & 19 deletions content/MoM/base/investigatorsCotW.ini

This file was deleted.

19 changes: 0 additions & 19 deletions content/MoM/base/investigatorsFA.ini

This file was deleted.

25 changes: 25 additions & 0 deletions content/MoM/base/monsters.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ health=1
healthperhero=1
awareness=3
horror=1
brawn=2

[MonsterDeepOne]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -26,6 +27,9 @@ image="{import}/img/Monster_Deep_One.dds"
health=2
healthperhero=1
traits=humanoid
awareness=3
horror=4
brawn=2

[MonsterDeepOneHybrid]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -39,6 +43,9 @@ image="{import}/img/Monster_Deep_One_Hybrid.dds"
health=2
healthperhero=1
traits=humanoid
awareness=3
horror=1
brawn=2

[MonsterGhost]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -52,6 +59,9 @@ image="{import}/img/Monster_Ghost.dds"
health=1
healthperhero=1
traits=spirit
awareness=2
horror=5
brawn=1

[MonsterHuntingHorror]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -65,6 +75,9 @@ image="{import}/img/Monster_Hunting_Horror.dds"
health=3
healthperhero=1
traits=beast
awareness=5
horror=6
brawn=3

[MonsterRiot]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -78,6 +91,9 @@ image="{import}/img/Monster_Riot.dds"
health=5
healthperhero=3
traits=humanoid
awareness=7
horror=4
brawn=4

[MonsterStarSpawn]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -91,6 +107,9 @@ image="{import}/img/Monster_Star_Spawn.dds"
health=9
healthperhero=3
traits=beast
awareness=5
horror=8
brawn=5

[MonsterChildOfDagon]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -104,6 +123,9 @@ image="{import}/img/Monster_Child_Of_Dagon.dds"
health=1
healthperhero=1
traits=humanoid
awareness=4
horror=3
brawn=2

[MonsterPriestOfDagon]
; Optional name for display (if spaces or other formatting required)
Expand All @@ -117,3 +139,6 @@ image="{import}/img/Monster_Priest_Of_Dagon.dds"
health=2
healthperhero=2
traits=humanoid
awareness=4
horror=3
brawn=2
104 changes: 0 additions & 104 deletions content/MoM/base/monsters1E.ini

This file was deleted.

Loading

0 comments on commit 615e86c

Please sign in to comment.