ThePieBaker90 / Tmodloader-fortnite-items

Files for the terraria mod "Fortnite Items"
GNU Affero General Public License v3.0
3 stars 0 forks source link

Add Mounts #198

Open ThePieBaker90 opened 10 months ago

ThePieBaker90 commented 10 months ago

Requested to add mounts in the forms of vehicles

ThePieBaker90 commented 10 months ago

Some Good Resources for Mounts:

Mount Buff:

https://github.com/tModLoader/tModLoader/blob/1.4.4/ExampleMod/Content/Buffs/ExampleMountBuff.cs

Mount Spawning Item:

https://github.com/tModLoader/tModLoader/blob/1.4.4/ExampleMod/Content/Items/Mounts/ExampleMountItem.cs

Mount Itself:

https://github.com/tModLoader/tModLoader/blob/1.4.4/ExampleMod/Content/Mounts/ExampleMount.cs

MountData fields

https://github.com/tModLoader/tModLoader/wiki/MountDataParameters