開発資料/BP2ch/Vanillaとの相違点

Top/開発資料/BP2ch/Vanillaとの相違点

Beautiful People 2ch-Ed - Vanillaとの相違点 Edit

 BP 2ch-Ed 1.7.0 FixedがVanillaに変更を加える部分についての覚書です。

目次 Edit

Character Edit

Eyes Edit

Character Edit

Hair Edit

Magic Edit

Spell Edit

Lesser Power Edit

Scriptname KTVampSightScript

short targetMagicka
ref casterRef

Begin ScriptEffectStart

If ( player.IsSpellTarget KTVampireHuntersSight == 0 )	//プレイヤーがKTVampireHunterSightを有効にしていなければ、能力を有効にする。
	player.addSpell KTVampireHuntersSight
else
	set casterRef to Player.PlaceAtMe KTMagickaReplenisher 1, 0, 1	//プレイヤーがKTVampireHunterSightを有効にしていれば、能力を無効にする。
	casterRef.MoveTo Player 0, 0, 128
	casterRef.Cast KTVH5Magicka Player
	casterRef.disable
	RemoveSpell KTVampireHuntersSight
endif

End
Scriptname KTKhajiitNightEyeScript

Begin ScriptEffectStart

	If ( player.IsSpellTarget KTKhajiitNightEye == 0 )	//プレイヤーがKTKhajiitNightEyeを有効にしていなければ、能力を有効にする。
		player.addSpell KTKhajiitNightEye
	else
		player.removeSpell KTKhajiitNightEye	//プレイヤーがKTKhajiitNightEyeを有効にしていれば、能力を無効にする。
	endif

End


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-10-23 (木) 14:27:39