2_druidic_group

来自「一个基于Applet的角色扮演图形游戏」· 代码 · 共 18 行

TXT
18
字号
#Thorns: causes slight damage to the target
#
#
if ! variableisstring param0
	chat caster "Who is the target of your thorns?"
	endscript
end
#
livingthing target local caster param0
if variableislivingthing target
	chat caster concat concat "You call upon the lands to sting " name target "."
	chat target "Magical thorns sting your body."
	inc target hp * -1 + 1 * 3 rand
	endscript
end
chat caster "You do not see them here."
end
endscript

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?