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