Table of Contents
Class for adding a custom Map Artifact to the Rogue Legends mode
public abstract class ModMapArtifact : BTD_Mod_Helper.Api.Legends.ModArtifact<MapArtifactData, MapArtifactModel>
Inheritance System.Object ModContent NamedModContent ModArtifact BTD_Mod_Helper.Api.Legends.ModArtifact<Il2CppAssets.Scripts.Data.Artifacts.MapArtifactData,Il2CppAssets.Scripts.Models.Artifacts.MapArtifactModel> ModMapArtifact
Creates the ArtifactModelBase derived model for this Artifact
protected sealed override MapArtifactModel CreateArtifactModel(int tier, int index);
tier
System.Int32
0 for Common, 1 for Rare, 2 for Legendary
index
System.Int32
Artifact index
Il2CppAssets.Scripts.Models.Artifacts.MapArtifactModel
Created Artifact Model