@deafwave/osrs-botmaker-types 0.6.20 → 0.6.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/rollup/ItemID.d.ts +1149 -24
- package/dist/src/rollup/ItemID.js +1149 -24
- package/dist/src/rollup/NpcID.d.ts +632 -27
- package/dist/src/rollup/NpcID.js +633 -28
- package/dist/src/rollup/NullItemID.d.ts +552 -16
- package/dist/src/rollup/NullItemID.js +552 -16
- package/dist/src/rollup/NullNpcID.d.ts +105 -0
- package/dist/src/rollup/NullNpcID.js +105 -0
- package/dist/src/rollup/NullObjectID.d.ts +1408 -0
- package/dist/src/rollup/NullObjectID.js +1408 -0
- package/dist/src/rollup/ObjectID.d.ts +1373 -16
- package/dist/src/rollup/ObjectID.js +1373 -16
- package/dist/src/rollup/gameval/AnimationID.d.ts +1141 -5
- package/dist/src/rollup/gameval/AnimationID.js +1141 -5
- package/dist/src/rollup/gameval/DBTableID.d.ts +2693 -32
- package/dist/src/rollup/gameval/DBTableID.js +2710 -49
- package/dist/src/rollup/gameval/InterfaceID.d.ts +20 -3
- package/dist/src/rollup/gameval/InterfaceID.js +20 -3
- package/dist/src/rollup/gameval/InventoryID.d.ts +66 -0
- package/dist/src/rollup/gameval/InventoryID.js +66 -0
- package/dist/src/rollup/gameval/ItemID.d.ts +1194 -0
- package/dist/src/rollup/gameval/ItemID.js +1194 -0
- package/dist/src/rollup/gameval/NpcID.d.ts +732 -22
- package/dist/src/rollup/gameval/NpcID.js +732 -22
- package/dist/src/rollup/gameval/ObjectID.d.ts +0 -1
- package/dist/src/rollup/gameval/ObjectID.js +0 -1
- package/dist/src/rollup/gameval/ObjectID1.d.ts +2766 -0
- package/dist/src/rollup/gameval/ObjectID1.js +2766 -0
- package/dist/src/rollup/gameval/SpotanimID.d.ts +101 -0
- package/dist/src/rollup/gameval/SpotanimID.js +101 -0
- package/dist/src/rollup/gameval/SpriteID.d.ts +103 -0
- package/dist/src/rollup/gameval/SpriteID.js +110 -7
- package/dist/src/rollup/gameval/VarClientID.d.ts +66 -0
- package/dist/src/rollup/gameval/VarClientID.js +66 -0
- package/dist/src/rollup/gameval/VarPlayerID.d.ts +229 -0
- package/dist/src/rollup/gameval/VarPlayerID.js +229 -0
- package/dist/src/rollup/gameval/VarbitID.d.ts +1348 -2
- package/dist/src/rollup/gameval/VarbitID.js +1348 -2
- package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +1149 -24
- package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +633 -28
- package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +552 -16
- package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +105 -0
- package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +1408 -0
- package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +1373 -16
- package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +1141 -5
- package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +2978 -50
- package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +20 -3
- package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +66 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +1686 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +732 -22
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +0 -1
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +2766 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +101 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +506 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +66 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +229 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +1348 -2
- package/package.json +1 -1
|
@@ -3461,5 +3461,106 @@ declare namespace net.runelite.api.gameval {
|
|
|
3461
3461
|
static readonly BINGO_1_RELIC_UNLOCK_SPOT = 3456;
|
|
3462
3462
|
static readonly BINGO_1_MASTERY_UNLOCK_SPOT = 3457;
|
|
3463
3463
|
static readonly BINGO_1_XP_UNLOCK_SPOT = 3458;
|
|
3464
|
+
static readonly GRYPHON_RANGED_PROJECTILE = 3459;
|
|
3465
|
+
static readonly GRYPHON_RANGED_IMPACT = 3460;
|
|
3466
|
+
static readonly GRYPHON_SPIT_ATTACK_PROJECTILE = 3461;
|
|
3467
|
+
static readonly GRYPHON_SPIT_N = 3462;
|
|
3468
|
+
static readonly GRYPHON_SPIT_E = 3463;
|
|
3469
|
+
static readonly GRYPHON_SPIT_S = 3464;
|
|
3470
|
+
static readonly GRYPHON_SPIT_W = 3465;
|
|
3471
|
+
static readonly GRYPHON_SPIT_NW = 3466;
|
|
3472
|
+
static readonly GRYPHON_SPIT_NE = 3467;
|
|
3473
|
+
static readonly GRYPHON_SPIT_SE = 3468;
|
|
3474
|
+
static readonly GRYPHON_SPIT_SW = 3469;
|
|
3475
|
+
static readonly HORN_OF_PLENTY_SPOTANIM01 = 3470;
|
|
3476
|
+
static readonly SMOKEPUFF_LARGE_QUICK = 3471;
|
|
3477
|
+
static readonly FROSTBREATH_ATTACK = 3472;
|
|
3478
|
+
static readonly SKILLCAPES_SAILING_SPOTANIM = 3473;
|
|
3479
|
+
static readonly ROCKO_PLAYER_DIVE_SPOT = 3474;
|
|
3480
|
+
static readonly ROCKO_SMASH_BOTTLE_SPOT = 3475;
|
|
3481
|
+
static readonly ROCKO_HOOVERED_SEAGULL_SPOT = 3476;
|
|
3482
|
+
static readonly ROCKO_EX_PARROT_RECHARGE_SPOT = 3477;
|
|
3483
|
+
static readonly ROCKO_SEAGULL_FREAK_OUT_SPOT = 3478;
|
|
3484
|
+
static readonly ROCKO_QUILL_SPOT = 3479;
|
|
3485
|
+
static readonly ROCKO_CUSTOMS_OFFICER_THROW_STEW_SPOT = 3480;
|
|
3486
|
+
static readonly ROCKO_SILT_SPOT = 3481;
|
|
3487
|
+
static readonly ROCKO_WRECKAGE_SPOT = 3482;
|
|
3488
|
+
static readonly LOBSTER_SPECIAL_SPAWN = 3483;
|
|
3489
|
+
static readonly LOBSTER_SPECIAL_IDLE = 3484;
|
|
3490
|
+
static readonly LOBSTER_SPECIAL_ATTACK = 3485;
|
|
3491
|
+
static readonly ROSEWOOD_BLOWPIPE_SPECIAL_TRAVEL = 3486;
|
|
3492
|
+
static readonly SAILING_CANNONBALL_TRAVEL_BRONZE = 3487;
|
|
3493
|
+
static readonly SAILING_CANNONBALL_TRAVEL_IRON = 3488;
|
|
3494
|
+
static readonly SAILING_CANNONBALL_TRAVEL_STEEL = 3489;
|
|
3495
|
+
static readonly SAILING_CANNONBALL_TRAVEL_GRANITE = 3490;
|
|
3496
|
+
static readonly SAILING_CANNONBALL_TRAVEL_MITHRIL = 3491;
|
|
3497
|
+
static readonly SAILING_CANNONBALL_TRAVEL_ADAMANT = 3492;
|
|
3498
|
+
static readonly SAILING_CANNONBALL_TRAVEL_RUNE = 3493;
|
|
3499
|
+
static readonly SAILING_CANNONBALL_TRAVEL_DRAGON = 3494;
|
|
3500
|
+
static readonly SP_ATTACKGLOW_TEAL = 3495;
|
|
3501
|
+
static readonly SP_ATTACK_RUNE_SCIMITAR_TRAIL_SPOTANIM = 3496;
|
|
3502
|
+
static readonly SAILING_BT_CRATE_SPOT = 3497;
|
|
3503
|
+
static readonly SAILING_BT_DODGING_TARGET_TIER1 = 3498;
|
|
3504
|
+
static readonly SAILING_BT_DODGING_TARGET_TIER2 = 3499;
|
|
3505
|
+
static readonly SAILING_BT_DODGING_TARGET_TIER3 = 3500;
|
|
3506
|
+
static readonly SAILING_BT_RUM_PROJ = 3501;
|
|
3507
|
+
static readonly SAILING_BT_TOAD_PROJ = 3502;
|
|
3508
|
+
static readonly BT_VFX_CRYSTAL_MOTE_IDLE_01 = 3503;
|
|
3509
|
+
static readonly BT_SAILING_BOATS_HELM_KANDARIN_1X3_CRYSTAL_SPAWN_VFX = 3504;
|
|
3510
|
+
static readonly BT_SAILING_BOATS_HELM_KANDARIN_2X5_CRYSTAL_SPAWN_VFX = 3505;
|
|
3511
|
+
static readonly BT_SAILING_BOATS_HELM_KANDARIN_3X8_CRYSTAL_SPAWN_VFX = 3506;
|
|
3512
|
+
static readonly BT_CRYSTAL_RESONANCE_ATTACK_01 = 3507;
|
|
3513
|
+
static readonly BT_CRYSTAL_RESONANCE_ATTACK_01_NOSOUND = 3508;
|
|
3514
|
+
static readonly BT_CRYSTAL_RESONANCE_TRAIL_01 = 3509;
|
|
3515
|
+
static readonly SPOTANIM_MONODON_ATTACK02 = 3510;
|
|
3516
|
+
static readonly PROJANIM_MONODON_ATTACK02 = 3511;
|
|
3517
|
+
static readonly PROJANIM_MONODON_ATTACK02_IMPACT = 3512;
|
|
3518
|
+
static readonly PROJANIM_KRAKEN_MAGIC01 = 3513;
|
|
3519
|
+
static readonly PROJANIM_KRAKEN_MAGIC02 = 3514;
|
|
3520
|
+
static readonly PROJANIM_KRAKEN_MAGIC03 = 3515;
|
|
3521
|
+
static readonly SPOTANIM_KRAKEN_MAGIC01 = 3516;
|
|
3522
|
+
static readonly SPOTANIM_KRAKEN_MAGIC02 = 3517;
|
|
3523
|
+
static readonly SPOTANIM_KRAKEN_MAGIC03 = 3518;
|
|
3524
|
+
static readonly SAILING_HUMAN_LOOT_NET_CAST_SPOTANIM_01 = 3519;
|
|
3525
|
+
static readonly SAILING_HUMAN_LOOT_NET_CAST_PROJANIM_01 = 3520;
|
|
3526
|
+
static readonly SAILING_HUMAN_LOOT_NET_CAST_IMPACTANIM_01 = 3521;
|
|
3527
|
+
static readonly SAILING_NPC_LOOT_NET_SPOTANIM_01 = 3522;
|
|
3528
|
+
static readonly SAILING_NPC_LOOT_NET_SPOTANIM_DESPAWN_01 = 3523;
|
|
3529
|
+
static readonly SAILING_HUMAN_LOOT_NET_CAST_IMPACTANIM_02 = 3524;
|
|
3530
|
+
static readonly SAILING_NPC_LOOT_NET_SPOTANIM_02 = 3525;
|
|
3531
|
+
static readonly SAILING_NPC_LOOT_NET_SPOTANIM_DESPAWN_02 = 3526;
|
|
3532
|
+
static readonly VFX_WIND_SAIL_RAFT01_DOWN01 = 3527;
|
|
3533
|
+
static readonly VFX_WIND_SAIL_RAFT01_HALF01 = 3528;
|
|
3534
|
+
static readonly VFX_WIND_SAIL_RAFT01_FULL01 = 3529;
|
|
3535
|
+
static readonly VFX_WIND_SAIL_RAFT01_SPEEDBOOST01 = 3530;
|
|
3536
|
+
static readonly VFX_WIND_SAIL_SMALL01_DOWN01 = 3531;
|
|
3537
|
+
static readonly VFX_WIND_SAIL_SMALL01_HALF01 = 3532;
|
|
3538
|
+
static readonly VFX_WIND_SAIL_SMALL01_FULL01 = 3533;
|
|
3539
|
+
static readonly VFX_WIND_SAIL_SMALL01_SPEEDBOOST01 = 3534;
|
|
3540
|
+
static readonly VFX_WIND_WINDCATCHER_SMALL01_ACTIVE = 3535;
|
|
3541
|
+
static readonly VFX_WIND_WINDCATCHER_SMALL01_RELEASE = 3536;
|
|
3542
|
+
static readonly VFX_SAILING_CANNON01_SMALL01_ATTACK01 = 3537;
|
|
3543
|
+
static readonly VFX_SAILING_CANNON01_SMALL01_ATTACK02 = 3538;
|
|
3544
|
+
static readonly VFX_SAILING_CANNON01_SMALL01_ATTACK03 = 3539;
|
|
3545
|
+
static readonly VFX_SAILING_CANNON01_SMALL01_ATTACK04 = 3540;
|
|
3546
|
+
static readonly VFX_SAILING_CANNON01_SMALL01_IMPACT01 = 3541;
|
|
3547
|
+
static readonly VFX_WIND_SAIL_LARGE01_DOWN01 = 3542;
|
|
3548
|
+
static readonly VFX_WIND_SAIL_LARGE01_HALF01 = 3543;
|
|
3549
|
+
static readonly VFX_WIND_SAIL_LARGE01_FULL01 = 3544;
|
|
3550
|
+
static readonly VFX_WIND_SAIL_LARGE01_SPEEDBOOST01 = 3545;
|
|
3551
|
+
static readonly BOAT_RETRIEVE_CAST = 3546;
|
|
3552
|
+
static readonly CRYSTAL_FLECKED_SHATTER_SPOTANIM = 3547;
|
|
3553
|
+
static readonly PROFANE_WATERS_CURSE_SPOTANIM = 3548;
|
|
3554
|
+
static readonly PROFANE_WATERS_ORB_SPOTANIM = 3549;
|
|
3555
|
+
static readonly PROFANE_WATERS_SPLASH_SPOTANIM = 3550;
|
|
3556
|
+
static readonly VFX_STRYKEWYRM_DEATH01 = 3551;
|
|
3557
|
+
static readonly VFX_STRYKEWYRM_SUPERIOR_DEATH01 = 3552;
|
|
3558
|
+
static readonly VFX_STRYKEWYRM_BURROWED_MOVEMENT = 3553;
|
|
3559
|
+
static readonly VFX_STRYKEWYRM_FLAMING_ROCK_PROJECTILE_01 = 3554;
|
|
3560
|
+
static readonly VFX_STRYKEWYRM_FLAMING_ROCK_IMPACT_01 = 3555;
|
|
3561
|
+
static readonly VFX_STRYKEWYRM_BURROW_ATTACK02 = 3556;
|
|
3562
|
+
static readonly VFX_STRYKEWYRM_BURROW_ATTACK01 = 3557;
|
|
3563
|
+
static readonly VFX_STRYKEWYRM_WALK_EMERGED = 3558;
|
|
3564
|
+
static readonly VFX_STRYKEWYRM_SUPERIOR_WALK_EMERGED = 3559;
|
|
3464
3565
|
}
|
|
3465
3566
|
}
|
|
@@ -652,6 +652,109 @@ declare namespace net.runelite.api.gameval {
|
|
|
652
652
|
static readonly SIMPLE_BUTTON_TOGGLED_MOUSEOVER_CENTRE = 6784;
|
|
653
653
|
static readonly SIMPLE_BUTTON_PRESSED_CENTRE = 6785;
|
|
654
654
|
static readonly LOGO_UGC_WORLD = 6786;
|
|
655
|
+
static readonly ICON_COINS = 6919;
|
|
656
|
+
static readonly SAILING_ALPHA_PORT_TASKS_SLIDESHOW_1 = 6976;
|
|
657
|
+
static readonly SAILING_ALPHA_PORT_TASKS_SLIDESHOW_2 = 6977;
|
|
658
|
+
static readonly SAILING_ALPHA_PORT_TASKS_SLIDESHOW_3 = 6978;
|
|
659
|
+
static readonly SAILING_ALPHA_PORT_TASKS_SLIDESHOW_4 = 6979;
|
|
660
|
+
static readonly SAILING_ALPHA_CHARTING_SLIDESHOW_1 = 6980;
|
|
661
|
+
static readonly SAILING_ALPHA_CHARTING_SLIDESHOW_2 = 6981;
|
|
662
|
+
static readonly SAILING_ALPHA_CHARTING_SLIDESHOW_3 = 6982;
|
|
663
|
+
static readonly SAILING_ALPHA_CHARTING_SLIDESHOW_4 = 6983;
|
|
664
|
+
static readonly SAILING_ALPHA_TUTORIAL_SLIDESHOW_1 = 6984;
|
|
665
|
+
static readonly SAILING_ALPHA_TUTORIAL_SLIDESHOW_2 = 6985;
|
|
666
|
+
static readonly SAILING_ALPHA_TUTORIAL_SLIDESHOW_3 = 6986;
|
|
667
|
+
static readonly SAILING_ALPHA_BARRACUDA_SLIDESHOW_1 = 6987;
|
|
668
|
+
static readonly SAILING_ALPHA_BARRACUDA_SLIDESHOW_2 = 6988;
|
|
669
|
+
static readonly SAILING_ALPHA_BARRACUDA_SLIDESHOW_3 = 6989;
|
|
670
|
+
static readonly SAILING_ALPHA_SHIPWRECK_SLIDESHOW_1 = 6990;
|
|
671
|
+
static readonly SAILING_ALPHA_SHIPWRECK_SLIDESHOW_2 = 6991;
|
|
672
|
+
static readonly SAILING_ALPHA_SHIPWRECK_SLIDESHOW_3 = 6992;
|
|
673
|
+
static readonly SAILING_ALPHA_ABOUT_SLIDESHOW_1 = 6993;
|
|
674
|
+
static readonly WATER_OPEN = 7202;
|
|
675
|
+
static readonly WATER_SHELF = 7203;
|
|
676
|
+
static readonly WATER_DROPOFF = 7204;
|
|
677
|
+
static readonly WATER_DEEP = 7205;
|
|
678
|
+
static readonly WATER_TRENCH = 7206;
|
|
679
|
+
static readonly WATER_STORMY = 7207;
|
|
680
|
+
static readonly WATER_STORMY_OPEN = 7208;
|
|
681
|
+
static readonly WATER_STORMY_SHELF = 7209;
|
|
682
|
+
static readonly WATER_STORMY_DROPOFF = 7210;
|
|
683
|
+
static readonly WATER_STORMY_DEEP = 7211;
|
|
684
|
+
static readonly WATER_SUNBAKED = 7212;
|
|
685
|
+
static readonly WATER_SUNBAKED_OPEN = 7213;
|
|
686
|
+
static readonly WATER_SUNBAKED_SHELF = 7214;
|
|
687
|
+
static readonly WATER_SUNBAKED_DROPOFF = 7215;
|
|
688
|
+
static readonly WATER_SUNBAKED_DEEP = 7216;
|
|
689
|
+
static readonly WATER_PROFANE = 7217;
|
|
690
|
+
static readonly WATER_PROFANE_OPEN = 7218;
|
|
691
|
+
static readonly WATER_PROFANE_SHELF = 7219;
|
|
692
|
+
static readonly WATER_PROFANE_DROPOFF = 7220;
|
|
693
|
+
static readonly WATER_PROFANE_DEEP = 7221;
|
|
694
|
+
static readonly WATER_CURSED = 7222;
|
|
695
|
+
static readonly WATER_CURSED_OPEN = 7223;
|
|
696
|
+
static readonly WATER_CURSED_SHELF = 7224;
|
|
697
|
+
static readonly WATER_CURSED_DROPOFF = 7225;
|
|
698
|
+
static readonly WATER_CURSED_DEEP = 7226;
|
|
699
|
+
static readonly WATER_SCALDING = 7227;
|
|
700
|
+
static readonly WATER_SCALDING_OPEN = 7228;
|
|
701
|
+
static readonly WATER_SCALDING_SHELF = 7229;
|
|
702
|
+
static readonly WATER_SCALDING_DROPOFF = 7230;
|
|
703
|
+
static readonly WATER_SCALDING_DEEP = 7231;
|
|
704
|
+
static readonly WATER_ICY = 7232;
|
|
705
|
+
static readonly WATER_ICY_OPEN = 7233;
|
|
706
|
+
static readonly WATER_ICY_SHELF = 7234;
|
|
707
|
+
static readonly WATER_ICY_DROPOFF = 7235;
|
|
708
|
+
static readonly WATER_ICY_DEEP = 7236;
|
|
709
|
+
static readonly WATER_ENDLESS = 7237;
|
|
710
|
+
static readonly WATER_ENDLESS_OPEN = 7238;
|
|
711
|
+
static readonly WATER_ENDLESS_SHELF = 7239;
|
|
712
|
+
static readonly WATER_ENDLESS_DROPOFF = 7240;
|
|
713
|
+
static readonly WATER_ENDLESS_DEEP = 7241;
|
|
714
|
+
static readonly WATER_CRYSTAL = 7242;
|
|
715
|
+
static readonly WATER_CRYSTAL_OPEN = 7243;
|
|
716
|
+
static readonly WATER_CRYSTAL_SHELF = 7244;
|
|
717
|
+
static readonly WATER_CRYSTAL_DROPOFF = 7245;
|
|
718
|
+
static readonly WATER_CRYSTAL_DEEP = 7246;
|
|
719
|
+
static readonly WATER_FETID = 7247;
|
|
720
|
+
static readonly WATER_FETID_OPEN = 7248;
|
|
721
|
+
static readonly WATER_FETID_SHELF = 7249;
|
|
722
|
+
static readonly WATER_FETID_DROPOFF = 7250;
|
|
723
|
+
static readonly WATER_FETID_DEEP = 7251;
|
|
724
|
+
static readonly WATER_TANGLED = 7252;
|
|
725
|
+
static readonly WATER_TANGLED_OPEN = 7253;
|
|
726
|
+
static readonly WATER_TANGLED_SHELF = 7254;
|
|
727
|
+
static readonly WATER_TANGLED_DROPOFF = 7255;
|
|
728
|
+
static readonly WATER_TANGLED_DEEP = 7256;
|
|
729
|
+
static readonly WATER_JAGGED = 7257;
|
|
730
|
+
static readonly WATER_JAGGED_OPEN = 7258;
|
|
731
|
+
static readonly WATER_JAGGED_SHELF = 7259;
|
|
732
|
+
static readonly WATER_JAGGED_DROPOFF = 7260;
|
|
733
|
+
static readonly WATER_JAGGED_DEEP = 7261;
|
|
734
|
+
static readonly WATER_OUT_OF_BOUNDS = 7262;
|
|
735
|
+
static readonly LEAFY_JATOBA = 7263;
|
|
736
|
+
static readonly LEAFY_JATOBA_TILED = 7264;
|
|
737
|
+
static readonly LEAFY_JATOBA_DISEASED = 7265;
|
|
738
|
+
static readonly LEAFY_JATOBA_DISEASED_TILED = 7266;
|
|
739
|
+
static readonly LEAFY_CAMPHOR = 7267;
|
|
740
|
+
static readonly LEAFY_CAMPHOR_TILED = 7268;
|
|
741
|
+
static readonly LEAFY_CAMPHOR_DISEASED = 7269;
|
|
742
|
+
static readonly LEAFY_CAMPHOR_DISEASED_TILED = 7270;
|
|
743
|
+
static readonly LEAFY_IRONWOOD = 7271;
|
|
744
|
+
static readonly LEAFY_IRONWOOD_TILED = 7272;
|
|
745
|
+
static readonly LEAFY_IRONWOOD_DISEASED = 7273;
|
|
746
|
+
static readonly LEAFY_IRONWOOD_DISEASED_TILED = 7274;
|
|
747
|
+
static readonly LEAFY_ROSEWOOD = 7275;
|
|
748
|
+
static readonly LEAFY_ROSEWOOD_TILED = 7276;
|
|
749
|
+
static readonly LEAFY_ROSEWOOD_DISEASED = 7277;
|
|
750
|
+
static readonly LEAFY_ROSEWOOD_DISEASED_TILED = 7278;
|
|
751
|
+
static readonly HD_WATER_NORMAL = 7279;
|
|
752
|
+
static readonly HD_WATER_CAUSTIC = 7280;
|
|
753
|
+
static readonly MINIMAP_BOAT_RAFT = 7288;
|
|
754
|
+
static readonly MINIMAP_BOAT_SKIFF = 7289;
|
|
755
|
+
static readonly MINIMAP_BOAT_SLOOP = 7290;
|
|
756
|
+
static readonly MINIMAP_BOAT_COLOSSAL = 7291;
|
|
757
|
+
static readonly MINIMAP_BOAT_CLASSIC_LARGE = 7292;
|
|
655
758
|
static readonly _0 = 0;
|
|
656
759
|
static readonly _1 = 1;
|
|
657
760
|
static readonly _2 = 2;
|
|
@@ -782,6 +885,31 @@ declare namespace net.runelite.api.gameval {
|
|
|
782
885
|
static readonly _47 = 62;
|
|
783
886
|
static readonly _48 = 63;
|
|
784
887
|
static readonly _49 = 64;
|
|
888
|
+
static readonly _50 = 6922;
|
|
889
|
+
static readonly _51 = 6923;
|
|
890
|
+
static readonly _52 = 6924;
|
|
891
|
+
static readonly _53 = 6925;
|
|
892
|
+
static readonly _54 = 6926;
|
|
893
|
+
static readonly _55 = 6927;
|
|
894
|
+
static readonly _56 = 6928;
|
|
895
|
+
static readonly _57 = 6929;
|
|
896
|
+
static readonly _58 = 6930;
|
|
897
|
+
static readonly _59 = 6931;
|
|
898
|
+
static readonly _60 = 6932;
|
|
899
|
+
static readonly _61 = 6933;
|
|
900
|
+
static readonly _62 = 6934;
|
|
901
|
+
static readonly _63 = 6935;
|
|
902
|
+
static readonly _64 = 6936;
|
|
903
|
+
static readonly _65 = 6937;
|
|
904
|
+
static readonly _66 = 6938;
|
|
905
|
+
static readonly _67 = 6939;
|
|
906
|
+
static readonly _68 = 6940;
|
|
907
|
+
static readonly _69 = 6941;
|
|
908
|
+
static readonly _70 = 6942;
|
|
909
|
+
static readonly _71 = 6943;
|
|
910
|
+
static readonly _72 = 6944;
|
|
911
|
+
static readonly _73 = 6945;
|
|
912
|
+
static readonly _74 = 6946;
|
|
785
913
|
static readonly _0 = 65;
|
|
786
914
|
static readonly _1 = 66;
|
|
787
915
|
static readonly _2 = 67;
|
|
@@ -832,6 +960,31 @@ declare namespace net.runelite.api.gameval {
|
|
|
832
960
|
static readonly _47 = 112;
|
|
833
961
|
static readonly _48 = 113;
|
|
834
962
|
static readonly _49 = 114;
|
|
963
|
+
static readonly _50 = 6947;
|
|
964
|
+
static readonly _51 = 6948;
|
|
965
|
+
static readonly _52 = 6949;
|
|
966
|
+
static readonly _53 = 6950;
|
|
967
|
+
static readonly _54 = 6951;
|
|
968
|
+
static readonly _55 = 6952;
|
|
969
|
+
static readonly _56 = 6953;
|
|
970
|
+
static readonly _57 = 6954;
|
|
971
|
+
static readonly _58 = 6955;
|
|
972
|
+
static readonly _59 = 6956;
|
|
973
|
+
static readonly _60 = 6957;
|
|
974
|
+
static readonly _61 = 6958;
|
|
975
|
+
static readonly _62 = 6959;
|
|
976
|
+
static readonly _63 = 6960;
|
|
977
|
+
static readonly _64 = 6961;
|
|
978
|
+
static readonly _65 = 6962;
|
|
979
|
+
static readonly _66 = 6963;
|
|
980
|
+
static readonly _67 = 6964;
|
|
981
|
+
static readonly _68 = 6965;
|
|
982
|
+
static readonly _69 = 6966;
|
|
983
|
+
static readonly _70 = 6967;
|
|
984
|
+
static readonly _71 = 6968;
|
|
985
|
+
static readonly _72 = 6969;
|
|
986
|
+
static readonly _73 = 6970;
|
|
987
|
+
static readonly _74 = 6971;
|
|
835
988
|
static readonly _0 = 115;
|
|
836
989
|
static readonly _1 = 116;
|
|
837
990
|
static readonly _2 = 117;
|
|
@@ -2195,6 +2348,15 @@ declare namespace net.runelite.api.gameval {
|
|
|
2195
2348
|
static readonly _42 = 4768;
|
|
2196
2349
|
static readonly _43 = 4769;
|
|
2197
2350
|
static readonly _44 = 4770;
|
|
2351
|
+
static readonly _45 = 6829;
|
|
2352
|
+
static readonly _46 = 6830;
|
|
2353
|
+
static readonly _47 = 6831;
|
|
2354
|
+
static readonly _48 = 6832;
|
|
2355
|
+
static readonly _49 = 6833;
|
|
2356
|
+
static readonly _50 = 6834;
|
|
2357
|
+
static readonly _51 = 6835;
|
|
2358
|
+
static readonly _52 = 6836;
|
|
2359
|
+
static readonly _53 = 6837;
|
|
2198
2360
|
static readonly _0 = 1106;
|
|
2199
2361
|
static readonly _1 = 1107;
|
|
2200
2362
|
static readonly _2 = 1108;
|
|
@@ -2276,6 +2438,15 @@ declare namespace net.runelite.api.gameval {
|
|
|
2276
2438
|
static readonly _3 = 1218;
|
|
2277
2439
|
static readonly _4 = 1219;
|
|
2278
2440
|
static readonly _5 = 1220;
|
|
2441
|
+
static readonly _6 = 6907;
|
|
2442
|
+
static readonly _7 = 6908;
|
|
2443
|
+
static readonly _8 = 6909;
|
|
2444
|
+
static readonly _9 = 6910;
|
|
2445
|
+
static readonly _10 = 6911;
|
|
2446
|
+
static readonly _11 = 6912;
|
|
2447
|
+
static readonly _12 = 6913;
|
|
2448
|
+
static readonly _13 = 6914;
|
|
2449
|
+
static readonly _14 = 6915;
|
|
2279
2450
|
static readonly _0 = 1229;
|
|
2280
2451
|
static readonly _1 = 1230;
|
|
2281
2452
|
static readonly _2 = 1231;
|
|
@@ -2565,6 +2736,13 @@ declare namespace net.runelite.api.gameval {
|
|
|
2565
2736
|
static readonly _137 = 4945;
|
|
2566
2737
|
static readonly _138 = 4946;
|
|
2567
2738
|
static readonly _139 = 4947;
|
|
2739
|
+
static readonly _140 = 7281;
|
|
2740
|
+
static readonly _141 = 7282;
|
|
2741
|
+
static readonly _142 = 7283;
|
|
2742
|
+
static readonly _143 = 7284;
|
|
2743
|
+
static readonly _144 = 7285;
|
|
2744
|
+
static readonly _145 = 7286;
|
|
2745
|
+
static readonly _146 = 7287;
|
|
2568
2746
|
static readonly _0 = 1539;
|
|
2569
2747
|
static readonly _1 = 1540;
|
|
2570
2748
|
static readonly _2 = 1541;
|
|
@@ -5325,6 +5503,7 @@ declare namespace net.runelite.api.gameval {
|
|
|
5325
5503
|
static readonly _23 = 4889;
|
|
5326
5504
|
static readonly _0 = 4892;
|
|
5327
5505
|
static readonly _1 = 4893;
|
|
5506
|
+
static readonly _2 = 6906;
|
|
5328
5507
|
static readonly _0 = 4901;
|
|
5329
5508
|
static readonly _1 = 4902;
|
|
5330
5509
|
static readonly _2 = 4903;
|
|
@@ -6789,5 +6968,332 @@ declare namespace net.runelite.api.gameval {
|
|
|
6789
6968
|
static readonly _1 = 6762;
|
|
6790
6969
|
static readonly _2 = 6763;
|
|
6791
6970
|
static readonly _3 = 6764;
|
|
6971
|
+
static readonly _0 = 6787;
|
|
6972
|
+
static readonly _1 = 6788;
|
|
6973
|
+
static readonly _0 = 6789;
|
|
6974
|
+
static readonly _1 = 6790;
|
|
6975
|
+
static readonly _2 = 6791;
|
|
6976
|
+
static readonly _3 = 6792;
|
|
6977
|
+
static readonly _0 = 6793;
|
|
6978
|
+
static readonly _1 = 6794;
|
|
6979
|
+
static readonly _2 = 6795;
|
|
6980
|
+
static readonly _0 = 6796;
|
|
6981
|
+
static readonly _1 = 6797;
|
|
6982
|
+
static readonly _2 = 6798;
|
|
6983
|
+
static readonly _3 = 6799;
|
|
6984
|
+
static readonly _4 = 6800;
|
|
6985
|
+
static readonly _5 = 6801;
|
|
6986
|
+
static readonly _6 = 6802;
|
|
6987
|
+
static readonly _7 = 6803;
|
|
6988
|
+
static readonly _8 = 6804;
|
|
6989
|
+
static readonly _9 = 6805;
|
|
6990
|
+
static readonly _10 = 6806;
|
|
6991
|
+
static readonly _11 = 6807;
|
|
6992
|
+
static readonly _12 = 6808;
|
|
6993
|
+
static readonly _13 = 6809;
|
|
6994
|
+
static readonly _14 = 6810;
|
|
6995
|
+
static readonly _15 = 6811;
|
|
6996
|
+
static readonly _16 = 6812;
|
|
6997
|
+
static readonly _17 = 6813;
|
|
6998
|
+
static readonly _18 = 6814;
|
|
6999
|
+
static readonly _19 = 6815;
|
|
7000
|
+
static readonly _20 = 6816;
|
|
7001
|
+
static readonly _21 = 6817;
|
|
7002
|
+
static readonly _22 = 6818;
|
|
7003
|
+
static readonly _23 = 6819;
|
|
7004
|
+
static readonly _0 = 6820;
|
|
7005
|
+
static readonly _1 = 6821;
|
|
7006
|
+
static readonly _2 = 6822;
|
|
7007
|
+
static readonly _3 = 6823;
|
|
7008
|
+
static readonly _4 = 6824;
|
|
7009
|
+
static readonly _5 = 6825;
|
|
7010
|
+
static readonly _6 = 6826;
|
|
7011
|
+
static readonly _7 = 6827;
|
|
7012
|
+
static readonly _8 = 6828;
|
|
7013
|
+
static readonly _0 = 6840;
|
|
7014
|
+
static readonly _1 = 6841;
|
|
7015
|
+
static readonly _2 = 6842;
|
|
7016
|
+
static readonly _3 = 6843;
|
|
7017
|
+
static readonly _4 = 6844;
|
|
7018
|
+
static readonly _5 = 6845;
|
|
7019
|
+
static readonly _6 = 6846;
|
|
7020
|
+
static readonly _7 = 6847;
|
|
7021
|
+
static readonly _8 = 6848;
|
|
7022
|
+
static readonly _9 = 6849;
|
|
7023
|
+
static readonly _10 = 6850;
|
|
7024
|
+
static readonly _11 = 6851;
|
|
7025
|
+
static readonly _12 = 6852;
|
|
7026
|
+
static readonly _13 = 6853;
|
|
7027
|
+
static readonly _14 = 6854;
|
|
7028
|
+
static readonly _15 = 6855;
|
|
7029
|
+
static readonly _16 = 6856;
|
|
7030
|
+
static readonly _17 = 6857;
|
|
7031
|
+
static readonly _0 = 6858;
|
|
7032
|
+
static readonly _1 = 6859;
|
|
7033
|
+
static readonly _2 = 6860;
|
|
7034
|
+
static readonly _3 = 6861;
|
|
7035
|
+
static readonly _4 = 6862;
|
|
7036
|
+
static readonly _5 = 6863;
|
|
7037
|
+
static readonly _6 = 6864;
|
|
7038
|
+
static readonly _7 = 6865;
|
|
7039
|
+
static readonly _8 = 6866;
|
|
7040
|
+
static readonly _9 = 6867;
|
|
7041
|
+
static readonly _10 = 6868;
|
|
7042
|
+
static readonly _11 = 6869;
|
|
7043
|
+
static readonly _12 = 6870;
|
|
7044
|
+
static readonly _13 = 6871;
|
|
7045
|
+
static readonly _14 = 6872;
|
|
7046
|
+
static readonly _15 = 6873;
|
|
7047
|
+
static readonly _16 = 6874;
|
|
7048
|
+
static readonly _17 = 6875;
|
|
7049
|
+
static readonly _18 = 6876;
|
|
7050
|
+
static readonly _19 = 6877;
|
|
7051
|
+
static readonly _20 = 6878;
|
|
7052
|
+
static readonly _21 = 6879;
|
|
7053
|
+
static readonly _22 = 6880;
|
|
7054
|
+
static readonly _23 = 6881;
|
|
7055
|
+
static readonly _24 = 6882;
|
|
7056
|
+
static readonly _25 = 6883;
|
|
7057
|
+
static readonly _26 = 6884;
|
|
7058
|
+
static readonly _27 = 6885;
|
|
7059
|
+
static readonly _28 = 6886;
|
|
7060
|
+
static readonly _29 = 6887;
|
|
7061
|
+
static readonly _30 = 6888;
|
|
7062
|
+
static readonly _31 = 6889;
|
|
7063
|
+
static readonly _32 = 6890;
|
|
7064
|
+
static readonly _33 = 6891;
|
|
7065
|
+
static readonly _34 = 6892;
|
|
7066
|
+
static readonly _35 = 6893;
|
|
7067
|
+
static readonly _36 = 6894;
|
|
7068
|
+
static readonly _37 = 6895;
|
|
7069
|
+
static readonly _38 = 6896;
|
|
7070
|
+
static readonly _39 = 6897;
|
|
7071
|
+
static readonly _40 = 6898;
|
|
7072
|
+
static readonly _41 = 6899;
|
|
7073
|
+
static readonly _42 = 6900;
|
|
7074
|
+
static readonly _43 = 6901;
|
|
7075
|
+
static readonly _44 = 6902;
|
|
7076
|
+
static readonly _45 = 6903;
|
|
7077
|
+
static readonly _46 = 6904;
|
|
7078
|
+
static readonly _47 = 6905;
|
|
7079
|
+
static readonly _0 = 6916;
|
|
7080
|
+
static readonly _1 = 6917;
|
|
7081
|
+
static readonly _2 = 6918;
|
|
7082
|
+
static readonly _0 = 6920;
|
|
7083
|
+
static readonly _1 = 6921;
|
|
7084
|
+
static readonly _0 = 6972;
|
|
7085
|
+
static readonly _1 = 6973;
|
|
7086
|
+
static readonly _2 = 6974;
|
|
7087
|
+
static readonly _3 = 6975;
|
|
7088
|
+
static readonly _0 = 6994;
|
|
7089
|
+
static readonly _1 = 6995;
|
|
7090
|
+
static readonly _2 = 6996;
|
|
7091
|
+
static readonly _3 = 6997;
|
|
7092
|
+
static readonly _4 = 6998;
|
|
7093
|
+
static readonly _5 = 6999;
|
|
7094
|
+
static readonly _6 = 7000;
|
|
7095
|
+
static readonly _7 = 7001;
|
|
7096
|
+
static readonly _8 = 7002;
|
|
7097
|
+
static readonly _9 = 7003;
|
|
7098
|
+
static readonly _10 = 7004;
|
|
7099
|
+
static readonly _11 = 7005;
|
|
7100
|
+
static readonly _12 = 7006;
|
|
7101
|
+
static readonly _13 = 7007;
|
|
7102
|
+
static readonly _14 = 7008;
|
|
7103
|
+
static readonly _15 = 7009;
|
|
7104
|
+
static readonly _16 = 7010;
|
|
7105
|
+
static readonly _17 = 7011;
|
|
7106
|
+
static readonly _18 = 7012;
|
|
7107
|
+
static readonly _19 = 7013;
|
|
7108
|
+
static readonly _20 = 7014;
|
|
7109
|
+
static readonly _21 = 7015;
|
|
7110
|
+
static readonly _22 = 7016;
|
|
7111
|
+
static readonly _23 = 7017;
|
|
7112
|
+
static readonly _24 = 7018;
|
|
7113
|
+
static readonly _25 = 7019;
|
|
7114
|
+
static readonly _26 = 7020;
|
|
7115
|
+
static readonly _27 = 7021;
|
|
7116
|
+
static readonly _0 = 7022;
|
|
7117
|
+
static readonly _1 = 7023;
|
|
7118
|
+
static readonly _2 = 7024;
|
|
7119
|
+
static readonly _3 = 7025;
|
|
7120
|
+
static readonly _0 = 7026;
|
|
7121
|
+
static readonly _1 = 7027;
|
|
7122
|
+
static readonly _2 = 7028;
|
|
7123
|
+
static readonly _3 = 7029;
|
|
7124
|
+
static readonly _4 = 7030;
|
|
7125
|
+
static readonly _5 = 7031;
|
|
7126
|
+
static readonly _6 = 7032;
|
|
7127
|
+
static readonly _7 = 7033;
|
|
7128
|
+
static readonly _0 = 7034;
|
|
7129
|
+
static readonly _1 = 7035;
|
|
7130
|
+
static readonly _2 = 7036;
|
|
7131
|
+
static readonly _3 = 7037;
|
|
7132
|
+
static readonly _0 = 7038;
|
|
7133
|
+
static readonly _1 = 7039;
|
|
7134
|
+
static readonly _0 = 7040;
|
|
7135
|
+
static readonly _1 = 7041;
|
|
7136
|
+
static readonly _2 = 7042;
|
|
7137
|
+
static readonly _3 = 7043;
|
|
7138
|
+
static readonly _4 = 7044;
|
|
7139
|
+
static readonly _5 = 7045;
|
|
7140
|
+
static readonly _6 = 7046;
|
|
7141
|
+
static readonly _7 = 7047;
|
|
7142
|
+
static readonly _8 = 7048;
|
|
7143
|
+
static readonly _9 = 7049;
|
|
7144
|
+
static readonly _10 = 7050;
|
|
7145
|
+
static readonly _11 = 7051;
|
|
7146
|
+
static readonly _12 = 7052;
|
|
7147
|
+
static readonly _0 = 7053;
|
|
7148
|
+
static readonly _1 = 7054;
|
|
7149
|
+
static readonly _2 = 7055;
|
|
7150
|
+
static readonly _3 = 7056;
|
|
7151
|
+
static readonly _4 = 7057;
|
|
7152
|
+
static readonly _5 = 7058;
|
|
7153
|
+
static readonly _6 = 7059;
|
|
7154
|
+
static readonly _7 = 7060;
|
|
7155
|
+
static readonly _8 = 7061;
|
|
7156
|
+
static readonly _9 = 7062;
|
|
7157
|
+
static readonly _0 = 7063;
|
|
7158
|
+
static readonly _1 = 7064;
|
|
7159
|
+
static readonly _2 = 7065;
|
|
7160
|
+
static readonly _3 = 7066;
|
|
7161
|
+
static readonly _4 = 7067;
|
|
7162
|
+
static readonly _0 = 7068;
|
|
7163
|
+
static readonly _1 = 7069;
|
|
7164
|
+
static readonly _2 = 7070;
|
|
7165
|
+
static readonly _3 = 7071;
|
|
7166
|
+
static readonly _4 = 7072;
|
|
7167
|
+
static readonly _5 = 7073;
|
|
7168
|
+
static readonly _6 = 7074;
|
|
7169
|
+
static readonly _7 = 7075;
|
|
7170
|
+
static readonly _8 = 7076;
|
|
7171
|
+
static readonly _9 = 7077;
|
|
7172
|
+
static readonly _10 = 7078;
|
|
7173
|
+
static readonly _11 = 7079;
|
|
7174
|
+
static readonly _12 = 7080;
|
|
7175
|
+
static readonly _13 = 7081;
|
|
7176
|
+
static readonly _14 = 7082;
|
|
7177
|
+
static readonly _15 = 7083;
|
|
7178
|
+
static readonly _16 = 7084;
|
|
7179
|
+
static readonly _17 = 7085;
|
|
7180
|
+
static readonly _18 = 7086;
|
|
7181
|
+
static readonly _19 = 7087;
|
|
7182
|
+
static readonly _20 = 7088;
|
|
7183
|
+
static readonly _21 = 7089;
|
|
7184
|
+
static readonly _22 = 7090;
|
|
7185
|
+
static readonly _23 = 7091;
|
|
7186
|
+
static readonly _0 = 7092;
|
|
7187
|
+
static readonly _1 = 7093;
|
|
7188
|
+
static readonly _2 = 7094;
|
|
7189
|
+
static readonly _3 = 7095;
|
|
7190
|
+
static readonly _4 = 7096;
|
|
7191
|
+
static readonly _5 = 7097;
|
|
7192
|
+
static readonly _6 = 7098;
|
|
7193
|
+
static readonly _7 = 7099;
|
|
7194
|
+
static readonly _8 = 7100;
|
|
7195
|
+
static readonly _9 = 7101;
|
|
7196
|
+
static readonly _0 = 7102;
|
|
7197
|
+
static readonly _1 = 7103;
|
|
7198
|
+
static readonly _2 = 7104;
|
|
7199
|
+
static readonly _3 = 7105;
|
|
7200
|
+
static readonly _4 = 7106;
|
|
7201
|
+
static readonly _0 = 7107;
|
|
7202
|
+
static readonly _1 = 7108;
|
|
7203
|
+
static readonly _0 = 7109;
|
|
7204
|
+
static readonly _1 = 7110;
|
|
7205
|
+
static readonly _0 = 7111;
|
|
7206
|
+
static readonly _1 = 7112;
|
|
7207
|
+
static readonly _2 = 7113;
|
|
7208
|
+
static readonly _3 = 7114;
|
|
7209
|
+
static readonly _0 = 7115;
|
|
7210
|
+
static readonly _1 = 7116;
|
|
7211
|
+
static readonly _2 = 7117;
|
|
7212
|
+
static readonly _3 = 7118;
|
|
7213
|
+
static readonly _4 = 7119;
|
|
7214
|
+
static readonly _5 = 7120;
|
|
7215
|
+
static readonly _6 = 7121;
|
|
7216
|
+
static readonly _7 = 7122;
|
|
7217
|
+
static readonly _8 = 7123;
|
|
7218
|
+
static readonly _9 = 7124;
|
|
7219
|
+
static readonly _10 = 7125;
|
|
7220
|
+
static readonly _11 = 7126;
|
|
7221
|
+
static readonly _12 = 7127;
|
|
7222
|
+
static readonly _13 = 7128;
|
|
7223
|
+
static readonly _14 = 7129;
|
|
7224
|
+
static readonly _15 = 7130;
|
|
7225
|
+
static readonly _16 = 7131;
|
|
7226
|
+
static readonly _17 = 7132;
|
|
7227
|
+
static readonly _18 = 7133;
|
|
7228
|
+
static readonly _19 = 7134;
|
|
7229
|
+
static readonly _20 = 7135;
|
|
7230
|
+
static readonly _21 = 7136;
|
|
7231
|
+
static readonly _22 = 7137;
|
|
7232
|
+
static readonly _23 = 7138;
|
|
7233
|
+
static readonly _24 = 7139;
|
|
7234
|
+
static readonly _25 = 7140;
|
|
7235
|
+
static readonly _26 = 7141;
|
|
7236
|
+
static readonly _27 = 7142;
|
|
7237
|
+
static readonly _28 = 7143;
|
|
7238
|
+
static readonly _29 = 7144;
|
|
7239
|
+
static readonly _30 = 7145;
|
|
7240
|
+
static readonly _31 = 7146;
|
|
7241
|
+
static readonly _32 = 7147;
|
|
7242
|
+
static readonly _33 = 7148;
|
|
7243
|
+
static readonly _34 = 7149;
|
|
7244
|
+
static readonly _35 = 7150;
|
|
7245
|
+
static readonly _36 = 7151;
|
|
7246
|
+
static readonly _37 = 7152;
|
|
7247
|
+
static readonly _38 = 7153;
|
|
7248
|
+
static readonly _39 = 7154;
|
|
7249
|
+
static readonly _40 = 7155;
|
|
7250
|
+
static readonly _41 = 7156;
|
|
7251
|
+
static readonly _42 = 7157;
|
|
7252
|
+
static readonly _43 = 7158;
|
|
7253
|
+
static readonly _44 = 7159;
|
|
7254
|
+
static readonly _45 = 7160;
|
|
7255
|
+
static readonly _46 = 7161;
|
|
7256
|
+
static readonly _47 = 7162;
|
|
7257
|
+
static readonly _48 = 7163;
|
|
7258
|
+
static readonly _49 = 7164;
|
|
7259
|
+
static readonly _50 = 7165;
|
|
7260
|
+
static readonly _51 = 7166;
|
|
7261
|
+
static readonly _52 = 7167;
|
|
7262
|
+
static readonly _53 = 7168;
|
|
7263
|
+
static readonly _54 = 7169;
|
|
7264
|
+
static readonly _55 = 7170;
|
|
7265
|
+
static readonly _56 = 7171;
|
|
7266
|
+
static readonly _57 = 7172;
|
|
7267
|
+
static readonly _58 = 7173;
|
|
7268
|
+
static readonly _59 = 7174;
|
|
7269
|
+
static readonly _0 = 7175;
|
|
7270
|
+
static readonly _1 = 7176;
|
|
7271
|
+
static readonly _2 = 7177;
|
|
7272
|
+
static readonly _0 = 7178;
|
|
7273
|
+
static readonly _1 = 7179;
|
|
7274
|
+
static readonly _2 = 7180;
|
|
7275
|
+
static readonly _3 = 7181;
|
|
7276
|
+
static readonly _4 = 7182;
|
|
7277
|
+
static readonly _5 = 7183;
|
|
7278
|
+
static readonly _6 = 7184;
|
|
7279
|
+
static readonly _7 = 7185;
|
|
7280
|
+
static readonly _8 = 7186;
|
|
7281
|
+
static readonly _9 = 7187;
|
|
7282
|
+
static readonly _10 = 7188;
|
|
7283
|
+
static readonly _11 = 7189;
|
|
7284
|
+
static readonly _12 = 7190;
|
|
7285
|
+
static readonly _13 = 7191;
|
|
7286
|
+
static readonly _14 = 7192;
|
|
7287
|
+
static readonly _15 = 7193;
|
|
7288
|
+
static readonly _16 = 7194;
|
|
7289
|
+
static readonly _17 = 7195;
|
|
7290
|
+
static readonly _18 = 7196;
|
|
7291
|
+
static readonly _19 = 7197;
|
|
7292
|
+
static readonly _20 = 7198;
|
|
7293
|
+
static readonly _21 = 7199;
|
|
7294
|
+
static readonly _22 = 7200;
|
|
7295
|
+
static readonly _23 = 7201;
|
|
7296
|
+
static readonly _0 = 6838;
|
|
7297
|
+
static readonly _1 = 6839;
|
|
6792
7298
|
}
|
|
6793
7299
|
}
|