Advertisement
Rotomslashblast

some coding practice thing

Feb 17th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. <?
  2. // PROTOTYPE BATTLE 5 : VS BALLADE
  3. $battle = array(
  4. 'battle_name' => 'Chapter Five Final Battle 1/3',
  5. 'battle_size' => '1x4',
  6. 'battle_encore' => true,
  7. 'battle_description' => 'Defeat the resurrected Ballade in battle!',
  8. 'battle_field_base' => array('field_id' => 100, 'field_token' => 'final-destination', 'field_name' => 'Final Destination', 'field_music' => 'final-destination-ballade', 'field_mechas' => array('bulb-blaster', 'robo-fishtot', 'lady-blader', 'manta-missile', 'drill-mole', 'pyre-fly', 'ring-ring', 'skullmet')),
  9. 'battle_target_player' => array(
  10. 'player_id' => MMRPG_SETTINGS_TARGET_PLAYERID,
  11. 'player_token' => 'player',
  12. 'player_robots' => array(
  13. array('robot_id' => (MMRPG_SETTINGS_TARGET_PLAYERID + 1), 'robot_token' => 'beak', 'robot_image' => 'beak_alt2', 'robot_level' => 40, 'robot_abilities' => array('beak-shot', 'attack-boost', 'defense-boost', 'speed-boost'), 'flags' => array('hide_from_mission_select' => true)),
  14. array('robot_id' => (MMRPG_SETTINGS_TARGET_PLAYERID + 2), 'robot_token' => 'beak', 'robot_image' => 'beak_alt2', 'robot_level' => 40, 'robot_abilities' => array('beak-shot', 'attack-break', 'defense-break', 'speed-break'), 'flags' => array('hide_from_mission_select' => true)),
  15. array('robot_id' => (MMRPG_SETTINGS_TARGET_PLAYERID + 3), 'robot_token' => 'beak', 'robot_image' => 'beak_alt2', 'robot_level' => 40, 'robot_abilities' => array('beak-shot', 'attack-mode', 'defense-mode', 'speed-mode'), 'flags' => array('hide_from_mission_select' => true)),
  16. array(
  17. 'robot_id' => (MMRPG_SETTINGS_TARGET_PLAYERID + 4),
  18. 'robot_token' => 'ballade',
  19. 'robot_level' => 45,
  20. 'robot_item' => 'extra-life',
  21. 'robot_abilities' => array(
  22. 'buster-shot', 'buster-charge',
  23. 'energy-support', 'attack-support', 'defense-support', 'speed-support',
  24. 'energy-assault', 'attack-assault', 'defense-assault', 'speed-assault',
  25. 'metal-blade', 'freeze-cracker', 'pharaoh-shot',
  26. 'spark-shock', 'oil-shooter', 'star-crash',
  27. 'shield-shot', 'gemini-laser',
  28. 'mecha-support'
  29. ),
  30. 'values' => array(
  31. 'robot_rewards' => array(
  32. 'robot_attack' => 300,
  33. 'robot_defense' => 300,
  34. 'robot_speed' => 300
  35. )
  36. )
  37. )
  38. )
  39. ),
  40. 'battle_rewards' => array(
  41. 'abilities' => array(
  42. ),
  43. 'items' => array(
  44. )
  45. )
  46. );
  47. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement