Started redoing assets.
|
@ -97,6 +97,7 @@ INSERT INTO Cards VALUES(121,'Makeshift Sled',1,1,0,'Rickety, but it''ll hold.',
|
||||||
INSERT INTO Cards VALUES(122,'Salvage',1,1,0,'Take the good with the bad.','salvage',6);
|
INSERT INTO Cards VALUES(122,'Salvage',1,1,0,'Take the good with the bad.','salvage',6);
|
||||||
INSERT INTO Cards VALUES(123,'Antique Sled',0,5,0,'Withstood the test of time.','antique_sled',6);
|
INSERT INTO Cards VALUES(123,'Antique Sled',0,5,0,'Withstood the test of time.','antique_sled',6);
|
||||||
INSERT INTO Cards VALUES(124,'Rush',0,3,1,'Hurry up!','rush',6);
|
INSERT INTO Cards VALUES(124,'Rush',0,3,1,'Hurry up!','rush',6);
|
||||||
|
INSERT INTO Cards VALUES(125,'Supply Run',0,0,0,'Not as easy as dropping by the grocery store.','supply_run',4);
|
||||||
|
|
||||||
CREATE TABLE Card_Effects (Card INTEGER REFERENCES Cards (id), Effect INTEGER REFERENCES Effects (id), Amount INTEGER);
|
CREATE TABLE Card_Effects (Card INTEGER REFERENCES Cards (id), Effect INTEGER REFERENCES Effects (id), Amount INTEGER);
|
||||||
INSERT INTO Card_Effects VALUES(1,1,1);
|
INSERT INTO Card_Effects VALUES(1,1,1);
|
||||||
|
@ -181,6 +182,8 @@ INSERT INTO Card_Effects VALUES(122,3,3);
|
||||||
INSERT INTO Card_Effects VALUES(122,4,2);
|
INSERT INTO Card_Effects VALUES(122,4,2);
|
||||||
INSERT INTO Card_Effects VALUES(123,3,2);
|
INSERT INTO Card_Effects VALUES(123,3,2);
|
||||||
INSERT INTO Card_Effects VALUES(123,4,8);
|
INSERT INTO Card_Effects VALUES(123,4,8);
|
||||||
|
INSERT INTO Card_Effects VALUES(124,8,8);
|
||||||
|
INSERT INTO Card_Effects VALUES(125,8,3);
|
||||||
|
|
||||||
CREATE TABLE Deck_Cards (Deck INTEGER REFERENCES Decks (id), Card INTEGER REFERENCES Cards (id), Amount INTEGER);
|
CREATE TABLE Deck_Cards (Deck INTEGER REFERENCES Decks (id), Card INTEGER REFERENCES Cards (id), Amount INTEGER);
|
||||||
INSERT INTO Deck_Cards VALUES(1,1,1);
|
INSERT INTO Deck_Cards VALUES(1,1,1);
|
||||||
|
@ -251,7 +254,7 @@ INSERT INTO Deck_Cards VALUES(20,28,1);
|
||||||
INSERT INTO Deck_Cards VALUES(20,29,1);
|
INSERT INTO Deck_Cards VALUES(20,29,1);
|
||||||
INSERT INTO Deck_Cards VALUES(20,30,1);
|
INSERT INTO Deck_Cards VALUES(20,30,1);
|
||||||
INSERT INTO Deck_Cards VALUES(20,31,1);
|
INSERT INTO Deck_Cards VALUES(20,31,1);
|
||||||
INSERT INTO Deck_Cards VALUES(21,40,26);
|
INSERT INTO Deck_Cards VALUES(21,40,10);
|
||||||
|
|
||||||
INSERT INTO Deck_Cards VALUES(10,106,2);
|
INSERT INTO Deck_Cards VALUES(10,106,2);
|
||||||
INSERT INTO Deck_Cards VALUES(10,108,2);
|
INSERT INTO Deck_Cards VALUES(10,108,2);
|
||||||
|
@ -278,8 +281,8 @@ INSERT INTO Deck_Cards VALUES(11,107,2);
|
||||||
INSERT INTO Deck_Cards VALUES(11,113,2);
|
INSERT INTO Deck_Cards VALUES(11,113,2);
|
||||||
INSERT INTO Deck_Cards VALUES(11,114,2);
|
INSERT INTO Deck_Cards VALUES(11,114,2);
|
||||||
INSERT INTO Deck_Cards VALUES(11,115,2);
|
INSERT INTO Deck_Cards VALUES(11,115,2);
|
||||||
-- 2 more movements (or 1 movement, 1 dog)
|
INSERT INTO Deck_Cards VALUES(11,124,2);
|
||||||
|
INSERT INTO Deck_Cards VALUES(11,125,2);
|
||||||
|
|
||||||
CREATE VIEW Card_List AS
|
CREATE VIEW Card_List AS
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
@ -1,13 +1,10 @@
|
||||||
\LoadClass{standalone}
|
\LoadClass{standalone}
|
||||||
% NOTE: Cloud colour is 76baff
|
|
||||||
|
|
||||||
\ProvidesClass{iditacard}[2017/05/12 Class for Iditacard cards]
|
\ProvidesClass{iditacard}[2017/05/12 Class for Iditacard cards]
|
||||||
|
|
||||||
\RequirePackage{fontspec}
|
\RequirePackage{fontspec}
|
||||||
\RequirePackage{xcolor}
|
\RequirePackage{xcolor}
|
||||||
\RequirePackage{xstring}
|
\RequirePackage{xstring}
|
||||||
\RequirePackage{siunitx}
|
|
||||||
\DeclareSIPrefix\myria{my}{4}
|
|
||||||
|
|
||||||
\RequirePackage[none]{hyphenat}
|
\RequirePackage[none]{hyphenat}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 937 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 3 MiB |
BIN
images/bear.JPG
Before Width: | Height: | Size: 827 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 35 KiB |
BIN
images/bison.jpg
Before Width: | Height: | Size: 148 KiB |
Before Width: | Height: | Size: 318 KiB |
Before Width: | Height: | Size: 290 KiB |
Before Width: | Height: | Size: 69 KiB |
Before Width: | Height: | Size: 490 KiB |
Before Width: | Height: | Size: 4.4 MiB |
Before Width: | Height: | Size: 459 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 220 KiB |
BIN
images/cat.jpg
Before Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 163 KiB |
Before Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 4.1 MiB |
Before Width: | Height: | Size: 17 KiB |
BIN
images/coat.JPG
Before Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 297 KiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 6.4 MiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 364 KiB |
Before Width: | Height: | Size: 251 KiB |
Before Width: | Height: | Size: 289 KiB |
Before Width: | Height: | Size: 419 KiB |
Before Width: | Height: | Size: 908 KiB |
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 173 KiB |
BIN
images/farm.jpg
Before Width: | Height: | Size: 114 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 113 KiB |
Before Width: | Height: | Size: 520 KiB |
Before Width: | Height: | Size: 416 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 2.3 MiB |
BIN
images/haste.jpg
Before Width: | Height: | Size: 886 KiB |
BIN
images/hat.jpg
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 7.9 KiB |
BIN
images/hill.jpg
Before Width: | Height: | Size: 18 KiB |
BIN
images/hills.jpg
Before Width: | Height: | Size: 4 MiB |
Before Width: | Height: | Size: 261 KiB |
BIN
images/husky.jpg
Before Width: | Height: | Size: 203 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 249 KiB |
Before Width: | Height: | Size: 151 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 394 KiB |
Before Width: | Height: | Size: 887 KiB |
Before Width: | Height: | Size: 946 KiB |
Before Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 312 KiB |
Before Width: | Height: | Size: 392 KiB |
Before Width: | Height: | Size: 3 MiB |
BIN
images/lunch.jpg
Before Width: | Height: | Size: 283 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 308 KiB |
BIN
images/moose.jpg
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 26 KiB |
BIN
images/move.JPG
Before Width: | Height: | Size: 28 KiB |
BIN
images/mush.jpg
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 206 KiB |
Before Width: | Height: | Size: 498 KiB |
Before Width: | Height: | Size: 3.1 MiB |