고급강의실
2014.10.15 02:22

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

조회 수 746 추천 수 0 댓글 1
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

@id=1//적 ID

@name="Slime"//이름

@gold=5//얻는 금화

@battler_hue=0//색상
여기서 생상은 색체를 뜻합니다. 값이 오르면 오를수록 색이 변합니다.

@exp=3//얻는 경험치

@battler_name="Slime"//배틀시 이름

@actions=[#<RPG::Enemy::Action:0x6f62894 @condition_type=0, @rating=5, @skill_id=1, @condition_param2=0, @condition_param1=0>]//행동 패턴

@note=""//설명

---
@hit=95//공격 성공 확률

@eva=5//??
---
---안에 있는 것은 특성에 정의 내려진 특징이기 때문에 굳이 사용이 되지 않는 것으로 추측됩니다.

@features=[#<RPG::BaseItem::Feature:0x6f62754 @code=22, @data_id=0, @value=0.95>, #<RPG::BaseItem::Feature:0x6f626c8 @code=22, @data_id=1, @value=0.05>, #<RPG::BaseItem::Feature:0x6f62678 @code=31, @data_id=1, @value=100>, #<RPG::BaseItem::Feature:0x6f62664 @code=11, @data_id=4, @value=2.0>],//특성

@params=[100, 0, 12, 4, 8, 8, 10, 10]//능력치

[체력, 마력, 공격력, 방어력, 마법 공격력, 마법 방어력, 민첩성, 운] 순으로 무기 능력치와 같습니다.

@drop_items=[#<RPG::Enemy::DropItem:0x6f586b4 @denominator=1, @kind=0, @data_id=1>, #<RPG::Enemy::DropItem:0x6f58628 @denominator=1, @kind=0, @data_id=1>, #<RPG::Enemy::DropItem:0x6f58600 @denominator=1, @kind=0, @data_id=1>]//떨구는 아이템류 
떨어뜨리는 아이템를 표시하는 것으로
denominator : 분모->확률 1/@denominator
kind : 종류(없음, 아이템, 무기, 방어구)
data_id : 데이터 정보 id로 무기 = 1이면, 첫번째 무기를 뜻합니다.
?

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

    Date2016.01.12 Category초급강의실 By천무 Views7877 Votes1
    read more
  2. [RMMV] 크로노 엔진(Chrono Engine) 플러그인 사용법

    Date2017.07.16 Category고급강의실 By러닝은빛 Views3874 Votes2
    Read More
  3. [MV플러그인] Armor Scaling 강의

    Date2016.02.13 Category고급강의실 By백난화백 Views3688 Votes2
    Read More
  4. [MV플러그인] Action Sequence 강의

    Date2016.02.12 Category고급강의실 By백난화백 Views5772 Votes1
    Read More
  5. [동영상] 스크립트 나도좀 잘해보자 -1-

    Date2016.02.04 Category고급강의실 By천무 Views1791 Votes1
    Read More
  6. PIXI Filter 총정리 (PIXI 2.2.9)

    Date2016.01.18 Category고급강의실 By러닝은빛 Views18771 Votes3
    Read More
  7. [RGSS2 강좌] 기초편 2. 변수와 상수

    Date2016.01.10 Category고급강의실 By천무 Views697 Votes0
    Read More
  8. [RGSS2 강좌] 기초편 1. 소개

    Date2016.01.10 Category고급강의실 By천무 Views1109 Votes0
    Read More
  9. Rpg Maker MV 함수 리스트(공식포럼)

    Date2016.01.10 Category고급강의실 Byplam Views1473 Votes1
    Read More
  10. 타이틀에 동영상을 넣는 플러그인 사용법

    Date2016.01.08 Category고급강의실 By러닝은빛 Views2768 Votes1
    Read More
  11. RPG Maker MV 메모리 누수 문제 해결법

    Date2016.01.07 Category고급강의실 By러닝은빛 Views4914 Votes1
    Read More
  12. XP to MV 컨버터 사용법

    Date2015.12.28 Category고급강의실 By러닝은빛 Views2926 Votes0
    Read More
  13. 기본 게임 폰트를 다른 폰트로 바꾸기

    Date2015.12.21 Category고급강의실 By러닝은빛 Views7675 Votes0
    Read More
  14. 처음부터 전체화면으로 시작하기

    Date2015.12.21 Category고급강의실 By러닝은빛 Views4479 Votes0
    Read More
  15. [RPG MV] 타이틀 메뉴 일부 없애기

    Date2015.12.20 Category고급강의실 By박야옹 Views3951 Votes1
    Read More
  16. [RPGMV Plugin 영상] 무작정 해보기 "Gameus' Quest System"

    Date2015.12.20 Category고급강의실 By천무 Views1944 Votes0
    Read More
  17. [RPGMV Plugin 영상] 무작정 해보기 "심플ATB"

    Date2015.12.20 Category고급강의실 By천무 Views1230 Votes0
    Read More
  18. VX Ace to MV 컨버터 사용법 ( .rvdata2 → .json )

    Date2015.12.14 Category고급강의실 By러닝은빛 Views7495 Votes0
    Read More
  19. [RPGMV Plugin 영상] 한국어 조사처리, 해상도변경 플러그인!!

    Date2015.12.12 Category고급강의실 By천무 Views1497 Votes0
    Read More
  20. [소공지] 플러그인 무작정 해드린다 진행해봅니다.

    Date2015.12.09 Category고급강의실 By천무 Views733 Votes0
    Read More
  21. [RPGMV Plugin 영상] 한글이름 입력, 전투속도증가 플러그인!!

    Date2015.12.09 Category고급강의실 By천무 Views2056 Votes0
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4


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

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