Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NRP Dynamic Animation MZ - NRP_DynamicAnimationMZ.js
Plugin desc : v1.241 Automate & super-enhance battle animations.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_DynamicAnimationMZ.js
Desc page : http://newrpg.seesaa.net/article/477190310.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_DynamicAnimationMZ.js
File name : NRP_DynamicAnimationMZ.js
Help of plugin :
Call battle animations freely from skills (items).
* It is also possible to move the animation.
*
* [What you can do]
* 1. Call animation at the same time. And bulk calls.
* 2. Movement such as shooting and circular motion.
* 3. Dynamic changes such as rotation rate and size.
*
* [Usage]
* For example, you can fill out a skills note as follows.
*
* <D-Animation:arcRandomAll/>
*
* The arcRandomAll template allows you to create an animation
* that throws an animation to the entire battler.
* You can also set more detailed parameters.
*
* <D-Animation:arcRandomAll> // throw to all
* id = 82 // Water One 2 (When omitted, use the skill setting)
* repeat = 20
* interval = 1 // repeating interval
* arrival = 7 // arrival frame
* arcY = -200 // height of the arc
* scaleX = 0.5 // animation width
* scaleY = 0.5 // animation height
* </D-Animation>
*
* A large amount of bubbles will be thrown at the enemy forces, making them pop.
* The content changes depending on the parameters.
*
* Other than that, This plugin has many features.
* See below for details.
* http://newrpg.seesaa.net/article/477190310.html
*
* In particular, the following basic usage is easy to understand.
* http://newrpg.seesaa.net/article/473686120.html
*
* [Terms]
* There are no restrictions.
* Modification, redistribution freedom, commercial availability,
* and rights indication are also optional.
* The author is not responsible,
* but will deal with defects to the extent possible.
*
* @param templateList
* @type struct<DynamicAnimation>[]
* @default ["{¥"templateId¥":¥"shot¥",¥"name¥":¥"射撃¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"shotRandom¥",¥"name¥":¥"乱射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"5¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"b.width / 3¥",¥"eyRandom¥":¥"b.height / 3¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"shotRandomAll¥",¥"name¥":¥"全乱射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"4¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"allRangeX¥",¥"eyRandom¥":¥"allRangeY¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"arc¥",¥"name¥":¥"投射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"-100¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"arcRandom¥",¥"name¥":¥"乱投射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"5¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"b.width / 3¥",¥"eyRandom¥":¥"b.height / 3¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"-100¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"arcRandomAll¥",¥"name¥":¥"全乱投射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"4¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"allRangeX¥",¥"eyRandom¥":¥"allRangeY¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"-100¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"random¥",¥"name¥":¥"ランダム¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"5¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"b.width / 3¥",¥"syRandom¥":¥"b.height / 3¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"randomAll¥",¥"name¥":¥"全ランダム¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"25¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"allRangeX¥",¥"syRandom¥":¥"allRangeY¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"randomCircle¥",¥"name¥":¥"円ランダム¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"25¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"allRangeX¥",¥"syRandom¥":¥"ba.randomY() * Math.sqrt(sxRandom**2 - (defaultX - sx)**2) * (Math.random() < 0.5 ? 1 : -1)¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"rain¥",¥"name¥":¥"雨¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"25¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"defaultX¥",¥"sy¥":¥"defaultY - Graphics.boxHeight¥",¥"sxRandom¥":¥"allRangeX¥",¥"syRandom¥":¥"allRangeY¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"sx¥",¥"ey¥":¥"sy + Graphics.boxHeight¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"horizontal¥",¥"name¥":¥"水平¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"5¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"(defaultX + 150 * mirroring) - ((b.isActor() ? Graphics.boxWidth : 0) + (defaultX + 150 * mirroring) * mirroring) * (r / repeat) * mirroring¥",¥"sy¥":¥"b.y - b.height/2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"shotHorizontal¥",¥"name¥":¥"水平射撃¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"defaultX + 250 * mirroring¥",¥"sy¥":¥"b.y - b.height/2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"sx - (defaultX + 250 * mirroring) * mirroring¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"vertical¥",¥"name¥":¥"垂直¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"5¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"b.x¥",¥"sy¥":¥"Graphics.boxHeight * 1/5 + (r / repeat) * (Graphics.boxHeight / 2)¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"pierce¥",¥"name¥":¥"貫通¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"(b.isActor() ? Graphics.boxWidth + 100 : -100)¥",¥"ey¥":¥"sy + (b.y - b.height/2 - sy) * (ex - sx) / (b.x - sx)¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"circle¥",¥"name¥":¥"円周¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"10¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100¥",¥"radiusY¥":¥"100¥",¥"radX¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥",¥"radY¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥"}","{¥"templateId¥":¥"vortex¥",¥"name¥":¥"渦¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100 * (1 - r/repeat)¥",¥"radiusY¥":¥"100 * (1 - r/repeat)¥",¥"radX¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥",¥"radY¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥"}","{¥"templateId¥":¥"spreadVortex¥",¥"name¥":¥"発散渦¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100 * (r/repeat)¥",¥"radiusY¥":¥"100 * (r/repeat)¥",¥"radX¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥",¥"radY¥":¥"(r/repeat * Math.PI*2 - Math.PI/2)¥"}","{¥"templateId¥":¥"revolve¥",¥"name¥":¥"公転¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100¥",¥"radiusY¥":¥"100¥",¥"radX¥":¥"(Math.min(t, arrival)/arrival * Math.PI*2 - Math.PI/2)¥",¥"radY¥":¥"(Math.min(t, arrival)/arrival * Math.PI*2 - Math.PI/2)¥"}","{¥"templateId¥":¥"moveVortex¥",¥"name¥":¥"移動渦¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100 * (1 - Math.min(t, arrival)/arrival)¥",¥"radiusY¥":¥"100 * (1 - Math.min(t, arrival)/arrival)¥",¥"radX¥":¥"Math.min(t, arrival)/arrival * Math.PI*2¥",¥"radY¥":¥"Math.min(t, arrival)/arrival * Math.PI*2¥"}","{¥"templateId¥":¥"spreadMoveVortex¥",¥"name¥":¥"発散移動渦¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"100 * (t/et)¥",¥"radiusY¥":¥"100 * (t/et)¥",¥"radX¥":¥"t/et * Math.PI*2¥",¥"radY¥":¥"t/et * Math.PI*2¥"}","{¥"templateId¥":¥"breath¥",¥"name¥":¥"ブレス¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x - a.width/3 * mirroring¥",¥"sy¥":¥"a.y - a.height * 2/3¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX - 250 * mirroring¥",¥"ey¥":¥"defaultY¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"allRangeY * 1.5 * t/arrival¥",¥"radX¥":¥"¥",¥"radY¥":¥"(r/repeat * Math.PI*2 * 1 - Math.PI/2)¥"}","{¥"templateId¥":¥"fv_breath¥",¥"name¥":¥"FVブレス¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"5¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height * 2/3¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"defaultX¥",¥"ey¥":¥"defaultY - 100 * mirroring¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"allRangeX * 1.5 * t/arrival¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"(r/repeat * Math.PI*2 * 1 - Math.PI/2)¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"converge¥",¥"name¥":¥"収束¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"40¥",¥"limitFlash¥":¥"10¥",¥"limitSound¥":¥"5¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"1/2¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"true¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"da.startRotation(Math.atan2(this.y - ey, this.x - ex))¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"500 * (1 - Math.min(t, arrival)/arrival)¥",¥"radiusY¥":¥"500 * (1 - Math.min(t, arrival)/arrival)¥",¥"radX¥":¥"da.startRandom() * Math.PI * 2¥",¥"radY¥":¥"da.startRandom() * Math.PI * 2¥"}","{¥"templateId¥":¥"radiate¥",¥"name¥":¥"放射¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"40¥",¥"limitFlash¥":¥"10¥",¥"limitSound¥":¥"5¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"1/2¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"true¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"Math.atan2(sy - this.y, sx - this.x)¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"500 * Math.min(t, arrival)/arrival¥",¥"radiusY¥":¥"500 * Math.min(t, arrival)/arrival¥",¥"radX¥":¥"da.startRandom() * Math.PI * 2¥",¥"radY¥":¥"da.startRandom() * Math.PI * 2¥"}","{¥"templateId¥":¥"beam¥",¥"name¥":¥"ビーム¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"true¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"Math.atan2(sy - defaultY, sx - defaultX)¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"diffusionBeam¥",¥"name¥":¥"拡散ビーム¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"20¥",¥"limitFlash¥":¥"4¥",¥"limitSound¥":¥"2¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"true¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"a.x¥",¥"sy¥":¥"a.y - a.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"(Math.atan2(sy - defaultY, sx - defaultX) + da.startRandom() * Math.PI/2 - Math.PI/4)¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"keep¥",¥"name¥":¥"継続¥",¥"delay¥":¥"dataA[no-1].list[0].frame¥",¥"wait¥":¥"¥",¥"repeat¥":¥"dataA[no-1].repeat¥",¥"limitFlash¥":¥"dataA[no-1].limitFlash¥",¥"limitSound¥":¥"dataA[no-1].limitSound¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"dataA[no-1].list[r].id¥",¥"condition¥":¥"¥",¥"position¥":¥"dataA[no-1].list[r].position¥",¥"interval¥":¥"dataA[no-1].list[r].interval¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"dataA[no-1].list[r].ex¥",¥"sy¥":¥"dataA[no-1].list[r].ey¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"boomerang¥",¥"name¥":¥"ブーメラン¥",¥"delay¥":¥"dataA[no-1].frame¥",¥"wait¥":¥"¥",¥"repeat¥":¥"dataA[no-1].repeat¥",¥"limitFlash¥":¥"dataA[no-1].limitFlash¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"dataA[no-1].list[r].id¥",¥"condition¥":¥"¥",¥"position¥":¥"dataA[no-1].list[r].position¥",¥"interval¥":¥"dataA[no-1].list[r].interval¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"dataA[no-1].list[r].ex¥",¥"sy¥":¥"dataA[no-1].list[r].ey¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"dataA[no-1].list[r].sx¥",¥"ey¥":¥"dataA[no-1].list[r].sy¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"dataA[no-1].list[r].arrival¥",¥"arcX¥":¥"dataA[no-1].list[r].arcX * -1¥",¥"arcY¥":¥"dataA[no-1].list[r].arcY * -1¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"dataA[no-1].list[r].afterimage¥",¥"afterimageInterval¥":¥"dataA[no-1].list[r].afterimageInterval¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"eval(dataA[no-1].list[r].addX) * -1¥",¥"addY¥":¥"eval(dataA[no-1].list[r].addY) * -1¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"eval(dataA[no-1].list[r].scaleX)¥",¥"scaleY¥":¥"eval(dataA[no-1].list[r].scaleY)¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"eval(dataA[no-1].list[r].rotation)¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"eval(dataA[no-1].list[r].opacity)¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"spell¥",¥"name¥":¥"魔法発動¥",¥"delay¥":¥"¥",¥"wait¥":¥"(isSync ? 0 : ¥¥¥"auto¥¥¥")¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"a¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"52¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"defaultX¥",¥"sy¥":¥"defaultY¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"follow¥",¥"name¥":¥"追従¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"b.x¥",¥"dy¥":¥"b.y - (position == 0 ? b.height : position == 1 ? b.height/2 : 0)¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"self¥",¥"name¥":¥"自分¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"a¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"lookCourse¥",¥"name¥":¥"進路を向く¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"true¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"playSe¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"(this.beforeY == this.y && this.beforeX == this.x ? this.rotation : Math.atan2(this.beforeY - this.y, this.beforeX - this.x))¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"cellStartX¥":¥"¥",¥"cellEndX¥":¥"¥",¥"cellStartY¥":¥"¥",¥"cellEndY¥":¥"¥",¥"firstInvisible¥":¥"true¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"roll¥",¥"name¥":¥"回転¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"Math.min(t, arrival) / arrival * Math.PI * 2 * mirroring¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"screen¥",¥"name¥":¥"画面¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"Graphics.width / 2¥",¥"sy¥":¥"Graphics.height / 2¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"wait¥",¥"name¥":¥"ウェイト¥",¥"delay¥":¥"¥",¥"wait¥":¥"auto¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"delay¥",¥"name¥":¥"ディレイ¥",¥"delay¥":¥"auto¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"damage¥",¥"name¥":¥"ダメージ¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"true¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"damageAll¥",¥"name¥":¥"全体ダメージ¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"true¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"head¥",¥"name¥":¥"頭上¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"0¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"center¥",¥"name¥":¥"中央¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"1¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"foot¥",¥"name¥":¥"足元¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"2¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"whole¥",¥"name¥":¥"全体¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"3¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"mv¥",¥"name¥":¥"MVアニメーション¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"true¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"ifBattle¥",¥"name¥":¥"戦闘中¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"$gameParty.inBattle()¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}","{¥"templateId¥":¥"ifMap¥",¥"name¥":¥"マップ中¥",¥"delay¥":¥"¥",¥"wait¥":¥"¥",¥"repeat¥":¥"¥",¥"limitFlash¥":¥"¥",¥"limitSound¥":¥"¥",¥"target¥":¥"¥",¥"mv¥":¥"¥",¥"<Repeat>¥":¥"¥",¥"id¥":¥"¥",¥"condition¥":¥"!$gameParty.inBattle()¥",¥"position¥":¥"¥",¥"interval¥":¥"¥",¥"rate¥":¥"¥",¥"nextDelay¥":¥"¥",¥"noMirror¥":¥"¥",¥"damage¥":¥"¥",¥"damageAll¥":¥"¥",¥"commonEvent¥":¥"¥",¥"script¥":¥"¥",¥"plugin¥":¥"¥",¥"<Starting Point>¥":¥"¥",¥"sx¥":¥"¥",¥"sy¥":¥"¥",¥"sxRandom¥":¥"¥",¥"syRandom¥":¥"¥",¥"<End Point>¥":¥"¥",¥"ex¥":¥"¥",¥"ey¥":¥"¥",¥"exRandom¥":¥"¥",¥"eyRandom¥":¥"¥",¥"arrival¥":¥"¥",¥"arcX¥":¥"¥",¥"arcY¥":¥"¥",¥"<Afterimage>¥":¥"¥",¥"afterimage¥":¥"¥",¥"afterimageInterval¥":¥"¥",¥"<Real Time>¥":¥"¥",¥"dx¥":¥"¥",¥"dy¥":¥"¥",¥"addX¥":¥"¥",¥"addY¥":¥"¥",¥"scale¥":¥"¥",¥"scaleX¥":¥"¥",¥"scaleY¥":¥"¥",¥"scaleZ¥":¥"¥",¥"rotation¥":¥"¥",¥"rotationX¥":¥"¥",¥"rotationY¥":¥"¥",¥"rotationZ¥":¥"¥",¥"opacity¥":¥"¥",¥"color¥":¥"¥",¥"z¥":¥"¥",¥"scriptRT¥":¥"¥",¥"<Real Time Circle>¥":¥"¥",¥"radiusX¥":¥"¥",¥"radiusY¥":¥"¥",¥"radX¥":¥"¥",¥"radY¥":¥"¥"}"]
* @desc List of defined template animations.
* You can also add new templates.
*
* @param shortTagName
* @type string
* @default da
* @desc You can omit the tag name with the specified string.
* ex. <D-Animation:shot/> -> <da:shot/>
*
* @param calculationRate
* @type number
* @default 4
* @desc Calculation rate for "interval" and "wait", etc.
* The default value is 4, which is processed every 4/60 seconds.
*
* @param <Animation Position>
* @desc Items related to the position of the animation.
*
* @param screenX
* @parent <Animation Position>
* @type string
* @default ($gameSystem.isSideView() ? Graphics.boxWidth / 4 + 48 : Graphics.boxWidth / 2)
* @desc The X coordinate used in the "center of the screen" animation. If the target is an actor, reversed left and right.
*
* @param screenY
* @parent <Animation Position>
* @type string
* @default ($gameSystem.isSideView() ? Graphics.boxHeight / 3 + 24 : Graphics.boxHeight / 2)
* @desc The Y coordinate used in the "center of the screen" animation.
*
* @param allRangeX
* @parent <Animation Position>
* @type string
* @default ($gameSystem.isSideView() ? Graphics.boxWidth / 4 : Graphics.boxWidth / 3)
* @desc The horizontal range for displaying the animation for all.
* "randomAll" and other templates refer to this value.
*
* @param allRangeY
* @parent <Animation Position>
* @type string
* @default ($gameSystem.isSideView() ? Graphics.boxHeight / 4 : Graphics.boxHeight / 6)
* @desc The Vertical range for displaying the animation for all.
* "randomAll" and other templates refer to this value.
*
* @param mirrorAdjustX
* @parent <Animation Position>
* @type string
* @desc When the target is an actor, adjust the value of screenX.
*
* @param mirrorAdjustY
* @parent <Animation Position>
* @type string
* @desc When the target is an actor, adjust the value of screenY.
*
* @param noMirrorForFriend
* @parent <Animation Position>
* @type boolean
* @default true
* @desc Animations for friends should not be flipped left or right.
*
* @param randomAdjust
* @parent <Animation Position>
* @type number
* @min 0
* @max 1
* @decimals 2
* @desc Disperse the numerical value at random calculation.
* If the value is 0.20, move away from the previous position by about 20%.
*
* @param considerTargetScale
* @parent <Animation Position>
* @type boolean
* @default true
* @desc When calculating the animation position, consider the target scale.
* This item also affects DynamicMotion.
*
* @param overWindow
* @parent <Animation Position>
* @type boolean
* @default false
* @desc Display the animation above the window.
*
* @param <For FrontView>
* @desc Items related to the front view.
*
* @param fvActorHomeX
* @parent <For FrontView>
* @type string
* @default Graphics.boxWidth / 2
* @desc If it is a front view, set the X position of the actor.
*
* @param fvActorHomeY
* @parent <For FrontView>
* @type string
* @default Graphics.boxHeight * 7/10
* @desc If it is a front view, set the Y position of the actor.
*
* @param <Conflict>
* @desc Items related to plug-in conflict countermeasures..
*
* @param conflictMode
* @parent <Conflict>
* @type select
* @option 0:standard @value 0
* @option 1:branch from showNormalAnimation @value 1
* @default 0
* @desc Modify processing for conflict resolution.
* If it is 1, YEP_BattleEngineCore may also work ...
*
* @param ignoreCondition
* @parent <Conflict>
* @type string[]
* @default ["BattleManager._actSeq && BattleManager._actSeq[0].toUpperCase() === 'CAST ANIMATION'"]
* @desc If the condition is satisfied,
* this animation will not be executed.