[한화] YEP.29 – Party System
Introduction
This plugin replaces the “Formation” command found in the in-game menu with a new scene where the player can adjust the party he or she wants in a more comfortable way.
이 플러그인은 편대 명령을 대체하고, 새로운 창으로 대체합니다. 여기서 팀을 더욱 편리하게 조정할 수 있습니다.
If you are using YEP_BattleEngineCore.js and would like to enable party switching mid-battle, place this plugin under YEP_BattleEngineCore.js in the plugin’s list.
하면, 만약, 만약...Battle Engine Core, 전투 중 파티 전환을 시작하려면 YEPBattleEngineCore 아래
This plugin is plug and play. All you have to do is just turn it on and change the parameters to your liking.
이 플러그인은 바로 꽂으면 바로 쓸 수 있다.너는 그것을 열고 네가 원하는 매개 변수를 바꾸기만 하면 된다
Plugin Commands
Here are some plugin commands you can use!
여기 당신이 필요로 하는 플러그인 명령들입니다
Plugin Command:
OpenPartyMenu
Opens up the Party Menu from the field.
파티 열기 메뉴
Actors can also be required, meaning the player must have that actor(s) in the party before the player is able to leave the party menu. Required actors can be moved around, unlike locked actors. Keep in mind if you do make some actors required, do not make the game require more actors than the possible maximum battle members or else the player will be stuck in the party menu.
파티 메뉴를 떠날 때 최소한 한 명의 캐릭터를 가져야 합니다.잠긴 역할과 달리 필수 역할은 이동할 수 있습니다.필수 캐릭터를 설정하면, 필수 캐릭터 수가 전투 파티의 최대 상한선을 초과하지 않도록 하세요. 그렇지 않으면 유저는 파티 메뉴에서 사망합니다.
Plugin Command:
ShowBattleFormation
Shows ‘Formation’ command in battle.
전투 중 편대 명령 보이기
HideBattleFormation
Hides ‘Formation’ command in battle.
전투 중 편대 명령을 숨기다
EnableBattleFormation
Enables ‘Formation’ command in battle.
전투 중 편대 명령 오픈
DisableBattleFormation
Disables ‘Formation’ command in battle.
전투 중 편대 폐쇄 명령
LockActor 3
Locks actor 3.
캐릭터 잠금3
LockActor 4 5 6
Locks actors 4, 5, and 6.
캐릭터 고정 4, 5, 6
UnlockActor 3
Unlocks actor 3.
역할 잠금 해제 3
UnlockActor 4 5 6
Unlocks actors 4, 5, and 6.
캐릭터 잠금 해제 4,5,6
Locked Actors cannot be moved out of their current position and must be in the party.
잠긴 캐릭터는 초기 위치에서 이동할 수 없으며 반드시 파티에 있어야 합니다.
RequireActor 3
Player must have actor 3 in party.
필수 역할 3
RequireActor 4 5 6
Player must have actors 4, 5, and 6 in party.
필수 역할 4, 5, 6
UnrequireActor 3
Player no longer needs actor 3 in party.
필수 역할이 아님3
UnrequireActor 4 5 6
Player no longer needs actors 4, 5, and 6 in party.
필수 역할 없음 4, 5, 6
Required Actors must be in the party in order for the player to be able to exit the party menu.
필수 캐릭터는 파티에서 탈퇴 가능 메뉴
Happy RPG Making!
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
다양한 언어의 JSONJSON은 Javascript 표기법을 사용하여 데이터 구조를 레이아웃하는 데이터 형식입니다. 그러나 Javascript가 코드에서 이러한 구조를 나타낼 수 있는 유일한 언어는 아닙니다. 저는 일반적으로 '객체'{}...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.