Suit

@Serializable
abstract class Suit(val name: String, val prefix: String, val piecesRequired: Int, effectsMap: Map<Int, List<Effect>>, propertyMap: Map<Int, List<Property>>) : Describable

套装系统

Inheritors

Constructors

Link copied to clipboard
constructor(name: String, prefix: String, piecesRequired: Int, effectsMap: Map<Int, List<Effect>>, propertyMap: Map<Int, List<Property>>)

Properties

Link copied to clipboard

套装名称

Link copied to clipboard

最低生效件数

Link copied to clipboard

前缀

Link copied to clipboard
abstract val smallComposition: String

小作文描述

Functions

Link copied to clipboard
fun getEffects(pieceCount: Int): List<Effect>

获取当前装备数量对应的套装效果

Link copied to clipboard
fun getProperty(pieceCount: Int): List<Property>

获取当前装备数量对应的套装效果