├── .gitignore
├── README.md
├── buffs.html
├── config.html
├── css
├── buffs
│ └── buffs.css
├── config
│ └── config.css
├── gauges
│ ├── arrow.css
│ ├── bar.css
│ ├── fonts
│ │ └── OPTIEdgarBold-Extended.otf
│ ├── gauges.css
│ ├── glow.css
│ └── square.css
└── general
│ └── general.css
├── glow
├── ATEX
│ ├── Game_File.java
│ ├── ImageDecoding.java
│ ├── TextureFile.java
│ ├── Utils.java
│ └── main.java
└── lum_to_alpha.py
├── img
├── buff_icons
│ ├── battlelitany.png
│ ├── battlevoice.png
│ ├── bio.png
│ ├── biolysis.png
│ ├── bloodofthedragon.png
│ ├── brotherhood.png
│ ├── bunshin.png
│ ├── causticbite.png
│ ├── chainstratagem.png
│ ├── chaosthrust.png
│ ├── combust.png
│ ├── delirium.png
│ ├── devilment.png
│ ├── devotion.png
│ ├── dia.png
│ ├── disembowel.png
│ ├── divination.png
│ ├── doublemidare.png
│ ├── dragonsight.png
│ ├── embolden.png
│ ├── firebirdtrance.png
│ ├── goringblade.png
│ ├── higanbana.png
│ ├── innerrelease.png
│ ├── jinpu.png
│ ├── ladyofcrowns.png
│ ├── lancecharge.png
│ ├── livingshadow.png
│ ├── lordofcrowns.png
│ ├── manafication.png
│ ├── miasma.png
│ ├── nastrond.png
│ ├── offguard.png
│ ├── peculiarlight.png
│ ├── ragingstrikes.png
│ ├── riddleoffire.png
│ ├── shifu.png
│ ├── songoftorment.png
│ ├── stormbite.png
│ ├── stormseye.png
│ ├── summonbahamut.png
│ ├── technicalfinish.png
│ ├── thearrow.png
│ ├── thebalance.png
│ ├── thebole.png
│ ├── theewer.png
│ ├── thespear.png
│ ├── thespire.png
│ ├── thunder3.png
│ ├── thunder4.png
│ ├── trickattack.png
│ └── wildfire.png
├── buff_icons_small
│ ├── bahamut.png
│ ├── bio.png
│ ├── biolysis.png
│ ├── bloodweapon.png
│ ├── causticbite.png
│ ├── combust.png
│ ├── delirium.png
│ ├── devilment.png
│ ├── dia.png
│ ├── fightorflight.png
│ ├── goringblade.png
│ ├── higanbana.png
│ ├── hypercharge.png
│ ├── innerrelease.png
│ ├── jinpu.png
│ ├── lancecharge.png
│ ├── manafication.png
│ ├── miasma.png
│ ├── nomercy.png
│ ├── perfectbalance.png
│ ├── pheonix.png
│ ├── ragingstrikes.png
│ ├── requiescat.png
│ ├── riddleoffire.png
│ ├── righteye.png
│ ├── shifu.png
│ ├── songoftorment.png
│ ├── stormbite.png
│ ├── stormseye.png
│ ├── thunder3.png
│ ├── thunder4.png
│ ├── trickattack.png
│ └── wildfire.png
├── docs
│ ├── AST.gif
│ ├── DRK.gif
│ ├── alex.gif
│ └── demo_img.png
├── general
│ ├── cog.png
│ ├── dash.gif
│ ├── dash
│ │ ├── 1.png
│ │ ├── 2.png
│ │ ├── 3.png
│ │ ├── 4.png
│ │ ├── 5.png
│ │ ├── 6.png
│ │ ├── 7.png
│ │ └── 8.png
│ ├── diamond.png
│ ├── recast.png
│ ├── recast
│ │ ├── frame.png
│ │ ├── recast_01.png
│ │ ├── recast_02.png
│ │ ├── recast_03.png
│ │ ├── recast_04.png
│ │ ├── recast_05.png
│ │ ├── recast_06.png
│ │ ├── recast_07.png
│ │ ├── recast_08.png
│ │ ├── recast_09.png
│ │ ├── recast_10.png
│ │ ├── recast_11.png
│ │ ├── recast_12.png
│ │ ├── recast_13.png
│ │ ├── recast_14.png
│ │ ├── recast_15.png
│ │ ├── recast_16.png
│ │ ├── recast_17.png
│ │ ├── recast_18.png
│ │ ├── recast_19.png
│ │ ├── recast_20.png
│ │ ├── recast_21.png
│ │ ├── recast_22.png
│ │ ├── recast_23.png
│ │ ├── recast_24.png
│ │ ├── recast_25.png
│ │ ├── recast_26.png
│ │ ├── recast_27.png
│ │ ├── recast_28.png
│ │ ├── recast_29.png
│ │ ├── recast_30.png
│ │ ├── recast_31.png
│ │ ├── recast_32.png
│ │ ├── recast_33.png
│ │ ├── recast_34.png
│ │ ├── recast_35.png
│ │ ├── recast_36.png
│ │ ├── recast_37.png
│ │ ├── recast_38.png
│ │ ├── recast_39.png
│ │ ├── recast_40.png
│ │ ├── recast_41.png
│ │ ├── recast_42.png
│ │ ├── recast_43.png
│ │ ├── recast_44.png
│ │ ├── recast_45.png
│ │ ├── recast_46.png
│ │ ├── recast_47.png
│ │ ├── recast_48.png
│ │ ├── recast_49.png
│ │ ├── recast_50.png
│ │ ├── recast_51.png
│ │ ├── recast_52.png
│ │ ├── recast_53.png
│ │ ├── recast_54.png
│ │ ├── recast_55.png
│ │ ├── recast_56.png
│ │ ├── recast_57.png
│ │ ├── recast_58.png
│ │ ├── recast_59.png
│ │ ├── recast_60.png
│ │ ├── recast_61.png
│ │ ├── recast_62.png
│ │ ├── recast_63.png
│ │ ├── recast_64.png
│ │ ├── recast_65.png
│ │ ├── recast_66.png
│ │ ├── recast_67.png
│ │ ├── recast_68.png
│ │ ├── recast_69.png
│ │ ├── recast_70.png
│ │ ├── recast_71.png
│ │ ├── recast_72.png
│ │ ├── recast_73.png
│ │ ├── recast_74.png
│ │ ├── recast_75.png
│ │ ├── recast_76.png
│ │ ├── recast_77.png
│ │ ├── recast_78.png
│ │ ├── recast_79.png
│ │ ├── recast_80.png
│ │ └── recast_81.png
│ └── silver_gauge.png
├── glow
│ ├── mask
│ │ ├── cyber.png
│ │ ├── cyber2.png
│ │ ├── glass.png
│ │ ├── hex.png
│ │ ├── hex2.png
│ │ ├── ice.png
│ │ ├── l.png
│ │ ├── l2.png
│ │ ├── m1.png
│ │ ├── m10.png
│ │ ├── m11.png
│ │ ├── m12.png
│ │ ├── m13.png
│ │ ├── m2.png
│ │ ├── m3.png
│ │ ├── m4.png
│ │ ├── m5.png
│ │ ├── m6.png
│ │ ├── m7.png
│ │ ├── m8.png
│ │ ├── m9.png
│ │ ├── prism.png
│ │ └── write.png
│ └── tex
│ │ ├── aura0.png
│ │ ├── aura2.png
│ │ ├── aura3.png
│ │ ├── bene.png
│ │ ├── black.png
│ │ ├── cloud.png
│ │ ├── cyber.png
│ │ ├── cyber2.png
│ │ ├── dark.png
│ │ ├── dark2.png
│ │ ├── dark3.png
│ │ ├── elec.png
│ │ ├── elec2.png
│ │ ├── elec3.png
│ │ ├── elec4.png
│ │ ├── fire.png
│ │ ├── fire2.png
│ │ ├── fire3.png
│ │ ├── fire4.png
│ │ ├── fireblue.png
│ │ ├── fireblue2.png
│ │ ├── fireblueblack.png
│ │ ├── green.png
│ │ ├── jewel.png
│ │ ├── lens_03.atex.png
│ │ ├── line.png
│ │ ├── prism.png
│ │ ├── prism2.png
│ │ ├── prism3.png
│ │ ├── purple.png
│ │ ├── rainbow.png
│ │ ├── rainbow2.png
│ │ ├── rock.png
│ │ ├── smash.png
│ │ ├── sonic.png
│ │ ├── sonic2.png
│ │ ├── sonic3.png
│ │ ├── swirl.png
│ │ ├── thin.png
│ │ ├── water.png
│ │ ├── water2.png
│ │ ├── water3.png
│ │ └── wind.png
└── job_icons
│ ├── AST.png
│ ├── BLM.png
│ ├── BLU.png
│ ├── BRD.png
│ ├── DNC.png
│ ├── DRG.png
│ ├── DRK.png
│ ├── GNB.png
│ ├── MCH.png
│ ├── MNK.png
│ ├── NIN.png
│ ├── PLD.png
│ ├── RDM.png
│ ├── SAM.png
│ ├── SCH.png
│ ├── SMN.png
│ ├── WAR.png
│ └── WHM.png
├── index.html
├── js
├── buffs
│ ├── buffs.js
│ ├── index.js
│ ├── settings.js
│ └── visual.js
├── classes
│ ├── gaugeBuff.js
│ ├── partyBuff.js
│ └── user.js
├── config
│ ├── config-default.js
│ └── index.js
├── gauges
│ ├── actions.js
│ ├── index.js
│ ├── settings.js
│ └── visual.js
└── general
│ ├── ids.js
│ └── init.js
└── test_webserver.js
/.gitignore:
--------------------------------------------------------------------------------
1 | img/actions/Illustration.clip
2 | *.class
3 | package-lock.json
4 | node_modules
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # CODEX
2 |
3 | Extra gauges and buff trackers for FFXIV
4 |
5 | **❗❗❗ Consider using the [QuickLauncher plugin](https://github.com/0ceal0t/JobBars) instead, as it has more features and is being more actively maintained ❗❗❗**
6 |
7 |
8 |
9 | ## Installation
10 | 1. ACT + FFXIV Plugin
11 | 2. [NGLD's OverlayPlugin](https://github.com/quisquous/cactbot#install-ngld-overlayplugin)
12 | 3. For gauges, add a new Miniparse overlay, and point the url to `https://mkaminsky11.github.io/Codex/index.html`
13 | 4. For buff tracker, add a new Miniparse overlay, and point the url to `https://mkaminsky11.github.io/Codex/buffs.html`
14 | 5. After positioning the overlays, check "Lock Overlay" and "Enable Clickthrough" in ACT
15 |
16 | ### (For Streamers)
17 | 1. In OBS, add new brower sources pointing to `https://mkaminsky11.github.io/Codex/index.html?OVERLAY_WS=ws://127.0.0.1:10501/ws` or `https://mkaminsky11.github.io/Codex/buffs.html?OVERLAY_WS=ws://127.0.0.1:10501/ws`
18 |
19 | ## Job Gauges
20 | Shows information such as how much time you have left on your DoT (Biolysis, Dia, etc.), how many gcds you have gotten under buffs (Inner release, Perfect Balance)
21 |
22 | ## Buff Tracker
23 | Shows which party buffs are currently active and how long until they are off cooldown. For Astrologian, also shows which personal buffs your party members are using so that you can give them cards.
24 |
25 | 
26 | 
27 |
28 | ## Known Issues
29 | + The overlay has problems in exploration zones (Eureka and Bozja), and will often not register actions correctly. I'm looking into it :/
30 |
31 | ## FAQs
32 | ### Do I need Cactbot for this to work?
33 | > No
34 | ### How to I change the overlay settings?
35 | > Hover your cursor over the gauges and click on the cog icon. Make sure "Enable Clickthrough" is not checked in ACT.
36 | ### Why aren't my party buffs showing up?
37 | > Make sure to add a new overlay pointing to `https://mkaminsky11.github.io/Codex/buffs.html`. Otherwise, open an [Issue](https://github.com/mkaminsky11/Codex/issues/new)
38 | ### Why does it say "UNLOCKED (LOCK BEFORE USING)"
39 | > Check "Lock Overlay" inside of ACT ([see this image](https://github.com/quisquous/cactbot/raw/main/screenshots/overlay_plugin_new_raidboss_locked.png))
40 |
41 | ## TODO Log
42 | ```
43 | - ~~horizontal gauges~~ [DONE]
44 | - settings in all overlays
45 | - add demolish, chaos thrust
46 | - dots in own bars
47 | - ~~make everything more modular~~ [DONE]
48 | - ~~add icons~~ [DONE]
49 | - ~~change buff size~~ [DONE]
50 | - glows on arrows
51 | - multi-DoT tracker
52 | - multi-buffs (if you have multiple of a job in your party)
53 | - ~~change bar type~~ [DONE]
54 | - ~~change arrow size~~
55 | - material UI or base FFXIV
56 | - add buff settings (change size, etc.)
57 | - stop flashing dot warning after a while (if enabled)
58 | - reset button
59 | ```
60 |
61 | ## Jobs
62 |
63 | ###
DRK
64 | + **Gauges**: GCDS used in Delirium, GCDS used in Blood Weapon
65 | + **Buffs**: Delerium, Living Shadow
66 |
67 | ###
WAR
68 | + **Gauges**: GCDS used in Inner Release, Storm's Eye tracker
69 | + **Buffs**: Inner Release
70 |
71 | ###
PLD
72 | + **Gauges**: GCDS used in Requiescat, GCDS used in Fight or Flight, Goring Blade tracker
73 |
74 | ###
GNB
75 | + **Gauges**: GCDS used in No Mercy
76 |
77 | ###
SCH
78 | + **Gauges**: Biolysis tracker
79 | + **Buffs**: Chain Stratagem
80 |
81 | ###
WHM
82 | + **Gauges**: Dia tracker
83 |
84 | ###
AST
85 | + **Gauges**: Combust Tracker
86 | + **Buffs**: Cards, Divination
87 |
88 | ###
MNK
89 | + **Gauges**: GCDS used in Riddle of Fire, GCDS used in Perfect Balance
90 | + **Buffs**: Brotherhood, Riddle of Fire
91 |
92 | ###
DRG
93 | + **Gauges**: GCDS used in Lance Charge, GCDS used in Dragon Sight
94 | + **Buffs**: Dragon Sight, Litany, Lance Charge
95 |
96 | ###
NIN
97 | + **Gauges**: GCDS used in Trick
98 | + **Buffs**: Trick Attack, Bunshin
99 |
100 | ###
SAM
101 | + **Gauges**: Jinpu tracker, Shifu tracker, Higanbana tracker
102 | + **Buffs**: Double Midare
103 |
104 | ###
BRD
105 | + **Gauges**: GCDS used in Raging Strikes, Caustic Bite tracker, Stormbite tracker
106 | + **Buffs**: Battle Voice, Raging Strikes
107 |
108 | ###
MCH
109 | + **Gauges**: GCDS used in Hypercharge, GCDS used in Wildfire
110 | + **Buffs**: Wildfire
111 |
112 | ###
DNC
113 | + **Gauges**: GCDS used in Devilment
114 | + **Buffs**: Technical Step, Devilment
115 |
116 | ###
BLM
117 | + **Gauges**: Thunder tracker
118 |
119 | ###
SMN
120 | + **Gauges**: Bio tracker, Miasma tracker, Wyrmwave and Scarlet Flame tracker
121 | + **Buffs**: Devotion, Summon Bahamut, Firebird Trance
122 |
123 | ###
RDM
124 | + **Gauges**: GCDS used in Manification
125 | + **Buffs**: Embolden, Manafication
126 |
127 | ###
BLU
128 | + **Gauges**: Song of Torment tracker
129 | + **Buffs**: Off-guard, Peculiar Light
130 | + **TODO:** Revenge blast indicator
131 |
132 | ## Issues and Acknowledgement
133 | Thank you to [skotlex](https://github.com/skotlex/ffxiv-material-ui) for the awesome icons.
134 |
135 | Thank you to [goaaats](https://github.com/goaaats/ffxiv-explorer-fork) and all the contributors of FFXIV-Explorer for the `.atex` conversion code
136 |
137 | Please report any issues [here](https://github.com/mkaminsky11/Codex/issues) or message me @ ocealot#4484
138 |
--------------------------------------------------------------------------------
/buffs.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
11 | * Source: http://www.fox-toolkit.org/ftp/fasthalffloatconversion.pdf 12 | * 13 | * @param half The half floating point value as a short. 14 | * @return floating point value of the half. 15 | */ 16 | public static float convertHalfToFloat(short half) { 17 | switch ((int) half) { 18 | case 0x0000: 19 | return 0f; 20 | case 0x8000: 21 | return -0f; 22 | case 0x7c00: 23 | return Float.POSITIVE_INFINITY; 24 | case 0xfc00: 25 | return Float.NEGATIVE_INFINITY; 26 | // TODO: Support for NaN? 27 | default: 28 | return Float.intBitsToFloat(((half & 0x8000) << 16) 29 | | (((half & 0x7c00) + 0x1C000) << 13) 30 | | ((half & 0x03FF) << 13)); 31 | } 32 | } 33 | 34 | public static short convertFloatToHalf(float flt) { 35 | if (Float.isNaN(flt)) { 36 | throw new UnsupportedOperationException("NaN to half conversion not supported!"); 37 | } else if (flt == Float.POSITIVE_INFINITY) { 38 | return (short) 0x7c00; 39 | } else if (flt == Float.NEGATIVE_INFINITY) { 40 | return (short) 0xfc00; 41 | } else if (flt == 0f) { 42 | return (short) 0x0000; 43 | } else if (flt == -0f) { 44 | return (short) 0x8000; 45 | } else if (flt > 65504f) { 46 | // max value supported by half float 47 | return 0x7bff; 48 | } else if (flt < -65504f) { 49 | return (short) (0x7bff | 0x8000); 50 | } else if (flt > 0f && flt < 5.96046E-8f) { 51 | return 0x0001; 52 | } else if (flt < 0f && flt > -5.96046E-8f) { 53 | return (short) 0x8001; 54 | } 55 | 56 | int f = Float.floatToIntBits(flt); 57 | return (short) (((f >> 16) & 0x8000) 58 | | ((((f & 0x7f800000) - 0x38000000) >> 13) & 0x7c00) 59 | | ((f >> 13) & 0x03ff)); 60 | } 61 | 62 | public static String getRegexpFromFormatString(String format) { 63 | String toReturn = format; 64 | 65 | // escape some special regexp chars 66 | toReturn = toReturn.replaceAll("\\.", "\\\\."); 67 | toReturn = toReturn.replaceAll("\\!", "\\\\!"); 68 | 69 | if (toReturn.indexOf("%") >= 0) { 70 | toReturn = toReturn.replaceAll("%s", "[\\\\w]+"); //accepts 0-9 A-Z a-z _ 71 | 72 | while (toReturn.matches(".*%([0-9]+)[d]{1}.*")) { 73 | String digitStr = toReturn.replaceFirst(".*%([0-9]+)[d]{1}.*", "$1"); 74 | int numDigits = Integer.parseInt(digitStr); 75 | toReturn = toReturn.replaceFirst("(.*)(%[0-9]+[d]{1})(.*)", "$1[0-9]{" + numDigits + "}$3"); 76 | } 77 | } 78 | 79 | return "^" + toReturn + "$"; 80 | } 81 | 82 | public static byte[] readContentIntoByteArray(File file) throws IOException { 83 | FileInputStream fileInputStream = null; 84 | byte[] bFile = new byte[(int) file.length()]; 85 | 86 | //convert file into array of bytes 87 | fileInputStream = new FileInputStream(file); 88 | fileInputStream.read(bFile); 89 | fileInputStream.close(); 90 | 91 | return bFile; 92 | } 93 | 94 | } -------------------------------------------------------------------------------- /glow/ATEX/main.java: -------------------------------------------------------------------------------- 1 | import java.nio.ByteOrder; 2 | import java.nio.file.*; 3 | import java.io.File; 4 | import java.awt.image.BufferedImage; 5 | import javax.imageio.ImageIO; 6 | 7 | public class main { 8 | public static void main(String[] args) { 9 | if(args[0].equals("image")) { 10 | convertImage(args[1]); 11 | } 12 | else if(args[0].equals("folder")) { 13 | String folder = args[1]; 14 | File dir = new File(folder); 15 | String contents[] = dir.list(); 16 | for(int i = 0; i < contents.length; i++) { 17 | if(contents[i].endsWith(".atex")) { 18 | String path = Paths.get(dir.getPath().toString(), contents[i]).toString(); 19 | convertImage(path); 20 | } 21 | } 22 | } 23 | } 24 | 25 | public static void convertImage(String source) { 26 | try { 27 | String out = source + ".png"; 28 | 29 | Path fileLocation = Paths.get(source); 30 | byte[] data = Files.readAllBytes(fileLocation); 31 | 32 | TextureFile tex = new TextureFile(data, ByteOrder.LITTLE_ENDIAN); 33 | BufferedImage preview = tex.decode(0, null); 34 | File outputfile = new File(out); 35 | ImageIO.write(preview, "png", outputfile); 36 | } 37 | catch(Exception e) { 38 | System.out.println("error"); 39 | } 40 | } 41 | } -------------------------------------------------------------------------------- /glow/lum_to_alpha.py: -------------------------------------------------------------------------------- 1 | from PIL import Image 2 | import sys 3 | import os 4 | 5 | def convert_atex(path): 6 | imag = Image.open(path) 7 | imag = imag.convert ('RGBA') 8 | imag.putalpha(imag.convert('L')) 9 | imag.save(path) 10 | 11 | path = sys.argv[1] 12 | files = os.listdir(path) 13 | for f in files: 14 | if f.endswith(".png"): 15 | convert_atex(os.path.join(path, f)) -------------------------------------------------------------------------------- /img/buff_icons/battlelitany.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/battlelitany.png -------------------------------------------------------------------------------- /img/buff_icons/battlevoice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/battlevoice.png -------------------------------------------------------------------------------- /img/buff_icons/bio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/bio.png -------------------------------------------------------------------------------- /img/buff_icons/biolysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/biolysis.png -------------------------------------------------------------------------------- /img/buff_icons/bloodofthedragon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/bloodofthedragon.png -------------------------------------------------------------------------------- /img/buff_icons/brotherhood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/brotherhood.png -------------------------------------------------------------------------------- /img/buff_icons/bunshin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/bunshin.png -------------------------------------------------------------------------------- /img/buff_icons/causticbite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/causticbite.png -------------------------------------------------------------------------------- /img/buff_icons/chainstratagem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/chainstratagem.png -------------------------------------------------------------------------------- /img/buff_icons/chaosthrust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/chaosthrust.png -------------------------------------------------------------------------------- /img/buff_icons/combust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/combust.png -------------------------------------------------------------------------------- /img/buff_icons/delirium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/delirium.png -------------------------------------------------------------------------------- /img/buff_icons/devilment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/devilment.png -------------------------------------------------------------------------------- /img/buff_icons/devotion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/devotion.png -------------------------------------------------------------------------------- /img/buff_icons/dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/dia.png -------------------------------------------------------------------------------- /img/buff_icons/disembowel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/disembowel.png -------------------------------------------------------------------------------- /img/buff_icons/divination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/divination.png -------------------------------------------------------------------------------- /img/buff_icons/doublemidare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/doublemidare.png -------------------------------------------------------------------------------- /img/buff_icons/dragonsight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/dragonsight.png -------------------------------------------------------------------------------- /img/buff_icons/embolden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/embolden.png -------------------------------------------------------------------------------- /img/buff_icons/firebirdtrance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/firebirdtrance.png -------------------------------------------------------------------------------- /img/buff_icons/goringblade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/goringblade.png -------------------------------------------------------------------------------- /img/buff_icons/higanbana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/higanbana.png -------------------------------------------------------------------------------- /img/buff_icons/innerrelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/innerrelease.png -------------------------------------------------------------------------------- /img/buff_icons/jinpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/jinpu.png -------------------------------------------------------------------------------- /img/buff_icons/ladyofcrowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/ladyofcrowns.png -------------------------------------------------------------------------------- /img/buff_icons/lancecharge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/lancecharge.png -------------------------------------------------------------------------------- /img/buff_icons/livingshadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/livingshadow.png -------------------------------------------------------------------------------- /img/buff_icons/lordofcrowns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/lordofcrowns.png -------------------------------------------------------------------------------- /img/buff_icons/manafication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/manafication.png -------------------------------------------------------------------------------- /img/buff_icons/miasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/miasma.png -------------------------------------------------------------------------------- /img/buff_icons/nastrond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/nastrond.png -------------------------------------------------------------------------------- /img/buff_icons/offguard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/offguard.png -------------------------------------------------------------------------------- /img/buff_icons/peculiarlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/peculiarlight.png -------------------------------------------------------------------------------- /img/buff_icons/ragingstrikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/ragingstrikes.png -------------------------------------------------------------------------------- /img/buff_icons/riddleoffire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/riddleoffire.png -------------------------------------------------------------------------------- /img/buff_icons/shifu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/shifu.png -------------------------------------------------------------------------------- /img/buff_icons/songoftorment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/songoftorment.png -------------------------------------------------------------------------------- /img/buff_icons/stormbite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/stormbite.png -------------------------------------------------------------------------------- /img/buff_icons/stormseye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/stormseye.png -------------------------------------------------------------------------------- /img/buff_icons/summonbahamut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/summonbahamut.png -------------------------------------------------------------------------------- /img/buff_icons/technicalfinish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/technicalfinish.png -------------------------------------------------------------------------------- /img/buff_icons/thearrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thearrow.png -------------------------------------------------------------------------------- /img/buff_icons/thebalance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thebalance.png -------------------------------------------------------------------------------- /img/buff_icons/thebole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thebole.png -------------------------------------------------------------------------------- /img/buff_icons/theewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/theewer.png -------------------------------------------------------------------------------- /img/buff_icons/thespear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thespear.png -------------------------------------------------------------------------------- /img/buff_icons/thespire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thespire.png -------------------------------------------------------------------------------- /img/buff_icons/thunder3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thunder3.png -------------------------------------------------------------------------------- /img/buff_icons/thunder4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/thunder4.png -------------------------------------------------------------------------------- /img/buff_icons/trickattack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/trickattack.png -------------------------------------------------------------------------------- /img/buff_icons/wildfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons/wildfire.png -------------------------------------------------------------------------------- /img/buff_icons_small/bahamut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/bahamut.png -------------------------------------------------------------------------------- /img/buff_icons_small/bio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/bio.png -------------------------------------------------------------------------------- /img/buff_icons_small/biolysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/biolysis.png -------------------------------------------------------------------------------- /img/buff_icons_small/bloodweapon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/bloodweapon.png -------------------------------------------------------------------------------- /img/buff_icons_small/causticbite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/causticbite.png -------------------------------------------------------------------------------- /img/buff_icons_small/combust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/combust.png -------------------------------------------------------------------------------- /img/buff_icons_small/delirium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/delirium.png -------------------------------------------------------------------------------- /img/buff_icons_small/devilment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/devilment.png -------------------------------------------------------------------------------- /img/buff_icons_small/dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/dia.png -------------------------------------------------------------------------------- /img/buff_icons_small/fightorflight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/fightorflight.png -------------------------------------------------------------------------------- /img/buff_icons_small/goringblade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/goringblade.png -------------------------------------------------------------------------------- /img/buff_icons_small/higanbana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/higanbana.png -------------------------------------------------------------------------------- /img/buff_icons_small/hypercharge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/hypercharge.png -------------------------------------------------------------------------------- /img/buff_icons_small/innerrelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/innerrelease.png -------------------------------------------------------------------------------- /img/buff_icons_small/jinpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/jinpu.png -------------------------------------------------------------------------------- /img/buff_icons_small/lancecharge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/lancecharge.png -------------------------------------------------------------------------------- /img/buff_icons_small/manafication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/manafication.png -------------------------------------------------------------------------------- /img/buff_icons_small/miasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/miasma.png -------------------------------------------------------------------------------- /img/buff_icons_small/nomercy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/nomercy.png -------------------------------------------------------------------------------- /img/buff_icons_small/perfectbalance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/perfectbalance.png -------------------------------------------------------------------------------- /img/buff_icons_small/pheonix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/pheonix.png -------------------------------------------------------------------------------- /img/buff_icons_small/ragingstrikes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/ragingstrikes.png -------------------------------------------------------------------------------- /img/buff_icons_small/requiescat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/requiescat.png -------------------------------------------------------------------------------- /img/buff_icons_small/riddleoffire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/riddleoffire.png -------------------------------------------------------------------------------- /img/buff_icons_small/righteye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/righteye.png -------------------------------------------------------------------------------- /img/buff_icons_small/shifu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/shifu.png -------------------------------------------------------------------------------- /img/buff_icons_small/songoftorment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/songoftorment.png -------------------------------------------------------------------------------- /img/buff_icons_small/stormbite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/stormbite.png -------------------------------------------------------------------------------- /img/buff_icons_small/stormseye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/stormseye.png -------------------------------------------------------------------------------- /img/buff_icons_small/thunder3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/thunder3.png -------------------------------------------------------------------------------- /img/buff_icons_small/thunder4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/thunder4.png -------------------------------------------------------------------------------- /img/buff_icons_small/trickattack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/trickattack.png -------------------------------------------------------------------------------- /img/buff_icons_small/wildfire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/buff_icons_small/wildfire.png -------------------------------------------------------------------------------- /img/docs/AST.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/docs/AST.gif -------------------------------------------------------------------------------- /img/docs/DRK.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/docs/DRK.gif -------------------------------------------------------------------------------- /img/docs/alex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/docs/alex.gif -------------------------------------------------------------------------------- /img/docs/demo_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/docs/demo_img.png -------------------------------------------------------------------------------- /img/general/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/cog.png -------------------------------------------------------------------------------- /img/general/dash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash.gif -------------------------------------------------------------------------------- /img/general/dash/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/1.png -------------------------------------------------------------------------------- /img/general/dash/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/2.png -------------------------------------------------------------------------------- /img/general/dash/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/3.png -------------------------------------------------------------------------------- /img/general/dash/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/4.png -------------------------------------------------------------------------------- /img/general/dash/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/5.png -------------------------------------------------------------------------------- /img/general/dash/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/6.png -------------------------------------------------------------------------------- /img/general/dash/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/7.png -------------------------------------------------------------------------------- /img/general/dash/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/dash/8.png -------------------------------------------------------------------------------- /img/general/diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/diamond.png -------------------------------------------------------------------------------- /img/general/recast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast.png -------------------------------------------------------------------------------- /img/general/recast/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/frame.png -------------------------------------------------------------------------------- /img/general/recast/recast_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_01.png -------------------------------------------------------------------------------- /img/general/recast/recast_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_02.png -------------------------------------------------------------------------------- /img/general/recast/recast_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_03.png -------------------------------------------------------------------------------- /img/general/recast/recast_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_04.png -------------------------------------------------------------------------------- /img/general/recast/recast_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_05.png -------------------------------------------------------------------------------- /img/general/recast/recast_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_06.png -------------------------------------------------------------------------------- /img/general/recast/recast_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_07.png -------------------------------------------------------------------------------- /img/general/recast/recast_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_08.png -------------------------------------------------------------------------------- /img/general/recast/recast_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_09.png -------------------------------------------------------------------------------- /img/general/recast/recast_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_10.png -------------------------------------------------------------------------------- /img/general/recast/recast_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_11.png -------------------------------------------------------------------------------- /img/general/recast/recast_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_12.png -------------------------------------------------------------------------------- /img/general/recast/recast_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_13.png -------------------------------------------------------------------------------- /img/general/recast/recast_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_14.png -------------------------------------------------------------------------------- /img/general/recast/recast_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_15.png -------------------------------------------------------------------------------- /img/general/recast/recast_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_16.png -------------------------------------------------------------------------------- /img/general/recast/recast_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_17.png -------------------------------------------------------------------------------- /img/general/recast/recast_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_18.png -------------------------------------------------------------------------------- /img/general/recast/recast_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_19.png -------------------------------------------------------------------------------- /img/general/recast/recast_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_20.png -------------------------------------------------------------------------------- /img/general/recast/recast_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_21.png -------------------------------------------------------------------------------- /img/general/recast/recast_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_22.png -------------------------------------------------------------------------------- /img/general/recast/recast_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_23.png -------------------------------------------------------------------------------- /img/general/recast/recast_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_24.png -------------------------------------------------------------------------------- /img/general/recast/recast_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_25.png -------------------------------------------------------------------------------- /img/general/recast/recast_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_26.png -------------------------------------------------------------------------------- /img/general/recast/recast_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_27.png -------------------------------------------------------------------------------- /img/general/recast/recast_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_28.png -------------------------------------------------------------------------------- /img/general/recast/recast_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_29.png -------------------------------------------------------------------------------- /img/general/recast/recast_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_30.png -------------------------------------------------------------------------------- /img/general/recast/recast_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_31.png -------------------------------------------------------------------------------- /img/general/recast/recast_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_32.png -------------------------------------------------------------------------------- /img/general/recast/recast_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_33.png -------------------------------------------------------------------------------- /img/general/recast/recast_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_34.png -------------------------------------------------------------------------------- /img/general/recast/recast_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_35.png -------------------------------------------------------------------------------- /img/general/recast/recast_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_36.png -------------------------------------------------------------------------------- /img/general/recast/recast_37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_37.png -------------------------------------------------------------------------------- /img/general/recast/recast_38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_38.png -------------------------------------------------------------------------------- /img/general/recast/recast_39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_39.png -------------------------------------------------------------------------------- /img/general/recast/recast_40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_40.png -------------------------------------------------------------------------------- /img/general/recast/recast_41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_41.png -------------------------------------------------------------------------------- /img/general/recast/recast_42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_42.png -------------------------------------------------------------------------------- /img/general/recast/recast_43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_43.png -------------------------------------------------------------------------------- /img/general/recast/recast_44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_44.png -------------------------------------------------------------------------------- /img/general/recast/recast_45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_45.png -------------------------------------------------------------------------------- /img/general/recast/recast_46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_46.png -------------------------------------------------------------------------------- /img/general/recast/recast_47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_47.png -------------------------------------------------------------------------------- /img/general/recast/recast_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_48.png -------------------------------------------------------------------------------- /img/general/recast/recast_49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_49.png -------------------------------------------------------------------------------- /img/general/recast/recast_50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_50.png -------------------------------------------------------------------------------- /img/general/recast/recast_51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_51.png -------------------------------------------------------------------------------- /img/general/recast/recast_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_52.png -------------------------------------------------------------------------------- /img/general/recast/recast_53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_53.png -------------------------------------------------------------------------------- /img/general/recast/recast_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_54.png -------------------------------------------------------------------------------- /img/general/recast/recast_55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_55.png -------------------------------------------------------------------------------- /img/general/recast/recast_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_56.png -------------------------------------------------------------------------------- /img/general/recast/recast_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_57.png -------------------------------------------------------------------------------- /img/general/recast/recast_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_58.png -------------------------------------------------------------------------------- /img/general/recast/recast_59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_59.png -------------------------------------------------------------------------------- /img/general/recast/recast_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_60.png -------------------------------------------------------------------------------- /img/general/recast/recast_61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_61.png -------------------------------------------------------------------------------- /img/general/recast/recast_62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_62.png -------------------------------------------------------------------------------- /img/general/recast/recast_63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_63.png -------------------------------------------------------------------------------- /img/general/recast/recast_64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_64.png -------------------------------------------------------------------------------- /img/general/recast/recast_65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_65.png -------------------------------------------------------------------------------- /img/general/recast/recast_66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_66.png -------------------------------------------------------------------------------- /img/general/recast/recast_67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_67.png -------------------------------------------------------------------------------- /img/general/recast/recast_68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_68.png -------------------------------------------------------------------------------- /img/general/recast/recast_69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_69.png -------------------------------------------------------------------------------- /img/general/recast/recast_70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_70.png -------------------------------------------------------------------------------- /img/general/recast/recast_71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_71.png -------------------------------------------------------------------------------- /img/general/recast/recast_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_72.png -------------------------------------------------------------------------------- /img/general/recast/recast_73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_73.png -------------------------------------------------------------------------------- /img/general/recast/recast_74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_74.png -------------------------------------------------------------------------------- /img/general/recast/recast_75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_75.png -------------------------------------------------------------------------------- /img/general/recast/recast_76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_76.png -------------------------------------------------------------------------------- /img/general/recast/recast_77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_77.png -------------------------------------------------------------------------------- /img/general/recast/recast_78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_78.png -------------------------------------------------------------------------------- /img/general/recast/recast_79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_79.png -------------------------------------------------------------------------------- /img/general/recast/recast_80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_80.png -------------------------------------------------------------------------------- /img/general/recast/recast_81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/recast/recast_81.png -------------------------------------------------------------------------------- /img/general/silver_gauge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/general/silver_gauge.png -------------------------------------------------------------------------------- /img/glow/mask/cyber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/cyber.png -------------------------------------------------------------------------------- /img/glow/mask/cyber2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/cyber2.png -------------------------------------------------------------------------------- /img/glow/mask/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/glass.png -------------------------------------------------------------------------------- /img/glow/mask/hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/hex.png -------------------------------------------------------------------------------- /img/glow/mask/hex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/hex2.png -------------------------------------------------------------------------------- /img/glow/mask/ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/ice.png -------------------------------------------------------------------------------- /img/glow/mask/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/l.png -------------------------------------------------------------------------------- /img/glow/mask/l2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/l2.png -------------------------------------------------------------------------------- /img/glow/mask/m1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m1.png -------------------------------------------------------------------------------- /img/glow/mask/m10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m10.png -------------------------------------------------------------------------------- /img/glow/mask/m11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m11.png -------------------------------------------------------------------------------- /img/glow/mask/m12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m12.png -------------------------------------------------------------------------------- /img/glow/mask/m13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m13.png -------------------------------------------------------------------------------- /img/glow/mask/m2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m2.png -------------------------------------------------------------------------------- /img/glow/mask/m3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m3.png -------------------------------------------------------------------------------- /img/glow/mask/m4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m4.png -------------------------------------------------------------------------------- /img/glow/mask/m5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m5.png -------------------------------------------------------------------------------- /img/glow/mask/m6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m6.png -------------------------------------------------------------------------------- /img/glow/mask/m7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m7.png -------------------------------------------------------------------------------- /img/glow/mask/m8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m8.png -------------------------------------------------------------------------------- /img/glow/mask/m9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/m9.png -------------------------------------------------------------------------------- /img/glow/mask/prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/prism.png -------------------------------------------------------------------------------- /img/glow/mask/write.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/mask/write.png -------------------------------------------------------------------------------- /img/glow/tex/aura0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/aura0.png -------------------------------------------------------------------------------- /img/glow/tex/aura2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/aura2.png -------------------------------------------------------------------------------- /img/glow/tex/aura3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/aura3.png -------------------------------------------------------------------------------- /img/glow/tex/bene.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/bene.png -------------------------------------------------------------------------------- /img/glow/tex/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/black.png -------------------------------------------------------------------------------- /img/glow/tex/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/cloud.png -------------------------------------------------------------------------------- /img/glow/tex/cyber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/cyber.png -------------------------------------------------------------------------------- /img/glow/tex/cyber2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/cyber2.png -------------------------------------------------------------------------------- /img/glow/tex/dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/dark.png -------------------------------------------------------------------------------- /img/glow/tex/dark2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/dark2.png -------------------------------------------------------------------------------- /img/glow/tex/dark3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/dark3.png -------------------------------------------------------------------------------- /img/glow/tex/elec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/elec.png -------------------------------------------------------------------------------- /img/glow/tex/elec2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/elec2.png -------------------------------------------------------------------------------- /img/glow/tex/elec3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/elec3.png -------------------------------------------------------------------------------- /img/glow/tex/elec4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/elec4.png -------------------------------------------------------------------------------- /img/glow/tex/fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fire.png -------------------------------------------------------------------------------- /img/glow/tex/fire2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fire2.png -------------------------------------------------------------------------------- /img/glow/tex/fire3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fire3.png -------------------------------------------------------------------------------- /img/glow/tex/fire4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fire4.png -------------------------------------------------------------------------------- /img/glow/tex/fireblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fireblue.png -------------------------------------------------------------------------------- /img/glow/tex/fireblue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fireblue2.png -------------------------------------------------------------------------------- /img/glow/tex/fireblueblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/fireblueblack.png -------------------------------------------------------------------------------- /img/glow/tex/green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/green.png -------------------------------------------------------------------------------- /img/glow/tex/jewel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/jewel.png -------------------------------------------------------------------------------- /img/glow/tex/lens_03.atex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/lens_03.atex.png -------------------------------------------------------------------------------- /img/glow/tex/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/line.png -------------------------------------------------------------------------------- /img/glow/tex/prism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/prism.png -------------------------------------------------------------------------------- /img/glow/tex/prism2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/prism2.png -------------------------------------------------------------------------------- /img/glow/tex/prism3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/prism3.png -------------------------------------------------------------------------------- /img/glow/tex/purple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/purple.png -------------------------------------------------------------------------------- /img/glow/tex/rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/rainbow.png -------------------------------------------------------------------------------- /img/glow/tex/rainbow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/rainbow2.png -------------------------------------------------------------------------------- /img/glow/tex/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/rock.png -------------------------------------------------------------------------------- /img/glow/tex/smash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/smash.png -------------------------------------------------------------------------------- /img/glow/tex/sonic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/sonic.png -------------------------------------------------------------------------------- /img/glow/tex/sonic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/sonic2.png -------------------------------------------------------------------------------- /img/glow/tex/sonic3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/sonic3.png -------------------------------------------------------------------------------- /img/glow/tex/swirl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/swirl.png -------------------------------------------------------------------------------- /img/glow/tex/thin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/thin.png -------------------------------------------------------------------------------- /img/glow/tex/water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/water.png -------------------------------------------------------------------------------- /img/glow/tex/water2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/water2.png -------------------------------------------------------------------------------- /img/glow/tex/water3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/water3.png -------------------------------------------------------------------------------- /img/glow/tex/wind.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/glow/tex/wind.png -------------------------------------------------------------------------------- /img/job_icons/AST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/AST.png -------------------------------------------------------------------------------- /img/job_icons/BLM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/BLM.png -------------------------------------------------------------------------------- /img/job_icons/BLU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/BLU.png -------------------------------------------------------------------------------- /img/job_icons/BRD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/BRD.png -------------------------------------------------------------------------------- /img/job_icons/DNC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/DNC.png -------------------------------------------------------------------------------- /img/job_icons/DRG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/DRG.png -------------------------------------------------------------------------------- /img/job_icons/DRK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/DRK.png -------------------------------------------------------------------------------- /img/job_icons/GNB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/GNB.png -------------------------------------------------------------------------------- /img/job_icons/MCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/MCH.png -------------------------------------------------------------------------------- /img/job_icons/MNK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/MNK.png -------------------------------------------------------------------------------- /img/job_icons/NIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/NIN.png -------------------------------------------------------------------------------- /img/job_icons/PLD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/PLD.png -------------------------------------------------------------------------------- /img/job_icons/RDM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/RDM.png -------------------------------------------------------------------------------- /img/job_icons/SAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/SAM.png -------------------------------------------------------------------------------- /img/job_icons/SCH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/SCH.png -------------------------------------------------------------------------------- /img/job_icons/SMN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/SMN.png -------------------------------------------------------------------------------- /img/job_icons/WAR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/WAR.png -------------------------------------------------------------------------------- /img/job_icons/WHM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mkaminsky11/Codex/e678606ca1e3a3ccc312ab56811da5913fcad6db/img/job_icons/WHM.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |