~Site
Accueil
Forum
Admin

~Base de scripts
Scripts de base
Scripts Menu
Scripts Combat
Scripts Systθme
Scripts Modifiιs

Scripts de Base
Game_Temp
Game_System
Game_Switches
Game_Variables
Game_SelfSwitches
Game_Screen
Game_Picture
Game_Battler 1
Game_Battler 2
Game_Battler 3
Game_BattleAction
Game_Actor
Game_Enemy
Game_Actors
Game_Party
Game_Troop
Game_Map
Game_CommonEvent
Game_Character 1
Game_Character 2
Game_Character 3
Game_Event
Game_Player
Sprite_Character
Sprite_Battler
Sprite_Picture
Sprite_Timer
Spriteset_Map
Spriteset_Battle
Window_Base
Window_Selectable
Window_Command
Window_Help
Window_Gold
Window_PlayTime
Window_Steps
Window_MenuStatus
Window_Item
Window_Skill
Window_SkillStatus
Window_Target
Window_EquipLeft
Window_EquipRight
Window_EquipItem
Window_Status
Window_SaveFile
Window_ShopCommand
Window_ShopBuy
Window_ShopSell
Window_ShopNumber
Window_ShopStatus
Window_NameEdit
Window_NameInput
Window_InputNumber
Window_Message
Window_PartyCommand
Window_BattleStatus
Window_BattleResult
Window_DebugLeft
Window_DebugRight
Window_Dataset
Arrow_Base
Arrow_Enemy
Arrow_Actor
Interpreter 1
Interpreter 2
Interpreter 3
Interpreter 4
Interpreter 5
Interpreter 6
Interpreter 7
Scene_Title
Scene_Map
Scene_Menu
Scene_Item
Scene_Skill
Scene_Equip
Scene_Status
Scene_File
Scene_Save
Scene_Load
Scene_End
Scene_Battle 1
Scene_Battle 2
Scene_Battle 3
Scene_Battle 4
Scene_Shop
Scene_Name
Scene_Gameover
Scene_Debug
Main


Scene_Battle 2 ::: postι le 2006-02-16 @ 10:26:00
Auteur: Yukihiro matsumoto

#============================================
# ‘ Scene_Battle (•ͺŠ„’θ‹` 2)
#----------------------------------------------
# @ƒoƒgƒ‹‰ζ–ʂ̏ˆ—‚πs‚€ƒNƒ‰ƒX‚Ε‚·B
#============================================

class Scene_Battle
#------------------------------------------
# œ ƒvƒŒƒoƒgƒ‹ƒtƒF[ƒYŠJŽn
#------------------------------------------
def start_phase1
# ƒtƒF[ƒY 1 ‚ΙˆΪs
@phase = 1
# ƒp[ƒeƒB‘Sˆυ‚ΜƒAƒNƒVƒ‡ƒ“‚πƒNƒŠƒA
$game_party.clear_actions
# ƒoƒgƒ‹ƒCƒxƒ“ƒg‚πƒZƒbƒgƒAƒbƒv
setup_battle_event
end
#------------------------------------------
# œ ƒtƒŒ[ƒ€XV (ƒvƒŒƒoƒgƒ‹ƒtƒF[ƒY)
#------------------------------------------
def update_phase1
# Ÿ”s”»’θ
if judge
# Ÿ—˜‚ά‚½‚Ν”s–k‚̏ꍇ : ƒƒƒbƒhI—Ή
return
end
# ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒtƒF[ƒYŠJŽn
start_phase2
end
#------------------------------------------
# œ ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒtƒF[ƒYŠJŽn
#------------------------------------------
def start_phase2
# ƒtƒF[ƒY 2 ‚ΙˆΪs
@phase = 2
# ƒAƒNƒ^[‚π”ρ‘I‘πσ‘Ԃɐݒθ
@actor_index = -1
@active_battler = nil
# ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒEƒBƒ“ƒhƒE‚π—LŒψ‰»
@party_command_window.active = true
@party_command_window.visible = true
# ƒAƒNƒ^[ƒRƒ}ƒ“ƒhƒEƒBƒ“ƒhƒE‚π–³Œψ‰»
@actor_command_window.active = false
@actor_command_window.visible = false
# ƒƒCƒ“ƒtƒF[ƒYƒtƒ‰ƒO‚πƒNƒŠƒA
$game_temp.battle_main_phase = false
# ƒp[ƒeƒB‘Sˆυ‚ΜƒAƒNƒVƒ‡ƒ“‚πƒNƒŠƒA
$game_party.clear_actions
# ƒRƒ}ƒ“ƒh“ό—Ν•s‰Β”‚ȏꍇ
unless $game_party.inputable?
# ƒƒCƒ“ƒtƒF[ƒYŠJŽn
start_phase4
end
end
#------------------------------------------
# œ ƒtƒŒ[ƒ€XV (ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒtƒF[ƒY)
#------------------------------------------
def update_phase2
# C ƒ{ƒ^ƒ“‚ͺ‰Ÿ‚³‚κ‚½κ‡
if Input.trigger?(Input::C)
# ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒEƒBƒ“ƒhƒE‚ΜƒJ[ƒƒ‹ˆΚ’u‚Ε•ͺŠς
case @party_command_window.index
when 0 # ν‚€
# Œˆ’θ SE ‚π‰‰‘t
$game_system.se_play($data_system.decision_se)
# ƒAƒNƒ^[ƒRƒ}ƒ“ƒhƒtƒF[ƒYŠJŽn
start_phase3
when 1 # “¦‚°‚ι
# “¦‘–‰Β”‚Ε‚Ν‚Θ‚’κ‡
if $game_temp.battle_can_escape == false
# ƒuƒU[ SE ‚π‰‰‘t
$game_system.se_play($data_system.buzzer_se)
return
end
# Œˆ’θ SE ‚π‰‰‘t
$game_system.se_play($data_system.decision_se)
# “¦‘–ˆ—
update_phase2_escape
end
return
end
end
#------------------------------------------
# œ ƒtƒŒ[ƒ€XV (ƒp[ƒeƒBƒRƒ}ƒ“ƒhƒtƒF[ƒY : “¦‚°‚ι)
#------------------------------------------
def update_phase2_escape
# ƒGƒlƒ~[‚Μ‘f‘‚³•½‹Ο’l‚πŒvŽZ
enemies_agi = 0
enemies_number = 0
for enemy in $game_troop.enemies
if enemy.exist?
enemies_agi += enemy.agi
enemies_number += 1
end
end
if enemies_number > 0
enemies_agi /= enemies_number
end
# ƒAƒNƒ^[‚Μ‘f‘‚³•½‹Ο’l‚πŒvŽZ
actors_agi = 0
actors_number = 0
for actor in $game_party.actors
if actor.exist?
actors_agi += actor.agi
actors_number += 1
end
end
if actors_number > 0
actors_agi /= actors_number
end
# “¦‘–¬Œχ”»’θ
success = rand(100) < 50 * actors_agi / enemies_agi
# “¦‘–¬Œχ‚̏ꍇ
if success
# “¦‘– SE ‚π‰‰‘t
$game_system.se_play($data_system.escape_se)
# ƒoƒgƒ‹ŠJŽn‘O‚Μ BGM ‚Ι–ί‚·
$game_system.bgm_play($game_temp.map_bgm)
# ƒoƒgƒ‹I—Ή
battle_end(1)
# “¦‘–ŽΈ”s‚̏ꍇ
else
# ƒp[ƒeƒB‘Sˆυ‚ΜƒAƒNƒVƒ‡ƒ“‚πƒNƒŠƒA
$game_party.clear_actions
# ƒƒCƒ“ƒtƒF[ƒYŠJŽn
start_phase4
end
end
#------------------------------------------
# œ ƒAƒtƒ^[ƒoƒgƒ‹ƒtƒF[ƒYŠJŽn
#------------------------------------------
def start_phase5
# ƒtƒF[ƒY 5 ‚ΙˆΪs
@phase = 5
# ƒoƒgƒ‹I—Ή ME ‚π‰‰‘t
$game_system.me_play($game_system.battle_end_me)
# ƒoƒgƒ‹ŠJŽn‘O‚Μ BGM ‚Ι–ί‚·
$game_system.bgm_play($game_temp.map_bgm)
# EXPAƒS[ƒ‹ƒhAƒgƒŒƒWƒƒ[‚π‰Šϊ‰»
exp = 0
gold = 0
treasures = []
# ƒ‹[ƒv
for enemy in $game_troop.enemies
# ƒGƒlƒ~[‚ͺ‰B‚κσ‘Τ‚Ε‚Θ‚’κ‡
unless enemy.hidden
# Šl“Ύ EXPAƒS[ƒ‹ƒh‚π’Η‰Α
exp += enemy.exp
gold += enemy.gold
# ƒgƒŒƒWƒƒ[oŒ»”»’θ
if rand(100) < enemy.treasure_prob
if enemy.item_id > 0
treasures.push($data_items[enemy.item_id])
end
if enemy.weapon_id > 0
treasures.push($data_weapons[enemy.weapon_id])
end
if enemy.armor_id > 0
treasures.push($data_armors[enemy.armor_id])
end
end
end
end
# ƒgƒŒƒWƒƒ[‚̐”‚π 6 ŒΒ‚ά‚Ε‚ΙŒΐ’θ
treasures = treasures[0..5]
# EXP Šl“Ύ
for i in 0...$game_party.actors.size
actor = $game_party.actors[i]
if actor.cant_get_exp? == false
last_level = actor.level
actor.exp += exp
if actor.level > last_level
@status_window.level_up(i)
end
end
end
# ƒS[ƒ‹ƒhŠl“Ύ
$game_party.gain_gold(gold)
# ƒgƒŒƒWƒƒ[Šl“Ύ
for item in treasures
case item
when RPG::Item
$game_party.gain_item(item.id, 1)
when RPG::Weapon
$game_party.gain_weapon(item.id, 1)
when RPG::Armor
$game_party.gain_armor(item.id, 1)
end
end
# ƒoƒgƒ‹ƒŠƒUƒ‹ƒgƒEƒBƒ“ƒhƒE‚πμ¬
@result_window = Window_BattleResult.new(exp, gold, treasures)
# ƒEƒFƒCƒgƒJƒEƒ“ƒg‚πέ’θ
@phase5_wait_count = 100
end
#------------------------------------------
# œ ƒtƒŒ[ƒ€XV (ƒAƒtƒ^[ƒoƒgƒ‹ƒtƒF[ƒY)
#------------------------------------------
def update_phase5
# ƒEƒFƒCƒgƒJƒEƒ“ƒg‚ͺ 0 ‚ζ‚θ‘ε‚«‚’κ‡
if @phase5_wait_count > 0
# ƒEƒFƒCƒgƒJƒEƒ“ƒg‚πŒΈ‚η‚·
@phase5_wait_count -= 1
# ƒEƒFƒCƒgƒJƒEƒ“ƒg‚ͺ 0 ‚Ι‚Θ‚Α‚½κ‡
if @phase5_wait_count == 0
# ƒŠƒUƒ‹ƒgƒEƒBƒ“ƒhƒE‚π•Ž¦
@result_window.visible = true
# ƒƒCƒ“ƒtƒF[ƒYƒtƒ‰ƒO‚πƒNƒŠƒA
$game_temp.battle_main_phase = false
# ƒXƒe[ƒ^ƒXƒEƒBƒ“ƒhƒE‚πƒŠƒtƒŒƒbƒVƒ…
@status_window.refresh
end
return
end
# C ƒ{ƒ^ƒ“‚ͺ‰Ÿ‚³‚κ‚½κ‡
if Input.trigger?(Input::C)
# ƒoƒgƒ‹I—Ή
battle_end(0)
end
end
end
Design By RaZ © Watery Build 2005