Skip to content

Commit

Permalink
Added the new Side property for cards.
Browse files Browse the repository at this point in the history
Added Unicode reference
  • Loading branch information
db0 committed Aug 25, 2012
1 parent 458ebd2 commit 904b807
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
5 changes: 3 additions & 2 deletions ANR.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<game xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Android:Netrunner" id="0f38e453-26df-4c04-9d67-6d43de939c77" octgnVersion="3.0.1.14" version="1.0.0" markersize="16">
<game xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Android:Netrunner" id="0f38e453-26df-4c04-9d67-6d43de939c77" octgnVersion="3.0.1.14" version="1.1.0" markersize="16">
<globalvariables>
<globalvariable name="fontsize" value="11"/>
<globalvariable name="chatsize" value="12"/>
</globalvariables>
<card back="r4" front="r5" width="63" height="88" cornerRadius="2">
<property name="Subtitle" type="String" hidden="false" ignoreText="False"/>
<property name="Faction" type="String" hidden="false" ignoreText="False" />
<property name="Type" type="String" hidden="false" ignoreText="False" textKind="Enum" />
<property name="Keywords" type="String" hidden="false" ignoreText="False" />
<property name="Cost" type="String" hidden="false" />
Expand All @@ -14,8 +15,8 @@
<property name="Rules" type="String" hidden="false" ignoreText="False" />
<property name="Flavor" type="String" hidden="false" ignoreText="True" />
<property name="Instructions" type="String" hidden="false" ignoreText="False" />
<property name="Faction" type="String" hidden="false" ignoreText="False" />
<property name="Influence" type="String" hidden="false" ignoreText="False" />
<property name="Side" type="String" hidden="false" ignoreText="False" textKind="Enum" />

<property name="AutoScript" type="String" hidden="True" ignoreText="True" />
<property name="AutoAction" type="String" hidden="True" ignoreText="True" />
Expand Down
12 changes: 8 additions & 4 deletions Fonts.Readme.txt
@@ -1,4 +1,4 @@
CYBERPUNK IS NOT DEAD
### CYBERPUNK IS NOT DEAD
by Aurelius

Thanks for downloading this font!
Expand All @@ -10,9 +10,13 @@ Aurelius

--------

EDIT by Db0: Font is modified to have some semblance of lowercase character,
and also includes unicodes #9166 and #10102 - #10122 which are used by the game.
EDIT by Db0: Font is modified to have some semblance of lowercase character,
and also includes unicodes for the Android:Netrunner special characters which are used by the game.
See the included Unicode_reference.txt file.

Link to original font: http://www.dafont.com/cyberpunk-is-not-dead.font

chat.tff is a Commodore 64 font found here: http://kofler.dot.at/c64/
### ANR_symbols_only-enlarged

This is an empty font, save for the special Android Netrunner symbols. (See Unicode_reference.txt file.).
This means that the rest of the font is whatever you system default it.
9 changes: 2 additions & 7 deletions README.md
Expand Up @@ -7,7 +7,6 @@ Gameplay

Some basic instructions on how to use the new system will be forthcoming, but things should be fairly intuitive anyway. Some basic things to remember

* __The corp should be the one hosting the game!__ Otherwise your card placement will be on the other side. Don't forget!
* First thing you do after you load a deck is Setup (Ctrl+Shift+S)
* At the start of your turn, declare it with F1
* At the end of your turn, declare it with F12. Make sure the game announces that your turn has ended and is not expecting you to discard down to your max hand size ;)
Expand Down Expand Up @@ -39,15 +38,11 @@ Screenshots
---------
(Click for larger size)

[![](http://i.imgur.com/GFD0Ll.jpg)](http://i.imgur.com/GFD0L)
None yet :(

Changelog
---------

### 1.0.0

Cloned from Netrunner-OCTGN 3.0.0. Starting port. Basic functionality and automation there.
Made the basic changes to make the game work
Added special fonts which include the symbols of ANR as unicode
Added new board provided by [squizm](http://boardgamegeek.com/user/squizm)
Added autoplacement function to work with the new board
Cloned from Netrunner-OCTGN 3.0.0. Starting port.
10 changes: 10 additions & 0 deletions Unicode Reference.txt
@@ -0,0 +1,10 @@
In the included fonts, there are some special unicode characters which I've replaced with Android:Netrunner special symbols

* #163 (Sterling): Recurrent Credits
* #165 (Yen): Credit
* #8986: Click
* #9111: 1 MU
* #9112: 2 MU
* #9113: Base Link
* #9166: Subroutine
* #9167: Trash

0 comments on commit 904b807

Please sign in to comment.