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 1 year ago

ThePieBaker90 commented 1 year ago

Requested to add mounts in the forms of vehicles

ThePieBaker90 commented 1 year 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