아이템 백과사전 객체 수정

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