JP2021145789A - Information processing device, information processing method and program - Google Patents

Information processing device, information processing method and program Download PDF

Info

Publication number
JP2021145789A
JP2021145789A JP2020046892A JP2020046892A JP2021145789A JP 2021145789 A JP2021145789 A JP 2021145789A JP 2020046892 A JP2020046892 A JP 2020046892A JP 2020046892 A JP2020046892 A JP 2020046892A JP 2021145789 A JP2021145789 A JP 2021145789A
Authority
JP
Japan
Prior art keywords
quest
character
player
status
past
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2020046892A
Other languages
Japanese (ja)
Other versions
JP7037714B2 (en
Inventor
純平 大沼
Jumpei Onuma
純平 大沼
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mixi Inc
Original Assignee
Mixi Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mixi Inc filed Critical Mixi Inc
Priority to JP2020046892A priority Critical patent/JP7037714B2/en
Publication of JP2021145789A publication Critical patent/JP2021145789A/en
Priority to JP2021198518A priority patent/JP7436876B2/en
Application granted granted Critical
Publication of JP7037714B2 publication Critical patent/JP7037714B2/en
Priority to JP2024012082A priority patent/JP2024036430A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

To provide a technology that allows a user to play a quest with a difficulty at the time when the quest was released.SOLUTION: An information processing device includes: a storage unit for storing past information to map the past time information with a status range for each character; and an execution unit for changing a status of a character possessed by a player to a status range corresponding to the time information defined for the quest on the basis of the past information, and executing the quest.SELECTED DRAWING: Figure 7

Description

本発明は、情報処理装置、情報処理方法及びプログラムに関する。 The present invention relates to an information processing device, an information processing method and a program.

デッキと呼ばれる、複数のキャラクタから構成されるチームを用いて、クエストと呼ばれる、ゲームで行われるイベントをクリアしていくオンラインゲームが知られている。例えば、特許文献1には、ユーザが所持するキャラクタの中から自動的にデッキを編成する技術が開示されている。 There is known an online game called a quest, in which a team consisting of multiple characters, called a deck, is used to clear an event held in the game. For example, Patent Document 1 discloses a technique for automatically organizing a deck from characters possessed by a user.

特開2017−185268号公報JP-A-2017-185268

上述したオンラインゲームでは、ユーザを飽きさせないために、新たなクエストが追加されたり、キャラクタがパワーアップしたりといったように、ゲームが何度もバージョンアップされることが多い。 In the online games mentioned above, the game is often upgraded many times, such as adding new quests or powering up the character, in order not to make the user bored.

しかしながら、クエストの中には、登場した当時は難易度が高く面白味があったものの、現在ではキャラクタがパワーアップしたことで難易度が低くなり面白味に欠けてしまったようなクエストも存在する。 However, there are some quests that were difficult and interesting at the time of their appearance, but nowadays the difficulty level becomes lower and less interesting due to the power-up of the character.

そこで、本発明は、クエストが公開された当時の難易度でクエストをプレイすることを可能にする技術を提供することを目的とする。 Therefore, an object of the present invention is to provide a technique that enables the quest to be played at the difficulty level at the time when the quest was released.

本発明の一態様に係る情報処理装置は、キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を格納する記憶部と、前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行する実行部と、を有する。 The information processing device according to one aspect of the present invention has a storage unit that stores past information that associates past time information with a range of status for each character, and a character possessed by the player based on the past information. It has an execution unit that executes the quest by changing the status to the range of the status corresponding to the time information specified in the quest.

本発明によれば、クエストが公開された当時の難易度でクエストをプレイすることを可能にする技術を提供することができる。 According to the present invention, it is possible to provide a technique that enables a quest to be played at the difficulty level at the time when the quest was published.

本実施形態に係るゲームシステムのシステム構成の一例を示す図である。It is a figure which shows an example of the system structure of the game system which concerns on this embodiment. ゲームサーバ及び端末のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware composition of a game server and a terminal. ゲームサーバの機能ブロック構成例を示す図である。It is a figure which shows the functional block configuration example of a game server. プレイヤ管理DB及び所持キャラクタ管理DBの一例を示す図であるIt is a figure which shows an example of a player management DB and possession character management DB. クエスト管理DB及びキャラクタ履歴DBの一例を示す図である。It is a figure which shows an example of a quest management DB and a character history DB. 端末の機能ブロック構成例を示す図である。It is a figure which shows the functional block configuration example of a terminal. ゲームサーバが行う処理手順の一例を示すフローチャートである。It is a flowchart which shows an example of the processing procedure performed by a game server. 過去モードでクエストをプレイする際の選択画面の一例を示す図である。It is a figure which shows an example of the selection screen when playing a quest in a past mode. クエストに関する情報を表示する画面の一例を示す図である。It is a figure which shows an example of the screen which displays the information about a quest.

添付図面を参照して、本発明の実施形態について説明する。なお、各図において、同一の符号を付したものは、同一又は同様の構成を有する。 Embodiments of the present invention will be described with reference to the accompanying drawings. In each figure, those having the same reference numerals have the same or similar configurations.

<システム構成>
図1は、本実施形態に係るゲームシステム1のシステム構成の一例を示す図である。図1に示すゲームシステム1は、ゲームサーバ10(ゲーム装置)と、複数の端末20とを備える。ゲームサーバ10及び端末20は、インターネット、イントラネット、無線LAN又は移動通信等の通信ネットワークNを介して互いに通信可能に接続されている。
<System configuration>
FIG. 1 is a diagram showing an example of the system configuration of the game system 1 according to the present embodiment. The game system 1 shown in FIG. 1 includes a game server 10 (game device) and a plurality of terminals 20. The game server 10 and the terminal 20 are connected to each other so as to be able to communicate with each other via a communication network N such as the Internet, an intranet, a wireless LAN, or mobile communication.

ゲームサーバ10は、例えば、プレイヤに関する各種情報を管理したり、ゲームの一部の処理を実行したりする等、端末20がゲームを提供する上でその一部の機能を担う装置である。ゲームサーバ10は、1又は複数の情報処理装置から構成されていてもよいし、仮想的なサーバ(クラウドサーバ等)を用いて構成されていてもよい。 The game server 10 is a device that plays a part of the functions of the terminal 20 in providing the game, such as managing various information about the player and executing a part of the game. The game server 10 may be configured by one or a plurality of information processing devices, or may be configured by using a virtual server (cloud server or the like).

端末20は、ゲームをプレイヤに提供する情報処理装置であり、プレイヤは、端末20を操作することで本実施形態に係るゲームを実行することができる。端末20は、例えば、携帯電話(スマートフォンを含む)、タブレット、パーソナルコンピュータ、アーケードゲーム装置、又は、コンシューマゲーム装置等のコンピュータである。端末20は、GPS(Global Positioning System)等を用いて検出した自身の位置をゲームサーバ10に通知する。 The terminal 20 is an information processing device that provides a game to a player, and the player can execute the game according to the present embodiment by operating the terminal 20. The terminal 20 is, for example, a computer such as a mobile phone (including a smartphone), a tablet, a personal computer, an arcade game device, or a consumer game device. The terminal 20 notifies the game server 10 of its own position detected by using GPS (Global Positioning System) or the like.

<ゲーム概要>
続いて、本実施形態に係るゲームシステム1が提供するゲームの概要を説明する。ゲームシステム1が提供するゲーム(以下、「本ゲーム」と言う。)では、プレイヤは、所持している複数のキャラクタの中から選択したキャラクタでデッキを編成し、編成したデッキを用いてクエストをクリアすることで、新たなキャラクタやアイテムを入手することができる。また、プレイヤは、入手した複数のキャラクタを合成することでより強いキャラクタに成長させたり、アイテムを用いてキャラクタの属性を強化したりすることで、より難易度の高いクエストに挑戦することができる。
<Game overview>
Subsequently, an outline of the game provided by the game system 1 according to the present embodiment will be described. In the game provided by the game system 1 (hereinafter referred to as "this game"), the player organizes a deck with a character selected from a plurality of possessed characters, and uses the organized deck to perform a quest. By clearing it, you can get new characters and items. In addition, the player can challenge more difficult quests by synthesizing multiple acquired characters to grow into stronger characters, or by using items to strengthen the character's attributes. ..

ここで、クエストとは、予め定められた一定の条件を満たすことがクリア条件であるミッションを意味する用語である。クエストは、探索や課題と呼ばれることもある。クエストに参加したプレイヤは、当該一定の条件を満たすことでクエストをクリアすることができ、クエストをクリアすると、プレイヤに報酬が与えられたり、本ゲームのストーリーが進行したりする。 Here, the quest is a term meaning a mission whose clearing condition is to satisfy a certain predetermined condition. Quests are sometimes called explorations or tasks. The player who participated in the quest can clear the quest by satisfying the certain conditions, and when the quest is cleared, the player is rewarded and the story of this game progresses.

また、デッキとは、複数のキャラクタを組み合わせたグループを意味する用語である。プレイヤは、クエストを実行する際、当該クエストをクリアするために適した能力を持つキャラクタを選択してデッキを編成してクエストをプレイする。 The deck is a term that means a group in which a plurality of characters are combined. When executing a quest, the player selects a character having an ability suitable for clearing the quest, organizes a deck, and plays the quest.

デッキには、ユーザが所有するキャラクタを組み合わせたデッキ(以下、「手持ちデッキ」と称する)と、クエストに対し予め関連づけられたデッキ(以下、「お助けデッキ」と称する)とが存在する。お助けデッキは、少なくともクエストをクリア可能な程度の強さを有する、予め決められた(プリセットされた)複数のキャラクタで編成されるデッキである。プレイヤは、クエストにチャレンジする際、手持ちデッキを用いてプレイするのか、お助けデッキを用いてプレイするのかを選択することができる。 There are two types of decks: a deck that combines characters owned by the user (hereinafter referred to as "handheld deck") and a deck that is associated with the quest in advance (hereinafter referred to as "help deck"). A help deck is a deck composed of multiple predetermined (preset) characters that are at least strong enough to complete the quest. Players can choose to play with their own deck or with a help deck when challenging the quest.

本ゲームは、プレイヤを飽きさせないために、何度もバージョンアップが行われている前提とする。また、本ゲームはバージョンアップの度に、新たなクエストが追加されたり、各種のキャラクタが取り得るステータスの範囲が拡張されたり、新たなアイテムが追加されたり、新たなキャラクタが追加されたりしている前提とする。 This game is based on the premise that the version has been upgraded many times so that the player will not get bored. In addition, every time this game is upgraded, new quests are added, the range of stats that various characters can take is expanded, new items are added, new characters are added, etc. It is assumed that there is.

しかしながら、クエストの中には、公開当初は難易度が高く面白味があったものの、本ゲームが何度もバージョンアップされてキャラクタが強くなったことで、相対的にクエストの難易度が低くなり、面白味に欠けてしまったようなクエストが存在する。 However, although some of the quests were difficult and interesting at the beginning of the release, the difficulty of the quests became relatively low due to the fact that this game was upgraded many times and the characters became stronger. There are quests that seem to be uninteresting.

そこで、本ゲームは、プレイヤがクエストに挑戦する際、キャラクタが取り得るステータスの範囲を、クエストが公開された当時に当該キャラクタが取り得たステータスの範囲に変更したモード(以下、「過去モード」と呼ぶ。)で、クエストをプレイ可能とする。なお、キャラクタが取り得るステータスの範囲を変更しないでクエストをプレイするモードを、「通常モード」と呼ぶ。 Therefore, in this game, when the player challenges the quest, the range of stats that the character can take is changed to the range of stats that the character could get when the quest was released (hereinafter referred to as "past mode"). Call.) Makes the quest playable. The mode in which the quest is played without changing the range of stats that the character can take is called "normal mode".

過去モードでは、デッキを編成することができるキャラクタが制限されてもよい。本ゲームでは、バージョンアップされる度に新たなキャラクタが追加されるが、過去モードでクエストをプレイする場合、デッキに含めることができるキャラクタは、クエストが公開された当時に存在していたキャラクタに限定されることとしてもよい。 In the past mode, the characters that can form a deck may be limited. In this game, new characters are added every time the version is upgraded, but when playing a quest in the past mode, the characters that can be included in the deck are the characters that existed at the time the quest was released. It may be limited.

<ハードウェア構成>
図2は、ゲームサーバ10及び端末20のハードウェア構成の一例を示す図である。ゲームサーバ10及び端末20は、CPU(Central Processing Unit)、GPU(Graphical processing unit)等のプロセッサ11、メモリ、HDD(Hard Disk Drive)及び/又はSSD(Solid State Drive)等の記憶装置12、有線又は無線通信を行う通信IF(Interface)13、入力操作を受け付ける入力デバイス14、及び情報の出力を行う出力デバイス15を有する。入力デバイス14は、例えば、キーボード、タッチパネル、マウス及び/又はマイク等である。出力デバイス15は、例えば、ディスプレイ及び/又はスピーカ等である。
<Hardware configuration>
FIG. 2 is a diagram showing an example of the hardware configuration of the game server 10 and the terminal 20. The game server 10 and the terminal 20 are a processor 11 such as a CPU (Central Processing Unit) and a GPU (Graphical processing unit), a storage device 12 such as a memory, an HDD (Hard Disk Drive) and / or an SSD (Solid State Drive), and a wired connection. Alternatively, it has a communication IF (Interface) 13 that performs wireless communication, an input device 14 that accepts input operations, and an output device 15 that outputs information. The input device 14 is, for example, a keyboard, a touch panel, a mouse and / or a microphone. The output device 15 is, for example, a display and / or a speaker.

<機能ブロック構成>
(ゲームサーバ)
図3は、ゲームサーバ10の機能ブロック構成例を示す図である。ゲームサーバ10は、記憶部100と、ゲーム制御部110とを含む。記憶部100は、ゲームサーバ10が備える記憶装置12を用いて実現することができる。また、ゲーム制御部110は、ゲームサーバ10のプロセッサ11が、記憶装置12に記憶されたプログラムを実行することにより実現することができる。また、当該プログラムは、記憶媒体に格納することができる。当該プログラムを格納した記憶媒体は、コンピュータ読み取り可能な非一時的な記憶媒体(Non-transitory computer readable medium)であってもよい。非一時的な記憶媒体は特に限定されないが、例えば、USBメモリ又はCD−ROM等の記憶媒体であってもよい。
<Functional block configuration>
(Game server)
FIG. 3 is a diagram showing an example of a functional block configuration of the game server 10. The game server 10 includes a storage unit 100 and a game control unit 110. The storage unit 100 can be realized by using the storage device 12 included in the game server 10. Further, the game control unit 110 can be realized by the processor 11 of the game server 10 executing the program stored in the storage device 12. In addition, the program can be stored in a storage medium. The storage medium in which the program is stored may be a non-transitory computer readable medium. The non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.

記憶部100は、プレイヤ毎のゲームデータを管理するプレイヤ管理DB100aと、各プレイヤが所持しているキャラクタを管理する所持キャラクタ管理DB100bと、クエストに関する情報を管理するクエスト管理DB100cと、キャラクタが取り得るステータスの範囲を時間情報と対応づけて管理するキャラクタ履歴DB100dとを記憶する。 The storage unit 100 can have a player management DB 100a that manages game data for each player, a possessed character management DB 100b that manages the characters possessed by each player, and a quest management DB 100c that manages information related to quests. The character history DB 100d that manages the status range in association with the time information is stored.

図4は、プレイヤ管理DB100a及び所持キャラクタ管理DB100bの一例を示す図である。プレイヤ管理DB100aには、例えば、プレイヤを一意に識別するID(プレイヤID)、プレイヤの呼び名(ニックネーム)、プレイヤが利用する端末20の現在位置、プレイヤの経験値、プレイヤのランク及びプレイヤのスタミナ等が格納される。 FIG. 4 is a diagram showing an example of the player management DB 100a and the possessed character management DB 100b. The player management DB 100a includes, for example, an ID (player ID) that uniquely identifies the player, a player's nickname (nickname), the current position of the terminal 20 used by the player, the player's experience value, the player's rank, the player's stamina, and the like. Is stored.

所持キャラクタ管理DBには、プレイヤを一意に識別するID(プレイヤID)、プレイヤが所持するキャラクタを一意に識別するID(キャラクタID)、キャラクタの現在のステータス(レベル、HP(ヒットポイント)、攻撃力、スピード、スキル)及びキャラクタの現在の進化状態が格納される。スキルとは、キャラクタが備える特殊能力を意味する。進化状態とは、キャラクタが通常のキャラクタであるのか、より強力な状態に変化(変身)したキャラクタであるのかを意味する。例えば、キャラクタの初期状態は「ノーマル」であり、所定のアイテムを利用することで、「進化状態」に変化(変身)することとしてもよい。なお、進化状態は、ノーマル及び進化状態の2段階に限定されず、3段階以上存在していてもよい。また、キャラクタは、進化状態になることで、キャラクタID、キャラクタ名等が異なる、より強力な他のキャラクタに変化(変身)することとしてもよい。 In the possessed character management DB, an ID that uniquely identifies the player (player ID), an ID that uniquely identifies the character possessed by the player (character ID), the current status of the character (level, HP (hit point), attack) Power, speed, skill) and the character's current evolutionary state are stored. Skill means a special ability possessed by a character. The evolved state means whether the character is a normal character or a character that has changed (transformed) into a more powerful state. For example, the initial state of the character is "normal", and it may be changed (transformed) to the "evolved state" by using a predetermined item. The evolutionary state is not limited to the two stages of the normal state and the evolutionary state, and there may be three or more stages. Further, the character may be transformed (transformed) into another more powerful character having a different character ID, character name, etc. by being in an evolved state.

図5は、クエスト管理DB100c及びキャラクタ履歴DB100dの一例を示す図である。クエスト管理DB100cには、クエストを一意に識別するID(クエストID)、クエストの名称(クエスト名)、クエストが初めて公開された日付(公開日)、及び、クエストが公開された時点で既に存在していたキャラクタのキャラクタID(使用可能キャラクタ(公開時))が格納される。例えば、クエストQ001において、キャラクタC101〜C500は使用可能キャラクタ(公開時)に含まれていない。これは、クエストQ001を過去モードでプレイする際、デッキを編成することができるキャラクタは、クエストQ001が公開された時点で既に存在していたキャラクタC001〜C100のいずれかに限定されることを意味している。 FIG. 5 is a diagram showing an example of the quest management DB 100c and the character history DB 100d. In the quest management DB100c, the ID that uniquely identifies the quest (quest ID), the name of the quest (quest name), the date when the quest was first published (publication date), and the time when the quest was published already exist. The character ID of the character that was used (usable character (at the time of publication)) is stored. For example, in Quest Q001, characters C101 to C500 are not included in the usable characters (at the time of publication). This means that when playing Quest Q001 in the past mode, the characters that can form a deck are limited to any of the characters C001 to C100 that already existed when Quest Q001 was released. doing.

キャラクタ履歴DB100dには、本ゲームに登場するキャラクタを一意に識別するID(キャラクタID)、過去の期間を示す情報(時間情報)、キャラクタが取り得るステータスの範囲(ステータス範囲)、及び、キャラクタが取り得る進化状態を対応づけて記憶する。 In the character history DB 100d, an ID (character ID) that uniquely identifies a character appearing in this game, information indicating a past period (time information), a range of statuses that the character can take (status range), and a character Correspond and memorize possible evolutionary states.

例えば、図5の例では、キャラクタC001の最大レベルは、2013年10月から2014年1月までの間、最大レベルは30であるが、2014年2月から2015年2月までの間、最大レベルは50になっている。これは、本ゲームが2014年2月にバージョンアップされ、キャラクタC001のレベルが取り得る範囲が、0〜30から0〜50に拡張されたことを示している。同様に、キャラクタC001のスキルは、2013年10月から2014年1月までの間は無しであるが、2014年2月から2015年2月までの間は「無し及びAA」であり、2015年3月以降は、「無し、AA及びBB」である。これは、本ゲームがバージョンアップしたことで、キャラクタC001が取り得るスキルが追加されたことを示している。 For example, in the example of FIG. 5, the maximum level of character C001 is from October 2013 to January 2014, the maximum level is 30, but the maximum level is from February 2014 to February 2015. The level is 50. This indicates that this game was upgraded in February 2014, and the range that the level of character C001 can take has been expanded from 0 to 30 to 0 to 50. Similarly, the skill of character C001 is none from October 2013 to January 2014, but is "none and AA" from February 2014 to February 2015, 2015. After March, it will be "None, AA and BB". This indicates that the upgrade of this game has added the skills that character C001 can take.

また、キャラクタC001の進化状態は、2013年10月から2015年2月までの間は「ノーマル」のみであるが、2015年3月以降は「ノーマル及び進化状態」である。これは、本ゲームがバージョンアップしたことで、キャラクタC001が進化状態に変化することが可能になったことを示している。 In addition, the evolution state of character C001 is only "normal" from October 2013 to February 2015, but it is "normal and evolution state" after March 2015. This indicates that the version of this game has made it possible for character C001 to change to an evolved state.

キャラクタ履歴DBは、キャラクタごとに、過去の期間を示す情報と、ステータスの範囲とを対応づける情報であることから、「過去情報」と称してもよい。図4に戻り説明を続ける。 The character history DB may be referred to as "past information" because it is information that associates the information indicating the past period with the range of the status for each character. The explanation will be continued by returning to FIG.

ゲーム制御部110は、本ゲームを実行するために必要な各種の機能を提供する。ゲーム制御部110は、受付部111と、実行部112と、表示制御部113と、付与部114とを含む。 The game control unit 110 provides various functions necessary for executing this game. The game control unit 110 includes a reception unit 111, an execution unit 112, a display control unit 113, and a grant unit 114.

受付部111は、プレイヤが所持するキャラクタのステータスを変更するモード(過去モード)でクエストを実行するか否かの選択を受け付ける。 The reception unit 111 accepts the selection of whether or not to execute the quest in the mode (past mode) for changing the status of the character possessed by the player.

また、受付部111は、過去モードでクエストを実行する場合に、クエストの公開日(クエストに定められた時間情報)に対応するキャラクタ(つまり、クエスト公開時に存在していたキャラクタ)であって、プレイヤが所持しているキャラクタの中から、クエストに使用するキャラクタの選択(デッキの編成)を受け付けるようにしてもよい。なお、本ゲームは、ゲームサーバ10及び端末20が備えるアプリケーション(プログラム)が新たなバージョンにアップデートされることで、新たなクエストの公開やキャラクタの追加が行われるゲームであってもよい。従って、クエストに定められた時間情報は、クエストの公開日そのものを示す情報に限定されない。例えば、クエストに定められた時間情報は、アプリケーションのバージョン情報であってもよい。バージョン情報が分かれば、アプリケーションが当該バージョンにアップデートされた日付を特定することができるためである。 Further, the reception unit 111 is a character (that is, a character that existed at the time of quest release) corresponding to the quest release date (time information specified in the quest) when the quest is executed in the past mode. From the characters possessed by the player, the selection of the character to be used for the quest (deck organization) may be accepted. The game may be a game in which a new quest is released or a character is added by updating the application (program) included in the game server 10 and the terminal 20 to a new version. Therefore, the time information specified for the quest is not limited to the information indicating the release date of the quest itself. For example, the time information specified in the quest may be application version information. This is because if the version information is known, the application can identify the date when the version was updated.

実行部112は、プレイヤから、クエストを過去モードで実行するとの選択を受け付けた場合に、キャラクタ履歴DBに基づき、プレイヤが所持するキャラクタのステータスを、クエストの公開日(クエストに定められた時間情報)に対応するステータスの範囲に変更して、クエストを実行する。 When the execution unit 112 receives the player's choice to execute the quest in the past mode, the execution unit 112 determines the status of the character possessed by the player based on the character history DB on the release date of the quest (time information specified in the quest). ) And change to the range of stats corresponding to) and execute the quest.

表示制御部113は、本ゲームに関する各種の画面を端末20の画面に表示させる。 The display control unit 113 displays various screens related to this game on the screen of the terminal 20.

付与部114は、プレイヤがクエストをクリアした際に所定の報酬を付与する。例えば、付与部114は、プレイヤが過去モードでクエストをクリアした際に付与する報酬を、現在モードでクエストをクリアした際に付与する報酬とは異なるようにしてもよい。例えば、付与部114は、過去モードでクエストをクリアした際に付与する報酬を、現在モードでクエストをクリアした際に付与する報酬よりも多くなるようにしてもよい。 The granting unit 114 grants a predetermined reward when the player clears the quest. For example, the granting unit 114 may make the reward given when the player clears the quest in the past mode different from the reward given when the player clears the quest in the current mode. For example, the granting unit 114 may give a reward when the quest is cleared in the past mode to be larger than the reward given when the quest is cleared in the current mode.

(端末)
図6は、端末20の機能ブロック構成例を示す図である。端末20は、記憶部200と、通信部201と、UI(User Interface)部202と、ゲーム制御部203とを含む。記憶部200は、端末20が備える記憶装置12を用いて実現することができる。また、通信部201と、UI部202と、ゲーム制御部203とは、端末20のプロセッサ11が、記憶装置12に記憶されたプログラムを実行することにより実現することができる。また、当該プログラムは、記憶媒体に格納することができる。当該プログラムを格納した記憶媒体は、コンピュータ読み取り可能な非一時的な記憶媒体であってもよい。非一時的な記憶媒体は特に限定されないが、例えば、USBメモリ又はCD−ROM等の記憶媒体であってもよい。
(Terminal)
FIG. 6 is a diagram showing an example of a functional block configuration of the terminal 20. The terminal 20 includes a storage unit 200, a communication unit 201, a UI (User Interface) unit 202, and a game control unit 203. The storage unit 200 can be realized by using the storage device 12 included in the terminal 20. Further, the communication unit 201, the UI unit 202, and the game control unit 203 can be realized by the processor 11 of the terminal 20 executing the program stored in the storage device 12. In addition, the program can be stored in a storage medium. The storage medium in which the program is stored may be a non-temporary storage medium that can be read by a computer. The non-temporary storage medium is not particularly limited, but may be, for example, a storage medium such as a USB memory or a CD-ROM.

記憶部200は、ゲーム制御部203が本ゲームを実行するために必要なゲームデータを記憶する。ゲームデータには、キャラクタの画像データ、ゲームシナリオ等が格納される。 The storage unit 200 stores game data necessary for the game control unit 203 to execute the game. The game data stores character image data, game scenarios, and the like.

通信部201は、通信IF13を用いてゲームサーバ10との間で各種の通信を行う機能を有する。 The communication unit 201 has a function of performing various communications with the game server 10 using the communication IF 13.

UI部202は、プレイヤから各種の入力を受け付ける処理と、ディスプレイに各種のゲーム画面を表示させる機能とを有する。また、UI部202は、ゲームサーバ10の指示に従い、ゲーム画面を表示する。 The UI unit 202 has a process of receiving various inputs from the player and a function of displaying various game screens on the display. Further, the UI unit 202 displays the game screen according to the instruction of the game server 10.

ゲーム制御部203は、ゲームサーバ10と連携することで、本ゲームを実行するために必要な各種の機能を提供する。例えば、ゲーム制御部203は、ゲーム画面に描画するための各種の情報(アイコン画像データ、テキストデータ等)をゲームサーバ10から取得する機能等を提供する。 The game control unit 203 provides various functions necessary for executing the game by cooperating with the game server 10. For example, the game control unit 203 provides a function of acquiring various information (icon image data, text data, etc.) for drawing on the game screen from the game server 10.

以上説明した機能ブロック構成について、ゲームサーバ10に含まれる受付部111と、実行部112と、表示制御部113と、付与部114とのうち全部又は一部を、端末20のゲーム制御部203に備える構成とするようにしてもよい。 Regarding the functional block configuration described above, all or part of the reception unit 111, the execution unit 112, the display control unit 113, and the granting unit 114 included in the game server 10 are connected to the game control unit 203 of the terminal 20. It may be configured to be provided.

<処理手順>
図7は、ゲームサーバ10が行う処理手順の一例を示すフローチャートである。まず、受付部111は、プレイするクエストの選択をプレイヤから受け付ける(S10)。続いて、受付部111は、クエストを通常モードでプレイするのか、又は、過去モードでプレイするのかの選択を受け付ける(S11)。通常モードが選択された場合はステップS17に進み、過去モードが選択された場合はステップS12に進む。
<Processing procedure>
FIG. 7 is a flowchart showing an example of a processing procedure performed by the game server 10. First, the reception unit 111 accepts the selection of the quest to be played from the player (S10). Subsequently, the reception unit 111 accepts a selection of whether to play the quest in the normal mode or the past mode (S11). If the normal mode is selected, the process proceeds to step S17, and if the past mode is selected, the process proceeds to step S12.

過去モードが選択された場合、受付部111は、クエスト管理DB100cにアクセスし、選択されたクエストの公開日を取得する(S12)。続いて、受付部111は、プレイヤの所持キャラクタのうち、クエスト公開日の時点で使用可能なキャラクタを抽出する(S13)。まず、受付部111は、所持キャラクタ管理DB100bにアクセスすることで、プレイヤが所持している複数のキャラクタを取得する。続いて、受付部111は、クエスト管理DB100cから、取得したクエスト公開日の時点で使用可能なキャラクタのリストを取得する。続いて、受付部111は、プレイヤが所持している複数のキャラクタの中から、クエスト公開日の時点で使用可能なキャラクタのリストに含まれるキャラクタを、過去モードでクエストをプレイする際に使用可能なキャラクタとして抽出する。 When the past mode is selected, the reception unit 111 accesses the quest management DB 100c and acquires the release date of the selected quest (S12). Subsequently, the reception unit 111 extracts the characters that can be used as of the quest release date from the characters possessed by the player (S13). First, the reception unit 111 acquires a plurality of characters possessed by the player by accessing the possessed character management DB 100b. Subsequently, the reception unit 111 acquires a list of characters that can be used as of the acquired quest release date from the quest management DB 100c. Subsequently, the reception unit 111 can use a character included in the list of characters that can be used as of the quest release date from among a plurality of characters possessed by the player when playing the quest in the past mode. Extract as a character.

続いて、受付部111は、プレイヤから、ステップS13の処理手順で抽出したキャラクタの中から、クエストで使用するデッキの編成を受け付ける(S14)。このとき、プレイヤがデッキを編成するキャラクタとして選択したキャラクタの中に、進化状態であるキャラクタが存在する場合、更に、退化した状態(例えばノーマルに変更された状態)でデッキに組み込むことについての選択を受け付けるようにしてもよい。退化した状態でプレイするとの指示を受けた場合、実行部112は、当該キャラクタについては退化した状態でクエストを実行する。 Subsequently, the reception unit 111 receives from the player the formation of the deck to be used in the quest from the characters extracted in the processing procedure of step S13 (S14). At this time, if there is an evolved character among the characters selected by the player as the character that organizes the deck, the selection for incorporating it into the deck in a degenerated state (for example, a state changed to normal). May be accepted. When instructed to play in the degenerated state, the execution unit 112 executes the quest in the degenerated state for the character.

続いて、実行部112は、キャラクタ履歴DB100dにアクセスし、デッキに含まれる各キャラクタについて、クエスト公開日の時点におけるステータス範囲を取得する。例えば、クエスト公開日が2014年5月である場合、実行部112は、キャラクタC001のステータス範囲として、最大レベル50、最大HP150、最大攻撃力200、最大スピード100、スキル(無し、AA)、進化状態(ノーマル、X)を取得する。 Subsequently, the execution unit 112 accesses the character history DB 100d and acquires the status range as of the quest release date for each character included in the deck. For example, if the quest release date is May 2014, the execution unit 112 has a maximum level of 50, a maximum HP of 150, a maximum attack power of 200, a maximum speed of 100, a skill (none, AA), and evolution as the status range of the character C001. Get the state (normal, X).

続いて、実行部112は、所持キャラクタ管理DBにアクセスし、各キャラクタの現在のステータスについて、クエスト公開日の時点におけるステータス範囲を超える現在のステータスが存在するか否かを、デッキに含まれる全てのキャラクタについて確認する。実行部112は、現在のステータスが、クエスト公開日の時点におけるステータス範囲を超える場合、現在のステータスを、クエスト公開日の時点におけるステータス範囲の最大値に変更する(S15)。例えば、プレイヤが所持するキャラクタの現在レベルが50であり、かつ、クエスト公開日の時点におけるステータス範囲はレベル0〜30であった場合、実行部112は、当該キャラクタのレベルを30に変更する。 Subsequently, the execution unit 112 accesses the possessed character management DB, and determines whether or not there is a current status exceeding the status range as of the quest release date for the current status of each character, all included in the deck. Check about the character of. When the current status exceeds the status range as of the quest publication date, the execution unit 112 changes the current status to the maximum value of the status range as of the quest publication date (S15). For example, if the current level of the character possessed by the player is 50 and the status range as of the quest release date is level 0 to 30, the execution unit 112 changes the level of the character to 30.

もし、現在のステータスが、クエスト公開日の時点におけるステータス範囲を超えない場合、実行部112は、現在のステータスを変更しない。例えば、プレイヤが所持するキャラクタの現在レベルが50であり、かつ、クエスト公開日の時点におけるステータス範囲はレベル0〜70であった場合、実行部112は、当該キャラクタのレベルは50のまま変更しない。 If the current status does not exceed the status range as of the quest release date, the execution unit 112 does not change the current status. For example, if the current level of the character possessed by the player is 50 and the status range as of the quest release date is level 0 to 70, the execution unit 112 does not change the level of the character at 50. ..

ここで、クエスト公開時に、進化状態になることが許容されていなかったキャラクタについては、実行部112は、進化する前のキャラクタに変更してクエストを実行するようにしてもよい。すなわち、実行部112は、過去モードでクエストをプレイする際に、プレイヤがデッキを編成するために選択したキャラクタの中に、クエスト公開時に存在していたキャラクタ(クエストに定められた時間情報に対応するキャラクタ)が進化したキャラクタが含まれており、かつ、キャラクタ履歴DBでは、過去モードでクエストを実行する場合には当該キャラクタは進化した状態にはならないことが定義されている場合(つまり、クエスト公開時には、当該キャラクタが進化したキャラクタは存在しなかった場合)、進化したキャラクタを進化する前のキャラクタに変更して、クエストを実行するようにしてもよい。 Here, when the quest is released, the execution unit 112 may change the character to the character before evolution and execute the quest for the character that was not allowed to be in the evolved state. That is, when playing the quest in the past mode, the execution unit 112 corresponds to the character (corresponding to the time information specified in the quest) that existed at the time of releasing the quest among the characters selected by the player to organize the deck. If the character that has evolved is included, and the character history DB defines that the character will not be in the evolved state when the quest is executed in the past mode (that is, the quest). At the time of publication, if the character whose character has evolved does not exist), the evolved character may be changed to the character before evolution to execute the quest.

また、実行部112は、キャラクタ履歴DBに基づいて、プレイヤが所持するキャラクタを進化する前のキャラクタに変更する際、該進化する前のキャラクタが取り得るステータスを最も高いステータスに変更してクエストを実行するようにしてもよい。例えば、所持キャラクタ管理DB100b、クエスト管理DB100c及びキャラクタ履歴DB100dには、それぞれ、図4及び図5に示すデータが格納されているものとする。もし、プレイヤ0100が、キャラクタC100をデッキに組み込んで、クエストQ003を過去モードでプレイする場合を想定する。所持キャラクタ管理DB100bによれば、キャラクタC100のステータスは、レベル60、HP200、攻撃力300、スピード130、スキルとしてAA及びBBを有する状態である。また、キャラクタC100は進化状態である。 Further, when the execution unit 112 changes the character possessed by the player to the character before evolution based on the character history DB, the execution unit 112 changes the status that the character before evolution can take to the highest status and performs the quest. You may want to do it. For example, it is assumed that the possessed character management DB 100b, the quest management DB 100c, and the character history DB 100d store the data shown in FIGS. 4 and 5, respectively. It is assumed that the player 0100 incorporates the character C100 into the deck and plays quest Q003 in the past mode. According to the possessed character management DB 100b, the status of the character C100 is a state having level 60, HP200, attack power 300, speed 130, and AA and BB as skills. Further, the character C100 is in an evolved state.

この場合で、クエストQ003を過去モードでプレイした場合、クエスト管理DB100cによれば、クエスト公開日は2014年5月である。また、キャラクタ履歴DB100dによれば、2014年5月の時点で、キャラクタC100のステータス範囲は、最大レベル50、最大HP150、最大攻撃力200、最大スピード100であり、取り得るスキルはAAのみである。従って、実行部112は、キャラクタC100のステータスを、レベル50、HP150、攻撃力200、スピード100、スキルとしてAAを有する状態に変更してクエストQ003を実行する。 In this case, when Quest Q003 is played in the past mode, the quest release date is May 2014 according to the quest management DB100c. According to the character history DB100d, as of May 2014, the status range of the character C100 is a maximum level of 50, a maximum HP of 150, a maximum attack power of 200, and a maximum speed of 100, and the only skill that can be acquired is AA. .. Therefore, the execution unit 112 changes the status of the character C100 to a state having level 50, HP150, attack power 200, speed 100, and AA as a skill, and executes quest Q003.

同様に、クエストQ001を過去モードでプレイした場合、クエスト管理DB100cによれば、クエスト公開日は2013年10月である。また、キャラクタ履歴DB100dによれば、2013年10月の時点で、キャラクタC100のステータス範囲は、最大レベル30、最大HP100、最大攻撃力100、最大スピード80であり、取り得るスキルは無しである。従って、実行部112は、キャラクタC100のステータスを、レベル30、HP100、攻撃力100、スピード80、スキルを有しない状態に変更してクエストQ001を実行する。 Similarly, when quest Q001 is played in the past mode, the quest release date is October 2013 according to the quest management DB100c. Further, according to the character history DB 100d, as of October 2013, the status range of the character C100 is a maximum level of 30, a maximum HP of 100, a maximum attack power of 100, and a maximum speed of 80, and there is no skill that can be acquired. Therefore, the execution unit 112 changes the status of the character C100 to a state of level 30, HP100, attack power 100, speed 80, and no skill, and executes quest Q001.

続いて、実行部112は、ステップS15の処理手順で変更したステータスに基づいて、クエストの実行を開始する(S16)。 Subsequently, the execution unit 112 starts executing the quest based on the status changed in the processing procedure of step S15 (S16).

クエストを通常モードでプレイするとの選択がなされた場合(S11)、受付部111は、プレイヤから、クエストで使用するデッキの編成を受け付ける(S17)。実行部112は、受け付けたデッキを用いてクエストの実行を開始する(S18)。 When it is selected to play the quest in the normal mode (S11), the reception unit 111 accepts the organization of the deck to be used in the quest from the player (S17). The execution unit 112 starts executing the quest using the received deck (S18).

(変形例1)
過去モードが選択された場合、プレイヤが所持しているキャラクタの中に、クエスト公開日の時点で使用可能なキャラクタのリストに含まれるキャラクタが存在しないケースが考えられる。例えば、最近本ゲームを始めた初心者プレイヤなど、所持しているキャラクタが少ない場合、このようなケースが生じる可能性が高いと考えられる。
(Modification example 1)
When the past mode is selected, it is possible that some of the characters possessed by the player are not included in the list of available characters as of the quest release date. For example, if there are few characters in possession, such as a beginner player who has recently started this game, it is highly likely that such a case will occur.

この場合、受付部111は、クエスト公開時に存在していたキャラクタ(クエストに定められた時間情報に対応するキャラクタ)の中に、プレイヤが所持しているキャラクタが存在しない場合、プレイヤが所定のアイテムを消費することで、クエスト公開時に存在していたキャラクタの中から、デッキの編成(クエストに使用するキャラクタの選択)を受け付けるようにしてもよい。 In this case, if the character possessed by the player does not exist among the characters existing at the time of publishing the quest (character corresponding to the time information specified in the quest), the reception unit 111 determines the item by the player. By consuming, you may accept the formation of the deck (selection of the character to be used for the quest) from the characters that existed when the quest was released.

なお、クエスト公開時に存在していたキャラクタは多数存在することが想定される。そこで、消費する所定のアイテムの量又は価値の大小に応じて、選択可能なキャラクタの数を変化させるようにしてもよい。例えば、予め定められた価値以上の価値を有する所定のアイテムを消費する場合は、クエスト公開時に存在していた全てのキャラクタの中からデッキ編成を受け付けるようにしてもよい。一方、予め定められた価値未満の価値を有する所定のアイテムを消費する場合は、クエスト公開時に存在していたキャラクタのうち一部のキャラクタの中からデッキ編成を受け付けるようにしてもよい。 In addition, it is assumed that there are many characters that existed when the quest was released. Therefore, the number of selectable characters may be changed according to the amount or value of a predetermined item to be consumed. For example, when consuming a predetermined item having a value equal to or higher than a predetermined value, a deck formation may be accepted from all the characters existing at the time of releasing the quest. On the other hand, when consuming a predetermined item having a value less than a predetermined value, a deck formation may be accepted from some of the characters existing at the time of quest release.

(変形例2)
変形例1同様、クエスト公開時に存在していたキャラクタ(クエストに定められた時間情報に対応するキャラクタ)の中に、プレイヤが所持しているキャラクタが存在しない場合、実行部112は、クエストに対して予め用意されたキャラクタを用いてクエストを実行するようにしてもよい。つまり、本ゲームでは、クエストを過去モードでプレイする際に利用可能なお助けデッキを用意しておき、プレイヤは、当該お助けデッキを利用することで、クエストを過去モードでプレイ可能としてもよい。当該お助けデッキは、クエスト公開時に存在していた複数のキャラクタであって、クエスト公開当時のステータス範囲に変更されたキャラクタで編成されたデッキであってもよい。
(Modification 2)
Similar to the first modification, if there is no character possessed by the player among the characters (characters corresponding to the time information specified in the quest) that existed when the quest was released, the execution unit 112 responds to the quest. You may execute the quest using the character prepared in advance. That is, in this game, a help deck that can be used when playing the quest in the past mode may be prepared, and the player may be able to play the quest in the past mode by using the help deck. The help deck may be a plurality of characters that existed at the time of the quest release, and may be a deck composed of characters that have been changed to the status range at the time of the quest release.

また、お助けデッキは、後述する「過去のランキング」に含まれるキャラクタの中から予め編成されたデッキであってもよい。例えば、実行部112は、「過去のランキング」含まれるキャラクタにより予め編成されたお助けデッキで、クエストを実行するようにしてもよい。 In addition, the help deck may be a deck pre-arranged from the characters included in the "past ranking" described later. For example, the execution unit 112 may execute the quest with a help deck pre-organized by the characters included in the "past ranking".

また、お助けデッキは、「過去のランキング」に含まれるキャラクタの中からユーザにより選択されたキャラクタにより編成されたであってもよい。例えば、受付部111は、プレイヤから、「過去のランキング」含まれるキャラクタの中から、お助けデッキを編成するキャラクタの選択を受け付けるようにしてもよい。また、実行部112は、受付部111が受け付けた「過去のランキング」含まれるキャラクタにより編成されたお助けデッキで、クエストを実行するようにしてもよい。 In addition, the help deck may be organized by characters selected by the user from the characters included in the "past ranking". For example, the reception unit 111 may accept the selection of the character that organizes the help deck from the characters included in the "past ranking" from the player. Further, the execution unit 112 may execute the quest with a help deck composed of characters included in the "past ranking" received by the reception unit 111.

また、お助けデッキは複数用意されており、複数のお助けデッキの各々は、過去モードでクエストをクリアする難易度が異なるように設定されていてもよい。過去モードでクエストをクリアする難易度は、お助けデッキに含まれるキャラクタの強さにより設定されることとしてもよい。例えば、難易度が「易しい」であるお助けデッキは、複数の強力なキャラクタにより構成されており、難易度が「普通」であるお助けデッキは、強力なキャラクタ及び弱いキャラクタを含む複数のキャラクタにより構成されており、難易度が「難しい」であるお助けデッキは、複数の弱いキャラクタにより構成されていてもよい。また、これに限定されず、他の手段により難易度が設定されていてもよい。例えば、クエストをクリアする難易度は、クエストに登場する敵キャラクタの強さが変化することにより設定されることとしてもよいいし、クエストをプレイする間、プレイヤが有利になるようなアイテムが効果を発揮するか否かにより設定されることとしてもよい。 In addition, a plurality of help decks are prepared, and each of the plurality of help decks may be set so that the difficulty level of clearing the quest in the past mode is different. The difficulty level of clearing the quest in the past mode may be set by the strength of the character included in the help deck. For example, a help deck with a difficulty level of "easy" is composed of a plurality of powerful characters, and a help deck with a difficulty level of "normal" is composed of a plurality of characters including a strong character and a weak character. A help deck that is composed of and whose difficulty level is "difficult" may be composed of a plurality of weak characters. Further, the difficulty level is not limited to this, and the difficulty level may be set by other means. For example, the difficulty level of clearing a quest may be set by changing the strength of the enemy character appearing in the quest, or an item that gives the player an advantage while playing the quest is effective. It may be set depending on whether or not the above is exhibited.

(画面表示例)
図8は、過去モードでクエストをプレイする際の選択画面の一例を示す図である。画面A100はクエストの選択を受け付ける画面である。プレイヤは、クエスト選択ボタンB100、B101及びB102の中からプレイしたいクエストを選択する。表示制御部113は、クエストの選択を受け付けると、選択されたクエストを実行するモードの選択を受けつける画面A110に遷移させる。プレイヤにより過去モードボタンB110又は通常モードボタンB111が押下されると、表示制御部113は、デッキ編成画面A120に遷移させる。表示制御部113は、デッキ編成画面A120に、プレイヤが所持しているキャラクタ一覧を示す表示エリアD120と、デッキに組み込むキャラクタとして選択されたキャラクタを示す表示エリアD121とを表示する。
(Screen display example)
FIG. 8 is a diagram showing an example of a selection screen when playing a quest in the past mode. Screen A100 is a screen that accepts quest selection. The player selects the quest to be played from the quest selection buttons B100, B101 and B102. When the display control unit 113 accepts the selection of the quest, the display control unit 113 transitions to the screen A110 that accepts the selection of the mode for executing the selected quest. When the player presses the past mode button B110 or the normal mode button B111, the display control unit 113 shifts to the deck formation screen A120. The display control unit 113 displays on the deck organization screen A120 a display area D120 showing a list of characters possessed by the player and a display area D121 showing a character selected as a character to be incorporated in the deck.

ここで、過去モードでクエストをプレイする場合(つまり、過去モードボタンB110が押下された場合)、表示制御部113は、表示エリアD120において、プレイヤが所持しているキャラクタのうち、クエストに使用することができないキャラクタ(つまり、クエスト公開時には存在しなかったキャラクタ)をグレーアウト表示するようにしてもよい。クエスト開始ボタンB120が押下されると、過去モードでクエストが実行される。 Here, when playing a quest in the past mode (that is, when the past mode button B110 is pressed), the display control unit 113 is used for the quest among the characters possessed by the player in the display area D120. Characters that cannot be used (that is, characters that did not exist when the quest was released) may be grayed out. When the quest start button B120 is pressed, the quest is executed in the past mode.

図9は、クエストに関する情報を表示する画面の一例を示す図である。クエスト情報画面A200には、クエストが公開された当時、その当時にクエストをクリアした各プレイヤが、どのキャラクタをデッキに組み込んでいたのかを示す過去のランキングを表示するエリアM100が含まれる。各プレイヤは、当該過去のランキングを参照することで、クエストを過去モードでプレイする際に、デッキに組み込むキャラクタを選択する際の参考とすることができる。 FIG. 9 is a diagram showing an example of a screen for displaying information about the quest. The quest information screen A200 includes an area M100 that displays a past ranking indicating which character was incorporated into the deck by each player who cleared the quest at the time when the quest was released. By referring to the past ranking, each player can refer to the character to be incorporated into the deck when playing the quest in the past mode.

<まとめ>
以上説明した実施形態によれば、過去モードでクエストを実行する際、プレイヤがクエストに使用するキャラクタのステータスを、クエストが公開された当時のステータスの範囲に変更してクエストを実行するようにした。これにより、プレイヤは、クエストが公開された当時の難易度でクエストをプレイすることが可能になる。
<Summary>
According to the embodiment described above, when executing a quest in the past mode, the status of the character used by the player for the quest is changed to the range of the status at the time when the quest was released, and the quest is executed. .. This allows the player to play the quest at the difficulty level at the time the quest was released.

以上説明した実施形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するためのものではない。実施形態で説明したフローチャート、シーケンス、実施形態が備える各要素並びにその配置、材料、条件、形状及びサイズ等は、例示したものに限定されるわけではなく適宜変更することができる。また、異なる実施形態で示した構成同士を部分的に置換し又は組み合わせることが可能である。 The embodiments described above are for facilitating the understanding of the present invention, and are not for limiting and interpreting the present invention. The flowchart, sequence, each element included in the embodiment, its arrangement, material, condition, shape, size, and the like described in the embodiment are not limited to those exemplified, and can be changed as appropriate. In addition, the configurations shown in different embodiments can be partially replaced or combined.

<付記>
<付記1>
キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を格納する記憶部と、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行する実行部と、
を有する情報処理装置。
<Additional notes>
<Appendix 1>
For each character, a storage unit that stores past information that associates the past time information with the range of status,
Based on the past information, the execution unit that executes the quest by changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest.
Information processing device with.

付記1によれは、クエストで使用するキャラクタのステータスを、クエストが公開された当時の状態に戻すことができるため、プレイヤは、クエストが公開された当時の難易度でクエストをプレイすることが可能になる。 According to Appendix 1, the status of the character used in the quest can be returned to the state at the time the quest was published, so the player can play the quest at the difficulty level at the time the quest was published. become.

<付記2>
前記プレイヤから、前記プレイヤが所持するキャラクタのステータスを変更するモードでクエストを実行するか否かの選択を受け付ける受付部、を有し、
前記実行部は、前記プレイヤから、前記クエストを前記モードで実行するとの選択を受け付けた場合に、前記クエストを実行する、
請求項1に記載の情報処理装置。
<Appendix 2>
It has a reception unit that accepts from the player whether or not to execute a quest in a mode for changing the status of a character possessed by the player.
When the execution unit receives a selection from the player to execute the quest in the mode, the execution unit executes the quest.
The information processing device according to claim 1.

付記2によれば、プレイヤは、自ら希望する場合に、クエストが公開された当時の難易度でクエストをプレイすることが可能になる。 According to Appendix 2, the player can play the quest at the difficulty level at the time when the quest was released, if he / she wishes.

<付記3>
前記受付部は、前記モードで前記クエストを実行する場合に、前記クエストに定められた前記時間情報に対応するキャラクタであって、前記プレイヤが所持しているキャラクタの中から、前記クエストに使用するキャラクタの選択を受け付ける、
請求項2に記載の情報処理装置。
<Appendix 3>
When executing the quest in the mode, the reception unit is a character corresponding to the time information defined in the quest, and is used for the quest from among the characters possessed by the player. Accept character selection,
The information processing device according to claim 2.

付記3によれば、プレイヤは、クエストが公開された当時に存在したキャラクタを用いてクエストをプレイすることが可能になる。 According to Appendix 3, the player can play the quest using the characters that existed at the time the quest was released.

<付記4>
前記受付部は、前記クエストに定められた前記時間情報に対応するキャラクタの中に、前記プレイヤが所持しているキャラクタが存在しない場合、前記プレイヤが所定のアイテムを消費することで、前記定められた前記時間情報に対応するキャラクタの中から、前記クエストに使用するキャラクタの選択を受け付ける、
請求項3に記載の情報処理装置。
<Appendix 4>
The reception unit is determined by the player consuming a predetermined item when the character possessed by the player does not exist among the characters corresponding to the time information defined in the quest. Accepts the selection of the character to be used for the quest from the characters corresponding to the time information.
The information processing device according to claim 3.

付記4によれば、プレイヤが、クエストが公開された当時に存在したキャラクタを所有していない場合でも、クエストが公開された当時に存在したキャラクタを用いてクエストをプレイすることが可能になる。 According to Appendix 4, even if the player does not own the character that existed at the time the quest was published, it is possible to play the quest using the character that existed at the time the quest was published.

<付記5>
前記実行部は、前記クエストに定められた前記時間情報に対応するキャラクタの中に、前記プレイヤが所持しているキャラクタが存在しない場合、前記クエストに対して予め用意されたキャラクタを用いて前記クエストを実行する、
請求項3に記載の情報処理装置。
<Appendix 5>
When the character possessed by the player does not exist among the characters corresponding to the time information defined in the quest, the execution unit uses the character prepared in advance for the quest to perform the quest. To execute,
The information processing device according to claim 3.

付記5によれば、プレイヤが、クエストが公開された当時に存在したキャラクタを所有していない場合でも、予めプリセットされたキャラクタを用いてクエストをプレイすることが可能になる。 According to Appendix 5, even if the player does not own the character that existed at the time the quest was released, the quest can be played using the preset character.

<付記6>
前記実行部は、選択された前記クエストに使用するキャラクタの中に、前記クエストに定められた前記時間情報に対応するキャラクタが進化したキャラクタが含まれており、かつ、前記時間情報では、前記モードで前記クエストを実行する場合には該キャラクタは進化した状態にはならないことが定義されている場合、該進化したキャラクタを、進化する前のキャラクタに変更して、前記クエストを実行する、
請求項3に記載の情報処理装置。
<Appendix 6>
In the execution unit, among the characters used for the selected quest, a character obtained by evolving the character corresponding to the time information defined in the quest is included, and in the time information, the mode is described. If it is defined that the character will not be in an evolved state when executing the quest in, the evolved character is changed to a character before evolution and the quest is executed.
The information processing device according to claim 3.

付記6によれば、プレイヤは、クエスト公開当時には進化した状態にならなかったキャラクタを用いてクエストをプレイする際、進化する前のキャラクタを用いてクエストをプレイすることが可能になる。 According to Appendix 6, when the player plays the quest with a character that was not in an evolved state at the time of the release of the quest, the player can play the quest with the character before the evolution.

<付記7>
前記実行部は、前記過去情報に基づき、前記プレイヤが所持するキャラクタを、進化する前のキャラクタに変更すると共に、該進化する前のキャラクタが取り得るステータスを最も高いステータスに変更して前記クエストを実行する、
請求項6に記載の情報処理装置。
<Appendix 7>
Based on the past information, the execution unit changes the character possessed by the player to the character before evolution, and changes the status that the character before evolution can take to the highest status to perform the quest. Run,
The information processing device according to claim 6.

付記7によれば、プレイヤが、クエスト公開当時には進化した状態にならなかったキャラクタを用いてクエストをプレイする際、当該キャラクタが進化する前のキャラクタであって、クエスト公開当時において最も強い状態のキャラクタを用いてクエストをプレイすることが可能になる。 According to Appendix 7, when a player plays a quest using a character that was not in an evolved state at the time of the quest release, the character is the character before the evolution of the character and is in the strongest state at the time of the quest release. It will be possible to play quests using characters.

<付記8>
キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を記憶部に格納するステップと、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行するステップと、
を含む情報処理方法。
<Appendix 8>
For each character, a step to store the past information that associates the past time information with the status range in the storage unit, and
Based on the past information, the step of changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest and executing the quest,
Information processing methods including.

付記8によれは、クエストで使用するキャラクタのステータスを、クエストが公開された当時の状態に戻すことができるため、プレイヤは、クエストが公開された当時の難易度でクエストをプレイすることが可能になる。 According to Appendix 8, the status of the character used in the quest can be returned to the state at the time the quest was published, so the player can play the quest at the difficulty level at the time the quest was published. become.

<付記9>
コンピュータに、
キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を記憶部に格納するステップと、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行するステップと、
を実行させるためのプログラム。
<Appendix 9>
On the computer
For each character, a step to store the past information that associates the past time information with the status range in the storage unit, and
Based on the past information, the step of changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest and executing the quest,
A program to execute.

付記9よれは、クエストで使用するキャラクタのステータスを、クエストが公開された当時の状態に戻すことができるため、プレイヤは、クエストが公開された当時の難易度でクエストをプレイすることが可能になる。 Appendix 9: Since the status of the character used in the quest can be returned to the state at the time when the quest was published, the player can play the quest at the difficulty level at the time when the quest was published. Become.

1…ゲームシステム、10…ゲームサーバ、11…プロセッサ、12…記憶装置、13…通信IF、14…入力デバイス、15…出力デバイス、20…端末、100…記憶部、110…ゲーム制御部、111…受付部、112…実行部、113…表示制御部、114…付与部、200…記憶部、201…通信部、202…UI部、203…ゲーム制御部 1 ... Game system, 10 ... Game server, 11 ... Processor, 12 ... Storage device, 13 ... Communication IF, 14 ... Input device, 15 ... Output device, 20 ... Terminal, 100 ... Storage unit, 110 ... Game control unit, 111 ... Reception unit, 112 ... Execution unit, 113 ... Display control unit, 114 ... Grant unit, 200 ... Storage unit, 201 ... Communication unit, 202 ... UI unit, 203 ... Game control unit

Claims (9)

キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を格納する記憶部と、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行する実行部と、
を有する情報処理装置。
For each character, a storage unit that stores past information that associates the past time information with the range of status,
Based on the past information, the execution unit that executes the quest by changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest.
Information processing device with.
前記プレイヤから、前記プレイヤが所持するキャラクタのステータスを変更するモードでクエストを実行するか否かの選択を受け付ける受付部、を有し、
前記実行部は、前記プレイヤから、前記クエストを前記モードで実行するとの選択を受け付けた場合に、前記クエストを実行する、
請求項1に記載の情報処理装置。
It has a reception unit that accepts from the player whether or not to execute a quest in a mode for changing the status of a character possessed by the player.
When the execution unit receives a selection from the player to execute the quest in the mode, the execution unit executes the quest.
The information processing device according to claim 1.
前記受付部は、前記モードで前記クエストを実行する場合に、前記クエストに定められた前記時間情報に対応するキャラクタであって、前記プレイヤが所持しているキャラクタの中から、前記クエストに使用するキャラクタの選択を受け付ける、
請求項2に記載の情報処理装置。
When executing the quest in the mode, the reception unit is a character corresponding to the time information defined in the quest, and is used for the quest from among the characters possessed by the player. Accept character selection,
The information processing device according to claim 2.
前記受付部は、前記クエストに定められた前記時間情報に対応するキャラクタの中に、前記プレイヤが所持しているキャラクタが存在しない場合、前記プレイヤが所定のアイテムを消費することで、前記定められた前記時間情報に対応するキャラクタの中から、前記クエストに使用するキャラクタの選択を受け付ける、
請求項3に記載の情報処理装置。
The reception unit is determined by the player consuming a predetermined item when the character possessed by the player does not exist among the characters corresponding to the time information defined in the quest. Accepts the selection of the character to be used for the quest from the characters corresponding to the time information.
The information processing device according to claim 3.
前記実行部は、前記クエストに定められた前記時間情報に対応するキャラクタの中に、前記プレイヤが所持しているキャラクタが存在しない場合、前記クエストに対して予め用意されたキャラクタを用いて前記クエストを実行する、
請求項3に記載の情報処理装置。
When the character possessed by the player does not exist among the characters corresponding to the time information defined in the quest, the execution unit uses the character prepared in advance for the quest to perform the quest. To execute,
The information processing device according to claim 3.
前記実行部は、選択された前記クエストに使用するキャラクタの中に、前記クエストに定められた前記時間情報に対応するキャラクタが進化したキャラクタが含まれており、かつ、前記時間情報では、前記モードで前記クエストを実行する場合には該キャラクタは進化した状態にはならないことが定義されている場合、該進化したキャラクタを、進化する前のキャラクタに変更して、前記クエストを実行する、
請求項3に記載の情報処理装置。
In the execution unit, among the characters used for the selected quest, a character obtained by evolving the character corresponding to the time information defined in the quest is included, and in the time information, the mode is described. If it is defined that the character will not be in an evolved state when executing the quest in, the evolved character is changed to a character before evolution and the quest is executed.
The information processing device according to claim 3.
前記実行部は、前記過去情報に基づき、前記プレイヤが所持するキャラクタを、進化する前のキャラクタに変更すると共に、該進化する前のキャラクタが取り得るステータスを最も高いステータスに変更して前記クエストを実行する、
請求項6に記載の情報処理装置。
Based on the past information, the execution unit changes the character possessed by the player to the character before evolution, and changes the status that the character before evolution can take to the highest status to perform the quest. Run,
The information processing device according to claim 6.
キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を記憶部に格納するステップと、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行するステップと、
を含む情報処理方法。
For each character, a step to store the past information that associates the past time information with the status range in the storage unit, and
Based on the past information, the step of changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest and executing the quest,
Information processing methods including.
コンピュータに、
キャラクタごとに、過去の時間情報と、ステータスの範囲とを対応づける過去情報を記憶部に格納するステップと、
前記過去情報に基づき、プレイヤが所持するキャラクタのステータスを、クエストに定められた時間情報に対応するステータスの範囲に変更して、前記クエストを実行するステップと、
を実行させるためのプログラム。
On the computer
For each character, a step to store the past information that associates the past time information with the status range in the storage unit, and
Based on the past information, the step of changing the status of the character possessed by the player to the range of the status corresponding to the time information specified in the quest and executing the quest,
A program to execute.
JP2020046892A 2020-03-17 2020-03-17 Information processing equipment, information processing methods and programs Active JP7037714B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2020046892A JP7037714B2 (en) 2020-03-17 2020-03-17 Information processing equipment, information processing methods and programs
JP2021198518A JP7436876B2 (en) 2020-03-17 2021-12-07 Information processing device, information processing method and program
JP2024012082A JP2024036430A (en) 2020-03-17 2024-01-30 Information processing device, information processing method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020046892A JP7037714B2 (en) 2020-03-17 2020-03-17 Information processing equipment, information processing methods and programs

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2021198518A Division JP7436876B2 (en) 2020-03-17 2021-12-07 Information processing device, information processing method and program

Publications (2)

Publication Number Publication Date
JP2021145789A true JP2021145789A (en) 2021-09-27
JP7037714B2 JP7037714B2 (en) 2022-03-17

Family

ID=77850059

Family Applications (3)

Application Number Title Priority Date Filing Date
JP2020046892A Active JP7037714B2 (en) 2020-03-17 2020-03-17 Information processing equipment, information processing methods and programs
JP2021198518A Active JP7436876B2 (en) 2020-03-17 2021-12-07 Information processing device, information processing method and program
JP2024012082A Pending JP2024036430A (en) 2020-03-17 2024-01-30 Information processing device, information processing method and program

Family Applications After (2)

Application Number Title Priority Date Filing Date
JP2021198518A Active JP7436876B2 (en) 2020-03-17 2021-12-07 Information processing device, information processing method and program
JP2024012082A Pending JP2024036430A (en) 2020-03-17 2024-01-30 Information processing device, information processing method and program

Country Status (1)

Country Link
JP (3) JP7037714B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015154987A (en) * 2015-04-24 2015-08-27 株式会社コナミデジタルエンタテインメント Game system and method for controlling parameter thereof
JP2018102946A (en) * 2018-02-14 2018-07-05 株式会社セガゲームス Information processing device and program
JP2019080820A (en) * 2017-10-31 2019-05-30 株式会社コナミデジタルエンタテインメント Game system, game control device, and program
JP2019181268A (en) * 2018-12-25 2019-10-24 株式会社コナミデジタルエンタテインメント Game program and game system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016195691A (en) 2015-04-04 2016-11-24 慶三 大友 Information processing apparatus and game program
JP7071742B2 (en) 2019-02-19 2022-05-19 株式会社コナミデジタルエンタテインメント Game devices, game systems, control methods, and programs

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015154987A (en) * 2015-04-24 2015-08-27 株式会社コナミデジタルエンタテインメント Game system and method for controlling parameter thereof
JP2019080820A (en) * 2017-10-31 2019-05-30 株式会社コナミデジタルエンタテインメント Game system, game control device, and program
JP2018102946A (en) * 2018-02-14 2018-07-05 株式会社セガゲームス Information processing device and program
JP2019181268A (en) * 2018-12-25 2019-10-24 株式会社コナミデジタルエンタテインメント Game program and game system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
プロ野球スピリッツ2013 公式パーフェクトガイド, vol. 初版, JPN6018021275, 2 May 2013 (2013-05-02), pages 99, ISSN: 0004698011 *

Also Published As

Publication number Publication date
JP7037714B2 (en) 2022-03-17
JP2024036430A (en) 2024-03-15
JP7436876B2 (en) 2024-02-22
JP2022022340A (en) 2022-02-03

Similar Documents

Publication Publication Date Title
JP6756451B2 (en) Game equipment, game processing methods and programs
JP6845454B1 (en) Information processing equipment, information processing methods and programs
JP2023068115A (en) Game device, game processing method, and program
JP6948553B2 (en) Information processing device and information processing method
JP7037714B2 (en) Information processing equipment, information processing methods and programs
JP6926392B1 (en) Information processing equipment, information processing methods and programs
JP2022040182A (en) Information processing device, information processing method and program
JP6836092B1 (en) Information processing equipment, information processing methods and programs
JP6864846B1 (en) Information processing equipment, information processing methods and programs
JP7082305B1 (en) Information processing equipment, information processing methods and programs
JP6880440B1 (en) Information processing equipment, information processing methods and programs
JP7149484B1 (en) Information processing device, information processing method and program
JP7008934B1 (en) Information processing equipment, information processing methods and programs
JP7177370B2 (en) Information processing device and program
JP7518439B2 (en) Information processing device and information processing method
JP6848171B1 (en) Information processing equipment, information processing methods and programs
JP6931807B1 (en) Information processing equipment and programs
JP2023179094A (en) Information processor, information processing method, and program
JP2022075466A (en) Information processing device, information processing method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210330

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20210330

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210524

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210721

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20210917

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211208

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20211208

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20211215

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20211216

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220202

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220215

R150 Certificate of patent or registration of utility model

Ref document number: 7037714

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350