游戏狂人
 
- 贡献度
- 7
- 金元
- 12221
- 积分
- 1250
- 精华
- 0
- 注册时间
- 2012-7-6
|
可以添加
private void GetProp()
{
if (Loads.player_WeaponClass_now == "Bult_A")
{
this.GetporpData.Add(new List<string>
{
"igop004",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
this.GetporpData.Add(new List<string>
{
"igop005",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
}
else if (Loads.player_WeaponClass_now == "Bult_B")
{
this.GetporpData.Add(new List<string>
{
"igop002",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
this.GetporpData.Add(new List<string>
{
"igop003",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
}
else if (Loads.player_WeaponClass_now == "Bult_S")
{
this.GetporpData.Add(new List<string>
{
"igop010",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
this.GetporpData.Add(new List<string>
{
"igop011",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
}
this.GetporpData.Add(new List<string>
{
"erop016",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
this.GetporpData.Add(new List<string>
{
"egop010",
(TrueRandom.GetRanom(10000) + 1000).ToString()
});
this.GetporpData.Add(new List<string>
{
"egop001",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop002",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop003",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop004",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop005",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop006",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop007",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop011",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop012",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop013",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop014",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop015",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hgop013",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hgop019",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hrop015",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hrop017",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hrop025",
"10000"
});
this.GetporpData.Add(new List<string>
{
"hrop026",
"10000"
});
this.GetporpData.Add(new List<string>
{
"jrop008",
"10000"
});
this.GetporpData.Add(new List<string>
{
"dgop001",
"10000"
});
this.GetporpData.Add(new List<string>
{
"dgop002",
"10000"
});
this.GetporpData.Add(new List<string>
{
"dgop003",
"10000"
});
this.GetporpData.Add(new List<string>
{
"egop018",
"10000"
});
this.GetporpData.Add(new List<string>
{
"frop001",
"10000"
});
this.GetporpData.Add(new List<string>
{
"frop002",
"10000"
});
this.GetporpData.Add(new List<string>
{
"frop003",
"10000"
});
this.GetporpData.Add(new List<string>
{
"frop004",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop001",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop002",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop003",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop004",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop005",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop011",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop016",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop018",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop019",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop020",
"10000"
});
this.GetporpData.Add(new List<string>
{
"arop022",
"10000"
});
this.GetporpData.Add(new List<string>
{
"cgop001",
"10000"
});
this.GetporpData.Add(new List<string>
{
"cgop002",
"10000"
});
this.GetporpData.Add(new List<string>
{
"cgop003",
"10000"
});
this.GetporpData.Add(new List<string>
{
"cgop004",
"10000"
});
这样开局就能拥有全世界 不用出门了
|
|