아이템 백과사전 객체 수정

This commit is contained in:
2025-09-04 14:33:13 +09:00
parent 5c7782de7a
commit a5f21f6000

View File

@@ -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")