고급강의실
2014.10.14 03:50

RPG Maker VX ACE - Item 데이터 구조.

조회 수 835 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
RPG::Item:0x1c2fd20

@id=1//아이템 ID

@name="Potion"//이름

@icon_index=192//아이콘 번호
아이템창에 뜨는 모양을 뜻합니다.

@description="Recovers 500 HP."//설명

@consumable=true//소모품 유무
@occasion=0//사용방식
사용되는 경우를 뜻하는 것으로 전투시에만 작동할 수 있게 하거나 메뉴에서만 쓸 수 있게 만들수 있는 경우를 저장하는 데이터입니다.

0 : Always
1 : Only in Battle
2 : Only from the Menu
3 : Never

@price=50//가격

상점가.(가격)을 뜻합니다.

@scope=7//대상
사용할 수 있는 대상을 뜻합니다.

0 : none
1 : One Enemy
2 : All Enemies
3 : 1 Random Enemy
4 : 2 Random Enemy
5 : 3 Random Enemy
6 : 4 Random Enemy
7 : One Ally
8 : All Allies
9 : One Ally (Dead)
10 : All Allies (Dead)
11 : The User


@animation_id=37//사용했을시 나오는 애니메이션. -1은 일반 공격.
-1은 일반공격 애니메이션이고, 그 외 다른 것은 Animation의 데이터에 따릅니다.

@note=""//메모

@speed=0//사용하고 난 후의 턴소모.
스피드로 턴소모관련된 정보를 서술합니다.

@features=[]//특징

@effects=[#<RPG::UsableItem::Effect:0x1c2f104 @code=11, @data_id=0, @value1=0.0, @value2=500.0>]//효과

@damage=#<RPG::UsableItem::Damage:0x1c0f8b8 @type=0, @element_id=0, @formula="0", @variance=20, @critical=false>//데미지 연산법(skills와 동일)

@success_rate=100//성공가능성%

@hit_type=0//공격방법

@itype_id=1//아이템 타입

@repeats=1//대상

@tp_gain=0//TP얻는량 
?

  1. 게임제작강좌 A-Z 색인 (2016.1.24 ver)

    Date2016.01.12 Category초급강의실 By천무 Views7383 Votes1
    read more
  2. [필독]RPG MAKER MV 안드로이드 APK파일로 뽑아내는 방법!

    Date2015.10.26 Category고급강의실 By안경포스 Views10802 Votes2
    Read More
  3. VX ACE XAS로 액션 RPG를 만들어보자! - 2. 적에게 공격을 해보자!

    Date2015.10.05 Category고급강의실 By데크크래프트 Views1221 Votes2
    Read More
  4. 네코 플레이어 메세지 활용하기

    Date2015.09.01 Category고급강의실 By 운 Views571 Votes2
    Read More
  5. VX ACE XAS로 액션 RPG를 만들어보자! - 1. 개요

    Date2015.04.01 Category고급강의실 By데크크래프트 Views3968 Votes0
    Read More
  6. 그림표시50개끝? 51개 해보자.

    Date2014.12.01 Category고급강의실 By 운 Views1191 Votes1
    Read More
  7. RPG Maker VX Ace - 선택지 윈도우 만들기

    Date2014.10.16 Category고급강의실 ByJunkMan Views1799 Votes2
    Read More
  8. RPG Maker VX Ace - 윈도우 만들기

    Date2014.10.16 Category고급강의실 ByJunkMan Views2542 Votes2
    Read More
  9. RPG Maker VX Ace - RPG Maker Title 장면(Scene) 수정하기.

    Date2014.10.15 Category고급강의실 ByJunkMan Views1661 Votes1
    Read More
  10. RPG Maker VX ACE - System 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views1056 Votes0
    Read More
  11. RPG Maker VX ACE - CommonEvent 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views701 Votes0
    Read More
  12. RPG Maker VX ACE - Animation 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views707 Votes0
    Read More
  13. RPG Maker VX ACE - State 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views679 Votes0
    Read More
  14. RPG Maker VX ACE - Troop 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views627 Votes0
    Read More
  15. RPG Maker VX ACE - Enemy 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views687 Votes0
    Read More
  16. RPG Maker VX ACE - Armor 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views557 Votes0
    Read More
  17. RPG Maker VX ACE - Weapon 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views848 Votes0
    Read More
  18. RPG Maker VX ACE - Item 데이터 구조.

    Date2014.10.14 Category고급강의실 ByJunkMan Views835 Votes0
    Read More
  19. RPG Maker VX ACE - Skill 데이터 구조.

    Date2014.10.14 Category고급강의실 ByJunkMan Views1156 Votes0
    Read More
  20. RPG Maker VX ACE - Classes 데이터 구조.

    Date2014.10.07 Category고급강의실 ByJunkMan Views836 Votes0
    Read More
  21. RPG Maker VX Ace - Event 추가 하기/ Event Command 추가하기.

    Date2014.10.06 Category고급강의실 ByJunkMan Views2812 Votes0
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4






[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)