-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
39 lines (27 loc) · 1.09 KB
/
README
File metadata and controls
39 lines (27 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
These are just some basic files related to Salvation Development's Yu-Gi-Oh Pro Browser Simulator.
The script will take in these files as input:
cards.txt:
Has a list of entries in the following format:
########,##/##/####,##/##,####
These represent an 8-digit (max) code used to identify a particular card, TCG-legal date, and OCG-legal date.
If a card is not TCG-legal, the TCG date will be left blank.
If a card is not OCG-legal, the OCG date will be left blank.
lists.txt:
Has a list of entries in the following format:
!2014.7.14 (TCG+OCG)
!2014.7.14 (TCG)
!2014.7.1 (OCG)
The dates for these must be in descending order, at least for each separate format (TCG,OCG,TCG/OCG)
These represent the dates and legalities of the F&L Lists.
Output file:
This script will produce an output file in the following format:
#Built using DevPro card editor.
!2014.7.14 (TCG)
#forbidden
53797637 0
....(list of cards found to be forbidden by this script
#limit
#semi limit
!2014.7.1 (OCG)
......
It will ignore the actual contents of the limit/semi-limit list for now and only include the cards illegal at the time.