mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
User guide update (#9115)
This commit is contained in:
@@ -77,7 +77,7 @@ cardPicsDir=
|
||||
cardPicsSubDirs=
|
||||
|
||||
# This is the top level directory that forge will use for storing and
|
||||
# locating decklists. The default value (for all plaforms) is:
|
||||
# locating decklists. The default value (for all platforms) is:
|
||||
# <the userDir defined above>/decks/
|
||||
decksDir=
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
The Forge archive includes a docs folder and we ask that you spend a few minutes reading this as it contains some information that may prove useful. You can open the .md (markdown) files with any plain Editor.
|
||||
The Forge archive includes a docs folder and we ask that you spend a few minutes reading this as it contains some information that may prove useful. You can open the .md (markdown) files with any plain Editor - or just browse it online from our GitHub wiki.
|
||||
|
||||
The archive format used for the Forge distribution is ".tar.bz2". There are utilities for Windows, Mac OS and the various *nix's that can be used to extract/decompress these ".tar.bz2" archives. We recommend that you extract/decompress the Forge archive into a new and unused folder.
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@ Name:Leech Fanatic
|
||||
ManaCost:1 B
|
||||
Types:Creature Human Warlock
|
||||
PT:2/2
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Lifelink | Condition$ PlayerTurn | Description$ During your turn, CARDNAME has first strike.
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Lifelink | Condition$ PlayerTurn | Description$ During your turn, CARDNAME has lifelink.
|
||||
Oracle:During your turn, Leech Fanatic has lifelink.
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Forge server port. Values under 1024 won't work on Mac OSX or on the various
|
||||
# *nixes.
|
||||
# Forge server port. Values under 1024 won't work on Mac OSX or on the various *nixes.
|
||||
NET_PORT=36743
|
||||
#This determines if Forge should attempt to open a port automatically, on supported routers, using UPnP
|
||||
UPnP=ASK # ASK, ALWAYS, NEVER
|
||||
Reference in New Issue
Block a user