maplestory-openapi
Advanced tools
Comparing version 2.7.2 to 2.7.3
{ | ||
"name": "maplestory-openapi", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -20,2 +20,6 @@ import { CharacterCashItemEquipmentPresetDto } from './characterCashItemEquipmentPresetDto'; | ||
/** | ||
* 캐릭터 외형 모드(0:일반 모드, 1:제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드) | ||
*/ | ||
characterLookMode: string | null; | ||
/** | ||
* 적용 중인 캐시 장비 프리셋 번호 | ||
@@ -22,0 +26,0 @@ */ |
@@ -47,2 +47,14 @@ import { CharacterSymbolEquipmentInfoDtoBody } from '../../response/character/characterSymbolEquipmentDtoBody'; | ||
/** | ||
* 심볼로 증가한 아이템 드롭률 | ||
*/ | ||
symbolDropRate: string; | ||
/** | ||
* 심볼로 증가한 메소 획득량 | ||
*/ | ||
symbolMesoRate: string; | ||
/** | ||
* 심볼로 증가한 경험치 획득량 | ||
*/ | ||
symbolExpRate: string; | ||
/** | ||
* 현재 보유 성장치 | ||
@@ -49,0 +61,0 @@ */ |
@@ -5,2 +5,3 @@ type CharacterCashItemEquipmentDtoBody = { | ||
character_class: string; | ||
character_look_mode: string | null; | ||
preset_no: number; | ||
@@ -7,0 +8,0 @@ cash_item_equipment_base: CharacterCashItemEquipmentPresetDtoBody[]; |
@@ -17,2 +17,5 @@ type CharacterSymbolEquipmentDtoBody = { | ||
symbol_hp: string; | ||
symbol_drop_rate: string | null; | ||
symbol_meso_rate: string | null; | ||
symbol_exp_rate: string | null; | ||
symbol_growth_count: number; | ||
@@ -19,0 +22,0 @@ symbol_require_growth_count: number; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
640565
18626