Skip to content

Commit

Permalink
Add Frenzy icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
toadchild committed May 16, 2016
1 parent 799f2de commit 200fd3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: clean n3 hsn3 killian vyo command grey_camo holoecho_colors
all: clean n3 hsn3 killian vyo command grey_camo holoecho_colors audrey_ewing

.PHONY:

Expand Down Expand Up @@ -31,6 +31,9 @@ grey_camo: .PHONY
holoecho_colors: .PHONY
./doconversion.pl holoecho_colors jpg

audrey_ewing: .PHONY
./doconversion.pl audrey_ewing jpg

install:
rm -rf /var/www/inf-dice/markers/jpg/
rm -rf /var/www/inf-dice/markers/thumb/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Images contributed by other sources:
* Alternate command tokens by Jakob Kantor (found in command/)
* Markers from "Human Sphere" and "Campaign: Paradiso" extracted and collected by Killian Mc Keever (found in killian/)
* Vectorized faction logos create by Vyo (found in vyo/) Source: http://infinitytheforums.com/forum/topic/25308-3rd-edition-unit-logos-in-vector-format/
* Frenzy icon by Audrey Ewing (found in audrey_ewing)

## Usage instructions

Expand Down
1 change: 1 addition & 0 deletions annotation.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
029,Irregular,,Orders and Related,10/15/18/20/25,
033,Impetuous,,Orders and Related,10/15/18/20/25,
Ex Impetuious,Extreme Impetuous,,Orders and Related,10/15/18/20/25,
frenzy_1,Frenzy,,Orders and Related,10/15/18/20/25,
142,Command Token,,Orders and Related,10/15/18/20/25,
round_command_cropped,Command Token (round),,Orders and Related,10/15/18/20/25,
041,Retreat,,Orders and Related,10/15/18/20/25,
Expand Down
Binary file added audrey_ewing/frenzy_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added audrey_ewing/frenzy_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.pl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ sub print_input{
print "<h2>Copyright Notice</h2>\n";
print "<p>This tool was created by <a href='http://ghostlords.com/'>Jonathan Polley</a> to help enhance your enjoyment of Infinity the Game. Please direct any feedback to <a href='mailto:infinity\@ghostlords.com'>infinity\@ghostlords.com</a>. My other Infinity resources may be found <a href='http://infinity.ghostlords.com'>here</a>.</p>\n";
print "<p><a href='http://infinitythegame.com'>Infinity the Game</a> is &copy; Corvus Belli SLL. All images are property of and &copy; Corvus Belli SLL. The sole intended purpose of this tool is to make play aids for Infinity the Game. </p>\n";
print "<p>Vectorized faction logos created by Vyo on the forum. Human Sphere and Paradiso icons extracted by Killian (Deep-Green-X). Round command token created by Jakob Kantor.</p>\n";
print "<p>Vectorized faction logos created by Vyo on the forum. Human Sphere and Paradiso icons extracted by Killian (Deep-Green-X). Round command token created by Jakob Kantor. Frenzy icon by Audrey Ewing.</p>\n";

print <<EOF;
</body>
Expand Down

0 comments on commit 200fd3d

Please sign in to comment.