C# 클래스 ACR_Items.Generation

상속: CLRScriptFramework.CLRScriptBase
파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DroppableGems int>.Dictionary
SpellFocusLeft int>.Dictionary
SpellFocusRight int>.Dictionary
SpellSchoolFocus List
rand System.Random

공개 메소드들

메소드 설명
GenerateArt ( CLRScriptBase script, int itemValue ) : int
GenerateLoot ( CLRScriptBase script, int lootValue, int maxItemValue ) : void
GetEnchantmentTheme ( ) : Theme

메소드 상세

GenerateArt() 공개 정적인 메소드

public static GenerateArt ( CLRScriptBase script, int itemValue ) : int
script CLRScriptFramework.CLRScriptBase
itemValue int
리턴 int

GenerateLoot() 공개 정적인 메소드

public static GenerateLoot ( CLRScriptBase script, int lootValue, int maxItemValue ) : void
script CLRScriptFramework.CLRScriptBase
lootValue int
maxItemValue int
리턴 void

GetEnchantmentTheme() 공개 정적인 메소드

public static GetEnchantmentTheme ( ) : Theme
리턴 Theme

프로퍼티 상세

DroppableGems 공개적으로 정적으로 프로퍼티

public static Dictionary DroppableGems
리턴 int>.Dictionary

SpellFocusLeft 공개적으로 정적으로 프로퍼티

public static Dictionary SpellFocusLeft
리턴 int>.Dictionary

SpellFocusRight 공개적으로 정적으로 프로퍼티

public static Dictionary SpellFocusRight
리턴 int>.Dictionary

SpellSchoolFocus 공개적으로 정적으로 프로퍼티

public static List SpellSchoolFocus
리턴 List

rand 공개적으로 정적으로 프로퍼티

public static Random,System rand
리턴 System.Random