Terraria 1.3.5.3 Source Code
This commit is contained in:
commit
4b21dac4b6
503 changed files with 409032 additions and 0 deletions
104
ID/ExtrasID.cs
Normal file
104
ID/ExtrasID.cs
Normal file
|
@ -0,0 +1,104 @@
|
|||
// Decompiled with JetBrains decompiler
|
||||
// Type: Terraria.ID.ExtrasID
|
||||
// Assembly: Terraria, Version=1.3.5.3, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 68659D26-2BE6-448F-8663-74FA559E6F08
|
||||
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
||||
|
||||
namespace Terraria.ID
|
||||
{
|
||||
public static class ExtrasID
|
||||
{
|
||||
public const short BrainScrambler = 0;
|
||||
public const short Raygun = 1;
|
||||
public const short LaserRuler = 2;
|
||||
public const short AntiGravityHookChain = 3;
|
||||
public const short SaucerDeathrayCap = 4;
|
||||
public const short BGMartianUFOSmall = 5;
|
||||
public const short BGMartianUFOBig = 6;
|
||||
public const short EventIconSnowLegion = 7;
|
||||
public const short EventIconFrostMoon = 8;
|
||||
public const short EventIconGoblinArmy = 9;
|
||||
public const short EventIconMartianMadness = 10;
|
||||
public const short EventIconPirateInvasion = 11;
|
||||
public const short EventIconPumpkinMoon = 12;
|
||||
public const short MoonLordRibs = 13;
|
||||
public const short MoonLordBackarm = 14;
|
||||
public const short MoonLordForearm = 15;
|
||||
public const short MoonLordCoreMoss = 16;
|
||||
public const short MoonLordEyeWhiteHand = 17;
|
||||
public const short MoonLordEyeWhiteHead = 18;
|
||||
public const short MoonLordEye = 19;
|
||||
public const short MartianProbeDiode = 20;
|
||||
public const short PhantasmalDeathrayBody = 21;
|
||||
public const short PhantasmalDeathrayEnd = 22;
|
||||
public const short MoonLeechBody = 23;
|
||||
public const short MoonLeechTail = 24;
|
||||
public const short MoonLordMouth = 25;
|
||||
public const short MoonLordHandMouth = 26;
|
||||
public const short MartianProbeScanWave = 27;
|
||||
public const short TEMPORARYChestOpen = 28;
|
||||
public const short MoonLordEyeMouth = 29;
|
||||
public const short CultistBossShadow = 30;
|
||||
public const short WebbedFloor = 31;
|
||||
public const short WebbedAir = 32;
|
||||
public const short CultistLightingArc = 33;
|
||||
public const short CultistRitual = 34;
|
||||
public const short CultistIceshard = 35;
|
||||
public const short StarWrath = 36;
|
||||
public const short PlayerStoned = 37;
|
||||
public const short BejeweledValkyrieWing = 38;
|
||||
public const short KingSlimeCrown = 39;
|
||||
public const short PirateShipFlag = 40;
|
||||
public const short PirateShipOar = 41;
|
||||
public const short PirateShipSail1 = 42;
|
||||
public const short PirateShipSail2 = 43;
|
||||
public const short PirateShipSail3 = 44;
|
||||
public const short PirateShipSail4 = 45;
|
||||
public const short StardustJellyfishSmall = 46;
|
||||
public const short StardustTowerMark = 47;
|
||||
public const short EmoteBubble = 48;
|
||||
public const short ScreenObfuscation = 49;
|
||||
public const short VortexBlack = 50;
|
||||
public const short MagicAura = 51;
|
||||
public const short GuideFrontal = 52;
|
||||
public const short TravellingMerchantFrontal = 53;
|
||||
public const short EquipIcons = 54;
|
||||
public const short MeteorHeadFlame = 55;
|
||||
public const short MartianWalkerCannon = 56;
|
||||
public const short AncientLight = 57;
|
||||
public const short DefenseShield = 58;
|
||||
public const short PortalGateHalo = 59;
|
||||
public const short PortalGateHalo2 = 60;
|
||||
public const short SolarBlaze = 61;
|
||||
public const short SolarBlaze2 = 62;
|
||||
public const short SolarBlaze3 = 63;
|
||||
public const short NebulaArcanumItemHold = 64;
|
||||
public const short PhantasmMuzzle = 65;
|
||||
public const short SuspiciousTentacle = 66;
|
||||
public const short Yoraiz0rDarkness = 67;
|
||||
public const short LaserGrid2 = 68;
|
||||
public const short PartyBalloonsSmall = 69;
|
||||
public const short PartyBalloonsBig = 70;
|
||||
public const short PartyBalloonsTriplet = 71;
|
||||
public const short TownNPCHats = 72;
|
||||
public const short DjinnsCurse = 73;
|
||||
public const short ForbiddenSign = 74;
|
||||
public const short BlackBolt = 75;
|
||||
public const short Tumbleweed = 76;
|
||||
public const short ElfEars = 77;
|
||||
public const short DD2ElderEye = 78;
|
||||
public const short EventIconOldOnesArmy = 79;
|
||||
public const short DD2SkeletonFlame = 80;
|
||||
public const short DD2BetsyWingFront = 81;
|
||||
public const short DD2BetsyWingBack = 82;
|
||||
public const short DD2BallistraTowerT1 = 83;
|
||||
public const short DD2BallistraTowerT2 = 84;
|
||||
public const short DD2BallistraTowerT3 = 85;
|
||||
public const short DD2LightningAuraT1 = 86;
|
||||
public const short DD2LightningAuraT2 = 87;
|
||||
public const short DD2LightningAuraT3 = 88;
|
||||
public const short ThePerfectGlow = 89;
|
||||
public const short ArkhalisMask = 90;
|
||||
public const short Count = 91;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue