Skip to content

Instantly share code, notes, and snippets.

@eihigh
Last active January 29, 2019 04:13
Show Gist options
  • Save eihigh/5962b4060a3c46da6520c934f5cb2095 to your computer and use it in GitHub Desktop.
Save eihigh/5962b4060a3c46da6520c934f5cb2095 to your computer and use it in GitHub Desktop.
<proc name="wait">
<wait/>
<get item="薬草"/>
<get weapon="ブロードソード" by="speedValue"/>
<heal hpof="Bob" num="30"/>
<script> heal = Actor.Alice.power * 3; </script>
<heal mpof="Alice" var="heal"/>
<hp actor="Bob" dec="30"/>
<exp actor="all" dec="100"/>
<level actor="player" dec="1" silence="on"/>
<item name="薬草" inc="1"/>
<!-- 省略版がある -->
<get item="薬草"/>
<heal hpof="Bob" num="90"/>
<damage mpof="Alice" num="30"/>
<choice>
<yes e="mhp > 30"> </yes>
<no> </no>
</choice>
</proc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment