forked from tModLoader/tModLoader
-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
1 parent
eaf1e56
commit 182d1ef
Showing
38 changed files
with
164 additions
and
13 deletions.
There are no files selected for viewing
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
57 changes: 57 additions & 0 deletions
57
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal.cs
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
using Microsoft.Xna.Framework; | ||
using Microsoft.Xna.Framework.Graphics; | ||
using System; | ||
using Terraria.DataStructures; | ||
|
||
namespace Terraria.ModLoader.Default.Patreon | ||
{ | ||
internal class AlejandroAkbal_Head : PatreonItem | ||
{ | ||
public override string SetName => "AlejandroAkbal"; | ||
public override EquipType ItemEquipType => EquipType.Head; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 34; | ||
item.height = 22; | ||
} | ||
} | ||
|
||
// female sprite was pretty much the same and made it difficult to support, so ommitted. | ||
internal class AlejandroAkbal_Body : PatreonItem | ||
{ | ||
public override string SetName => "AlejandroAkbal"; | ||
public override EquipType ItemEquipType => EquipType.Body; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 42; | ||
item.height = 24; | ||
} | ||
} | ||
|
||
internal class AlejandroAkbal_Legs : PatreonItem | ||
{ | ||
public override string SetName => "AlejandroAkbal"; | ||
public override EquipType ItemEquipType => EquipType.Legs; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 22; | ||
item.height = 18; | ||
} | ||
} | ||
|
||
internal class AlejandroAkbal_Back : PatreonItem | ||
{ | ||
public override string SetName => "AlejandroAkbal"; | ||
public override EquipType ItemEquipType => EquipType.Back; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 22; | ||
item.height = 18; | ||
item.accessory = true; | ||
} | ||
} | ||
} |
Binary file added
BIN
+499 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.23 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Back_Back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+486 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.86 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Body_Arms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.3 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Body_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.57 KB
...es/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Body_Female.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+467 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.91 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Head_Head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+346 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Legs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.2 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/AlejandroAkbal_Legs_Legs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-6.54 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Armor_Body_1.png
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
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
Binary file modified
BIN
-2.56 KB
(17%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.56 KB
(51%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Body_Arms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.75 KB
(58%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Body_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.64 KB
(16%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+337 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Head_Glow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.62 KB
(49%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Head_Head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.6 KB
(12%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Legs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.02 KB
(39%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Legs_Legs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-2.45 KB
(16%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Wings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.88 KB
(54%)
patches/tModLoader/Terraria.ModLoader.Default.Patreon/Saethar_Wings_Wings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions
62
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen.cs
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
using Microsoft.Xna.Framework; | ||
using Microsoft.Xna.Framework.Graphics; | ||
using System; | ||
using Terraria.DataStructures; | ||
|
||
namespace Terraria.ModLoader.Default.Patreon | ||
{ | ||
internal class dschosen_Head : PatreonItem | ||
{ | ||
public override string SetName => "dschosen"; | ||
public override EquipType ItemEquipType => EquipType.Head; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 34; | ||
item.height = 22; | ||
} | ||
} | ||
|
||
// female sprite was pretty much the same and made it difficult to support, so ommitted. | ||
internal class dschosen_Body : PatreonItem | ||
{ | ||
public override string SetName => "dschosen"; | ||
public override EquipType ItemEquipType => EquipType.Body; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 42; | ||
item.height = 24; | ||
} | ||
} | ||
|
||
internal class dschosen_Legs : PatreonItem | ||
{ | ||
public override string SetName => "dschosen"; | ||
public override EquipType ItemEquipType => EquipType.Legs; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.width = 22; | ||
item.height = 18; | ||
} | ||
} | ||
|
||
internal class dschosen_Wings : PatreonItem | ||
{ | ||
public override string SetName => "dschosen"; | ||
public override EquipType ItemEquipType => EquipType.Wings; | ||
|
||
public override void SetDefaults() { | ||
base.SetDefaults(); | ||
item.vanity = false; | ||
item.width = 24; | ||
item.height = 8; | ||
item.accessory = true; | ||
} | ||
|
||
public override void UpdateAccessory(Player player, bool hideVisual) { | ||
player.wingTimeMax = 150; | ||
} | ||
} | ||
} |
Binary file added
BIN
+536 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.67 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Body_Arms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.53 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Body_Body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+461 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.82 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Head_Head.png
Oops, something went wrong.
Binary file added
BIN
+393 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Legs.png
Oops, something went wrong.
Binary file added
BIN
+2.17 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Legs_Legs.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Wings.png
Oops, something went wrong.
Binary file added
BIN
+1.2 KB
patches/tModLoader/Terraria.ModLoader.Default.Patreon/dschosen_Wings_Wings.png
Oops, something went wrong.
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
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
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