This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
forked from Unowndeveloper/PokeMod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
305 changed files
with
82,628 additions
and
28,801 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BeedrillBuff : PokeBuff | ||
{ | ||
public override float id {get{return 15f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BeedrillBuff : PokeBuff | ||
{ | ||
public override float id {get{return 15f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BlastoiseBuff : PokeBuff | ||
{ | ||
public override float id {get{return 9f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BlastoiseBuff : PokeBuff | ||
{ | ||
public override float id {get{return 9f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BulbasaurBuff : PokeBuff | ||
{ | ||
public override float id {get{return 1f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class BulbasaurBuff : PokeBuff | ||
{ | ||
public override float id {get{return 1f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ButterfreeBuff : PokeBuff | ||
{ | ||
public override float id {get{return 12f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ButterfreeBuff : PokeBuff | ||
{ | ||
public override float id {get{return 12f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CaterpieBuff : PokeBuff | ||
{ | ||
public override float id {get{return 10f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CaterpieBuff : PokeBuff | ||
{ | ||
public override float id {get{return 10f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharizardBuff : PokeBuff | ||
{ | ||
public override float id {get{return 6f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharizardBuff : PokeBuff | ||
{ | ||
public override float id {get{return 6f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharmanderBuff : PokeBuff | ||
{ | ||
public override float id {get{return 4f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharmanderBuff : PokeBuff | ||
{ | ||
public override float id {get{return 4f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharmeleonBuff : PokeBuff | ||
{ | ||
public override float id {get{return 5f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class CharmeleonBuff : PokeBuff | ||
{ | ||
public override float id {get{return 5f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ClefableBuff : PokeBuff | ||
{ | ||
public override float id {get{return 36f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ClefableBuff : PokeBuff | ||
{ | ||
public override float id {get{return 36f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ClefairyBuff : PokeBuff | ||
{ | ||
public override float id {get{return 35f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class ClefairyBuff : PokeBuff | ||
{ | ||
public override float id {get{return 35f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class DiglettBuff : PokeBuff | ||
{ | ||
public override float id {get{return 50f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class DiglettBuff : PokeBuff | ||
{ | ||
public override float id {get{return 50f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class DugtrioBuff : PokeBuff | ||
{ | ||
public override float id {get{return 51f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class DugtrioBuff : PokeBuff | ||
{ | ||
public override float id {get{return 51f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class EkansBuff : PokeBuff | ||
{ | ||
public override float id {get{return 23f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class EkansBuff : PokeBuff | ||
{ | ||
public override float id {get{return 23f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class FearowBuff : PokeBuff | ||
{ | ||
public override float id {get{return 22f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class FearowBuff : PokeBuff | ||
{ | ||
public override float id {get{return 22f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class GloomBuff : PokeBuff | ||
{ | ||
public override float id {get{return 44f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class GloomBuff : PokeBuff | ||
{ | ||
public override float id {get{return 44f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class GolbatBuff : PokeBuff | ||
{ | ||
public override float id {get{return 42f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class GolbatBuff : PokeBuff | ||
{ | ||
public override float id {get{return 42f;}} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class IvysaurBuff : PokeBuff | ||
{ | ||
public override float id {get{return 2f;}} | ||
} | ||
} | ||
using System; | ||
using Terraria; | ||
using Terraria.ModLoader; | ||
|
||
namespace PokeModRed.Buffs { | ||
|
||
public class IvysaurBuff : PokeBuff | ||
{ | ||
public override float id {get{return 2f;}} | ||
} | ||
} |
Oops, something went wrong.