User guide update (#9115)

This commit is contained in:
tool4ever
2025-11-09 09:05:29 +01:00
committed by GitHub
parent 1be45d73dd
commit 3736a0392d
22 changed files with 242 additions and 58 deletions

View File

@@ -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=

View File

@@ -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.

View File

@@ -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.

View File

@@ -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