├── .gitattributes ├── .gitignore ├── 2.05-custom-gx ├── action.hsp ├── adv.hsp ├── ai.hsp ├── blend.hsp ├── buff.hsp ├── calculation.hsp ├── chara.hsp ├── chara_func.hsp ├── chat.hsp ├── chips.hsp ├── command.hsp ├── config.hsp ├── custom_ai.hsp ├── custom_autopick.hsp ├── custom_dmgpop.hsp ├── custom_itemlist.hsp ├── custom_lib.hsp ├── custom_nefiatypes.hsp ├── custom_pet.hsp ├── custom_tweaks.hsp ├── db_card.hsp ├── db_class.hsp ├── db_creature.hsp ├── db_item.hsp ├── db_race.hsp ├── defines │ └── mod.hsp ├── economy.hsp ├── elona.dll ├── elonadll.as ├── etc.hsp ├── event.hsp ├── exrand.as ├── exrand.dll ├── god.hsp ├── help.hsp ├── highdpi.hsp ├── hmm.as ├── hmm.dll ├── hspda.dll ├── hspext_ext.as ├── hspext_ext.dll ├── hspinet.dll ├── hsplua.as ├── hsplua.dll ├── hspsock.as ├── hspsock.dll ├── icon.ico ├── init.hsp ├── item.hsp ├── item_data.hsp ├── item_func.hsp ├── lua.hsp ├── main.hsp ├── map.hsp ├── map_func.hsp ├── map_rand.hsp ├── map_user.hsp ├── material.hsp ├── material_data.hsp ├── mock.hsp ├── mock_defines.hsp ├── mock_lib.hsp ├── module.hsp ├── net.hsp ├── proc.hsp ├── quest.hsp ├── randname.hsp ├── scene.hsp ├── scene1.hsp ├── scene2.hsp ├── screen.hsp ├── skill.hsp ├── sound.hsp ├── system.hsp ├── tcg.hsp ├── tcg_ai.hsp ├── tcg_skill.hsp ├── text.hsp ├── trait.hsp ├── txtadv.hsp ├── uselib.hsp ├── water.hpi ├── z.as └── z.hpi ├── CHANGELOG.md ├── README.md ├── assets ├── 1.90.4-custom │ └── .keep ├── 1.90.4.2-custom-g │ └── .keep └── 2.05-custom-gx │ └── .keep ├── dist ├── 1.90.4-custom │ ├── ItemList.txt │ ├── config.txt │ ├── data │ │ ├── board.txt │ │ ├── book.txt │ │ ├── exhelp.txt │ │ └── talk.txt │ └── externalize │ │ ├── Cards │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 10.txt │ │ ├── 100.txt │ │ ├── 101.txt │ │ ├── 102.txt │ │ ├── 103.txt │ │ ├── 104.txt │ │ ├── 105.txt │ │ ├── 106.txt │ │ ├── 107.txt │ │ ├── 108.txt │ │ ├── 109.txt │ │ ├── 11.txt │ │ ├── 110.txt │ │ ├── 111.txt │ │ ├── 112.txt │ │ ├── 113.txt │ │ ├── 114.txt │ │ ├── 115.txt │ │ ├── 116.txt │ │ ├── 117.txt │ │ ├── 118.txt │ │ ├── 119.txt │ │ ├── 12.txt │ │ ├── 120.txt │ │ ├── 121.txt │ │ ├── 122.txt │ │ ├── 123.txt │ │ ├── 124.txt │ │ ├── 125.txt │ │ ├── 126.txt │ │ ├── 127.txt │ │ ├── 128.txt │ │ ├── 129.txt │ │ ├── 13.txt │ │ ├── 130.txt │ │ ├── 131.txt │ │ ├── 132.txt │ │ ├── 133.txt │ │ ├── 134.txt │ │ ├── 135.txt │ │ ├── 136.txt │ │ ├── 137.txt │ │ ├── 138.txt │ │ ├── 139.txt │ │ ├── 14.txt │ │ ├── 140.txt │ │ ├── 141.txt │ │ ├── 142.txt │ │ ├── 143.txt │ │ ├── 144.txt │ │ ├── 145.txt │ │ ├── 146.txt │ │ ├── 147.txt │ │ ├── 148.txt │ │ ├── 149.txt │ │ ├── 15.txt │ │ ├── 150.txt │ │ ├── 151.txt │ │ ├── 152.txt │ │ ├── 153.txt │ │ ├── 154.txt │ │ ├── 155.txt │ │ ├── 156.txt │ │ ├── 157.txt │ │ ├── 158.txt │ │ ├── 159.txt │ │ ├── 16.txt │ │ ├── 160.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 163.txt │ │ ├── 164.txt │ │ ├── 165.txt │ │ ├── 166.txt │ │ ├── 167.txt │ │ ├── 168.txt │ │ ├── 169.txt │ │ ├── 17.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 172.txt │ │ ├── 173.txt │ │ ├── 174.txt │ │ ├── 175.txt │ │ ├── 176.txt │ │ ├── 177.txt │ │ ├── 178.txt │ │ ├── 179.txt │ │ ├── 18.txt │ │ ├── 180.txt │ │ ├── 181.txt │ │ ├── 182.txt │ │ ├── 183.txt │ │ ├── 184.txt │ │ ├── 185.txt │ │ ├── 186.txt │ │ ├── 187.txt │ │ ├── 188.txt │ │ ├── 189.txt │ │ ├── 19.txt │ │ ├── 190.txt │ │ ├── 191.txt │ │ ├── 192.txt │ │ ├── 193.txt │ │ ├── 194.txt │ │ ├── 195.txt │ │ ├── 196.txt │ │ ├── 197.txt │ │ ├── 198.txt │ │ ├── 199.txt │ │ ├── 2.txt │ │ ├── 20.txt │ │ ├── 200.txt │ │ ├── 201.txt │ │ ├── 202.txt │ │ ├── 203.txt │ │ ├── 204.txt │ │ ├── 205.txt │ │ ├── 206.txt │ │ ├── 207.txt │ │ ├── 208.txt │ │ ├── 209.txt │ │ ├── 21.txt │ │ ├── 210.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 214.txt │ │ ├── 215.txt │ │ ├── 216.txt │ │ ├── 217.txt │ │ ├── 218.txt │ │ ├── 219.txt │ │ ├── 22.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 23.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 24.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 248.txt │ │ ├── 249.txt │ │ ├── 25.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 259.txt │ │ ├── 26.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 270.txt │ │ ├── 271.txt │ │ ├── 272.txt │ │ ├── 273.txt │ │ ├── 274.txt │ │ ├── 275.txt │ │ ├── 276.txt │ │ ├── 277.txt │ │ ├── 278.txt │ │ ├── 279.txt │ │ ├── 28.txt │ │ ├── 280.txt │ │ ├── 281.txt │ │ ├── 282.txt │ │ ├── 283.txt │ │ ├── 284.txt │ │ ├── 285.txt │ │ ├── 286.txt │ │ ├── 287.txt │ │ ├── 288.txt │ │ ├── 289.txt │ │ ├── 29.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 292.txt │ │ ├── 293.txt │ │ ├── 294.txt │ │ ├── 295.txt │ │ ├── 296.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 3.txt │ │ ├── 30.txt │ │ ├── 300.txt │ │ ├── 301.txt │ │ ├── 302.txt │ │ ├── 303.txt │ │ ├── 304.txt │ │ ├── 305.txt │ │ ├── 306.txt │ │ ├── 307.txt │ │ ├── 308.txt │ │ ├── 309.txt │ │ ├── 31.txt │ │ ├── 310.txt │ │ ├── 311.txt │ │ ├── 312.txt │ │ ├── 313.txt │ │ ├── 314.txt │ │ ├── 315.txt │ │ ├── 316.txt │ │ ├── 317.txt │ │ ├── 318.txt │ │ ├── 319.txt │ │ ├── 32.txt │ │ ├── 320.txt │ │ ├── 321.txt │ │ ├── 322.txt │ │ ├── 323.txt │ │ ├── 324.txt │ │ ├── 325.txt │ │ ├── 326.txt │ │ ├── 327.txt │ │ ├── 328.txt │ │ ├── 329.txt │ │ ├── 33.txt │ │ ├── 330.txt │ │ ├── 331.txt │ │ ├── 332.txt │ │ ├── 333.txt │ │ ├── 334.txt │ │ ├── 335.txt │ │ ├── 336.txt │ │ ├── 337.txt │ │ ├── 338.txt │ │ ├── 339.txt │ │ ├── 34.txt │ │ ├── 340.txt │ │ ├── 341.txt │ │ ├── 342.txt │ │ ├── 343.txt │ │ ├── 344.txt │ │ ├── 345.txt │ │ ├── 346.txt │ │ ├── 347.txt │ │ ├── 348.txt │ │ ├── 349.txt │ │ ├── 35.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 360.txt │ │ ├── 361.txt │ │ ├── 362.txt │ │ ├── 363.txt │ │ ├── 364.txt │ │ ├── 365.txt │ │ ├── 366.txt │ │ ├── 367.txt │ │ ├── 368.txt │ │ ├── 369.txt │ │ ├── 37.txt │ │ ├── 370.txt │ │ ├── 371.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 379.txt │ │ ├── 38.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 384.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 388.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 390.txt │ │ ├── 391.txt │ │ ├── 392.txt │ │ ├── 393.txt │ │ ├── 394.txt │ │ ├── 395.txt │ │ ├── 396.txt │ │ ├── 397.txt │ │ ├── 398.txt │ │ ├── 399.txt │ │ ├── 4.txt │ │ ├── 40.txt │ │ ├── 400.txt │ │ ├── 401.txt │ │ ├── 402.txt │ │ ├── 403.txt │ │ ├── 404.txt │ │ ├── 405.txt │ │ ├── 406.txt │ │ ├── 407.txt │ │ ├── 408.txt │ │ ├── 409.txt │ │ ├── 41.txt │ │ ├── 410.txt │ │ ├── 411.txt │ │ ├── 412.txt │ │ ├── 413.txt │ │ ├── 414.txt │ │ ├── 415.txt │ │ ├── 416.txt │ │ ├── 417.txt │ │ ├── 418.txt │ │ ├── 419.txt │ │ ├── 42.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 422.txt │ │ ├── 423.txt │ │ ├── 424.txt │ │ ├── 425.txt │ │ ├── 426.txt │ │ ├── 427.txt │ │ ├── 428.txt │ │ ├── 429.txt │ │ ├── 43.txt │ │ ├── 430.txt │ │ ├── 431.txt │ │ ├── 432.txt │ │ ├── 433.txt │ │ ├── 434.txt │ │ ├── 435.txt │ │ ├── 436.txt │ │ ├── 437.txt │ │ ├── 438.txt │ │ ├── 439.txt │ │ ├── 44.txt │ │ ├── 440.txt │ │ ├── 441.txt │ │ ├── 442.txt │ │ ├── 443.txt │ │ ├── 444.txt │ │ ├── 445.txt │ │ ├── 446.txt │ │ ├── 447.txt │ │ ├── 448.txt │ │ ├── 449.txt │ │ ├── 45.txt │ │ ├── 450.txt │ │ ├── 451.txt │ │ ├── 452.txt │ │ ├── 453.txt │ │ ├── 454.txt │ │ ├── 455.txt │ │ ├── 456.txt │ │ ├── 457.txt │ │ ├── 458.txt │ │ ├── 459.txt │ │ ├── 46.txt │ │ ├── 460.txt │ │ ├── 461.txt │ │ ├── 462.txt │ │ ├── 463.txt │ │ ├── 464.txt │ │ ├── 465.txt │ │ ├── 466.txt │ │ ├── 467.txt │ │ ├── 468.txt │ │ ├── 469.txt │ │ ├── 47.txt │ │ ├── 470.txt │ │ ├── 471.txt │ │ ├── 472.txt │ │ ├── 473.txt │ │ ├── 474.txt │ │ ├── 475.txt │ │ ├── 476.txt │ │ ├── 477.txt │ │ ├── 478.txt │ │ ├── 479.txt │ │ ├── 48.txt │ │ ├── 480.txt │ │ ├── 481.txt │ │ ├── 482.txt │ │ ├── 483.txt │ │ ├── 484.txt │ │ ├── 485.txt │ │ ├── 486.txt │ │ ├── 487.txt │ │ ├── 488.txt │ │ ├── 489.txt │ │ ├── 49.txt │ │ ├── 490.txt │ │ ├── 491.txt │ │ ├── 492.txt │ │ ├── 493.txt │ │ ├── 494.txt │ │ ├── 495.txt │ │ ├── 496.txt │ │ ├── 497.txt │ │ ├── 498.txt │ │ ├── 499.txt │ │ ├── 5.txt │ │ ├── 50.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 510.txt │ │ ├── 511.txt │ │ ├── 512.txt │ │ ├── 513.txt │ │ ├── 514.txt │ │ ├── 515.txt │ │ ├── 516.txt │ │ ├── 517.txt │ │ ├── 518.txt │ │ ├── 519.txt │ │ ├── 52.txt │ │ ├── 520.txt │ │ ├── 521.txt │ │ ├── 522.txt │ │ ├── 523.txt │ │ ├── 524.txt │ │ ├── 525.txt │ │ ├── 526.txt │ │ ├── 527.txt │ │ ├── 528.txt │ │ ├── 529.txt │ │ ├── 53.txt │ │ ├── 530.txt │ │ ├── 531.txt │ │ ├── 532.txt │ │ ├── 533.txt │ │ ├── 534.txt │ │ ├── 535.txt │ │ ├── 536.txt │ │ ├── 537.txt │ │ ├── 538.txt │ │ ├── 539.txt │ │ ├── 54.txt │ │ ├── 540.txt │ │ ├── 541.txt │ │ ├── 542.txt │ │ ├── 543.txt │ │ ├── 544.txt │ │ ├── 545.txt │ │ ├── 546.txt │ │ ├── 547.txt │ │ ├── 548.txt │ │ ├── 549.txt │ │ ├── 55.txt │ │ ├── 550.txt │ │ ├── 551.txt │ │ ├── 552.txt │ │ ├── 553.txt │ │ ├── 554.txt │ │ ├── 555.txt │ │ ├── 556.txt │ │ ├── 557.txt │ │ ├── 558.txt │ │ ├── 559.txt │ │ ├── 56.txt │ │ ├── 560.txt │ │ ├── 561.txt │ │ ├── 562.txt │ │ ├── 563.txt │ │ ├── 564.txt │ │ ├── 565.txt │ │ ├── 566.txt │ │ ├── 567.txt │ │ ├── 568.txt │ │ ├── 569.txt │ │ ├── 57.txt │ │ ├── 570.txt │ │ ├── 571.txt │ │ ├── 572.txt │ │ ├── 573.txt │ │ ├── 574.txt │ │ ├── 575.txt │ │ ├── 576.txt │ │ ├── 577.txt │ │ ├── 578.txt │ │ ├── 579.txt │ │ ├── 58.txt │ │ ├── 580.txt │ │ ├── 581.txt │ │ ├── 582.txt │ │ ├── 583.txt │ │ ├── 584.txt │ │ ├── 585.txt │ │ ├── 586.txt │ │ ├── 587.txt │ │ ├── 588.txt │ │ ├── 589.txt │ │ ├── 59.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 600.txt │ │ ├── 601.txt │ │ ├── 602.txt │ │ ├── 603.txt │ │ ├── 604.txt │ │ ├── 605.txt │ │ ├── 606.txt │ │ ├── 607.txt │ │ ├── 608.txt │ │ ├── 609.txt │ │ ├── 61.txt │ │ ├── 610.txt │ │ ├── 611.txt │ │ ├── 612.txt │ │ ├── 613.txt │ │ ├── 614.txt │ │ ├── 615.txt │ │ ├── 616.txt │ │ ├── 617.txt │ │ ├── 618.txt │ │ ├── 619.txt │ │ ├── 62.txt │ │ ├── 620.txt │ │ ├── 621.txt │ │ ├── 622.txt │ │ ├── 623.txt │ │ ├── 624.txt │ │ ├── 625.txt │ │ ├── 626.txt │ │ ├── 627.txt │ │ ├── 628.txt │ │ ├── 629.txt │ │ ├── 63.txt │ │ ├── 630.txt │ │ ├── 631.txt │ │ ├── 632.txt │ │ ├── 633.txt │ │ ├── 634.txt │ │ ├── 635.txt │ │ ├── 636.txt │ │ ├── 637.txt │ │ ├── 638.txt │ │ ├── 639.txt │ │ ├── 64.txt │ │ ├── 640.txt │ │ ├── 641.txt │ │ ├── 642.txt │ │ ├── 643.txt │ │ ├── 644.txt │ │ ├── 645.txt │ │ ├── 646.txt │ │ ├── 647.txt │ │ ├── 648.txt │ │ ├── 649.txt │ │ ├── 65.txt │ │ ├── 650.txt │ │ ├── 651.txt │ │ ├── 652.txt │ │ ├── 653.txt │ │ ├── 654.txt │ │ ├── 655.txt │ │ ├── 656.txt │ │ ├── 657.txt │ │ ├── 658.txt │ │ ├── 659.txt │ │ ├── 66.txt │ │ ├── 660.txt │ │ ├── 661.txt │ │ ├── 662.txt │ │ ├── 663.txt │ │ ├── 664.txt │ │ ├── 665.txt │ │ ├── 666.txt │ │ ├── 667.txt │ │ ├── 668.txt │ │ ├── 669.txt │ │ ├── 67.txt │ │ ├── 670.txt │ │ ├── 671.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 68.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 684.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 69.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 693.txt │ │ ├── 694.txt │ │ ├── 695.txt │ │ ├── 696.txt │ │ ├── 697.txt │ │ ├── 698.txt │ │ ├── 699.txt │ │ ├── 7.txt │ │ ├── 70.txt │ │ ├── 700.txt │ │ ├── 701.txt │ │ ├── 702.txt │ │ ├── 703.txt │ │ ├── 704.txt │ │ ├── 705.txt │ │ ├── 706.txt │ │ ├── 707.txt │ │ ├── 708.txt │ │ ├── 709.txt │ │ ├── 71.txt │ │ ├── 710.txt │ │ ├── 711.txt │ │ ├── 712.txt │ │ ├── 713.txt │ │ ├── 714.txt │ │ ├── 715.txt │ │ ├── 716.txt │ │ ├── 717.txt │ │ ├── 718.txt │ │ ├── 719.txt │ │ ├── 72.txt │ │ ├── 720.txt │ │ ├── 721.txt │ │ ├── 722.txt │ │ ├── 723.txt │ │ ├── 724.txt │ │ ├── 725.txt │ │ ├── 726.txt │ │ ├── 727.txt │ │ ├── 728.txt │ │ ├── 729.txt │ │ ├── 73.txt │ │ ├── 730.txt │ │ ├── 731.txt │ │ ├── 732.txt │ │ ├── 733.txt │ │ ├── 734.txt │ │ ├── 735.txt │ │ ├── 736.txt │ │ ├── 737.txt │ │ ├── 738.txt │ │ ├── 739.txt │ │ ├── 74.txt │ │ ├── 740.txt │ │ ├── 741.txt │ │ ├── 742.txt │ │ ├── 743.txt │ │ ├── 744.txt │ │ ├── 745.txt │ │ ├── 746.txt │ │ ├── 747.txt │ │ ├── 748.txt │ │ ├── 749.txt │ │ ├── 75.txt │ │ ├── 750.txt │ │ ├── 751.txt │ │ ├── 752.txt │ │ ├── 753.txt │ │ ├── 754.txt │ │ ├── 755.txt │ │ ├── 756.txt │ │ ├── 757.txt │ │ ├── 758.txt │ │ ├── 759.txt │ │ ├── 76.txt │ │ ├── 760.txt │ │ ├── 761.txt │ │ ├── 762.txt │ │ ├── 763.txt │ │ ├── 764.txt │ │ ├── 765.txt │ │ ├── 766.txt │ │ ├── 767.txt │ │ ├── 768.txt │ │ ├── 769.txt │ │ ├── 77.txt │ │ ├── 770.txt │ │ ├── 771.txt │ │ ├── 772.txt │ │ ├── 773.txt │ │ ├── 774.txt │ │ ├── 775.txt │ │ ├── 776.txt │ │ ├── 777.txt │ │ ├── 778.txt │ │ ├── 779.txt │ │ ├── 78.txt │ │ ├── 780.txt │ │ ├── 781.txt │ │ ├── 782.txt │ │ ├── 783.txt │ │ ├── 784.txt │ │ ├── 785.txt │ │ ├── 786.txt │ │ ├── 787.txt │ │ ├── 788.txt │ │ ├── 789.txt │ │ ├── 79.txt │ │ ├── 790.txt │ │ ├── 791.txt │ │ ├── 792.txt │ │ ├── 793.txt │ │ ├── 794.txt │ │ ├── 795.txt │ │ ├── 796.txt │ │ ├── 797.txt │ │ ├── 798.txt │ │ ├── 799.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 800.txt │ │ ├── 801.txt │ │ ├── 802.txt │ │ ├── 803.txt │ │ ├── 804.txt │ │ ├── 805.txt │ │ ├── 806.txt │ │ ├── 807.txt │ │ ├── 808.txt │ │ ├── 809.txt │ │ ├── 81.txt │ │ ├── 810.txt │ │ ├── 811.txt │ │ ├── 812.txt │ │ ├── 813.txt │ │ ├── 814.txt │ │ ├── 815.txt │ │ ├── 816.txt │ │ ├── 817.txt │ │ ├── 818.txt │ │ ├── 819.txt │ │ ├── 82.txt │ │ ├── 820.txt │ │ ├── 821.txt │ │ ├── 822.txt │ │ ├── 823.txt │ │ ├── 824.txt │ │ ├── 825.txt │ │ ├── 826.txt │ │ ├── 827.txt │ │ ├── 828.txt │ │ ├── 829.txt │ │ ├── 83.txt │ │ ├── 830.txt │ │ ├── 831.txt │ │ ├── 832.txt │ │ ├── 833.txt │ │ ├── 834.txt │ │ ├── 835.txt │ │ ├── 836.txt │ │ ├── 837.txt │ │ ├── 838.txt │ │ ├── 839.txt │ │ ├── 84.txt │ │ ├── 840.txt │ │ ├── 841.txt │ │ ├── 842.txt │ │ ├── 843.txt │ │ ├── 844.txt │ │ ├── 845.txt │ │ ├── 846.txt │ │ ├── 847.txt │ │ ├── 848.txt │ │ ├── 849.txt │ │ ├── 85.txt │ │ ├── 850.txt │ │ ├── 851.txt │ │ ├── 852.txt │ │ ├── 853.txt │ │ ├── 854.txt │ │ ├── 855.txt │ │ ├── 856.txt │ │ ├── 857.txt │ │ ├── 858.txt │ │ ├── 859.txt │ │ ├── 86.txt │ │ ├── 860.txt │ │ ├── 861.txt │ │ ├── 862.txt │ │ ├── 863.txt │ │ ├── 864.txt │ │ ├── 865.txt │ │ ├── 866.txt │ │ ├── 867.txt │ │ ├── 868.txt │ │ ├── 869.txt │ │ ├── 87.txt │ │ ├── 870.txt │ │ ├── 871.txt │ │ ├── 872.txt │ │ ├── 873.txt │ │ ├── 874.txt │ │ ├── 875.txt │ │ ├── 876.txt │ │ ├── 877.txt │ │ ├── 878.txt │ │ ├── 879.txt │ │ ├── 88.txt │ │ ├── 880.txt │ │ ├── 881.txt │ │ ├── 882.txt │ │ ├── 883.txt │ │ ├── 884.txt │ │ ├── 885.txt │ │ ├── 886.txt │ │ ├── 887.txt │ │ ├── 888.txt │ │ ├── 889.txt │ │ ├── 89.txt │ │ ├── 890.txt │ │ ├── 891.txt │ │ ├── 892.txt │ │ ├── 893.txt │ │ ├── 894.txt │ │ ├── 895.txt │ │ ├── 896.txt │ │ ├── 897.txt │ │ ├── 898.txt │ │ ├── 899.txt │ │ ├── 9.txt │ │ ├── 90.txt │ │ ├── 900.txt │ │ ├── 901.txt │ │ ├── 902.txt │ │ ├── 903.txt │ │ ├── 904.txt │ │ ├── 905.txt │ │ ├── 906.txt │ │ ├── 907.txt │ │ ├── 908.txt │ │ ├── 909.txt │ │ ├── 91.txt │ │ ├── 910.txt │ │ ├── 911.txt │ │ ├── 912.txt │ │ ├── 913.txt │ │ ├── 914.txt │ │ ├── 915.txt │ │ ├── 916.txt │ │ ├── 917.txt │ │ ├── 918.txt │ │ ├── 919.txt │ │ ├── 92.txt │ │ ├── 920.txt │ │ ├── 921.txt │ │ ├── 922.txt │ │ ├── 923.txt │ │ ├── 924.txt │ │ ├── 925.txt │ │ ├── 926.txt │ │ ├── 927.txt │ │ ├── 928.txt │ │ ├── 929.txt │ │ ├── 93.txt │ │ ├── 930.txt │ │ ├── 931.txt │ │ ├── 932.txt │ │ ├── 933.txt │ │ ├── 934.txt │ │ ├── 935.txt │ │ ├── 936.txt │ │ ├── 937.txt │ │ ├── 938.txt │ │ ├── 939.txt │ │ ├── 94.txt │ │ ├── 940.txt │ │ ├── 941.txt │ │ ├── 942.txt │ │ ├── 943.txt │ │ ├── 944.txt │ │ ├── 945.txt │ │ ├── 946.txt │ │ ├── 947.txt │ │ ├── 948.txt │ │ ├── 949.txt │ │ ├── 95.txt │ │ ├── 950.txt │ │ ├── 951.txt │ │ ├── 952.txt │ │ ├── 953.txt │ │ ├── 954.txt │ │ ├── 955.txt │ │ ├── 956.txt │ │ ├── 957.txt │ │ ├── 958.txt │ │ ├── 959.txt │ │ ├── 96.txt │ │ ├── 960.txt │ │ ├── 961.txt │ │ ├── 962.txt │ │ ├── 963.txt │ │ ├── 964.txt │ │ ├── 965.txt │ │ ├── 966.txt │ │ ├── 967.txt │ │ ├── 968.txt │ │ ├── 969.txt │ │ ├── 97.txt │ │ ├── 970.txt │ │ ├── 971.txt │ │ ├── 972.txt │ │ ├── 973.txt │ │ ├── 974.txt │ │ ├── 975.txt │ │ ├── 976.txt │ │ ├── 977.txt │ │ ├── 978.txt │ │ ├── 979.txt │ │ ├── 98.txt │ │ ├── 980.txt │ │ ├── 981.txt │ │ ├── 982.txt │ │ ├── 983.txt │ │ ├── 984.txt │ │ ├── 985.txt │ │ ├── 986.txt │ │ ├── 987.txt │ │ ├── 988.txt │ │ ├── 989.txt │ │ └── 99.txt │ │ ├── Items │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 10.txt │ │ ├── 100.txt │ │ ├── 1000.txt │ │ ├── 1001.txt │ │ ├── 1002.txt │ │ ├── 1003.txt │ │ ├── 1004.txt │ │ ├── 1005.txt │ │ ├── 1006.txt │ │ ├── 1007.txt │ │ ├── 1008.txt │ │ ├── 1009.txt │ │ ├── 101.txt │ │ ├── 1010.txt │ │ ├── 1011.txt │ │ ├── 1012.txt │ │ ├── 1013.txt │ │ ├── 1014.txt │ │ ├── 1015.txt │ │ ├── 1016.txt │ │ ├── 1017.txt │ │ ├── 1018.txt │ │ ├── 1019.txt │ │ ├── 102.txt │ │ ├── 1020.txt │ │ ├── 1021.txt │ │ ├── 1022.txt │ │ ├── 1023.txt │ │ ├── 1024.txt │ │ ├── 1025.txt │ │ ├── 1026.txt │ │ ├── 1027.txt │ │ ├── 1028.txt │ │ ├── 1029.txt │ │ ├── 103.txt │ │ ├── 1030.txt │ │ ├── 1031.txt │ │ ├── 1032.txt │ │ ├── 1033.txt │ │ ├── 1034.txt │ │ ├── 1035.txt │ │ ├── 1036.txt │ │ ├── 1037.txt │ │ ├── 1038.txt │ │ ├── 1039.txt │ │ ├── 104.txt │ │ ├── 1040.txt │ │ ├── 1041.txt │ │ ├── 1042.txt │ │ ├── 1043.txt │ │ ├── 1044.txt │ │ ├── 1045.txt │ │ ├── 1046.txt │ │ ├── 1047.txt │ │ ├── 1048.txt │ │ ├── 1049.txt │ │ ├── 105.txt │ │ ├── 1050.txt │ │ ├── 1051.txt │ │ ├── 1052.txt │ │ ├── 1053.txt │ │ ├── 1054.txt │ │ ├── 1055.txt │ │ ├── 1056.txt │ │ ├── 1057.txt │ │ ├── 1058.txt │ │ ├── 1059.txt │ │ ├── 106.txt │ │ ├── 1060.txt │ │ ├── 1061.txt │ │ ├── 1062.txt │ │ ├── 1063.txt │ │ ├── 1064.txt │ │ ├── 1065.txt │ │ ├── 1066.txt │ │ ├── 1067.txt │ │ ├── 1068.txt │ │ ├── 1069.txt │ │ ├── 107.txt │ │ ├── 1070.txt │ │ ├── 1071.txt │ │ ├── 1072.txt │ │ ├── 1073.txt │ │ ├── 1074.txt │ │ ├── 1075.txt │ │ ├── 1076.txt │ │ ├── 1077.txt │ │ ├── 1078.txt │ │ ├── 1079.txt │ │ ├── 108.txt │ │ ├── 1080.txt │ │ ├── 1081.txt │ │ ├── 1082.txt │ │ ├── 1083.txt │ │ ├── 1084.txt │ │ ├── 1085.txt │ │ ├── 1086.txt │ │ ├── 1087.txt │ │ ├── 1088.txt │ │ ├── 1089.txt │ │ ├── 109.txt │ │ ├── 1090.txt │ │ ├── 1091.txt │ │ ├── 1092.txt │ │ ├── 1093.txt │ │ ├── 1094.txt │ │ ├── 1095.txt │ │ ├── 1096.txt │ │ ├── 1097.txt │ │ ├── 1098.txt │ │ ├── 1099.txt │ │ ├── 11.txt │ │ ├── 110.txt │ │ ├── 1100.txt │ │ ├── 1101.txt │ │ ├── 1102.txt │ │ ├── 1103.txt │ │ ├── 1104.txt │ │ ├── 1105.txt │ │ ├── 1106.txt │ │ ├── 1107.txt │ │ ├── 1108.txt │ │ ├── 1109.txt │ │ ├── 111.txt │ │ ├── 1110.txt │ │ ├── 1111.txt │ │ ├── 1112.txt │ │ ├── 1113.txt │ │ ├── 1114.txt │ │ ├── 1115.txt │ │ ├── 1116.txt │ │ ├── 1117.txt │ │ ├── 1118.txt │ │ ├── 1119.txt │ │ ├── 112.txt │ │ ├── 1120.txt │ │ ├── 1121.txt │ │ ├── 1122.txt │ │ ├── 1123.txt │ │ ├── 1124.txt │ │ ├── 1125.txt │ │ ├── 1126.txt │ │ ├── 1127.txt │ │ ├── 1128.txt │ │ ├── 1129.txt │ │ ├── 113.txt │ │ ├── 1130.txt │ │ ├── 1131.txt │ │ ├── 1132.txt │ │ ├── 1133.txt │ │ ├── 1134.txt │ │ ├── 1135.txt │ │ ├── 1136.txt │ │ ├── 1137.txt │ │ ├── 1138.txt │ │ ├── 1139.txt │ │ ├── 114.txt │ │ ├── 1140.txt │ │ ├── 1141.txt │ │ ├── 1142.txt │ │ ├── 1143.txt │ │ ├── 1144.txt │ │ ├── 1145.txt │ │ ├── 1146.txt │ │ ├── 1147.txt │ │ ├── 1148.txt │ │ ├── 1149.txt │ │ ├── 115.txt │ │ ├── 1150.txt │ │ ├── 1151.txt │ │ ├── 1152.txt │ │ ├── 1153.txt │ │ ├── 1154.txt │ │ ├── 1155.txt │ │ ├── 1156.txt │ │ ├── 1157.txt │ │ ├── 1158.txt │ │ ├── 1159.txt │ │ ├── 116.txt │ │ ├── 1160.txt │ │ ├── 1161.txt │ │ ├── 1162.txt │ │ ├── 1163.txt │ │ ├── 1164.txt │ │ ├── 1165.txt │ │ ├── 1166.txt │ │ ├── 1167.txt │ │ ├── 1168.txt │ │ ├── 117.txt │ │ ├── 118.txt │ │ ├── 119.txt │ │ ├── 12.txt │ │ ├── 120.txt │ │ ├── 121.txt │ │ ├── 122.txt │ │ ├── 123.txt │ │ ├── 124.txt │ │ ├── 125.txt │ │ ├── 126.txt │ │ ├── 127.txt │ │ ├── 128.txt │ │ ├── 129.txt │ │ ├── 13.txt │ │ ├── 130.txt │ │ ├── 131.txt │ │ ├── 132.txt │ │ ├── 133.txt │ │ ├── 134.txt │ │ ├── 135.txt │ │ ├── 136.txt │ │ ├── 137.txt │ │ ├── 138.txt │ │ ├── 139.txt │ │ ├── 14.txt │ │ ├── 140.txt │ │ ├── 141.txt │ │ ├── 142.txt │ │ ├── 143.txt │ │ ├── 144.txt │ │ ├── 145.txt │ │ ├── 146.txt │ │ ├── 147.txt │ │ ├── 148.txt │ │ ├── 149.txt │ │ ├── 15.txt │ │ ├── 150.txt │ │ ├── 151.txt │ │ ├── 152.txt │ │ ├── 153.txt │ │ ├── 154.txt │ │ ├── 155.txt │ │ ├── 156.txt │ │ ├── 157.txt │ │ ├── 158.txt │ │ ├── 159.txt │ │ ├── 16.txt │ │ ├── 160.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 163.txt │ │ ├── 164.txt │ │ ├── 165.txt │ │ ├── 166.txt │ │ ├── 167.txt │ │ ├── 168.txt │ │ ├── 169.txt │ │ ├── 17.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 172.txt │ │ ├── 173.txt │ │ ├── 174.txt │ │ ├── 175.txt │ │ ├── 176.txt │ │ ├── 177.txt │ │ ├── 178.txt │ │ ├── 179.txt │ │ ├── 18.txt │ │ ├── 180.txt │ │ ├── 181.txt │ │ ├── 182.txt │ │ ├── 183.txt │ │ ├── 184.txt │ │ ├── 185.txt │ │ ├── 186.txt │ │ ├── 187.txt │ │ ├── 188.txt │ │ ├── 189.txt │ │ ├── 19.txt │ │ ├── 190.txt │ │ ├── 191.txt │ │ ├── 192.txt │ │ ├── 193.txt │ │ ├── 194.txt │ │ ├── 195.txt │ │ ├── 196.txt │ │ ├── 197.txt │ │ ├── 198.txt │ │ ├── 199.txt │ │ ├── 2.txt │ │ ├── 20.txt │ │ ├── 200.txt │ │ ├── 201.txt │ │ ├── 202.txt │ │ ├── 203.txt │ │ ├── 204.txt │ │ ├── 205.txt │ │ ├── 206.txt │ │ ├── 207.txt │ │ ├── 208.txt │ │ ├── 209.txt │ │ ├── 21.txt │ │ ├── 210.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 214.txt │ │ ├── 215.txt │ │ ├── 216.txt │ │ ├── 217.txt │ │ ├── 218.txt │ │ ├── 219.txt │ │ ├── 22.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 23.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 24.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 248.txt │ │ ├── 249.txt │ │ ├── 25.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 259.txt │ │ ├── 26.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 270.txt │ │ ├── 271.txt │ │ ├── 272.txt │ │ ├── 273.txt │ │ ├── 274.txt │ │ ├── 275.txt │ │ ├── 276.txt │ │ ├── 277.txt │ │ ├── 278.txt │ │ ├── 279.txt │ │ ├── 28.txt │ │ ├── 280.txt │ │ ├── 281.txt │ │ ├── 282.txt │ │ ├── 283.txt │ │ ├── 284.txt │ │ ├── 285.txt │ │ ├── 286.txt │ │ ├── 287.txt │ │ ├── 288.txt │ │ ├── 289.txt │ │ ├── 29.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 292.txt │ │ ├── 293.txt │ │ ├── 294.txt │ │ ├── 295.txt │ │ ├── 296.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 3.txt │ │ ├── 30.txt │ │ ├── 300.txt │ │ ├── 301.txt │ │ ├── 302.txt │ │ ├── 303.txt │ │ ├── 304.txt │ │ ├── 305.txt │ │ ├── 306.txt │ │ ├── 307.txt │ │ ├── 308.txt │ │ ├── 309.txt │ │ ├── 31.txt │ │ ├── 310.txt │ │ ├── 311.txt │ │ ├── 312.txt │ │ ├── 313.txt │ │ ├── 314.txt │ │ ├── 315.txt │ │ ├── 316.txt │ │ ├── 317.txt │ │ ├── 318.txt │ │ ├── 319.txt │ │ ├── 32.txt │ │ ├── 320.txt │ │ ├── 321.txt │ │ ├── 322.txt │ │ ├── 323.txt │ │ ├── 324.txt │ │ ├── 325.txt │ │ ├── 326.txt │ │ ├── 327.txt │ │ ├── 328.txt │ │ ├── 329.txt │ │ ├── 33.txt │ │ ├── 330.txt │ │ ├── 331.txt │ │ ├── 332.txt │ │ ├── 333.txt │ │ ├── 334.txt │ │ ├── 335.txt │ │ ├── 336.txt │ │ ├── 337.txt │ │ ├── 338.txt │ │ ├── 339.txt │ │ ├── 34.txt │ │ ├── 340.txt │ │ ├── 341.txt │ │ ├── 342.txt │ │ ├── 343.txt │ │ ├── 344.txt │ │ ├── 345.txt │ │ ├── 346.txt │ │ ├── 347.txt │ │ ├── 348.txt │ │ ├── 349.txt │ │ ├── 35.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 360.txt │ │ ├── 361.txt │ │ ├── 362.txt │ │ ├── 363.txt │ │ ├── 364.txt │ │ ├── 365.txt │ │ ├── 366.txt │ │ ├── 367.txt │ │ ├── 368.txt │ │ ├── 369.txt │ │ ├── 37.txt │ │ ├── 370.txt │ │ ├── 371.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 379.txt │ │ ├── 38.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 384.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 388.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 390.txt │ │ ├── 391.txt │ │ ├── 392.txt │ │ ├── 393.txt │ │ ├── 394.txt │ │ ├── 395.txt │ │ ├── 396.txt │ │ ├── 397.txt │ │ ├── 398.txt │ │ ├── 399.txt │ │ ├── 4.txt │ │ ├── 40.txt │ │ ├── 400.txt │ │ ├── 401.txt │ │ ├── 402.txt │ │ ├── 403.txt │ │ ├── 404.txt │ │ ├── 405.txt │ │ ├── 406.txt │ │ ├── 407.txt │ │ ├── 408.txt │ │ ├── 409.txt │ │ ├── 41.txt │ │ ├── 410.txt │ │ ├── 411.txt │ │ ├── 412.txt │ │ ├── 413.txt │ │ ├── 414.txt │ │ ├── 415.txt │ │ ├── 416.txt │ │ ├── 417.txt │ │ ├── 418.txt │ │ ├── 419.txt │ │ ├── 42.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 422.txt │ │ ├── 423.txt │ │ ├── 424.txt │ │ ├── 425.txt │ │ ├── 426.txt │ │ ├── 427.txt │ │ ├── 428.txt │ │ ├── 429.txt │ │ ├── 43.txt │ │ ├── 430.txt │ │ ├── 431.txt │ │ ├── 432.txt │ │ ├── 433.txt │ │ ├── 434.txt │ │ ├── 435.txt │ │ ├── 436.txt │ │ ├── 437.txt │ │ ├── 438.txt │ │ ├── 439.txt │ │ ├── 44.txt │ │ ├── 440.txt │ │ ├── 441.txt │ │ ├── 442.txt │ │ ├── 443.txt │ │ ├── 444.txt │ │ ├── 445.txt │ │ ├── 446.txt │ │ ├── 447.txt │ │ ├── 448.txt │ │ ├── 449.txt │ │ ├── 45.txt │ │ ├── 450.txt │ │ ├── 451.txt │ │ ├── 452.txt │ │ ├── 453.txt │ │ ├── 454.txt │ │ ├── 455.txt │ │ ├── 456.txt │ │ ├── 457.txt │ │ ├── 458.txt │ │ ├── 459.txt │ │ ├── 46.txt │ │ ├── 460.txt │ │ ├── 461.txt │ │ ├── 462.txt │ │ ├── 463.txt │ │ ├── 464.txt │ │ ├── 465.txt │ │ ├── 466.txt │ │ ├── 467.txt │ │ ├── 468.txt │ │ ├── 469.txt │ │ ├── 47.txt │ │ ├── 470.txt │ │ ├── 471.txt │ │ ├── 472.txt │ │ ├── 473.txt │ │ ├── 474.txt │ │ ├── 475.txt │ │ ├── 476.txt │ │ ├── 477.txt │ │ ├── 478.txt │ │ ├── 479.txt │ │ ├── 48.txt │ │ ├── 480.txt │ │ ├── 481.txt │ │ ├── 482.txt │ │ ├── 483.txt │ │ ├── 484.txt │ │ ├── 485.txt │ │ ├── 486.txt │ │ ├── 487.txt │ │ ├── 488.txt │ │ ├── 489.txt │ │ ├── 49.txt │ │ ├── 490.txt │ │ ├── 491.txt │ │ ├── 492.txt │ │ ├── 493.txt │ │ ├── 494.txt │ │ ├── 495.txt │ │ ├── 496.txt │ │ ├── 497.txt │ │ ├── 498.txt │ │ ├── 499.txt │ │ ├── 5.txt │ │ ├── 50.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 510.txt │ │ ├── 511.txt │ │ ├── 512.txt │ │ ├── 513.txt │ │ ├── 514.txt │ │ ├── 515.txt │ │ ├── 516.txt │ │ ├── 517.txt │ │ ├── 518.txt │ │ ├── 519.txt │ │ ├── 52.txt │ │ ├── 520.txt │ │ ├── 521.txt │ │ ├── 522.txt │ │ ├── 523.txt │ │ ├── 524.txt │ │ ├── 525.txt │ │ ├── 526.txt │ │ ├── 527.txt │ │ ├── 528.txt │ │ ├── 529.txt │ │ ├── 53.txt │ │ ├── 530.txt │ │ ├── 531.txt │ │ ├── 532.txt │ │ ├── 533.txt │ │ ├── 534.txt │ │ ├── 535.txt │ │ ├── 536.txt │ │ ├── 537.txt │ │ ├── 538.txt │ │ ├── 539.txt │ │ ├── 54.txt │ │ ├── 540.txt │ │ ├── 541.txt │ │ ├── 542.txt │ │ ├── 543.txt │ │ ├── 544.txt │ │ ├── 545.txt │ │ ├── 546.txt │ │ ├── 547.txt │ │ ├── 548.txt │ │ ├── 549.txt │ │ ├── 55.txt │ │ ├── 550.txt │ │ ├── 551.txt │ │ ├── 552.txt │ │ ├── 553.txt │ │ ├── 554.txt │ │ ├── 555.txt │ │ ├── 556.txt │ │ ├── 557.txt │ │ ├── 558.txt │ │ ├── 559.txt │ │ ├── 56.txt │ │ ├── 560.txt │ │ ├── 561.txt │ │ ├── 562.txt │ │ ├── 563.txt │ │ ├── 564.txt │ │ ├── 565.txt │ │ ├── 566.txt │ │ ├── 567.txt │ │ ├── 568.txt │ │ ├── 569.txt │ │ ├── 57.txt │ │ ├── 570.txt │ │ ├── 571.txt │ │ ├── 572.txt │ │ ├── 573.txt │ │ ├── 574.txt │ │ ├── 575.txt │ │ ├── 576.txt │ │ ├── 577.txt │ │ ├── 578.txt │ │ ├── 579.txt │ │ ├── 58.txt │ │ ├── 580.txt │ │ ├── 581.txt │ │ ├── 582.txt │ │ ├── 583.txt │ │ ├── 584.txt │ │ ├── 585.txt │ │ ├── 586.txt │ │ ├── 587.txt │ │ ├── 588.txt │ │ ├── 589.txt │ │ ├── 59.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 600.txt │ │ ├── 601.txt │ │ ├── 602.txt │ │ ├── 603.txt │ │ ├── 604.txt │ │ ├── 605.txt │ │ ├── 606.txt │ │ ├── 607.txt │ │ ├── 608.txt │ │ ├── 609.txt │ │ ├── 61.txt │ │ ├── 610.txt │ │ ├── 611.txt │ │ ├── 612.txt │ │ ├── 613.txt │ │ ├── 614.txt │ │ ├── 615.txt │ │ ├── 616.txt │ │ ├── 617.txt │ │ ├── 618.txt │ │ ├── 619.txt │ │ ├── 62.txt │ │ ├── 620.txt │ │ ├── 621.txt │ │ ├── 622.txt │ │ ├── 623.txt │ │ ├── 624.txt │ │ ├── 625.txt │ │ ├── 626.txt │ │ ├── 627.txt │ │ ├── 628.txt │ │ ├── 629.txt │ │ ├── 63.txt │ │ ├── 630.txt │ │ ├── 631.txt │ │ ├── 632.txt │ │ ├── 633.txt │ │ ├── 634.txt │ │ ├── 635.txt │ │ ├── 636.txt │ │ ├── 637.txt │ │ ├── 638.txt │ │ ├── 639.txt │ │ ├── 64.txt │ │ ├── 640.txt │ │ ├── 641.txt │ │ ├── 642.txt │ │ ├── 643.txt │ │ ├── 644.txt │ │ ├── 645.txt │ │ ├── 646.txt │ │ ├── 647.txt │ │ ├── 648.txt │ │ ├── 649.txt │ │ ├── 65.txt │ │ ├── 650.txt │ │ ├── 651.txt │ │ ├── 652.txt │ │ ├── 653.txt │ │ ├── 654.txt │ │ ├── 655.txt │ │ ├── 656.txt │ │ ├── 657.txt │ │ ├── 658.txt │ │ ├── 659.txt │ │ ├── 66.txt │ │ ├── 660.txt │ │ ├── 661.txt │ │ ├── 662.txt │ │ ├── 663.txt │ │ ├── 664.txt │ │ ├── 665.txt │ │ ├── 666.txt │ │ ├── 667.txt │ │ ├── 668.txt │ │ ├── 669.txt │ │ ├── 67.txt │ │ ├── 670.txt │ │ ├── 671.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 68.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 684.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 69.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 693.txt │ │ ├── 694.txt │ │ ├── 695.txt │ │ ├── 696.txt │ │ ├── 697.txt │ │ ├── 698.txt │ │ ├── 699.txt │ │ ├── 7.txt │ │ ├── 70.txt │ │ ├── 700.txt │ │ ├── 701.txt │ │ ├── 702.txt │ │ ├── 703.txt │ │ ├── 704.txt │ │ ├── 705.txt │ │ ├── 706.txt │ │ ├── 707.txt │ │ ├── 708.txt │ │ ├── 709.txt │ │ ├── 71.txt │ │ ├── 710.txt │ │ ├── 711.txt │ │ ├── 712.txt │ │ ├── 713.txt │ │ ├── 714.txt │ │ ├── 715.txt │ │ ├── 716.txt │ │ ├── 717.txt │ │ ├── 718.txt │ │ ├── 719.txt │ │ ├── 72.txt │ │ ├── 720.txt │ │ ├── 721.txt │ │ ├── 722.txt │ │ ├── 723.txt │ │ ├── 724.txt │ │ ├── 725.txt │ │ ├── 726.txt │ │ ├── 727.txt │ │ ├── 728.txt │ │ ├── 729.txt │ │ ├── 73.txt │ │ ├── 730.txt │ │ ├── 731.txt │ │ ├── 732.txt │ │ ├── 733.txt │ │ ├── 734.txt │ │ ├── 735.txt │ │ ├── 736.txt │ │ ├── 737.txt │ │ ├── 738.txt │ │ ├── 739.txt │ │ ├── 74.txt │ │ ├── 740.txt │ │ ├── 741.txt │ │ ├── 742.txt │ │ ├── 743.txt │ │ ├── 744.txt │ │ ├── 745.txt │ │ ├── 746.txt │ │ ├── 747.txt │ │ ├── 748.txt │ │ ├── 749.txt │ │ ├── 75.txt │ │ ├── 750.txt │ │ ├── 751.txt │ │ ├── 752.txt │ │ ├── 753.txt │ │ ├── 754.txt │ │ ├── 755.txt │ │ ├── 756.txt │ │ ├── 757.txt │ │ ├── 758.txt │ │ ├── 759.txt │ │ ├── 76.txt │ │ ├── 760.txt │ │ ├── 761.txt │ │ ├── 762.txt │ │ ├── 763.txt │ │ ├── 764.txt │ │ ├── 765.txt │ │ ├── 766.txt │ │ ├── 767.txt │ │ ├── 768.txt │ │ ├── 769.txt │ │ ├── 77.txt │ │ ├── 770.txt │ │ ├── 771.txt │ │ ├── 772.txt │ │ ├── 773.txt │ │ ├── 774.txt │ │ ├── 775.txt │ │ ├── 776.txt │ │ ├── 777.txt │ │ ├── 778.txt │ │ ├── 779.txt │ │ ├── 78.txt │ │ ├── 780.txt │ │ ├── 781.txt │ │ ├── 782.txt │ │ ├── 783.txt │ │ ├── 784.txt │ │ ├── 785.txt │ │ ├── 786.txt │ │ ├── 787.txt │ │ ├── 788.txt │ │ ├── 789.txt │ │ ├── 79.txt │ │ ├── 790.txt │ │ ├── 791.txt │ │ ├── 792.txt │ │ ├── 793.txt │ │ ├── 794.txt │ │ ├── 795.txt │ │ ├── 796.txt │ │ ├── 797.txt │ │ ├── 798.txt │ │ ├── 799.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 800.txt │ │ ├── 801.txt │ │ ├── 802.txt │ │ ├── 803.txt │ │ ├── 804.txt │ │ ├── 805.txt │ │ ├── 806.txt │ │ ├── 807.txt │ │ ├── 808.txt │ │ ├── 809.txt │ │ ├── 81.txt │ │ ├── 810.txt │ │ ├── 811.txt │ │ ├── 812.txt │ │ ├── 813.txt │ │ ├── 814.txt │ │ ├── 815.txt │ │ ├── 816.txt │ │ ├── 817.txt │ │ ├── 818.txt │ │ ├── 819.txt │ │ ├── 82.txt │ │ ├── 820.txt │ │ ├── 821.txt │ │ ├── 822.txt │ │ ├── 823.txt │ │ ├── 824.txt │ │ ├── 825.txt │ │ ├── 826.txt │ │ ├── 827.txt │ │ ├── 828.txt │ │ ├── 829.txt │ │ ├── 83.txt │ │ ├── 830.txt │ │ ├── 831.txt │ │ ├── 832.txt │ │ ├── 833.txt │ │ ├── 834.txt │ │ ├── 835.txt │ │ ├── 836.txt │ │ ├── 837.txt │ │ ├── 838.txt │ │ ├── 839.txt │ │ ├── 84.txt │ │ ├── 840.txt │ │ ├── 841.txt │ │ ├── 842.txt │ │ ├── 843.txt │ │ ├── 844.txt │ │ ├── 845.txt │ │ ├── 846.txt │ │ ├── 847.txt │ │ ├── 848.txt │ │ ├── 849.txt │ │ ├── 85.txt │ │ ├── 850.txt │ │ ├── 851.txt │ │ ├── 852.txt │ │ ├── 853.txt │ │ ├── 854.txt │ │ ├── 855.txt │ │ ├── 856.txt │ │ ├── 857.txt │ │ ├── 858.txt │ │ ├── 859.txt │ │ ├── 86.txt │ │ ├── 860.txt │ │ ├── 861.txt │ │ ├── 862.txt │ │ ├── 863.txt │ │ ├── 864.txt │ │ ├── 865.txt │ │ ├── 866.txt │ │ ├── 867.txt │ │ ├── 868.txt │ │ ├── 869.txt │ │ ├── 87.txt │ │ ├── 870.txt │ │ ├── 871.txt │ │ ├── 872.txt │ │ ├── 873.txt │ │ ├── 874.txt │ │ ├── 875.txt │ │ ├── 876.txt │ │ ├── 877.txt │ │ ├── 878.txt │ │ ├── 879.txt │ │ ├── 88.txt │ │ ├── 880.txt │ │ ├── 881.txt │ │ ├── 882.txt │ │ ├── 883.txt │ │ ├── 884.txt │ │ ├── 885.txt │ │ ├── 886.txt │ │ ├── 887.txt │ │ ├── 888.txt │ │ ├── 889.txt │ │ ├── 89.txt │ │ ├── 890.txt │ │ ├── 891.txt │ │ ├── 892.txt │ │ ├── 893.txt │ │ ├── 894.txt │ │ ├── 895.txt │ │ ├── 896.txt │ │ ├── 897.txt │ │ ├── 898.txt │ │ ├── 899.txt │ │ ├── 9.txt │ │ ├── 90.txt │ │ ├── 900.txt │ │ ├── 901.txt │ │ ├── 902.txt │ │ ├── 903.txt │ │ ├── 904.txt │ │ ├── 905.txt │ │ ├── 906.txt │ │ ├── 907.txt │ │ ├── 908.txt │ │ ├── 909.txt │ │ ├── 91.txt │ │ ├── 910.txt │ │ ├── 911.txt │ │ ├── 912.txt │ │ ├── 913.txt │ │ ├── 914.txt │ │ ├── 915.txt │ │ ├── 916.txt │ │ ├── 917.txt │ │ ├── 918.txt │ │ ├── 919.txt │ │ ├── 92.txt │ │ ├── 920.txt │ │ ├── 921.txt │ │ ├── 922.txt │ │ ├── 923.txt │ │ ├── 924.txt │ │ ├── 925.txt │ │ ├── 926.txt │ │ ├── 927.txt │ │ ├── 928.txt │ │ ├── 929.txt │ │ ├── 93.txt │ │ ├── 930.txt │ │ ├── 931.txt │ │ ├── 932.txt │ │ ├── 933.txt │ │ ├── 934.txt │ │ ├── 935.txt │ │ ├── 936.txt │ │ ├── 937.txt │ │ ├── 938.txt │ │ ├── 939.txt │ │ ├── 94.txt │ │ ├── 940.txt │ │ ├── 941.txt │ │ ├── 942.txt │ │ ├── 943.txt │ │ ├── 944.txt │ │ ├── 945.txt │ │ ├── 946.txt │ │ ├── 947.txt │ │ ├── 948.txt │ │ ├── 949.txt │ │ ├── 95.txt │ │ ├── 950.txt │ │ ├── 951.txt │ │ ├── 952.txt │ │ ├── 953.txt │ │ ├── 954.txt │ │ ├── 955.txt │ │ ├── 956.txt │ │ ├── 957.txt │ │ ├── 958.txt │ │ ├── 959.txt │ │ ├── 96.txt │ │ ├── 960.txt │ │ ├── 961.txt │ │ ├── 962.txt │ │ ├── 963.txt │ │ ├── 964.txt │ │ ├── 965.txt │ │ ├── 966.txt │ │ ├── 967.txt │ │ ├── 968.txt │ │ ├── 969.txt │ │ ├── 97.txt │ │ ├── 970.txt │ │ ├── 971.txt │ │ ├── 972.txt │ │ ├── 973.txt │ │ ├── 974.txt │ │ ├── 975.txt │ │ ├── 976.txt │ │ ├── 977.txt │ │ ├── 978.txt │ │ ├── 979.txt │ │ ├── 98.txt │ │ ├── 980.txt │ │ ├── 981.txt │ │ ├── 982.txt │ │ ├── 983.txt │ │ ├── 984.txt │ │ ├── 985.txt │ │ ├── 986.txt │ │ ├── 987.txt │ │ ├── 988.txt │ │ ├── 989.txt │ │ ├── 99.txt │ │ ├── 990.txt │ │ ├── 991.txt │ │ ├── 992.txt │ │ ├── 993.txt │ │ ├── 994.txt │ │ ├── 995.txt │ │ ├── 996.txt │ │ ├── 997.txt │ │ ├── 998.txt │ │ └── 999.txt │ │ └── NPCData │ │ ├── 0.txt │ │ ├── 1.txt │ │ ├── 10.txt │ │ ├── 100.txt │ │ ├── 101.txt │ │ ├── 102.txt │ │ ├── 103.txt │ │ ├── 104.txt │ │ ├── 105.txt │ │ ├── 106.txt │ │ ├── 107.txt │ │ ├── 108.txt │ │ ├── 109.txt │ │ ├── 11.txt │ │ ├── 110.txt │ │ ├── 111.txt │ │ ├── 112.txt │ │ ├── 113.txt │ │ ├── 114.txt │ │ ├── 115.txt │ │ ├── 116.txt │ │ ├── 117.txt │ │ ├── 118.txt │ │ ├── 119.txt │ │ ├── 12.txt │ │ ├── 120.txt │ │ ├── 121.txt │ │ ├── 122.txt │ │ ├── 123.txt │ │ ├── 124.txt │ │ ├── 125.txt │ │ ├── 126.txt │ │ ├── 127.txt │ │ ├── 128.txt │ │ ├── 129.txt │ │ ├── 13.txt │ │ ├── 130.txt │ │ ├── 131.txt │ │ ├── 132.txt │ │ ├── 133.txt │ │ ├── 134.txt │ │ ├── 135.txt │ │ ├── 136.txt │ │ ├── 137.txt │ │ ├── 138.txt │ │ ├── 139.txt │ │ ├── 14.txt │ │ ├── 140.txt │ │ ├── 141.txt │ │ ├── 142.txt │ │ ├── 143.txt │ │ ├── 144.txt │ │ ├── 145.txt │ │ ├── 146.txt │ │ ├── 147.txt │ │ ├── 148.txt │ │ ├── 149.txt │ │ ├── 15.txt │ │ ├── 150.txt │ │ ├── 151.txt │ │ ├── 152.txt │ │ ├── 153.txt │ │ ├── 154.txt │ │ ├── 155.txt │ │ ├── 156.txt │ │ ├── 157.txt │ │ ├── 158.txt │ │ ├── 159.txt │ │ ├── 16.txt │ │ ├── 160.txt │ │ ├── 161.txt │ │ ├── 162.txt │ │ ├── 163.txt │ │ ├── 164.txt │ │ ├── 165.txt │ │ ├── 166.txt │ │ ├── 167.txt │ │ ├── 168.txt │ │ ├── 169.txt │ │ ├── 17.txt │ │ ├── 170.txt │ │ ├── 171.txt │ │ ├── 172.txt │ │ ├── 173.txt │ │ ├── 174.txt │ │ ├── 175.txt │ │ ├── 176.txt │ │ ├── 177.txt │ │ ├── 178.txt │ │ ├── 179.txt │ │ ├── 18.txt │ │ ├── 180.txt │ │ ├── 181.txt │ │ ├── 182.txt │ │ ├── 183.txt │ │ ├── 184.txt │ │ ├── 185.txt │ │ ├── 186.txt │ │ ├── 187.txt │ │ ├── 188.txt │ │ ├── 189.txt │ │ ├── 19.txt │ │ ├── 190.txt │ │ ├── 191.txt │ │ ├── 192.txt │ │ ├── 193.txt │ │ ├── 194.txt │ │ ├── 195.txt │ │ ├── 196.txt │ │ ├── 197.txt │ │ ├── 198.txt │ │ ├── 199.txt │ │ ├── 2.txt │ │ ├── 20.txt │ │ ├── 200.txt │ │ ├── 201.txt │ │ ├── 202.txt │ │ ├── 203.txt │ │ ├── 204.txt │ │ ├── 205.txt │ │ ├── 206.txt │ │ ├── 207.txt │ │ ├── 208.txt │ │ ├── 209.txt │ │ ├── 21.txt │ │ ├── 210.txt │ │ ├── 211.txt │ │ ├── 212.txt │ │ ├── 213.txt │ │ ├── 214.txt │ │ ├── 215.txt │ │ ├── 216.txt │ │ ├── 217.txt │ │ ├── 218.txt │ │ ├── 219.txt │ │ ├── 22.txt │ │ ├── 220.txt │ │ ├── 221.txt │ │ ├── 222.txt │ │ ├── 223.txt │ │ ├── 224.txt │ │ ├── 225.txt │ │ ├── 226.txt │ │ ├── 227.txt │ │ ├── 228.txt │ │ ├── 229.txt │ │ ├── 23.txt │ │ ├── 230.txt │ │ ├── 231.txt │ │ ├── 232.txt │ │ ├── 233.txt │ │ ├── 234.txt │ │ ├── 235.txt │ │ ├── 236.txt │ │ ├── 237.txt │ │ ├── 238.txt │ │ ├── 239.txt │ │ ├── 24.txt │ │ ├── 240.txt │ │ ├── 241.txt │ │ ├── 242.txt │ │ ├── 243.txt │ │ ├── 244.txt │ │ ├── 245.txt │ │ ├── 246.txt │ │ ├── 247.txt │ │ ├── 248.txt │ │ ├── 249.txt │ │ ├── 25.txt │ │ ├── 250.txt │ │ ├── 251.txt │ │ ├── 252.txt │ │ ├── 253.txt │ │ ├── 254.txt │ │ ├── 255.txt │ │ ├── 256.txt │ │ ├── 257.txt │ │ ├── 258.txt │ │ ├── 259.txt │ │ ├── 26.txt │ │ ├── 260.txt │ │ ├── 261.txt │ │ ├── 262.txt │ │ ├── 263.txt │ │ ├── 264.txt │ │ ├── 265.txt │ │ ├── 266.txt │ │ ├── 267.txt │ │ ├── 268.txt │ │ ├── 269.txt │ │ ├── 27.txt │ │ ├── 270.txt │ │ ├── 271.txt │ │ ├── 272.txt │ │ ├── 273.txt │ │ ├── 274.txt │ │ ├── 275.txt │ │ ├── 276.txt │ │ ├── 277.txt │ │ ├── 278.txt │ │ ├── 279.txt │ │ ├── 28.txt │ │ ├── 280.txt │ │ ├── 281.txt │ │ ├── 282.txt │ │ ├── 283.txt │ │ ├── 284.txt │ │ ├── 285.txt │ │ ├── 286.txt │ │ ├── 287.txt │ │ ├── 288.txt │ │ ├── 289.txt │ │ ├── 29.txt │ │ ├── 290.txt │ │ ├── 291.txt │ │ ├── 292.txt │ │ ├── 293.txt │ │ ├── 294.txt │ │ ├── 295.txt │ │ ├── 296.txt │ │ ├── 297.txt │ │ ├── 298.txt │ │ ├── 299.txt │ │ ├── 3.txt │ │ ├── 30.txt │ │ ├── 300.txt │ │ ├── 301.txt │ │ ├── 302.txt │ │ ├── 303.txt │ │ ├── 304.txt │ │ ├── 305.txt │ │ ├── 306.txt │ │ ├── 307.txt │ │ ├── 308.txt │ │ ├── 309.txt │ │ ├── 31.txt │ │ ├── 310.txt │ │ ├── 311.txt │ │ ├── 312.txt │ │ ├── 313.txt │ │ ├── 314.txt │ │ ├── 315.txt │ │ ├── 316.txt │ │ ├── 317.txt │ │ ├── 318.txt │ │ ├── 319.txt │ │ ├── 32.txt │ │ ├── 320.txt │ │ ├── 321.txt │ │ ├── 322.txt │ │ ├── 323.txt │ │ ├── 324.txt │ │ ├── 325.txt │ │ ├── 326.txt │ │ ├── 327.txt │ │ ├── 328.txt │ │ ├── 329.txt │ │ ├── 33.txt │ │ ├── 330.txt │ │ ├── 331.txt │ │ ├── 332.txt │ │ ├── 333.txt │ │ ├── 334.txt │ │ ├── 335.txt │ │ ├── 336.txt │ │ ├── 337.txt │ │ ├── 338.txt │ │ ├── 339.txt │ │ ├── 34.txt │ │ ├── 340.txt │ │ ├── 341.txt │ │ ├── 342.txt │ │ ├── 343.txt │ │ ├── 344.txt │ │ ├── 345.txt │ │ ├── 346.txt │ │ ├── 347.txt │ │ ├── 348.txt │ │ ├── 349.txt │ │ ├── 35.txt │ │ ├── 350.txt │ │ ├── 351.txt │ │ ├── 352.txt │ │ ├── 353.txt │ │ ├── 354.txt │ │ ├── 355.txt │ │ ├── 356.txt │ │ ├── 357.txt │ │ ├── 358.txt │ │ ├── 359.txt │ │ ├── 36.txt │ │ ├── 360.txt │ │ ├── 361.txt │ │ ├── 362.txt │ │ ├── 363.txt │ │ ├── 364.txt │ │ ├── 365.txt │ │ ├── 366.txt │ │ ├── 367.txt │ │ ├── 368.txt │ │ ├── 369.txt │ │ ├── 37.txt │ │ ├── 370.txt │ │ ├── 371.txt │ │ ├── 372.txt │ │ ├── 373.txt │ │ ├── 374.txt │ │ ├── 375.txt │ │ ├── 376.txt │ │ ├── 377.txt │ │ ├── 378.txt │ │ ├── 379.txt │ │ ├── 38.txt │ │ ├── 380.txt │ │ ├── 381.txt │ │ ├── 382.txt │ │ ├── 383.txt │ │ ├── 384.txt │ │ ├── 385.txt │ │ ├── 386.txt │ │ ├── 387.txt │ │ ├── 388.txt │ │ ├── 389.txt │ │ ├── 39.txt │ │ ├── 390.txt │ │ ├── 391.txt │ │ ├── 392.txt │ │ ├── 393.txt │ │ ├── 394.txt │ │ ├── 395.txt │ │ ├── 396.txt │ │ ├── 397.txt │ │ ├── 398.txt │ │ ├── 399.txt │ │ ├── 4.txt │ │ ├── 40.txt │ │ ├── 400.txt │ │ ├── 401.txt │ │ ├── 402.txt │ │ ├── 403.txt │ │ ├── 404.txt │ │ ├── 405.txt │ │ ├── 406.txt │ │ ├── 407.txt │ │ ├── 408.txt │ │ ├── 409.txt │ │ ├── 41.txt │ │ ├── 410.txt │ │ ├── 411.txt │ │ ├── 412.txt │ │ ├── 413.txt │ │ ├── 414.txt │ │ ├── 415.txt │ │ ├── 416.txt │ │ ├── 417.txt │ │ ├── 418.txt │ │ ├── 419.txt │ │ ├── 42.txt │ │ ├── 420.txt │ │ ├── 421.txt │ │ ├── 422.txt │ │ ├── 423.txt │ │ ├── 424.txt │ │ ├── 425.txt │ │ ├── 426.txt │ │ ├── 427.txt │ │ ├── 428.txt │ │ ├── 429.txt │ │ ├── 43.txt │ │ ├── 430.txt │ │ ├── 431.txt │ │ ├── 432.txt │ │ ├── 433.txt │ │ ├── 434.txt │ │ ├── 435.txt │ │ ├── 436.txt │ │ ├── 437.txt │ │ ├── 438.txt │ │ ├── 439.txt │ │ ├── 44.txt │ │ ├── 440.txt │ │ ├── 441.txt │ │ ├── 442.txt │ │ ├── 443.txt │ │ ├── 444.txt │ │ ├── 445.txt │ │ ├── 446.txt │ │ ├── 447.txt │ │ ├── 448.txt │ │ ├── 449.txt │ │ ├── 45.txt │ │ ├── 450.txt │ │ ├── 451.txt │ │ ├── 452.txt │ │ ├── 453.txt │ │ ├── 454.txt │ │ ├── 455.txt │ │ ├── 456.txt │ │ ├── 457.txt │ │ ├── 458.txt │ │ ├── 459.txt │ │ ├── 46.txt │ │ ├── 460.txt │ │ ├── 461.txt │ │ ├── 462.txt │ │ ├── 463.txt │ │ ├── 464.txt │ │ ├── 465.txt │ │ ├── 466.txt │ │ ├── 467.txt │ │ ├── 468.txt │ │ ├── 469.txt │ │ ├── 47.txt │ │ ├── 470.txt │ │ ├── 471.txt │ │ ├── 472.txt │ │ ├── 473.txt │ │ ├── 474.txt │ │ ├── 475.txt │ │ ├── 476.txt │ │ ├── 477.txt │ │ ├── 478.txt │ │ ├── 479.txt │ │ ├── 48.txt │ │ ├── 480.txt │ │ ├── 481.txt │ │ ├── 482.txt │ │ ├── 483.txt │ │ ├── 484.txt │ │ ├── 485.txt │ │ ├── 486.txt │ │ ├── 487.txt │ │ ├── 488.txt │ │ ├── 489.txt │ │ ├── 49.txt │ │ ├── 490.txt │ │ ├── 491.txt │ │ ├── 492.txt │ │ ├── 493.txt │ │ ├── 494.txt │ │ ├── 495.txt │ │ ├── 496.txt │ │ ├── 497.txt │ │ ├── 498.txt │ │ ├── 499.txt │ │ ├── 5.txt │ │ ├── 50.txt │ │ ├── 500.txt │ │ ├── 501.txt │ │ ├── 502.txt │ │ ├── 503.txt │ │ ├── 504.txt │ │ ├── 505.txt │ │ ├── 506.txt │ │ ├── 507.txt │ │ ├── 508.txt │ │ ├── 509.txt │ │ ├── 51.txt │ │ ├── 510.txt │ │ ├── 511.txt │ │ ├── 512.txt │ │ ├── 513.txt │ │ ├── 514.txt │ │ ├── 515.txt │ │ ├── 516.txt │ │ ├── 517.txt │ │ ├── 518.txt │ │ ├── 519.txt │ │ ├── 52.txt │ │ ├── 520.txt │ │ ├── 521.txt │ │ ├── 522.txt │ │ ├── 523.txt │ │ ├── 524.txt │ │ ├── 525.txt │ │ ├── 526.txt │ │ ├── 527.txt │ │ ├── 528.txt │ │ ├── 529.txt │ │ ├── 53.txt │ │ ├── 530.txt │ │ ├── 531.txt │ │ ├── 532.txt │ │ ├── 533.txt │ │ ├── 534.txt │ │ ├── 535.txt │ │ ├── 536.txt │ │ ├── 537.txt │ │ ├── 538.txt │ │ ├── 539.txt │ │ ├── 54.txt │ │ ├── 540.txt │ │ ├── 541.txt │ │ ├── 542.txt │ │ ├── 543.txt │ │ ├── 544.txt │ │ ├── 545.txt │ │ ├── 546.txt │ │ ├── 547.txt │ │ ├── 548.txt │ │ ├── 549.txt │ │ ├── 55.txt │ │ ├── 550.txt │ │ ├── 551.txt │ │ ├── 552.txt │ │ ├── 553.txt │ │ ├── 554.txt │ │ ├── 555.txt │ │ ├── 556.txt │ │ ├── 557.txt │ │ ├── 558.txt │ │ ├── 559.txt │ │ ├── 56.txt │ │ ├── 560.txt │ │ ├── 561.txt │ │ ├── 562.txt │ │ ├── 563.txt │ │ ├── 564.txt │ │ ├── 565.txt │ │ ├── 566.txt │ │ ├── 567.txt │ │ ├── 568.txt │ │ ├── 569.txt │ │ ├── 57.txt │ │ ├── 570.txt │ │ ├── 571.txt │ │ ├── 572.txt │ │ ├── 573.txt │ │ ├── 574.txt │ │ ├── 575.txt │ │ ├── 576.txt │ │ ├── 577.txt │ │ ├── 578.txt │ │ ├── 579.txt │ │ ├── 58.txt │ │ ├── 580.txt │ │ ├── 581.txt │ │ ├── 582.txt │ │ ├── 583.txt │ │ ├── 584.txt │ │ ├── 585.txt │ │ ├── 586.txt │ │ ├── 587.txt │ │ ├── 588.txt │ │ ├── 589.txt │ │ ├── 59.txt │ │ ├── 590.txt │ │ ├── 591.txt │ │ ├── 592.txt │ │ ├── 593.txt │ │ ├── 594.txt │ │ ├── 595.txt │ │ ├── 596.txt │ │ ├── 597.txt │ │ ├── 598.txt │ │ ├── 599.txt │ │ ├── 6.txt │ │ ├── 60.txt │ │ ├── 600.txt │ │ ├── 601.txt │ │ ├── 602.txt │ │ ├── 603.txt │ │ ├── 604.txt │ │ ├── 605.txt │ │ ├── 606.txt │ │ ├── 607.txt │ │ ├── 608.txt │ │ ├── 609.txt │ │ ├── 61.txt │ │ ├── 610.txt │ │ ├── 611.txt │ │ ├── 612.txt │ │ ├── 613.txt │ │ ├── 614.txt │ │ ├── 615.txt │ │ ├── 616.txt │ │ ├── 617.txt │ │ ├── 618.txt │ │ ├── 619.txt │ │ ├── 62.txt │ │ ├── 620.txt │ │ ├── 621.txt │ │ ├── 622.txt │ │ ├── 623.txt │ │ ├── 624.txt │ │ ├── 625.txt │ │ ├── 626.txt │ │ ├── 627.txt │ │ ├── 628.txt │ │ ├── 629.txt │ │ ├── 63.txt │ │ ├── 630.txt │ │ ├── 631.txt │ │ ├── 632.txt │ │ ├── 633.txt │ │ ├── 634.txt │ │ ├── 635.txt │ │ ├── 636.txt │ │ ├── 637.txt │ │ ├── 638.txt │ │ ├── 639.txt │ │ ├── 64.txt │ │ ├── 640.txt │ │ ├── 641.txt │ │ ├── 642.txt │ │ ├── 643.txt │ │ ├── 644.txt │ │ ├── 645.txt │ │ ├── 646.txt │ │ ├── 647.txt │ │ ├── 648.txt │ │ ├── 649.txt │ │ ├── 65.txt │ │ ├── 650.txt │ │ ├── 651.txt │ │ ├── 652.txt │ │ ├── 653.txt │ │ ├── 654.txt │ │ ├── 655.txt │ │ ├── 656.txt │ │ ├── 657.txt │ │ ├── 658.txt │ │ ├── 659.txt │ │ ├── 66.txt │ │ ├── 660.txt │ │ ├── 661.txt │ │ ├── 662.txt │ │ ├── 663.txt │ │ ├── 664.txt │ │ ├── 665.txt │ │ ├── 666.txt │ │ ├── 667.txt │ │ ├── 668.txt │ │ ├── 669.txt │ │ ├── 67.txt │ │ ├── 670.txt │ │ ├── 671.txt │ │ ├── 672.txt │ │ ├── 673.txt │ │ ├── 674.txt │ │ ├── 675.txt │ │ ├── 676.txt │ │ ├── 677.txt │ │ ├── 678.txt │ │ ├── 679.txt │ │ ├── 68.txt │ │ ├── 680.txt │ │ ├── 681.txt │ │ ├── 682.txt │ │ ├── 683.txt │ │ ├── 684.txt │ │ ├── 685.txt │ │ ├── 686.txt │ │ ├── 687.txt │ │ ├── 688.txt │ │ ├── 689.txt │ │ ├── 69.txt │ │ ├── 690.txt │ │ ├── 691.txt │ │ ├── 692.txt │ │ ├── 693.txt │ │ ├── 694.txt │ │ ├── 695.txt │ │ ├── 696.txt │ │ ├── 697.txt │ │ ├── 698.txt │ │ ├── 699.txt │ │ ├── 7.txt │ │ ├── 70.txt │ │ ├── 700.txt │ │ ├── 701.txt │ │ ├── 702.txt │ │ ├── 703.txt │ │ ├── 704.txt │ │ ├── 705.txt │ │ ├── 706.txt │ │ ├── 707.txt │ │ ├── 708.txt │ │ ├── 709.txt │ │ ├── 71.txt │ │ ├── 710.txt │ │ ├── 711.txt │ │ ├── 712.txt │ │ ├── 713.txt │ │ ├── 714.txt │ │ ├── 715.txt │ │ ├── 716.txt │ │ ├── 717.txt │ │ ├── 718.txt │ │ ├── 719.txt │ │ ├── 72.txt │ │ ├── 720.txt │ │ ├── 721.txt │ │ ├── 722.txt │ │ ├── 723.txt │ │ ├── 724.txt │ │ ├── 725.txt │ │ ├── 726.txt │ │ ├── 727.txt │ │ ├── 728.txt │ │ ├── 729.txt │ │ ├── 73.txt │ │ ├── 730.txt │ │ ├── 731.txt │ │ ├── 732.txt │ │ ├── 733.txt │ │ ├── 734.txt │ │ ├── 735.txt │ │ ├── 736.txt │ │ ├── 737.txt │ │ ├── 738.txt │ │ ├── 739.txt │ │ ├── 74.txt │ │ ├── 740.txt │ │ ├── 741.txt │ │ ├── 742.txt │ │ ├── 743.txt │ │ ├── 744.txt │ │ ├── 745.txt │ │ ├── 746.txt │ │ ├── 747.txt │ │ ├── 748.txt │ │ ├── 749.txt │ │ ├── 75.txt │ │ ├── 750.txt │ │ ├── 751.txt │ │ ├── 752.txt │ │ ├── 753.txt │ │ ├── 754.txt │ │ ├── 755.txt │ │ ├── 756.txt │ │ ├── 757.txt │ │ ├── 758.txt │ │ ├── 759.txt │ │ ├── 76.txt │ │ ├── 760.txt │ │ ├── 761.txt │ │ ├── 762.txt │ │ ├── 763.txt │ │ ├── 764.txt │ │ ├── 765.txt │ │ ├── 766.txt │ │ ├── 767.txt │ │ ├── 768.txt │ │ ├── 769.txt │ │ ├── 77.txt │ │ ├── 770.txt │ │ ├── 771.txt │ │ ├── 772.txt │ │ ├── 773.txt │ │ ├── 774.txt │ │ ├── 775.txt │ │ ├── 776.txt │ │ ├── 777.txt │ │ ├── 778.txt │ │ ├── 779.txt │ │ ├── 78.txt │ │ ├── 780.txt │ │ ├── 781.txt │ │ ├── 782.txt │ │ ├── 783.txt │ │ ├── 784.txt │ │ ├── 785.txt │ │ ├── 786.txt │ │ ├── 787.txt │ │ ├── 788.txt │ │ ├── 789.txt │ │ ├── 79.txt │ │ ├── 790.txt │ │ ├── 791.txt │ │ ├── 792.txt │ │ ├── 793.txt │ │ ├── 794.txt │ │ ├── 795.txt │ │ ├── 796.txt │ │ ├── 797.txt │ │ ├── 798.txt │ │ ├── 799.txt │ │ ├── 8.txt │ │ ├── 80.txt │ │ ├── 800.txt │ │ ├── 801.txt │ │ ├── 802.txt │ │ ├── 803.txt │ │ ├── 804.txt │ │ ├── 805.txt │ │ ├── 806.txt │ │ ├── 807.txt │ │ ├── 808.txt │ │ ├── 809.txt │ │ ├── 81.txt │ │ ├── 810.txt │ │ ├── 811.txt │ │ ├── 812.txt │ │ ├── 813.txt │ │ ├── 814.txt │ │ ├── 815.txt │ │ ├── 816.txt │ │ ├── 817.txt │ │ ├── 818.txt │ │ ├── 819.txt │ │ ├── 82.txt │ │ ├── 820.txt │ │ ├── 821.txt │ │ ├── 822.txt │ │ ├── 823.txt │ │ ├── 824.txt │ │ ├── 825.txt │ │ ├── 826.txt │ │ ├── 827.txt │ │ ├── 828.txt │ │ ├── 829.txt │ │ ├── 83.txt │ │ ├── 830.txt │ │ ├── 831.txt │ │ ├── 832.txt │ │ ├── 833.txt │ │ ├── 834.txt │ │ ├── 835.txt │ │ ├── 836.txt │ │ ├── 837.txt │ │ ├── 838.txt │ │ ├── 839.txt │ │ ├── 84.txt │ │ ├── 840.txt │ │ ├── 841.txt │ │ ├── 842.txt │ │ ├── 843.txt │ │ ├── 844.txt │ │ ├── 845.txt │ │ ├── 846.txt │ │ ├── 847.txt │ │ ├── 848.txt │ │ ├── 849.txt │ │ ├── 85.txt │ │ ├── 850.txt │ │ ├── 851.txt │ │ ├── 852.txt │ │ ├── 853.txt │ │ ├── 854.txt │ │ ├── 855.txt │ │ ├── 856.txt │ │ ├── 857.txt │ │ ├── 858.txt │ │ ├── 859.txt │ │ ├── 86.txt │ │ ├── 860.txt │ │ ├── 861.txt │ │ ├── 862.txt │ │ ├── 863.txt │ │ ├── 864.txt │ │ ├── 865.txt │ │ ├── 866.txt │ │ ├── 867.txt │ │ ├── 868.txt │ │ ├── 869.txt │ │ ├── 87.txt │ │ ├── 870.txt │ │ ├── 871.txt │ │ ├── 872.txt │ │ ├── 873.txt │ │ ├── 874.txt │ │ ├── 875.txt │ │ ├── 876.txt │ │ ├── 877.txt │ │ ├── 878.txt │ │ ├── 879.txt │ │ ├── 88.txt │ │ ├── 880.txt │ │ ├── 881.txt │ │ ├── 882.txt │ │ ├── 883.txt │ │ ├── 884.txt │ │ ├── 885.txt │ │ ├── 886.txt │ │ ├── 887.txt │ │ ├── 888.txt │ │ ├── 889.txt │ │ ├── 89.txt │ │ ├── 890.txt │ │ ├── 891.txt │ │ ├── 892.txt │ │ ├── 893.txt │ │ ├── 894.txt │ │ ├── 895.txt │ │ ├── 896.txt │ │ ├── 897.txt │ │ ├── 898.txt │ │ ├── 899.txt │ │ ├── 9.txt │ │ ├── 90.txt │ │ ├── 900.txt │ │ ├── 901.txt │ │ ├── 902.txt │ │ ├── 903.txt │ │ ├── 904.txt │ │ ├── 905.txt │ │ ├── 906.txt │ │ ├── 907.txt │ │ ├── 908.txt │ │ ├── 909.txt │ │ ├── 91.txt │ │ ├── 910.txt │ │ ├── 911.txt │ │ ├── 912.txt │ │ ├── 913.txt │ │ ├── 914.txt │ │ ├── 915.txt │ │ ├── 916.txt │ │ ├── 917.txt │ │ ├── 918.txt │ │ ├── 919.txt │ │ ├── 92.txt │ │ ├── 920.txt │ │ ├── 921.txt │ │ ├── 922.txt │ │ ├── 923.txt │ │ ├── 924.txt │ │ ├── 925.txt │ │ ├── 926.txt │ │ ├── 927.txt │ │ ├── 928.txt │ │ ├── 929.txt │ │ ├── 93.txt │ │ ├── 930.txt │ │ ├── 931.txt │ │ ├── 932.txt │ │ ├── 933.txt │ │ ├── 934.txt │ │ ├── 935.txt │ │ ├── 936.txt │ │ ├── 937.txt │ │ ├── 938.txt │ │ ├── 939.txt │ │ ├── 94.txt │ │ ├── 940.txt │ │ ├── 941.txt │ │ ├── 942.txt │ │ ├── 943.txt │ │ ├── 944.txt │ │ ├── 945.txt │ │ ├── 946.txt │ │ ├── 947.txt │ │ ├── 948.txt │ │ ├── 949.txt │ │ ├── 95.txt │ │ ├── 950.txt │ │ ├── 951.txt │ │ ├── 952.txt │ │ ├── 953.txt │ │ ├── 954.txt │ │ ├── 955.txt │ │ ├── 956.txt │ │ ├── 957.txt │ │ ├── 958.txt │ │ ├── 959.txt │ │ ├── 96.txt │ │ ├── 960.txt │ │ ├── 961.txt │ │ ├── 962.txt │ │ ├── 963.txt │ │ ├── 964.txt │ │ ├── 965.txt │ │ ├── 966.txt │ │ ├── 967.txt │ │ ├── 968.txt │ │ ├── 969.txt │ │ ├── 97.txt │ │ ├── 970.txt │ │ ├── 971.txt │ │ ├── 972.txt │ │ ├── 973.txt │ │ ├── 974.txt │ │ ├── 975.txt │ │ ├── 976.txt │ │ ├── 977.txt │ │ ├── 978.txt │ │ ├── 979.txt │ │ ├── 98.txt │ │ ├── 980.txt │ │ ├── 981.txt │ │ ├── 982.txt │ │ ├── 983.txt │ │ ├── 984.txt │ │ ├── 985.txt │ │ ├── 986.txt │ │ ├── 987.txt │ │ ├── 988.txt │ │ ├── 989.txt │ │ └── 99.txt ├── 1.90.4.2-custom-g │ ├── data │ │ ├── board.txt │ │ └── talk.txt │ ├── externalize │ │ ├── Cards │ │ │ ├── 231.txt │ │ │ ├── 366.txt │ │ │ └── 6.txt │ │ ├── Items │ │ │ └── 955.txt │ │ └── NPCdata │ │ │ ├── 207.txt │ │ │ ├── 227.txt │ │ │ ├── 231.txt │ │ │ ├── 33.txt │ │ │ ├── 345.txt │ │ │ ├── 346.txt │ │ │ ├── 365.txt │ │ │ ├── 366.txt │ │ │ ├── 466.txt │ │ │ ├── 476.txt │ │ │ ├── 667.txt │ │ │ └── 880.txt │ └── installation guide (also changelog and credits).txt ├── 2.05-custom-gx │ ├── ItemList.txt │ ├── data │ │ ├── autopick.txt │ │ ├── board.txt │ │ ├── book.txt │ │ ├── exhelp.txt │ │ └── talk.txt │ ├── elona.dll │ ├── hsplua.dll │ ├── original │ │ └── config.txt │ └── server.txt └── server.txt ├── doc └── RELEASING.md └── elochat ├── icon.ico └── log.hsp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/.gitignore -------------------------------------------------------------------------------- /2.05-custom-gx/action.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/action.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/adv.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/adv.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/ai.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/ai.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/blend.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/blend.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/buff.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/buff.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/calculation.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/calculation.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/chara.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/chara.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/chara_func.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/chara_func.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/chat.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/chat.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/chips.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/chips.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/command.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/command.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/config.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/config.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_ai.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_ai.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_autopick.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_autopick.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_dmgpop.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_dmgpop.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_itemlist.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_itemlist.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_lib.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_lib.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_nefiatypes.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_nefiatypes.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_pet.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_pet.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/custom_tweaks.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/custom_tweaks.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/db_card.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/db_card.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/db_class.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/db_class.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/db_creature.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/db_creature.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/db_item.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/db_item.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/db_race.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/db_race.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/defines/mod.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/defines/mod.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/economy.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/economy.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/elona.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/elona.dll -------------------------------------------------------------------------------- /2.05-custom-gx/elonadll.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/elonadll.as -------------------------------------------------------------------------------- /2.05-custom-gx/etc.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/etc.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/event.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/event.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/exrand.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/exrand.as -------------------------------------------------------------------------------- /2.05-custom-gx/exrand.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/exrand.dll -------------------------------------------------------------------------------- /2.05-custom-gx/god.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/god.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/help.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/help.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/highdpi.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/highdpi.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/hmm.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hmm.as -------------------------------------------------------------------------------- /2.05-custom-gx/hmm.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hmm.dll -------------------------------------------------------------------------------- /2.05-custom-gx/hspda.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspda.dll -------------------------------------------------------------------------------- /2.05-custom-gx/hspext_ext.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspext_ext.as -------------------------------------------------------------------------------- /2.05-custom-gx/hspext_ext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspext_ext.dll -------------------------------------------------------------------------------- /2.05-custom-gx/hspinet.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspinet.dll -------------------------------------------------------------------------------- /2.05-custom-gx/hsplua.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hsplua.as -------------------------------------------------------------------------------- /2.05-custom-gx/hsplua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hsplua.dll -------------------------------------------------------------------------------- /2.05-custom-gx/hspsock.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspsock.as -------------------------------------------------------------------------------- /2.05-custom-gx/hspsock.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/hspsock.dll -------------------------------------------------------------------------------- /2.05-custom-gx/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/icon.ico -------------------------------------------------------------------------------- /2.05-custom-gx/init.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/init.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/item.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/item.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/item_data.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/item_data.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/item_func.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/item_func.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/lua.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/lua.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/main.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/main.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/map.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/map.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/map_func.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/map_func.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/map_rand.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/map_rand.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/map_user.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/map_user.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/material.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/material.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/material_data.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/material_data.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/mock.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/mock.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/mock_defines.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/mock_defines.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/mock_lib.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/mock_lib.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/module.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/module.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/net.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/net.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/proc.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/proc.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/quest.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/quest.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/randname.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/randname.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/scene.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/scene.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/scene1.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/scene1.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/scene2.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/scene2.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/screen.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/screen.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/skill.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/skill.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/sound.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/sound.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/system.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/system.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/tcg.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/tcg.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/tcg_ai.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/tcg_ai.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/tcg_skill.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/tcg_skill.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/text.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/text.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/trait.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/trait.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/txtadv.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/txtadv.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/uselib.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/uselib.hsp -------------------------------------------------------------------------------- /2.05-custom-gx/water.hpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/water.hpi -------------------------------------------------------------------------------- /2.05-custom-gx/z.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/z.as -------------------------------------------------------------------------------- /2.05-custom-gx/z.hpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/2.05-custom-gx/z.hpi -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/README.md -------------------------------------------------------------------------------- /assets/1.90.4-custom/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/1.90.4.2-custom-g/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /assets/2.05-custom-gx/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/1.90.4-custom/ItemList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/ItemList.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/config.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/data/board.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/data/board.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/data/book.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/data/book.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/data/exhelp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/data/exhelp.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/data/talk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/data/talk.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/0.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/1.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/10.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/100.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/100.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/101.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/101.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/102.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/102.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/103.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/103.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/104.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/104.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/105.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/105.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/106.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/106.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/107.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/107.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/108.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/108.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/109.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/109.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/11.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/110.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/110.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/111.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/111.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/112.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/112.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/113.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/113.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/114.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/114.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/115.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/115.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/116.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/116.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/117.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/117.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/118.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/118.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/119.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/119.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/12.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/12.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/120.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/120.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/121.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/121.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/122.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/122.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/123.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/123.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/124.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/124.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/125.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/125.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/126.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/126.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/127.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/127.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/128.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/128.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/129.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/129.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/13.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/13.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/130.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/130.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/131.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/131.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/132.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/132.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/133.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/133.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/134.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/134.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/135.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/135.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/136.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/137.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/137.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/138.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/138.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/139.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/139.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/14.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/140.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/140.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/141.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/141.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/142.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/142.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/143.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/143.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/144.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/144.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/145.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/145.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/146.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/146.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/147.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/147.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/148.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/148.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/149.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/149.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/15.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/150.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/150.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/151.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/151.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/152.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/152.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/153.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/153.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/154.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/154.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/155.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/155.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/156.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/156.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/157.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/157.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/158.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/158.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/159.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/159.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/16.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/160.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/160.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/161.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/161.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/162.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/162.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/163.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/163.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/164.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/164.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/165.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/165.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/166.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/166.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/167.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/167.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/168.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/168.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/169.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/169.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/17.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/17.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/170.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/170.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/171.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/171.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/172.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/172.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/173.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/173.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/174.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/174.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/175.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/175.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/176.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/176.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/177.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/177.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/178.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/178.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/179.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/179.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/18.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/180.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/180.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/181.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/181.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/182.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/182.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/183.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/183.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/184.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/184.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/185.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/185.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/186.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/186.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/187.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/187.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/188.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/188.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/189.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/189.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/19.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/190.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/190.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/191.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/191.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/192.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/192.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/193.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/193.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/194.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/194.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/195.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/195.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/196.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/196.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/197.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/197.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/198.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/198.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/199.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/199.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/2.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/20.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/200.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/200.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/201.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/201.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/202.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/202.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/203.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/203.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/204.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/205.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/205.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/206.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/206.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/207.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/207.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/208.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/208.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/209.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/209.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/21.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/21.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/210.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/210.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/211.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/211.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/212.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/212.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/213.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/213.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/214.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/214.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/215.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/215.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/216.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/216.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/217.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/217.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/218.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/218.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/219.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/219.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/22.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/22.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/220.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/220.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/221.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/221.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/222.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/222.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/223.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/223.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/224.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/224.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/225.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/225.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/226.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/226.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/227.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/227.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/228.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/228.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/229.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/229.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/23.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/23.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/230.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/231.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/231.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/232.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/232.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/233.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/233.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/234.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/234.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/235.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/235.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/236.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/236.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/237.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/237.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/238.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/238.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/239.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/239.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/24.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/240.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/240.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/241.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/241.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/242.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/242.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/243.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/243.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/244.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/244.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/245.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/245.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/246.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/246.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/247.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/247.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/248.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/248.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/249.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/249.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/25.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/25.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/250.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/250.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/251.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/251.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/252.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/252.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/253.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/253.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/254.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/254.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/255.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/255.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/256.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/256.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/257.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/257.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/258.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/258.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/259.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/259.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/26.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/260.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/260.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/261.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/261.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/262.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/262.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/263.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/263.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/264.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/264.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/265.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/265.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/266.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/266.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/267.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/267.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/268.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/268.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/269.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/269.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/27.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/270.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/270.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/271.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/271.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/272.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/272.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/273.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/273.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/274.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/274.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/275.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/275.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/276.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/276.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/277.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/277.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/278.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/278.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/279.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/279.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/28.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/280.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/281.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/281.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/282.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/282.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/283.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/283.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/284.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/284.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/285.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/285.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/286.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/286.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/287.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/287.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/288.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/288.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/289.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/289.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/29.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/29.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/290.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/290.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/291.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/291.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/292.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/292.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/293.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/293.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/294.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/294.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/295.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/295.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/296.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/296.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/297.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/297.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/298.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/298.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/299.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/299.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/3.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/30.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/30.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/300.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/300.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/301.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/301.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/302.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/302.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/303.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/303.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/304.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/304.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/305.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/305.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/306.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/306.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/307.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/307.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/308.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/308.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/309.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/309.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/31.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/31.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/310.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/310.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/311.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/311.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/312.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/312.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/313.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/313.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/314.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/314.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/315.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/315.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/316.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/316.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/317.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/317.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/318.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/318.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/319.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/319.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/32.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/320.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/320.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/321.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/321.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/322.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/322.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/323.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/323.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/324.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/324.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/325.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/325.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/326.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/326.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/327.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/327.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/328.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/328.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/329.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/329.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/33.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/33.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/330.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/330.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/331.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/332.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/332.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/333.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/333.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/334.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/334.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/335.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/335.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/336.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/336.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/337.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/337.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/338.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/338.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/339.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/339.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/34.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/34.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/340.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/340.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/341.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/341.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/342.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/342.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/343.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/343.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/344.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/344.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/345.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/345.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/346.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/346.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/347.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/347.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/348.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/348.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/349.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/349.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/35.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/35.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/350.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/350.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/351.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/351.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/352.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/352.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/353.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/353.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/354.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/354.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/355.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/355.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/356.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/356.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/357.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/357.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/358.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/358.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/359.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/359.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/36.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/36.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/360.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/360.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/361.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/361.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/362.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/362.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/363.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/363.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/364.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/364.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/365.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/365.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/366.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/366.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/367.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/367.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/368.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/368.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/369.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/369.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/37.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/37.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/370.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/370.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/371.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/371.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/372.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/372.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/373.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/373.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/374.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/374.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/375.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/375.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/376.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/376.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/377.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/377.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/378.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/378.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/379.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/379.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/38.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/38.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/380.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/380.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/381.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/381.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/382.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/382.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/383.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/383.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/384.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/384.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/385.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/385.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/386.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/386.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/387.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/387.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/388.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/388.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/389.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/389.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/39.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/39.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/390.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/390.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/391.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/391.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/392.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/392.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/393.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/393.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/394.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/394.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/395.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/395.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/396.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/396.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/397.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/397.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/398.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/398.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/399.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/399.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/4.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/40.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/40.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/400.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/400.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/401.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/401.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/402.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/402.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/403.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/403.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/404.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/405.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/405.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/406.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/406.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/407.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/407.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/408.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/408.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/409.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/409.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/41.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/410.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/411.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/411.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/412.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/412.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/413.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/413.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/414.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/414.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/415.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/415.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/416.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/416.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/417.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/417.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/418.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/418.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/419.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/419.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/42.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/420.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/420.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/421.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/421.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/422.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/423.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/423.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/424.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/424.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/425.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/425.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/426.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/426.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/427.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/427.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/428.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/428.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/429.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/429.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/43.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/43.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/430.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/430.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/431.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/431.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/432.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/432.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/433.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/433.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/434.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/434.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/435.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/435.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/436.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/436.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/437.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/437.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/438.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/438.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/439.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/439.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/44.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/44.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/440.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/440.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/441.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/441.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/442.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/442.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/443.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/443.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/444.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/444.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/445.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/445.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/446.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/446.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/447.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/447.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/448.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/448.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/449.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/449.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/45.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/45.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/450.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/450.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/451.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/451.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/452.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/452.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/453.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/453.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/454.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/454.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/455.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/455.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/456.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/456.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/457.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/457.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/458.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/458.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/459.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/459.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/46.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/46.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/460.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/460.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/461.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/461.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/462.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/462.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/463.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/463.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/464.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/464.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/465.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/465.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/466.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/466.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/467.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/467.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/468.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/468.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/469.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/469.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/47.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/47.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/470.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/470.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/471.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/471.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/472.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/472.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/473.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/473.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/474.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/474.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/475.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/475.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/476.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/476.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/477.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/477.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/478.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/478.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/479.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/479.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/48.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/48.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/480.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/480.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/481.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/481.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/482.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/482.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/483.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/483.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/484.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/484.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/485.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/485.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/486.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/486.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/487.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/487.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/488.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/488.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/489.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/489.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/49.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/49.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/490.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/490.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/491.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/491.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/492.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/492.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/493.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/493.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/494.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/494.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/495.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/495.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/496.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/496.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/497.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/497.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/498.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/498.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/499.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/499.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/5.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/50.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/500.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/500.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/501.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/501.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/502.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/502.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/503.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/503.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/504.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/504.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/505.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/505.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/506.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/506.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/507.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/507.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/508.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/508.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/509.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/509.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/51.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/51.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/510.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/510.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/511.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/511.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/512.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/512.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/513.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/513.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/514.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/514.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/515.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/515.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/516.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/516.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/517.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/517.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/518.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/518.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/519.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/519.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/52.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/520.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/520.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/521.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/521.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/522.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/522.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/523.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/523.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/524.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/524.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/525.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/526.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/526.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/527.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/527.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/528.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/528.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/529.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/529.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/53.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/53.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/530.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/530.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/531.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/531.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/532.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/532.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/533.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/533.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/534.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/534.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/535.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/535.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/536.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/536.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/537.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/537.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/538.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/538.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/539.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/539.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/54.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/54.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/540.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/540.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/541.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/541.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/542.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/542.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/543.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/543.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/544.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/544.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/545.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/545.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/546.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/546.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/547.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/547.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/548.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/548.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/549.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/549.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/55.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/55.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/550.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/550.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/551.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/551.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/552.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/552.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/553.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/553.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/554.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/554.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/555.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/555.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/556.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/556.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/557.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/557.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/558.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/558.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/559.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/559.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/56.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/56.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/560.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/560.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/561.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/561.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/562.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/562.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/563.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/563.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/564.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/564.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/565.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/565.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/566.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/566.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/567.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/567.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/568.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/568.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/569.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/569.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/57.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/57.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/570.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/570.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/571.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/571.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/572.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/572.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/573.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/573.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/574.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/574.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/575.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/575.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/576.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/576.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/577.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/577.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/578.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/578.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/579.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/579.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/58.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/580.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/580.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/581.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/581.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/582.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/582.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/583.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/583.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/584.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/584.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/585.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/585.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/586.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/586.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/587.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/587.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/588.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/588.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/589.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/589.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/59.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/59.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/590.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/590.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/591.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/591.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/592.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/592.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/593.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/593.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/594.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/594.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/595.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/595.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/596.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/596.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/597.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/597.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/598.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/598.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/599.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/599.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/6.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/60.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/600.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/600.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/601.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/601.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/602.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/602.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/603.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/603.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/604.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/604.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/605.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/605.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/606.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/606.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/607.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/607.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/608.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/608.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/609.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/609.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/61.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/61.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/610.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/610.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/611.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/611.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/612.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/612.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/613.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/613.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/614.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/614.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/615.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/615.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/616.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/616.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/617.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/617.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/618.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/618.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/619.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/619.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/62.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/62.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/620.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/620.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/621.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/621.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/622.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/622.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/623.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/623.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/624.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/624.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/625.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/625.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/626.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/626.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/627.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/627.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/628.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/628.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/629.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/629.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/63.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/63.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/630.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/630.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/631.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/631.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/632.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/632.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/633.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/633.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/634.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/634.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/635.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/635.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/636.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/636.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/637.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/637.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/638.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/638.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/639.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/639.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/64.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/640.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/640.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/641.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/641.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/642.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/642.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/643.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/643.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/644.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/644.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/645.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/645.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/646.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/646.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/647.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/647.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/648.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/648.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/649.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/649.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/65.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/650.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/650.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/651.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/651.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/652.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/652.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/653.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/653.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/654.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/654.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/655.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/655.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/656.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/656.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/657.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/657.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/658.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/658.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/659.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/659.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/66.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/66.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/660.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/660.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/661.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/661.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/662.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/662.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/663.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/663.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/664.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/664.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/665.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/665.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/666.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/666.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/667.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/667.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/668.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/668.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/669.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/669.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/67.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/670.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/670.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/671.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/671.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/672.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/672.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/673.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/673.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/674.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/674.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/675.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/675.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/676.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/676.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/677.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/677.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/678.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/678.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/679.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/679.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/68.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/68.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/680.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/680.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/681.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/681.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/682.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/682.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/683.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/683.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/684.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/684.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/685.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/685.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/686.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/686.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/687.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/687.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/688.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/688.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/689.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/689.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/7.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/8.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Cards/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Cards/9.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/0.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/1.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/2.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/3.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/4.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/5.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/5.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/6.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/6.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/7.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/7.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/8.txt -------------------------------------------------------------------------------- /dist/1.90.4-custom/externalize/Items/9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4-custom/externalize/Items/9.txt -------------------------------------------------------------------------------- /dist/1.90.4.2-custom-g/data/board.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4.2-custom-g/data/board.txt -------------------------------------------------------------------------------- /dist/1.90.4.2-custom-g/data/talk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/1.90.4.2-custom-g/data/talk.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/ItemList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/ItemList.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/data/autopick.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/data/autopick.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/data/board.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/data/board.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/data/book.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/data/book.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/data/exhelp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/data/exhelp.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/data/talk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/data/talk.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/elona.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/elona.dll -------------------------------------------------------------------------------- /dist/2.05-custom-gx/hsplua.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/hsplua.dll -------------------------------------------------------------------------------- /dist/2.05-custom-gx/original/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/original/config.txt -------------------------------------------------------------------------------- /dist/2.05-custom-gx/server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/2.05-custom-gx/server.txt -------------------------------------------------------------------------------- /dist/server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/dist/server.txt -------------------------------------------------------------------------------- /doc/RELEASING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/doc/RELEASING.md -------------------------------------------------------------------------------- /elochat/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/elochat/icon.ico -------------------------------------------------------------------------------- /elochat/log.hsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruin0x11/ElonaPlusCustom-GX/HEAD/elochat/log.hsp --------------------------------------------------------------------------------