Terraria 1.4.0.5 Source Code
This commit is contained in:
commit
05205f009e
1059 changed files with 563450 additions and 0 deletions
308
ID/AmmoID.cs
Normal file
308
ID/AmmoID.cs
Normal file
|
@ -0,0 +1,308 @@
|
|||
// Decompiled with JetBrains decompiler
|
||||
// Type: Terraria.ID.AmmoID
|
||||
// Assembly: Terraria, Version=1.4.0.5, Culture=neutral, PublicKeyToken=null
|
||||
// MVID: 67F9E73E-0A81-4937-A22C-5515CD405A83
|
||||
// Assembly location: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Terraria.ID
|
||||
{
|
||||
public static class AmmoID
|
||||
{
|
||||
public static int None = 0;
|
||||
public static int Gel = 23;
|
||||
public static int Arrow = 40;
|
||||
public static int Coin = 71;
|
||||
public static int FallenStar = 75;
|
||||
public static int Bullet = 97;
|
||||
public static int Sand = 169;
|
||||
public static int Dart = 283;
|
||||
public static int Rocket = 771;
|
||||
public static int Solution = 780;
|
||||
public static int Flare = 931;
|
||||
public static int Snowball = 949;
|
||||
public static int StyngerBolt = 1261;
|
||||
public static int CandyCorn = 1783;
|
||||
public static int JackOLantern = 1785;
|
||||
public static int Stake = 1836;
|
||||
public static int NailFriendly = 3108;
|
||||
|
||||
public class Sets
|
||||
{
|
||||
public static Dictionary<int, Dictionary<int, int>> SpecificLauncherAmmoProjectileMatches = new Dictionary<int, Dictionary<int, int>>()
|
||||
{
|
||||
{
|
||||
759,
|
||||
new Dictionary<int, int>()
|
||||
{
|
||||
{
|
||||
771,
|
||||
134
|
||||
},
|
||||
{
|
||||
772,
|
||||
137
|
||||
},
|
||||
{
|
||||
773,
|
||||
140
|
||||
},
|
||||
{
|
||||
774,
|
||||
143
|
||||
},
|
||||
{
|
||||
4445,
|
||||
776
|
||||
},
|
||||
{
|
||||
4446,
|
||||
780
|
||||
},
|
||||
{
|
||||
4457,
|
||||
793
|
||||
},
|
||||
{
|
||||
4458,
|
||||
796
|
||||
},
|
||||
{
|
||||
4459,
|
||||
799
|
||||
},
|
||||
{
|
||||
4447,
|
||||
784
|
||||
},
|
||||
{
|
||||
4448,
|
||||
787
|
||||
},
|
||||
{
|
||||
4449,
|
||||
790
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
758,
|
||||
new Dictionary<int, int>()
|
||||
{
|
||||
{
|
||||
771,
|
||||
133
|
||||
},
|
||||
{
|
||||
772,
|
||||
136
|
||||
},
|
||||
{
|
||||
773,
|
||||
139
|
||||
},
|
||||
{
|
||||
774,
|
||||
142
|
||||
},
|
||||
{
|
||||
4445,
|
||||
777
|
||||
},
|
||||
{
|
||||
4446,
|
||||
781
|
||||
},
|
||||
{
|
||||
4457,
|
||||
794
|
||||
},
|
||||
{
|
||||
4458,
|
||||
797
|
||||
},
|
||||
{
|
||||
4459,
|
||||
800
|
||||
},
|
||||
{
|
||||
4447,
|
||||
785
|
||||
},
|
||||
{
|
||||
4448,
|
||||
788
|
||||
},
|
||||
{
|
||||
4449,
|
||||
791
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
760,
|
||||
new Dictionary<int, int>()
|
||||
{
|
||||
{
|
||||
771,
|
||||
135
|
||||
},
|
||||
{
|
||||
772,
|
||||
138
|
||||
},
|
||||
{
|
||||
773,
|
||||
141
|
||||
},
|
||||
{
|
||||
774,
|
||||
144
|
||||
},
|
||||
{
|
||||
4445,
|
||||
778
|
||||
},
|
||||
{
|
||||
4446,
|
||||
782
|
||||
},
|
||||
{
|
||||
4457,
|
||||
795
|
||||
},
|
||||
{
|
||||
4458,
|
||||
798
|
||||
},
|
||||
{
|
||||
4459,
|
||||
801
|
||||
},
|
||||
{
|
||||
4447,
|
||||
786
|
||||
},
|
||||
{
|
||||
4448,
|
||||
789
|
||||
},
|
||||
{
|
||||
4449,
|
||||
792
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
1946,
|
||||
new Dictionary<int, int>()
|
||||
{
|
||||
{
|
||||
771,
|
||||
338
|
||||
},
|
||||
{
|
||||
772,
|
||||
339
|
||||
},
|
||||
{
|
||||
773,
|
||||
340
|
||||
},
|
||||
{
|
||||
774,
|
||||
341
|
||||
},
|
||||
{
|
||||
4445,
|
||||
803
|
||||
},
|
||||
{
|
||||
4446,
|
||||
804
|
||||
},
|
||||
{
|
||||
4457,
|
||||
808
|
||||
},
|
||||
{
|
||||
4458,
|
||||
809
|
||||
},
|
||||
{
|
||||
4459,
|
||||
810
|
||||
},
|
||||
{
|
||||
4447,
|
||||
805
|
||||
},
|
||||
{
|
||||
4448,
|
||||
806
|
||||
},
|
||||
{
|
||||
4449,
|
||||
807
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
3930,
|
||||
new Dictionary<int, int>()
|
||||
{
|
||||
{
|
||||
771,
|
||||
715
|
||||
},
|
||||
{
|
||||
772,
|
||||
716
|
||||
},
|
||||
{
|
||||
773,
|
||||
717
|
||||
},
|
||||
{
|
||||
774,
|
||||
718
|
||||
},
|
||||
{
|
||||
4445,
|
||||
717
|
||||
},
|
||||
{
|
||||
4446,
|
||||
718
|
||||
},
|
||||
{
|
||||
4457,
|
||||
717
|
||||
},
|
||||
{
|
||||
4458,
|
||||
718
|
||||
},
|
||||
{
|
||||
4459,
|
||||
717
|
||||
},
|
||||
{
|
||||
4447,
|
||||
717
|
||||
},
|
||||
{
|
||||
4448,
|
||||
717
|
||||
},
|
||||
{
|
||||
4449,
|
||||
717
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue