아이템 백과사전 객체 수정
This commit is contained in:
@@ -82,6 +82,7 @@ public class ItemDict {
|
||||
@JsonProperty("system_tradable")
|
||||
private boolean systemTradable;
|
||||
//버리기 가능 여부
|
||||
@JsonProperty("throwable")
|
||||
private boolean throwable;
|
||||
//상점에서 구매 가능 여부
|
||||
@JsonProperty("cart_buy")
|
||||
@@ -91,6 +92,7 @@ public class ItemDict {
|
||||
@Builder
|
||||
public static class Attrib{
|
||||
//희귀도
|
||||
@JsonProperty("rarity")
|
||||
private String rarity;
|
||||
//기본 속성
|
||||
@JsonProperty("default_attrib")
|
||||
|
||||
Reference in New Issue
Block a user