JP2021003557A - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP2021003557A
JP2021003557A JP2020128933A JP2020128933A JP2021003557A JP 2021003557 A JP2021003557 A JP 2021003557A JP 2020128933 A JP2020128933 A JP 2020128933A JP 2020128933 A JP2020128933 A JP 2020128933A JP 2021003557 A JP2021003557 A JP 2021003557A
Authority
JP
Japan
Prior art keywords
character
user
evolution
evolved
contents
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
JP2020128933A
Other languages
Japanese (ja)
Other versions
JP2021003557A5 (en
JP7443976B2 (en
Inventor
裕 菅沼
Yu Suganuma
裕 菅沼
土屋 大輔
Daisuke Tsuchiya
大輔 土屋
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.)
Sega Corp
Original Assignee
Sega Corp
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 Sega Corp filed Critical Sega Corp
Priority to JP2020128933A priority Critical patent/JP7443976B2/en
Publication of JP2021003557A publication Critical patent/JP2021003557A/en
Publication of JP2021003557A5 publication Critical patent/JP2021003557A5/ja
Priority to JP2023199506A priority patent/JP2024009244A/en
Application granted granted Critical
Publication of JP7443976B2 publication Critical patent/JP7443976B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To enhance a merit of having a plurality of evolution contents branched from a common content.SOLUTION: An information processing device includes: a content information storage unit for storing content information in which a plurality of evolution contents branched from a common content are set; a user information storage unit for storing user information in which a content owned by a user is set; and a privilege imparting unit for imparting a privilege to a user owning two or more evolution contents branched from the common content.SELECTED DRAWING: Figure 1

Description

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

コンテンツの一例としてのキャラクターをユーザーに所持させ、ユーザーの所持するキャラクターをさらに強いキャラクターに進化させるゲームをコンピューターに実行させるためのプログラムが知られている(たとえば、特許文献1)。 A program is known for causing a user to possess a character as an example of content and causing a computer to execute a game in which the character possessed by the user is evolved into a stronger character (for example, Patent Document 1).

特許第6044729号公報Japanese Patent No. 6044729

このようなゲームでは、共通のキャラクターから分岐した複数の進化キャラクターが予め用意されている場合がある。しかしながら、共通のキャラクターから分岐した進化キャラクターを複数所持することのメリットが少なかった。そのため、このように複数の進化キャラクターが予め用意されているにもかかわらず、ユーザーはその多くを入手しようとしない傾向があった。
本発明は、このような事情に鑑みてなされたものであり、その目的とするところは、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることにある。
In such a game, a plurality of evolved characters branched from a common character may be prepared in advance. However, there was little merit in having multiple evolved characters that diverged from a common character. Therefore, even though a plurality of evolved characters are prepared in advance in this way, users tend not to obtain many of them.
The present invention has been made in view of such circumstances, and an object of the present invention is to enhance the merit of possessing a plurality of evolved contents branched from common contents.

上記課題を解決するための本発明の主たる発明は、
共通のコンテンツから分岐した複数の進化コンテンツが設定されたコンテンツ情報を記憶するコンテンツ情報記憶部と、
ユーザーが所持するコンテンツが設定されたユーザー情報を記憶するユーザー情報記憶部と、
共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーに対して特権を付与する特権付与部と、
を備えることを特徴とする情報処理装置である。
本発明の他の特徴については、本明細書及び添付図面の記載により明らかにする。
The main invention of the present invention for solving the above problems is
A content information storage unit that stores content information in which multiple evolved contents branched from common contents are set,
A user information storage unit that stores user information in which the content possessed by the user is set, and
A privilege granting unit that grants privileges to users who have two or more evolved contents branched from common contents,
It is an information processing apparatus characterized by being provided with.
Other features of the present invention will be clarified by the description in the present specification and the accompanying drawings.

情報処理システム1の一例を示す構成図である。It is a block diagram which shows an example of an information processing system 1. コンピューターの一例を示すハードウェア構成図である。It is a hardware block diagram which shows an example of a computer. サーバー装置20の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of a server apparatus 20. キャラクター情報の一例を示す構成図である。It is a block diagram which shows an example of character information. アイテム情報の一例を示す構成図である。It is a block diagram which shows an example of item information. クエスト情報の一例を示す構成図である。It is a block diagram which shows an example of quest information. ユーザー情報の一例を示す構成図である。It is a block diagram which shows an example of user information. クライアント端末10の一例を示す機能ブロック図である。It is a functional block diagram which shows an example of a client terminal 10. 本実施形態におけるキャラクターの進化に関する動作例を示すフローチャートである。It is a flowchart which shows the operation example about the evolution of a character in this embodiment. 進化先選択画面500の一例を示すイメージ図である。It is an image diagram which shows an example of the evolution destination selection screen 500. 進化画面550の一例を示すイメージ図である。It is an image diagram which shows an example of the evolution screen 550. 本実施形態におけるキャラクターの合成に関する動作例を示すフローチャートである。It is a flowchart which shows the operation example about the composition of a character in this embodiment. 合成画面600の一例を示すイメージ図である。It is an image diagram which shows an example of the composite screen 600. 本実施形態における特権の付与に関する動作例を示すフローチャートである。It is a flowchart which shows the operation example about granting privilege in this embodiment.

本明細書及び添付図面の記載により、少なくとも以下の事項が明らかとなる。
即ち、共通のコンテンツから分岐した複数の進化コンテンツが設定されたコンテンツ情報を記憶するコンテンツ情報記憶部と、
ユーザーが所持するコンテンツが設定されたユーザー情報を記憶するユーザー情報記憶部と、
共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーに対して特権を付与する特権付与部と、
を備えることを特徴とする情報処理装置である。
このような情報処理装置によれば、共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーには、特権が与えられることになる。これにより、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることが可能となる。
The description of the present specification and the accompanying drawings will clarify at least the following matters.
That is, a content information storage unit that stores content information in which a plurality of evolved contents branched from common contents are set, and
A user information storage unit that stores user information in which the content possessed by the user is set, and
A privilege granting unit that grants privileges to users who have two or more evolved contents branched from common contents,
It is an information processing apparatus characterized by being provided with.
According to such an information processing device, a privilege is given to a user who possesses two or more evolved contents branched from the common contents. This makes it possible to enhance the merit of having a plurality of evolved contents branched from the common contents.

また、かかる情報処理装置であって、
前記特権付与部は、前記ユーザーに対する特権として、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも1つの進化コンテンツに設定されたパラメーターを、前記前記ユーザーにとって有利となるように変化させることとしても良い。
このような情報処理装置によれば、共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーには、そのうちの少なくとも1つの進化コンテンツに設定されたパラメーターを有利にできるメリットが与えられる。これにより、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることが可能となる。
In addition, it is such an information processing device.
As a privilege to the user, the privilege granting unit changes the parameters set for at least one evolution content of the two or more evolution contents possessed by the user so as to be advantageous to the user. May be.
According to such an information processing device, a user who possesses two or more evolved contents branched from the common contents is given an advantage that the parameters set in at least one of the evolved contents can be advantageous. This makes it possible to enhance the merit of having a plurality of evolved contents branched from the common contents.

また、かかる情報処理装置であって、
前記ユーザーが所持する2以上の前記進化コンテンツそれぞれに対して分岐元となる前記共通のコンテンツを合成する度に、合成された当該進化コンテンツそれぞれのパラメーターの最大値を段階的に上昇させる合成部と、
を備え、
前記特権付与部は、前記ユーザーに対する特権として、分岐元となる前記共通のコンテンツを合成する頻度が高いほど、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも1つの進化コンテンツに設定されたパラメーターを、前記前記ユーザーにとってより有利となるように大幅に変化させることとしても良い。
このような情報処理装置によれば、共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーには、それぞれの進化コンテンツに対して分岐元となる共通のコンテンツを合成する回数が多いほど、そのうちの少なくとも1つの進化コンテンツに設定されたパラメーターをより一層有利にできるメリットが与えられる。これにより、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることが可能となる。
In addition, it is such an information processing device.
Each time the common content that is a branch source is synthesized for each of the two or more evolutionary contents possessed by the user, the compositing unit that gradually increases the maximum value of the parameters of each of the synthesized evolutionary contents. ,
With
As a privilege to the user, the privilege granting unit is set to at least one evolution content of the two or more evolution contents possessed by the user as the frequency of synthesizing the common content serving as a branch source increases. The parameters may be changed significantly to be more advantageous to the user.
According to such an information processing device, for a user who has two or more evolved contents branched from the common contents, the more times the common content that is the branch source is synthesized for each evolved content, the more of them. It is given the merit that the parameters set in at least one evolutionary content can be further advantageous. This makes it possible to enhance the merit of having a plurality of evolved contents branched from the common contents.

また、かかる情報処理装置であって、
前記特権付与部は、前記ユーザーに対する特権として、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも2つの進化コンテンツに設定されたパラメーターを相互に交換可能にすることとしても良い。
このような情報処理装置によれば、共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーには、一方の進化コンテンツが持つパラメーターを、他方の進化コンテンツが持つパラメーターと取り換えできるメリットが与えられる。これにより、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることが可能となる。
In addition, it is such an information processing device.
As a privilege to the user, the privilege granting unit may exchange parameters set for at least two evolutionary contents of the two or more evolutionary contents possessed by the user with each other.
According to such an information processing device, a user who possesses two or more evolutionary contents branched from the common content is given the merit that the parameters of one evolutionary content can be replaced with the parameters of the other evolutionary content. .. This makes it possible to enhance the merit of having a plurality of evolved contents branched from the common contents.

また、かかる情報処理装置であって、
ユーザーが所持する分岐元となる共通のコンテンツについて進化条件が成立したことにより、当該共通のコンテンツを前記ユーザーに所持させない代わりに、当該共通のコンテンツから分岐した複数の進化コンテンツの中から前記ユーザーが選択したいずれかの進化コンテンツを所持させる進化部と、
を備え、
前記進化条件の成立し易さを、当該共通のコンテンツから分岐した複数の進化コンテンツのうちの少なくとも1つの進化コンテンツを前記ユーザーが既に所持している場合と、当該共通のコンテンツから分岐した複数の進化コンテンツを前記ユーザーが未だ1つも所持していない場合で異ならせることとしても良い。
このような情報処理装置によれば、例えば、共通のコンテンツから分岐した複数の進化コンテンツのうち少なくとも1つの進化コンテンツを所持するユーザーは、未だ進化コンテンツを所持していないユーザーに比べて、自分が所持する分岐元となる共通のコンテンツを進化コンテンツに進化させやすくなる。これにより、ユーザーは共通のコンテンツから分岐した進化コンテンツを2以上所持し易くなる。
In addition, it is such an information processing device.
Since the evolution condition is satisfied for the common content that is the branching source possessed by the user, the user can select from a plurality of evolved contents branched from the common content instead of causing the user to possess the common content. The evolution department that possesses one of the selected evolution contents,
With
The ease with which the evolution condition is satisfied is determined by the case where the user already possesses at least one evolution content among the plurality of evolution contents branched from the common content, and the case where the user already possesses the evolution content and a plurality of branches from the common content. The evolved content may be different if the user does not yet have one.
According to such an information processing device, for example, a user who possesses at least one evolved content among a plurality of evolved contents branched from a common content is more likely to own the evolved content than a user who does not yet possess the evolved content. It will be easier to evolve the common content that is the source of branching into evolved content. This makes it easier for the user to have two or more evolved contents branched from the common contents.

次に、コンピューターを、
共通のコンテンツから分岐した複数の進化コンテンツが設定されたコンテンツ情報を記憶するコンテンツ情報記憶手段、
ユーザーが所持するコンテンツが設定されたユーザー情報を記憶するユーザー情報記憶手段、
共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーに対して特権を付与する特権付与手段、
としての機能させるためのプログラムである。
このようなプログラムによれば、共通のコンテンツから分岐した進化コンテンツを複数所持することのメリットを高めることが可能となる。
Next, the computer,
Content information storage means for storing content information in which multiple evolved contents branched from common contents are set.
User information storage means for storing user information for which content possessed by the user is set,
Privilege granting means that grants privileges to users who have two or more evolved contents branched from common contents,
It is a program to function as.
According to such a program, it is possible to enhance the merit of having a plurality of evolved contents branched from the common contents.

===実施形態===
以下では、本発明の実施形態に係る情報処理装置、プログラム、及び情報処理システムについて詳細に説明する。なお、ユーザーの所持するコンテンツ(例えば、キャラクター)をさらに強いコンテンツに進化させるゲームを採用する情報処理装置、プログラム、及び情報処理システム等に広く適用できる。
=== Embodiment ===
Hereinafter, the information processing apparatus, program, and information processing system according to the embodiment of the present invention will be described in detail. It can be widely applied to information processing devices, programs, information processing systems, and the like that employ games that evolve the content (for example, characters) possessed by the user into stronger content.

<<システム構成>>
図1は、本実施形態に係る情報処理システム1の一例を示す構成図である。図1に示すように、本実施形態に係る情報処理システム1は、1台以上のクライアント端末10とサーバー装置20とがネットワークNを介して接続されている。
<< System configuration >>
FIG. 1 is a configuration diagram showing an example of an information processing system 1 according to the present embodiment. As shown in FIG. 1, in the information processing system 1 according to the present embodiment, one or more client terminals 10 and a server device 20 are connected via a network N.

クライアント端末10は、ユーザーが操作するスマートフォン、タブレット、PCなどの端末装置や、家庭用や業務用のゲーム専用機器などの端末装置である。サーバー装置20は、クライアント端末10でユーザーにより行われるゲームの管理や制御、ゲーム内での課金処理等を行う。ネットワークNは、インターネット等であって、移動無線基地局などを含む。 The client terminal 10 is a terminal device such as a smartphone, a tablet, or a PC operated by a user, or a terminal device such as a game-dedicated device for home or business use. The server device 20 manages and controls the game performed by the user on the client terminal 10, and performs in-game billing processing and the like. The network N is the Internet or the like, and includes a mobile radio base station or the like.

なお、本発明は図1に示すクライアント・サーバー型の情報処理システム1の他、ゲーム内での課金処理を行う仕組みを別途設けることで単体のゲーム装置(情報処理装置)においても適用可能である。図1の情報処理システム1は一例であって用途や目的に応じて様々なシステム構成例があることは言うまでもない。例えば、図1のサーバー装置20は複数のコンピューターに分散して構成してもよい。 In addition to the client-server type information processing system 1 shown in FIG. 1, the present invention can be applied to a single game device (information processing device) by separately providing a mechanism for performing in-game billing processing. .. It goes without saying that the information processing system 1 of FIG. 1 is an example, and there are various system configuration examples depending on the application and purpose. For example, the server device 20 of FIG. 1 may be distributed to a plurality of computers.

<<ハードウェア構成>>
<クライアント端末及びサーバー装置>
図2は、本実施形態に係るコンピューター50の一例を示すハードウェア構成図である。本実施形態に係るクライアント端末10及びサーバー装置20は、例えば図2に示すハードウェア構成のコンピューター50により実現される。なお、コンピューター50は情報処理装置の一例である。
<< Hardware configuration >>
<Client terminal and server device>
FIG. 2 is a hardware configuration diagram showing an example of the computer 50 according to the present embodiment. The client terminal 10 and the server device 20 according to the present embodiment are realized by, for example, a computer 50 having a hardware configuration shown in FIG. The computer 50 is an example of an information processing device.

コンピューター50は、図2に示すように、CPU51、RAM52、ROM53、通信インタフェース54、入力装置55、表示装置56、外部インタフェース57、及びHDD58などを備えており、それぞれがバスラインBで相互に接続されている。なお、サーバー装置20においては、入力装置55及び表示装置56を必要なときに接続して利用する形態であってもよい。 As shown in FIG. 2, the computer 50 includes a CPU 51, a RAM 52, a ROM 53, a communication interface 54, an input device 55, a display device 56, an external interface 57, an HDD 58, and the like, each of which is connected to each other by a bus line B. Has been done. The server device 20 may be used by connecting the input device 55 and the display device 56 when necessary.

CPU51は、ROM53やHDD58などの記憶装置からプログラムやデータをRAM52上に読み出し、読み出したプログラムやデータに基づく各種処理を実行することによって、コンピューター全体の制御や機能を実現する演算装置である。 The CPU 51 is an arithmetic unit that realizes control and functions of the entire computer by reading programs and data from storage devices such as ROM 53 and HDD 58 onto the RAM 52 and executing various processes based on the read programs and data.

RAM52は、プログラムやデータを一時保持するための揮発性の半導体メモリ(記憶装置)の一例であり、CPU51が各種処理を実行する際のワークエリアとしても利用される。 The RAM 52 is an example of a volatile semiconductor memory (storage device) for temporarily holding a program or data, and is also used as a work area when the CPU 51 executes various processes.

ROM53は、電源を切ってもプログラムやデータを保持することができる不揮発性の半導体メモリ(記憶装置)の一例である。ROM53には、コンピューター50の起動時に実行されるBIOS、OS設定、及びネットワーク設定などのプログラムやデータが格納されている。 The ROM 53 is an example of a non-volatile semiconductor memory (storage device) capable of holding programs and data even when the power is turned off. The ROM 53 stores programs and data such as BIOS, OS settings, and network settings that are executed when the computer 50 starts up.

通信インタフェース54は、コンピューター50をネットワークNに接続するためのインタフェースである。これにより、コンピューター50は通信インタフェース54を介してデータ通信を行うことができる。 The communication interface 54 is an interface for connecting the computer 50 to the network N. As a result, the computer 50 can perform data communication via the communication interface 54.

入力装置55は、ユーザー又は管理者が各種信号を入力するのに用いる装置である。本実施形態における入力装置55は、例えば、タッチパネル、操作キーやボタン、キーボードやマウスなどの操作装置である。 The input device 55 is a device used by a user or an administrator to input various signals. The input device 55 in this embodiment is, for example, an operation device such as a touch panel, operation keys and buttons, a keyboard and a mouse.

表示装置56は、ユーザー又は管理者に対して各種情報を画面表示するための装置である。本実施形態における表示装置56は、例えば、液晶や有機ELなどのディスプレイである。 The display device 56 is a device for displaying various information on the screen to the user or the administrator. The display device 56 in the present embodiment is, for example, a display such as a liquid crystal or an organic EL.

外部インタフェース57は、外部装置とデータ通信可能に接続するためのインタフェースである。これにより、コンピューター50は外部インタフェース57を介して記録媒体の読み取り及び/又は書き込みを行うことができる。外部装置は、例えば、フレキシブルディスク、CD、DVD、SDメモリカード、USBメモリなどの記録媒体である。 The external interface 57 is an interface for connecting to an external device so that data communication is possible. As a result, the computer 50 can read and / or write to the recording medium via the external interface 57. The external device is, for example, a recording medium such as a flexible disk, a CD, a DVD, an SD memory card, or a USB memory.

HDD58は、プログラムやデータを格納している不揮発性の記憶装置の一例である。格納されるプログラムやデータには、コンピューター全体を制御する基本ソフトウェアであるOS、及びOS上において各種機能を提供するアプリケーションなどがある。 The HDD 58 is an example of a non-volatile storage device that stores programs and data. The stored programs and data include an OS, which is basic software that controls the entire computer, and an application that provides various functions on the OS.

なお、HDD58に替えて、記憶媒体としてフラッシュメモリを用いるドライブ装置(例えばソリッドステートドライブ:SSD)を利用してもよい。 Instead of the HDD 58, a drive device (for example, a solid state drive: SSD) that uses a flash memory as a storage medium may be used.

本実施形態に係るクライアント端末10及びサーバー装置20は、上述したハードウェア構成のコンピューター50においてプログラムを実行することにより、後述するような各種処理を実現できる。 The client terminal 10 and the server device 20 according to the present embodiment can realize various processes as described later by executing a program on the computer 50 having the hardware configuration described above.

<<ソフトウェア構成>>
<サーバー装置>
図3は、本実施形態に係るサーバー装置20の一例を示す機能ブロック図である。本実施形態に係るサーバー装置20は、例えば図3に示す機能ブロックにより実現される。
<< Software configuration >>
<Server device>
FIG. 3 is a functional block diagram showing an example of the server device 20 according to the present embodiment. The server device 20 according to the present embodiment is realized by, for example, the functional block shown in FIG.

本実施形態に係るサーバー装置20は、プログラムを実行することにより、サーバー制御部200、サーバー記憶部220、及びサーバー通信部240を実現する。 The server device 20 according to the present embodiment realizes the server control unit 200, the server storage unit 220, and the server communication unit 240 by executing the program.

サーバー制御部200は、サーバー装置20における各種処理を実行する機能を有する。本実施形態におけるサーバー制御部200は、リクエスト処理部201と、情報管理部202を含む。 The server control unit 200 has a function of executing various processes in the server device 20. The server control unit 200 in this embodiment includes a request processing unit 201 and an information management unit 202.

リクエスト処理部201は、クライアント端末10からのリクエストを受信し、その受信したリクエストに対応する処理を行い、処理結果等をレスポンスとしてクライアント端末10に送信する。 The request processing unit 201 receives a request from the client terminal 10, performs processing corresponding to the received request, and transmits the processing result or the like as a response to the client terminal 10.

情報管理部202は、ゲームをプレイしたユーザーの各種情報をユーザー情報としてユーザー情報記憶部224に記憶させる。また、情報管理部202は、リクエスト処理部201からの要求に応じてユーザー情報等の参照や更新を行う。 The information management unit 202 stores various information of the user who has played the game in the user information storage unit 224 as user information. In addition, the information management unit 202 refers to and updates user information and the like in response to a request from the request processing unit 201.

サーバー記憶部220は、サーバー装置20における各種情報を記憶する機能を有する。本実施形態におけるサーバー記憶部220は、キャラクター情報記憶部221、アイテム情報記憶部222、クエスト情報記憶部223、及びユーザー情報記憶部224を含む。 The server storage unit 220 has a function of storing various information in the server device 20. The server storage unit 220 in the present embodiment includes a character information storage unit 221, an item information storage unit 222, a quest information storage unit 223, and a user information storage unit 224.

キャラクター情報記憶部221は、コンテンツ情報記憶部の一例であって、コンテンツの一例としてのキャラクターに関するキャラクター情報(コンテンツ情報)を記憶している。キャラクター情報記憶部221が記憶するキャラクター情報は、以下に示す各種データによって構成されている。 The character information storage unit 221 is an example of the content information storage unit, and stores character information (content information) related to the character as an example of the content. The character information stored in the character information storage unit 221 is composed of various data shown below.

図4は、キャラクター情報の一例を示す構成図である。図4に示すキャラクター情報は、項目としてキャラクターID、名称、レア度、能力パラメーター、スキル、進化キャラクター、抽選確率等を有する。キャラクターIDは、各種キャラクターを一意に識別するための情報である。名称は、キャラクター名を示す情報である。レア度は、キャラクターのレアリティ(希少価値)を示す情報である。ここでは、複数階級のレア度のうちのいずれかの階級が初期設定されている。本実施形態では、レア度「1」〜「5」までの5段階の設定が可能である。なお、レア度の階級は、5段階に限られるものではなく、4段階以下であってもよいし、6段階以上であってもよい。能力パラメーターは、キャラクターが持つ能力を示す情報である。ここでは、攻撃、防御、HP等の能力値が初期設定されている。スキルは、キャラクターが持つ特殊能力(必殺技等)を示す情報である。進化キャラクターは、進化前よりもさらに強い進化後のキャラクターを示す情報である。本実施形態では、分岐のない進化キャラクター(単独の進化キャラクター)が設定される場合もあれば、共通する進化前のキャラクターから分岐した進化キャラクターが設定される場合もある。例えば「キャラクターC」の場合、分岐のない進化キャラクターである「キャラクターC1」が設定されている。また「キャラクターD」の場合には、その共通の「キャラクターD」から分岐した2つの進化キャラクターである「キャラクターD1」と「キャラクターD2」が設定されている。なお進化キャラクターの分岐は、2つに限られるものではなく、3つ以上であってもよい。抽選確率は、キャラクターが抽選ゲームで当選する確率を示す情報である。 FIG. 4 is a configuration diagram showing an example of character information. The character information shown in FIG. 4 has character ID, name, rarity, ability parameter, skill, evolved character, lottery probability, and the like as items. The character ID is information for uniquely identifying various characters. The name is information indicating the character name. Rarity is information indicating the rarity (rare value) of a character. Here, one of the rarities of the plurality of classes is initially set. In the present embodiment, five levels of rarity "1" to "5" can be set. The rank of rarity is not limited to 5 levels, and may be 4 levels or less, or 6 levels or more. The ability parameter is information indicating the ability of the character. Here, ability values such as attack, defense, and HP are initially set. A skill is information indicating a special ability (special move, etc.) possessed by a character. An evolved character is information that indicates a character after evolution that is stronger than before evolution. In the present embodiment, an evolution character without branching (single evolution character) may be set, or an evolution character branched from a common pre-evolution character may be set. For example, in the case of "Character C", "Character C1", which is an evolutionary character without branching, is set. Further, in the case of "Character D", "Character D1" and "Character D2", which are two evolved characters branched from the common "Character D", are set. The branching of the evolved character is not limited to two, and may be three or more. The lottery probability is information indicating the probability that a character wins in a lottery game.

アイテム情報記憶部222は、ゲームで使用されるアイテムに関するアイテム情報を記憶している。アイテム情報記憶部222が記憶するアイテム情報は、以下に示す各種データによって構成されている。 The item information storage unit 222 stores item information related to items used in the game. The item information stored in the item information storage unit 222 is composed of various data shown below.

図5は、アイテム情報の一例を示す構成図である。図5に示すアイテム情報は、項目としてアイテムID、名称、アイテム効果等を有する。アイテムIDは、各種アイテムを一意に識別するための情報である。名称は、アイテム名を示す情報である。アイテム効果は、アイテムが使用されたことによって発揮される効果を示す情報である。 FIG. 5 is a configuration diagram showing an example of item information. The item information shown in FIG. 5 has an item ID, a name, an item effect, and the like as items. The item ID is information for uniquely identifying various items. The name is information indicating the item name. The item effect is information indicating the effect exerted by using the item.

クエスト情報記憶部223は、ユーザーが挑戦可能なクエストに関するクエスト情報を記憶している。クエスト情報記憶部223が記憶するクエスト情報は、以下に示す各種データによって構成されている。 The quest information storage unit 223 stores quest information regarding quests that the user can challenge. The quest information stored in the quest information storage unit 223 is composed of various data shown below.

図6は、クエスト情報の一例を示す構成図である。図6に示すクエスト情報は、項目としてクエストID、名称、必要ポイント、敵キャラクター、獲得可能キャラクター、獲得可能アイテム等を有する。クエストIDは、プレイ単位となるクエストを一意に識別するための情報である。名称は、クエスト名を示す情報である。必要ポイントは、そのクエストをプレイするために必要となるゲームポイント(スタミナ)の数量を示す情報である。敵キャラクターは、キャラクター情報記憶部221が記憶するキャラクター情報に設定された複数キャラクターのうち、そのクエストにて出現する対戦相手となるキャラクターを示す情報である。獲得可能キャラクターは、キャラクター情報記憶部221が記憶するキャラクター情報に設定された複数キャラクターのうち、ユーザーがそのクエストで獲得できる1又は複数のキャラクターを示す情報である。獲得可能アイテムは、アイテム情報記憶部222が記憶するアイテム情報に設定された複数アイテムのうち、ユーザーがそのクエストで獲得できる1又は複数のアイテムを示す情報である。なお、共通する進化前のキャラクターから分岐した進化キャラクターを2以上所持するユーザーだけが挑戦できるクエストを含めることも可能である。 FIG. 6 is a configuration diagram showing an example of quest information. The quest information shown in FIG. 6 has quest ID, name, required points, enemy character, acquireable character, acquireable item, and the like as items. The quest ID is information for uniquely identifying the quest as a play unit. The name is information indicating the quest name. The required points are information indicating the amount of game points (stamina) required to play the quest. The enemy character is information indicating an opponent character that appears in the quest among a plurality of characters set in the character information stored in the character information storage unit 221. The acquireable character is information indicating one or a plurality of characters that the user can acquire in the quest among the plurality of characters set in the character information stored in the character information storage unit 221. The acquireable item is information indicating one or a plurality of items that the user can acquire in the quest among the plurality of items set in the item information stored in the item information storage unit 222. It is also possible to include quests that can only be challenged by users who have two or more evolved characters that have branched from the common pre-evolved character.

ユーザー情報記憶部224は、ユーザーに関するユーザー情報を記憶している。ユーザー情報記憶部224が記憶するユーザー情報は、以下に示す各種データによって構成されている。 The user information storage unit 224 stores user information about the user. The user information stored in the user information storage unit 224 is composed of various data shown below.

図7は、ユーザー情報の一例を示す構成図である。図7に示すユーザー情報は、項目としてユーザーID、名称、所持キャラクター、パーティ、所持アイテム、所持ポイント、プレイ情報等を有する。ユーザーIDは、ユーザーを一意に識別するための情報である。名称は、ユーザー名を示す情報である。所持キャラクターは、キャラクター情報記憶部221が記憶するキャラクター情報に設定された複数キャラクターのうち、現時点においてユーザーが所持する1又は複数のキャラクターを示す情報である。ここでは、図中にて括弧書きで示すように、現時点における所持キャラクターの各種パラメーター(レベル、攻撃力、防御力、HP等)も併せて設定されている。本実施形態では、同一の又は同一とみなす合成素材となるキャラクターを合成した回数(合成回数)も併せて設定されている。また本実施形態では、所持キャラクターのうち、進化前のキャラクターについては、進化パラメーター(現在値/最大値)も併せて設定されている。進化パラメーターは、進化前のキャラクターが進化できるか否かの基準を示すパラメーターである。例えば、進化パラメーターが最大値に到達したことによって、進化前のキャラクターが進化できるようになる。なお進化パラメーターは、進化前のキャラクターが対戦で実際に使用されたときのパーティ(「デッキ」又は「チーム」とも称する)に含まれている度に、その現在値が所定量ずつ上昇するようになっている。つまり、ユーザーが進化前のキャラクターを対戦で使用すればするほど、その進化パラメーターの現在値が最大値に近づくことになる。また、クエストをクリアした場合にのみ、進化前のキャラクターの現在値が所定量ずつ上昇するようになっていてもよい。パーティは、ユーザーのパーティを構成する各キャラクターを示す情報である。本実施形態では、ユーザーが共通のキャラクターから分岐した進化キャラクターを2以上所持する場合に、そのうちの1つの進化キャラクターをパーティに入れることができる。つまり、共通のキャラクターから分岐した2以上の進化キャラクターを同一のパーティに含めることができないようになっている。なお、共通のキャラクターから分岐した2以上の進化キャラクターを同一のパーティに含めることができるようにしてもよい。所持アイテムは、アイテム情報記憶部222が記憶するアイテム情報に設定された複数アイテムのうち、現時点においてユーザーが所持する1又は複数のアイテムを示す情報である。所持ポイントは、現時点においてユーザーが所持するゲームポイントの数量を示す情報である。ユーザーはクエストの必要ポイント分だけ自己のゲームポイントを消費することで、そのクエストをプレイ可能となる。 FIG. 7 is a configuration diagram showing an example of user information. The user information shown in FIG. 7 includes a user ID, a name, a possessed character, a party, possessed items, possessed points, play information, and the like as items. The user ID is information for uniquely identifying the user. The name is information indicating a user name. The possessed character is information indicating one or a plurality of characters possessed by the user at the present time among the plurality of characters set in the character information stored in the character information storage unit 221. Here, as shown in parentheses in the figure, various parameters (level, attack power, defense power, HP, etc.) of the currently possessed character are also set. In the present embodiment, the number of times (combination number) of synthesizing characters that are the same or as synthetic materials to be regarded as the same is also set. Further, in the present embodiment, among the possessed characters, the evolution parameters (current value / maximum value) are also set for the character before evolution. The evolution parameter is a parameter that indicates whether or not the character before evolution can evolve. For example, when the evolution parameter reaches the maximum value, the character before evolution can evolve. The evolution parameter is now increased by a predetermined amount each time the pre-evolved character is included in the party (also called "deck" or "team") when it was actually used in the battle. It has become. In other words, the more the user uses the pre-evolved character in a match, the closer the current value of the evolution parameter will be to the maximum value. Also, only when the quest is cleared, the current value of the character before evolution may be increased by a predetermined amount. The party is information indicating each character that constitutes the user's party. In the present embodiment, when the user has two or more evolved characters branched from a common character, one of the evolved characters can be put into the party. That is, two or more evolved characters branched from a common character cannot be included in the same party. It should be noted that two or more evolved characters branched from a common character may be included in the same party. The possessed item is information indicating one or a plurality of items possessed by the user at the present time among the plurality of items set in the item information stored in the item information storage unit 222. Possession points are information indicating the number of game points possessed by the user at the present time. Users can play the quest by consuming their own game points for the required points of the quest.

サーバー通信部240は、ネットワークNを介してクライアント端末10との通信を行う機能を有する。 The server communication unit 240 has a function of communicating with the client terminal 10 via the network N.

<クライアント端末>
図8は、本実施形態に係るクライアント端末10の一例を示す機能ブロック図である。本実施形態に係るクライアント端末10は、例えば図8に示す機能ブロックにより実現される。
<Client terminal>
FIG. 8 is a functional block diagram showing an example of the client terminal 10 according to the present embodiment. The client terminal 10 according to the present embodiment is realized by, for example, the functional block shown in FIG.

本実施形態に係るクライアント端末10は、プログラムを実行することにより、クライアント制御部100、クライアント記憶部120、クライアント通信部140、操作入力受付部150、画面表示部160を実現する。 The client terminal 10 according to the present embodiment realizes a client control unit 100, a client storage unit 120, a client communication unit 140, an operation input reception unit 150, and a screen display unit 160 by executing a program.

クライアント制御部100は、クライアント端末10における各種処理を実行する機能を有する。このクライアント制御部100は、ゲーム進行部101、サーバーアクセス部102、及び表示制御部103を含む。 The client control unit 100 has a function of executing various processes in the client terminal 10. The client control unit 100 includes a game progress unit 101, a server access unit 102, and a display control unit 103.

ゲーム進行部101は、各種ゲームの進行等に関する制御を行う。本実施形態に係るゲーム進行部101は、クライアント端末10がユーザーから受け付けたゲーム操作に基づいて、後述する対戦ゲーム、抽選ゲーム、合成ゲーム等を進行させる。このゲーム進行部101は、対戦部101A、特権付与部101B、キャラクター付与部101C、進化部101D、合成部101E、及び売却部101Fを含む。 The game progress unit 101 controls the progress of various games and the like. The game progress unit 101 according to the present embodiment advances a battle game, a lottery game, a synthetic game, etc., which will be described later, based on the game operation received from the user by the client terminal 10. The game progressing section 101 includes a fighting section 101A, a privilege granting section 101B, a character granting section 101C, an evolution section 101D, a synthesis section 101E, and a selling section 101F.

対戦部101Aは、互いに対戦相手となるキャラクター同士の対戦を制御する。本実施形態に係る対戦部101Aは、パーティに含まれる各キャラクターが持つ各種パラメーター等に基づいて、互いに対戦相手となるキャラクター同士の対戦について勝敗を決定する。 The battle unit 101A controls the battle between the characters who are opponents of each other. The battle unit 101A according to the present embodiment determines the victory or defeat of the battle between the characters who are the opponents of each other based on various parameters and the like of each character included in the party.

特権付与部101Bは、共通のキャラクターから分岐した進化キャラクターを2以上所持するユーザーに対して特権を付与する。本実施形態に係る特権付与部101Bは、ユーザーが共通のキャラクターから分岐した進化キャラクターを2以上所持する場合に、そのうちの少なくとも1つの進化キャラクターが持つパラメーターを、ユーザーにとって有利となるように変化させる。 The privilege granting unit 101B grants privileges to a user who possesses two or more evolved characters branched from a common character. When the user possesses two or more evolved characters branched from a common character, the privilege granting unit 101B according to the present embodiment changes the parameters of at least one of the evolved characters so as to be advantageous to the user. ..

キャラクター付与部101Cは、キャラクター情報記憶部221が記憶するキャラクター情報に設定されたキャラクターをユーザーに対して付与する。本実施形態に係るキャラクター付与部101Cは、対戦ゲームや抽選ゲーム等を介して1又は複数のキャラクターをユーザーに対して付与する。 The character giving unit 101C gives the user a character set in the character information stored in the character information storage unit 221. The character giving unit 101C according to the present embodiment grants one or more characters to the user through a battle game, a lottery game, or the like.

進化部101Dは、ユーザーの所持するキャラクターをさらに強いキャラクターに進化させる。本実施形態に係る進化部101Dは、ユーザーが所持する進化前のキャラクターについて進化条件が成立したことにより、その進化前のキャラクターをユーザーに所持させない(非所持にさせる)代わりに、進化後のキャラクターを所持させる。本実施形態に係る進化条件は、例えば、進化前のキャラクターに設定された進化パラメーターが最大値に到達したことである。なお進化条件は、これに限られるものではなく、例えば、予め設定された合成素材となるキャラクターを対戦ゲームや抽選ゲームにおいてすべて入手し、それらすべてを進化前のキャラクター(合成元となるキャラクター)に対して合成することでもよい。 The evolution unit 101D evolves the character possessed by the user into a stronger character. The evolution unit 101D according to the present embodiment does not allow the user to possess (do not possess) the pre-evolution character because the evolution conditions are satisfied for the pre-evolution character possessed by the user, but instead causes the user to possess the pre-evolution character. To have. The evolution condition according to the present embodiment is, for example, that the evolution parameter set for the character before evolution has reached the maximum value. The evolution conditions are not limited to this, for example, all the characters that are preset synthetic materials are obtained in battle games and lottery games, and all of them are used as pre-evolution characters (characters that are the source of synthesis). On the other hand, it may be synthesized.

合成部101Eは、ユーザーの所持する複数のキャラクターのうち、一のキャラクターに対して他のキャラクターを合成することで、他のキャラクターを犠牲にする(非所持にさせる)代わりに、一のキャラクターを強化する。本実施形態に係る合成部101Eは、例えば、合成元となるキャラクターと同一のキャラクターを合成素材となるキャラクターとして合成する度に、その合成元となるキャラクターに設定されたパラメーターの最大値を段階的に上昇させる。この際、合成素材となるキャラクターは、ユーザーの所持しないキャラクターとなる(つまり、犠牲となる)。また、ユーザーが分岐元となる共通のキャラクター(進化前のキャラクター)から分岐した進化キャラクターを2以上所持する場合に、自分の分岐元となる共通のキャラクター(進化前のキャラクター)を、それぞれの進化キャラクターに対して合成する度に、その合成された進化キャラクターそれぞれのパラメーターの最大値を段階的に上昇させる。この際、分岐元となる共通のキャラクター(進化前のキャラクター)は、非所持のキャラクターとなる(つまり、犠牲となる)。なお、この他にも、共通のキャラクターから分岐した複数の進化キャラクターのうち、一の進化キャラクターに対して他の進化キャラクターを合成したときにも、その合成された一の進化キャラクターのパラメーターの最大値を次の段階に上昇させてもよい。この際、他の進化キャラクターは、非所持のキャラクターとなる。 The compositing unit 101E synthesizes another character with one character among a plurality of characters possessed by the user, and instead of sacrificing (not possessing) the other character, one character is used. Strengthen. For example, each time the synthesis unit 101E according to the present embodiment synthesizes the same character as the synthesis source character as the synthesis material character, the maximum value of the parameter set for the synthesis source character is stepwise. Raise to. At this time, the character that is the synthetic material becomes a character that the user does not possess (that is, it is sacrificed). In addition, when the user has two or more evolved characters that have branched from the common character (pre-evolved character) that is the branch source, each evolution of the common character (pre-evolved character) that is the branch source of the user. Each time it is combined with a character, the maximum value of the parameters of each of the combined evolution characters is gradually increased. At this time, the common character (character before evolution) that becomes the branch source becomes a non-possessed character (that is, a sacrifice). In addition to this, even when another evolution character is combined with one evolution character among multiple evolution characters branched from a common character, the maximum parameter of the synthesized one evolution character is the maximum. The value may be increased to the next stage. At this time, the other evolved characters become non-possessed characters.

売却部101Fは、ユーザーの所持するキャラクターを売却することで、そのキャラクターをユーザーに所持させない(非所持にさせる)代わりに、ユーザーに対して対価を与える。本実施形態に係る売却部101Fは、自分のキャラクターを売却する度に、対価の一例としてのゲームポイントをユーザーに与える。 By selling a character possessed by the user, the selling unit 101F gives a consideration to the user instead of causing the user to possess (not possess) the character. The sale unit 101F according to the present embodiment gives the user game points as an example of consideration each time the character is sold.

サーバーアクセス部102は、ゲーム進行部101によって実行される各種処理の過程でサーバー装置20へのアクセスが必要となった場合等に、サーバー装置20に対して各種処理のリクエストを送信すると共に、サーバー装置20からの処理結果等をレスポンスとして受信する。 The server access unit 102 transmits a request for various processes to the server device 20 when access to the server device 20 is required in the process of various processes executed by the game progress unit 101, and also transmits a request for various processes to the server. The processing result and the like from the device 20 are received as a response.

表示制御部103は、各種ゲームの進行等に従ってクライアント端末10の画面表示を制御する。本実施形態に係る表示制御部103は、例えば、ゲーム進行部101が制御する対戦ゲームや抽選ゲームの進行等に従い、各種画面のデータを生成することによってクライアント端末10の画面表示を制御する。 The display control unit 103 controls the screen display of the client terminal 10 according to the progress of various games and the like. The display control unit 103 according to the present embodiment controls the screen display of the client terminal 10 by generating various screen data according to, for example, the progress of a battle game or a lottery game controlled by the game progress unit 101.

操作入力受付部150は、クライアント端末10を操作するユーザーからの操作入力を受け付ける。クライアント記憶部120は、インストールされたアプリケーション(ゲームアプリ等)やクライアント端末10において必要となる各種プログラム及び各種データ(例えば、サーバー装置20と同様に、キャラクター情報、アイテム情報、クエスト情報、ユーザー情報等)を記憶する。クライアント通信部140は、サーバー装置20との通信を行う。画面表示部160は、表示制御部103からの制御に従い、クライアント端末10の画面表示を行う。 The operation input receiving unit 150 receives an operation input from a user who operates the client terminal 10. The client storage unit 120 includes various programs and various data (for example, like the server device 20) required for the installed application (game application, etc.) and the client terminal 10, such as character information, item information, quest information, and user information. ) Is memorized. The client communication unit 140 communicates with the server device 20. The screen display unit 160 displays the screen of the client terminal 10 according to the control from the display control unit 103.

なお、上述したように、本実施形態に係る情報処理システム1では、クライアント端末10においてゲームの進行や表示制御が行われるが、サーバー装置20が行ってもよい。具体的には、ゲーム進行部及び表示制御部の少なくとも一方を、クライアント端末10のクライアント制御部100に設けない構成にする一方で、サーバー装置20のサーバー制御部200に設ける構成にしてもよい。 As described above, in the information processing system 1 according to the present embodiment, the progress and display control of the game are performed by the client terminal 10, but the server device 20 may perform the game. Specifically, at least one of the game progress unit and the display control unit may be configured not to be provided in the client control unit 100 of the client terminal 10, while being provided in the server control unit 200 of the server device 20.

また、クライアント端末10のクライアント制御部100は、HTML(Hyper Text Markup Language)等で記載されたページデータやページデータ内に含まれるスクリプトなどをサーバー装置20から受信して、ゲームに関する処理を行うブラウザ型がある。また、クライアント端末10のクライアント制御部100は、インストールされたアプリケーションに基づいて、ゲームに関する処理を行うアプリケーション型がある。図8は一例としてアプリケーション型を示している。 Further, the client control unit 100 of the client terminal 10 receives page data described in HTML (Hyper Text Markup Language) or the like, a script included in the page data, or the like from the server device 20, and performs processing related to the game. There is a type. Further, the client control unit 100 of the client terminal 10 has an application type that performs processing related to the game based on the installed application. FIG. 8 shows an application type as an example.

<<システム概要>>
ここでは、本実施形態における情報処理システム1の概要について説明する。本実施形態における情報処理システム1には、少なくとも対戦ゲーム、抽選ゲーム、及び合成ゲームが含まれている。
<< System Overview >>
Here, the outline of the information processing system 1 in the present embodiment will be described. The information processing system 1 in the present embodiment includes at least a battle game, a lottery game, and a synthetic game.

本実施形態における対戦ゲームは、複数キャラクターから構成されるパーティに対して敵キャラクターを出現させ、出現した敵キャラクターとパーティを構成する各キャラクターとを対戦させるゲームである。 The battle game in the present embodiment is a game in which an enemy character appears in a party composed of a plurality of characters, and the appearing enemy character and each character constituting the party are played against each other.

この対戦ゲームには、敵キャラクターを倒すこと等を目的とするクエストが難易度に応じて複数設定されている。ユーザーは、自分の所持するキャラクター等を用いてパーティを結成(「編成」とも称する)し、いずれかのクエストを選択して敵キャラクターとの対戦に挑むことができる。その対戦では、その選択されたクエストにて獲得可能に設定されたキャラクターやアイテムがユーザーに付与される場合がある。 In this battle game, multiple quests for the purpose of defeating enemy characters are set according to the difficulty level. Users can form a party (also called "organization") using their own characters, etc., and select one of the quests to challenge the enemy character. In that match, the user may be given a character or item that is set to be available for the selected quest.

本実施形態における抽選ゲームは、課金アイテムや非課金アイテムなどのアイテムを使用(「消費」とも称する)することを条件に、ユーザーに付与するキャラクターを抽選で決めるゲームである。この抽選ゲームでは、ユーザーが抽選操作を行なうと、抽選候補となる複数のキャラクターの中から各キャラクターの抽選確率に基づきいずれかのキャラクターを決定し、その決定されたキャラクターをユーザーに対して付与する。 The lottery game in the present embodiment is a game in which a character to be given to a user is determined by lottery on the condition that items such as charged items and non-charged items are used (also referred to as "consumption"). In this lottery game, when the user performs a lottery operation, one of the multiple characters that are candidates for the lottery is determined based on the lottery probability of each character, and the determined character is given to the user. ..

本実施形態における合成ゲームは、ユーザーの所持する複数のキャラクターのうち、合成元となるキャラクター(合成元キャラクター)に対して合成素材となるキャラクター(合成素材キャラクター)を組み合せることによって、合成素材キャラクターを失う代わりに、合成元キャラクターを強化するゲームである。 The synthetic game in the present embodiment is a synthetic material character by combining a synthetic material character (synthetic material character) with a synthetic material character (synthetic material character) among a plurality of characters possessed by the user. It is a game that strengthens the original character instead of losing.

この合成ゲームでは、基本的に、合成元キャラクターと同一のキャラクターを合成素材キャラクターとして組み合せる度に、その合成元キャラクターに設定されたパラメーターの最大値を段階的に上昇させることができる。例外的には、ユーザーが共通の進化前キャラクターから分岐した進化キャラクターを2以上所持する場合、自分の分岐元となる進化前キャラクターを合成素材として、それぞれの進化キャラクターに対して合成する度に、その合成された進化キャラクターそれぞれのパラメーターの最大値を段階的に上昇させることができる。すなわち、分岐元となる進化前キャラクターと分岐先となる進化キャラクターとは、互いに同一のキャラクターとして扱われることになる。なお、その最大値の上昇には上限がある。例えば、最大値を4段階まで上昇させることができる(つまり、合成回数が最大で4回に達するまで、最大値を上昇させることができる)。 In this synthesis game, basically, each time a character that is the same as the synthesis source character is combined as a synthesis material character, the maximum value of the parameter set for the synthesis source character can be gradually increased. Exceptionally, if the user has two or more evolved characters that have branched from a common pre-evolved character, each time the pre-evolved character that is the source of his branch is used as a synthetic material and synthesized for each evolved character, The maximum value of each parameter of the synthesized evolution character can be increased step by step. That is, the pre-evolution character that is the branch source and the evolution character that is the branch destination are treated as the same character. There is an upper limit to the increase in the maximum value. For example, the maximum value can be increased up to 4 levels (that is, the maximum value can be increased up to 4 times of synthesis).

また、本実施形態における情報処理システム1では、ユーザーが所持するキャラクターをさらに強いキャラクターに進化させたり、共通のキャラクターから分岐した進化キャラクターを2以上所持するユーザーに対して特権を与えたりすることができるようになっている。 Further, in the information processing system 1 of the present embodiment, it is possible to evolve the character possessed by the user into a stronger character, or to give a privilege to a user who possesses two or more evolved characters branched from a common character. You can do it.

本実施形態におけるキャラクターの進化では、ユーザーが進化前のキャラクター(進化前キャラクター)を所持する場合に、その進化前キャラクターをさらに強い進化後のキャラクター(進化キャラクター)に交換することができる。具体的には、ユーザーが所持する進化前のキャラクターについて進化条件が成立したことにより、そのユーザーは、その進化前のキャラクターを失う代わりに、進化キャラクターを所持できるようになる。ただし、分岐のない進化キャラクターではなく、共通のキャラクターから分岐した複数の進化キャラクターについては、ユーザーが所持する進化前のキャラクター(つまり、分岐元の共通のキャラクター)について進化条件が成立したことにより、その進化前のキャラクターを失う代わりに、分岐先となる複数の進化キャラクターの中からユーザーが選択したいずれかの進化キャラクターを所持できるようになる。 In the evolution of the character in the present embodiment, when the user possesses the pre-evolution character (pre-evolution character), the pre-evolution character can be exchanged for a stronger post-evolution character (evolution character). Specifically, when the evolution condition is satisfied for the pre-evolved character possessed by the user, the user can possess the evolved character instead of losing the pre-evolved character. However, for multiple evolved characters that have branched from a common character, rather than evolutionary characters without branching, the evolution conditions for the pre-evolution character possessed by the user (that is, the common character from which the branch originated) have been established. Instead of losing the pre-evolved character, you will be able to possess one of the evolved characters selected by the user from among the multiple evolved characters that will be the branch destination.

本実施形態におけるユーザーの特権は、共通のキャラクターから分岐した進化キャラクターを2以上所持するユーザーに対して与えられる。具体的には、ユーザーが共通のキャラクターから分岐した進化キャラクターを2以上所持する場合に、そのうちの少なくとも1つの進化キャラクターのパラメーターをそのユーザーにとって有利に変化させることのできる権利が与えられる。例えば、ユーザーが共通のキャラクターから分岐した2つの進化キャラクターを所持する場合に、そのうちのいずれか一方の進化キャラクターを含むパーティを構成してクエストに挑むと、そのクエストにおいてそのパーティに含まれる一方の進化キャラクターは、特権がないときに比べて増大した能力パラメーターを持つ。これにより、ユーザーは、共通のキャラクターから分岐した進化キャラクターを複数所持することのメリットを活かして、そのクエストで有利に戦うことができることになる。なお、ユーザーが残りの他方の進化キャラクターを合成や売却によって処分してしまうと(所持しなくなると)、ユーザーは共通のキャラクターから分岐した進化キャラクターを2以上所持しなくなるので、その特権を失ってしまうことになる。そのため、パーティに一方の進化キャラクターが含まれていても、その能力パラメーターは増大しないので、クエストで有利に戦うことができなくなってしまう。 The privilege of the user in this embodiment is given to a user who possesses two or more evolved characters branched from a common character. Specifically, when a user possesses two or more evolved characters branched from a common character, the right to change the parameters of at least one of the evolved characters in favor of the user is given. For example, if a user has two evolved characters that diverge from a common character, and if a party containing one of the evolved characters is configured to challenge the quest, one of the parties included in that party will be included in the quest. Evolved characters have increased ability parameters compared to when they are not privileged. As a result, the user can take advantage of having multiple evolved characters that diverge from the common character and fight in the quest in an advantageous manner. If the user disposes of the other evolved character by synthesizing or selling it (when he no longer possesses it), the user will no longer possess two or more evolved characters branched from the common character, so he loses that privilege. It will end up. Therefore, even if one of the evolved characters is included in the party, its ability parameter will not increase, and you will not be able to fight in an advantageous way in the quest.

このように、ユーザーは、クエストで有利に戦うことができるといった恩恵を受けるべく、共通のキャラクターから分岐した進化キャラクターを積極的に多く集めるようになる。その結果、共通のキャラクターから分岐した進化キャラクターを複数所持することのメリットを高めることが可能となる。 In this way, users will actively collect a large number of evolved characters that diverge from common characters in order to benefit from being able to fight in an advantageous way in quests. As a result, it is possible to enhance the merit of having a plurality of evolved characters branched from a common character.

<<システム動作>>
<キャラクターの進化>
図9は、本実施形態におけるキャラクターの進化に関する動作例を示すフローチャートである。
<< System operation >>
<Character evolution>
FIG. 9 is a flowchart showing an operation example relating to the evolution of the character in the present embodiment.

クライアント端末10は、ユーザーがメニュー画面にてキャラクターの進化に関する選択操作を行うと、そのユーザーが所持するキャラクターが配置された所持キャラクター画面を画面表示部160に表示させる(ステップS11)。 When the user performs a selection operation related to character evolution on the menu screen, the client terminal 10 causes the screen display unit 160 to display the possessed character screen on which the character possessed by the user is arranged (step S11).

具体的には、クライアント端末10の進化部101Dは、ユーザーがメニュー画面で選択操作を行うと、サーバーアクセス部102にキャラクター進化処理の実行を要求する。クライアント端末10のサーバーアクセス部102は、進化部101Dからキャラクター進化処理の実行を要求されると、キャラクターの進化に関するリクエストをユーザーIDと共にサーバー装置20に送信する。 Specifically, the evolution unit 101D of the client terminal 10 requests the server access unit 102 to execute the character evolution process when the user performs a selection operation on the menu screen. When the server access unit 102 of the client terminal 10 is requested by the evolution unit 101D to execute the character evolution process, the server access unit 102 transmits a request regarding the evolution of the character to the server device 20 together with the user ID.

サーバー装置20のリクエスト処理部201は、そのリクエストを受け付けると、データ取得処理の実行を情報管理部202に対して要求する。サーバー装置20の情報管理部202は、リクエスト処理部201からデータ取得処理の実行を要求されると、ユーザー情報記憶部224が記憶するユーザー情報を参照して、送信されたユーザーIDに対応するユーザーのユーザー情報を取得すると共に、キャラクター情報記憶部221が記憶するキャラクター情報を取得する。リクエスト処理部201は、情報管理部202が取得したユーザー情報及びキャラクター情報をクライアント端末10へ送信する。 Upon receiving the request, the request processing unit 201 of the server device 20 requests the information management unit 202 to execute the data acquisition process. When the request processing unit 201 requests the information management unit 202 of the server device 20 to execute the data acquisition process, the information management unit 202 refers to the user information stored in the user information storage unit 224 and refers to the user corresponding to the transmitted user ID. In addition to acquiring the user information of, the character information stored in the character information storage unit 221 is acquired. The request processing unit 201 transmits the user information and the character information acquired by the information management unit 202 to the client terminal 10.

その後、クライアント端末10の進化部101Dは、サーバー装置20から送信された情報を受信すると、表示制御部103に画面表示処理の実行を要求する。クライアント端末10の表示制御部103は、進化部101Dから画面表示処理の実行を要求されると、サーバー装置20から送信されたユーザー情報等に基づいて所持キャラクター画面を生成し画面表示部160に表示させる。 After that, when the evolution unit 101D of the client terminal 10 receives the information transmitted from the server device 20, the evolution unit 101D requests the display control unit 103 to execute the screen display process. When the display control unit 103 of the client terminal 10 is requested to execute the screen display process by the evolution unit 101D, the display control unit 103 generates a possessed character screen based on the user information or the like transmitted from the server device 20 and displays it on the screen display unit 160. Let me.

ユーザーは、クライアント端末10の画面表示部160に所持キャラクター画面が表示されているときに、複数の所持キャラクターの中からいずれかの所持キャラクターを指定する操作をクライアント端末10に対して行うことができる。クライアント端末10の進化部101Dは、ユーザーの操作によっていずれかの所持キャラクターを指定する入力を受け付けたか否かを判定する(ステップS12)。 When the possessed character screen is displayed on the screen display unit 160 of the client terminal 10, the user can perform an operation on the client terminal 10 to specify one possessed character from a plurality of possessed characters. .. The evolution unit 101D of the client terminal 10 determines whether or not an input for designating any of the possessed characters has been accepted by the user's operation (step S12).

クライアント端末10の進化部101Dは、いずれかの所持キャラクターを指定する入力を未だ受け付けていないと判定した場合に(ステップS12:「NO」)、ユーザーの指定入力があるまで待機する。これに対して、いずれかの所持キャラクターを指定する入力を受け付けたと判定した場合には(ステップS12:「YES」)、次のステップS13へ処理を進める。 When it is determined that the evolution unit 101D of the client terminal 10 has not yet accepted the input for designating any of the possessed characters (step S12: "NO"), the evolution unit 101D waits until the user's designated input is received. On the other hand, if it is determined that the input for specifying any of the possessed characters has been accepted (step S12: "YES"), the process proceeds to the next step S13.

次に、クライアント端末10の進化部101Dは、ユーザーがいずれかの所持キャラクターを指定する操作を行うと、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、そのユーザーによって指定された所持キャラクターが進化前のキャラクター(進化前キャラクター)であるか否かを判定する(ステップS13)。 Next, when the user performs an operation of designating one of the possessed characters, the evolution unit 101D of the client terminal 10 possesses the possession designated by the user based on the user information and the character information transmitted from the server device 20. It is determined whether or not the character is a pre-evolution character (pre-evolution character) (step S13).

クライアント端末10の進化部101Dは、進化前キャラクターでないと判定した場合に(ステップS13:「NO」)、上述したステップS11の処理に戻り、ユーザーによって指定された所持キャラクターはすでに進化キャラクターであるため、その旨をユーザーに通知した上で、再び所持キャラクター画面にてキャラクターをユーザーに指定させる。これに対して、進化前キャラクターであると判定した場合には(ステップS13:「YES」)、次のステップS14へ処理を進める。 When the evolution unit 101D of the client terminal 10 determines that it is not a pre-evolution character (step S13: "NO"), it returns to the process of step S11 described above, and the possessed character specified by the user is already an evolution character. , After notifying the user to that effect, let the user specify the character again on the possessed character screen. On the other hand, if it is determined that the character is a pre-evolution character (step S13: "YES"), the process proceeds to the next step S14.

次に、クライアント端末10の進化部101Dは、ユーザーによって指定された所持キャラクターが進化前キャラクターである場合に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その指定された進化前の所持キャラクターが、分岐のない進化キャラクターの進化前キャラクターであるか否かを判定する(ステップS14)。 Next, when the possessed character designated by the user is the pre-evolution character, the evolution unit 101D of the client terminal 10 is based on the user information and the character information transmitted from the server device 20 and the designated pre-evolution character. It is determined whether or not the possessed character of is a pre-evolved character of an evolved character without branching (step S14).

クライアント端末10の進化部101Dは、分岐のない進化キャラクターの進化前キャラクターでないと判定した場合に(ステップS14:「NO」)、後述するステップS16へ処理を進める。これに対して、分岐のない進化キャラクターの進化前キャラクターであると判定した場合に(ステップS14:「YES」)、次のステップS15へ処理を進める。 When the evolution unit 101D of the client terminal 10 determines that the evolution character has no branch and is not a pre-evolution character (step S14: “NO”), the process proceeds to step S16 described later. On the other hand, when it is determined that the evolved character has no branch and is a pre-evolved character (step S14: “YES”), the process proceeds to the next step S15.

次に、クライアント端末10の進化部101Dは、分岐のない進化キャラクターの進化前キャラクターであると判定した場合に、その指定された進化前の所持キャラクターについて進化条件が成立しているか否かを判定する(ステップS15)。 Next, when the evolution unit 101D of the client terminal 10 determines that the evolution character has no branching and is a pre-evolution character, it determines whether or not the evolution conditions are satisfied for the designated pre-evolution possession character. (Step S15).

具体的には、クライアント端末10の進化部101Dは、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、ユーザーによって指定された進化前の所持キャラクターの進化パラメーターが最大値であるか否かを判定する。そして、その進化前の所持キャラクターの進化パラメーターが最大値である場合には、進化条件が成立しているものと判定される。 Specifically, the evolution unit 101D of the client terminal 10 determines whether or not the evolution parameter of the possessed character before evolution specified by the user is the maximum value based on the user information and the character information transmitted from the server device 20. Is determined. Then, when the evolution parameter of the possessed character before the evolution is the maximum value, it is determined that the evolution condition is satisfied.

クライアント端末10の進化部101Dは、その指定された進化前の所持キャラクターについて進化条件が成立していると判定した場合に(ステップS15:「YES」)、後述するステップS20へ処理を進める。これに対して、その指定された進化前の所持キャラクターについて進化条件が成立していないと判定した場合には(ステップS15:「NO」)、このキャラクター進化に関する処理を終了する。 When the evolution unit 101D of the client terminal 10 determines that the evolution conditions are satisfied for the designated pre-evolution possessed character (step S15: “YES”), the process proceeds to step S20 described later. On the other hand, if it is determined that the evolution condition is not satisfied for the designated character possessed before evolution (step S15: "NO"), the process related to this character evolution is terminated.

次に、クライアント端末10の進化部101Dは、上述したステップS14の処理において、分岐のない進化キャラクターの進化前キャラクターでないと判定した場合(つまり、分岐先となる進化キャラクターの進化前キャラクターである場合)には、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターを、そのユーザーが少なくとも1つ所持しているか否かを判定する(ステップS16)。 Next, when the evolution unit 101D of the client terminal 10 determines in the process of step S14 described above that it is not the pre-evolution character of the evolution character without branching (that is, when it is the pre-evolution character of the evolution character to be the branch destination). ) Indicates whether or not the user possesses at least one evolved character that is the branch destination of the specified pre-evolved possessed character based on the user information and character information transmitted from the server device 20. Is determined (step S16).

クライアント端末10の進化部101Dは、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターを未だ所持していないと判定した場合に(ステップS16:「NO」)、上述したステップS15の処理と同様に、その指定された進化前の所持キャラクターについて進化条件が成立しているか否かを判定する(ステップS17)。これに対して、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターを少なくとも1つ所持していると判定した場合には(ステップS16:「YES」)、進化条件の成立についての判定を行うことなく、次のステップS18へ処理を進める。
このように、ユーザーはその進化前の所持キャラクターの分岐先となる進化キャラクターを少なくとも1つ所持していれば、その進化前の所持キャラクターについて進化条件が既に成立しているものとみなされる。そのため、進化条件の成立についての判定処理を経由せず即座に、その進化前の所持キャラクターをいずれか1つの進化キャラクターに進化させることが可能となる。
When the evolution unit 101D of the client terminal 10 determines that it does not yet possess the evolution character that is the branch destination of the designated pre-evolution possession character (step S16: "NO"), the above-mentioned step S15 Similar to the process, it is determined whether or not the evolution condition is satisfied for the designated character possessed before evolution (step S17). On the other hand, when it is determined that the specified evolution character that is the branch destination of the pre-evolution possession character is possessed (step S16: "YES"), the establishment of the evolution condition is satisfied. The process proceeds to the next step S18 without making a determination.
In this way, if the user possesses at least one evolved character that is the branch destination of the possessed character before the evolution, it is considered that the evolution condition has already been established for the possessed character before the evolution. Therefore, it is possible to immediately evolve the possessed character before the evolution into any one evolution character without going through the determination process regarding the establishment of the evolution condition.

次に、クライアント端末10の表示制御部103は、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターをそのユーザーが少なくとも1つ所持している場合(ステップS16:「YES」)、又は、その指定された進化前の所持キャラクターについて進化条件が成立している場合(ステップS17:「YES」)に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターを、そのユーザーに選択させるための進化先選択画面500を生成し画面表示部160に表示させる(ステップS18)。 Next, when the user possesses at least one evolved character that is the branch destination of the designated pre-evolved possessed character, the display control unit 103 of the client terminal 10 (step S16: “YES”). Alternatively, when the evolution condition is satisfied for the designated pre-evolution possessed character (step S17: "YES"), the designated character is specified based on the user information and character information transmitted from the server device 20. An evolution destination selection screen 500 for allowing the user to select an evolution character that is a branch destination of the possessed character before evolution is generated and displayed on the screen display unit 160 (step S18).

図10は、進化先選択画面500の一例を示すイメージ図である。この進化先選択画面500には、ユーザーによって指定された進化前の所持キャラクターが表示される進化前キャラクター表示領域501と、その指定された進化前の所持キャラクターの分岐先となる進化キャラクターが表示される分岐先進化キャラクター表示領域502と、進化を開始するための操作ボタン503が含まれている。 FIG. 10 is an image diagram showing an example of the evolution destination selection screen 500. On the evolution destination selection screen 500, the pre-evolution character display area 501 in which the pre-evolution possessed character specified by the user is displayed, and the evolved character that is the branch destination of the specified pre-evolution possessed character are displayed. A branch advanced character display area 502 and an operation button 503 for starting evolution are included.

ユーザーは、クライアント端末10の画面表示部160に進化先選択画面500が表示されているときに、分岐先進化キャラクター表示領域502の中からいずれか1つの進化キャラクターを選択した上で、操作ボタン503を選択する操作をクライアント端末10に対して行う。クライアント端末10の操作入力受付部150は、いずれか1つの進化キャラクターへの進化を開始するための選択操作がユーザーによって行われると、そのユーザーの選択操作に基づく操作入力を受け付ける。
なお、ユーザーが既にいずれかの進化キャラクターを所持している場合には、その所持済みの進化キャラクターと同じものに誤って進化させないように(分岐先を間違えないように)するため、この進化先選択画面500においてその旨の注意表示を行ってもよい。また、ユーザーが分岐先となる進化キャラクターをすべて所持しているならば、所持済みの進化キャラクターと同じものを再び選択できるようにしてもよい。
When the evolution destination selection screen 500 is displayed on the screen display unit 160 of the client terminal 10, the user selects any one evolution character from the branch advanced character display area 502, and then operates the operation button 503. The operation of selecting is performed on the client terminal 10. When the user performs a selection operation for starting the evolution to any one of the evolved characters, the operation input reception unit 150 of the client terminal 10 receives the operation input based on the user's selection operation.
If the user already has one of the evolved characters, this evolution destination is to prevent accidental evolution to the same evolved character that the user already has (do not mistake the branch destination). A caution display to that effect may be displayed on the selection screen 500. Also, if the user has all the evolution characters to branch to, he / she may be able to select the same evolution character that he / she already has.

次に、図9に戻り、クライアント端末10の進化部101Dは、そのように操作入力受付部150がユーザーの操作入力を受け付けると、図10に示す進化先選択画面500において進化を開始するための操作ボタン503がユーザーによって選択されたか否かを判定する(ステップS19)。 Next, returning to FIG. 9, the evolution unit 101D of the client terminal 10 starts evolution on the evolution destination selection screen 500 shown in FIG. 10 when the operation input reception unit 150 receives the user's operation input in this way. It is determined whether or not the operation button 503 is selected by the user (step S19).

クライアント端末10の進化部101Dは、ユーザーによって進化を開始するための操作ボタン503が選択されなかったと判定した場合に(ステップS19:「NO」)、ユーザーの選択入力があるまで待機する。これに対して、ユーザーによって進化を開始するための操作ボタン503が選択されたと判定した場合には(ステップS19:「YES」)、次に続くステップS20へ処理を進める。 When the evolution unit 101D of the client terminal 10 determines that the operation button 503 for starting evolution has not been selected by the user (step S19: “NO”), the evolution unit 101D waits until there is a user's selection input. On the other hand, when it is determined that the operation button 503 for starting the evolution is selected by the user (step S19: "YES"), the process proceeds to the next step S20.

次に、クライアント端末10の表示制御部103は、ユーザーによって進化を開始するための操作ボタン503が選択されると、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その指定された進化前の所持キャラクターを進化させるための進化画面550を生成し画面表示部160に表示させる(ステップS20)。 Next, when the operation button 503 for starting evolution is selected by the user, the display control unit 103 of the client terminal 10 is designated based on the user information and the character information transmitted from the server device 20. An evolution screen 550 for evolving the possessed character before evolution is generated and displayed on the screen display unit 160 (step S20).

図11は、進化画面550の一例を示すイメージ図である。この進化画面550には、ユーザーによって指定された進化前の所持キャラクターが表示される進化前キャラクター表示領域551と、その指定された進化前の所持キャラクターの進化キャラクターが表示される進化キャラクター表示領域552と、進化を確定させるための操作ボタン553と、進化をキャンセルしてメニュー画面に遷移するための操作ボタン554が表示されている。 FIG. 11 is an image diagram showing an example of the evolution screen 550. On this evolution screen 550, the pre-evolution character display area 551 in which the possessed character before evolution specified by the user is displayed, and the evolution character display area 552 in which the evolved character of the designated pre-evolution possessed character is displayed. An operation button 553 for confirming the evolution and an operation button 554 for canceling the evolution and transitioning to the menu screen are displayed.

進化の確定を希望するユーザーは、クライアント端末10の画面表示部160に進化画面550が表示されているときに、操作ボタン553を選択する操作をクライアント端末10に対して行う。その一方で、進化のキャンセルを希望するユーザーは、クライアント端末10の画面表示部160に進化画面550が表示されているときに、操作ボタン554を選択する操作をクライアント端末10に対して行う。クライアント端末10の操作入力受付部150は、進化を確定させるための選択操作又は進化をキャンセルするための選択操作がユーザーによって行われると、そのユーザーの選択操作に基づく操作入力を受け付ける。 A user who wishes to confirm the evolution performs an operation of selecting the operation button 553 on the client terminal 10 when the evolution screen 550 is displayed on the screen display unit 160 of the client terminal 10. On the other hand, the user who wishes to cancel the evolution performs an operation of selecting the operation button 554 on the client terminal 10 when the evolution screen 550 is displayed on the screen display unit 160 of the client terminal 10. When the user performs a selection operation for determining evolution or a selection operation for canceling evolution, the operation input reception unit 150 of the client terminal 10 accepts operation input based on the user's selection operation.

次に、図9に戻り、クライアント端末10の進化部101Dは、そのように操作入力受付部150がユーザーの操作入力を受け付けると、図11に示す進化画面550において進化を確定させるための操作ボタン553がユーザーによって選択されたか否かを判定する(ステップS21)。 Next, returning to FIG. 9, the evolution unit 101D of the client terminal 10 receives an operation input reception unit 150 in this way, and when the operation input reception unit 150 receives the user's operation input, the operation button for confirming the evolution on the evolution screen 550 shown in FIG. It is determined whether or not 553 has been selected by the user (step S21).

クライアント端末10の進化部101Dは、進化を確定させるための操作ボタン553がユーザーによって選択されなかったと判定した場合、つまり、進化をキャンセルするための操作ボタン554が選択された場合には(ステップS21:「NO」)、このキャラクター進化に関する処理を終了する。これに対して、進化を確定させるための操作ボタン553がユーザーによって選択されたと判定した場合には(ステップS21:「YES」)、次に続くステップS22へ処理を進める。 The evolution unit 101D of the client terminal 10 determines that the operation button 553 for confirming the evolution has not been selected by the user, that is, when the operation button 554 for canceling the evolution is selected (step S21). : "NO"), the process related to this character evolution ends. On the other hand, when it is determined that the operation button 553 for confirming the evolution has been selected by the user (step S21: "YES"), the process proceeds to the next step S22.

次に、クライアント端末10の進化部101Dは、ユーザーによって進化を確定させるための操作ボタン553が選択されると、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、そのユーザーによって指定された進化前の所持キャラクターを進化させる(ステップS22)。 Next, when the operation button 553 for confirming the evolution is selected by the user, the evolution unit 101D of the client terminal 10 is designated by the user based on the user information and the character information transmitted from the server device 20. Evolve the possessed character before evolution (step S22).

具体的には、クライアント端末10の進化部101Dは、その指定された進化前の所持キャラクターをユーザーに所持させない代わりに、その指定された進化前の所持キャラクターの進化後である進化キャラクターを所持させるように、そのユーザーのユーザー情報を更新する。そして、クライアント端末10の進化部101Dは、そのユーザーによって指定された進化前の所持キャラクターを進化させると、サーバーアクセス部102にユーザー情報の更新処理の実行を要求する。クライアント端末10のサーバーアクセス部102は、進化部101Dからユーザー情報の更新処理の実行を要求されると、その更新処理に関するリクエストをユーザーIDやキャラクターIDと共にサーバー装置20に送信する。その後、サーバー装置20のリクエスト処理部201は、そのリクエストを受け付けると、データ更新処理の実行を情報管理部202に対して要求する。サーバー装置20の情報管理部202は、リクエスト処理部201からデータ更新処理の実行を要求されると、ユーザー情報記憶部224が記憶するユーザー情報を参照して、送信されたユーザーIDに対応するユーザーのユーザー情報を特定し、送信されたキャラクターIDに基づいてそのユーザーの所持キャラクターを更新する。 Specifically, the evolution unit 101D of the client terminal 10 does not allow the user to possess the specified pre-evolution possession character, but instead possesses the evolved character after the evolution of the designated pre-evolution possession character. Update the user information for that user. Then, when the evolution unit 101D of the client terminal 10 evolves the possessed character before evolution designated by the user, the server access unit 102 requests the server access unit 102 to execute the user information update process. When the server access unit 102 of the client terminal 10 is requested by the evolution unit 101D to execute the user information update process, the server access unit 102 transmits a request for the update process to the server device 20 together with the user ID and the character ID. After that, when the request processing unit 201 of the server device 20 receives the request, it requests the information management unit 202 to execute the data update process. When the request processing unit 201 requests the information management unit 202 of the server device 20 to execute the data update process, the information management unit 202 refers to the user information stored in the user information storage unit 224 and refers to the user corresponding to the transmitted user ID. The user information of the user is specified, and the possessed character of the user is updated based on the transmitted character ID.

このようにしてキャラクターの進化が行われると、分岐のない進化キャラクターの進化前キャラクターをユーザーが所持する場合に、その進化前キャラクターについて進化条件が成立すれば、ユーザーはその進化前キャラクターを失う代わりに、分岐のない進化キャラクターを所持できるようになる。その一方、分岐先となる進化キャラクターの進化前キャラクターをユーザーが所持する場合には、その進化前キャラクターについて進化条件が成立すれば、ユーザーはその進化前キャラクターを失う代わりに、分岐先となる複数の進化キャラクターの中から自ら選択したいずれか1つの分岐先の進化キャラクターを所持できるようになる。ただしこの際、ユーザーは、その進化前の所持キャラクターの分岐先となる進化キャラクターを少なくとも1つ所持していれば、その進化前キャラクターについて進化条件が既に成立しているものとみなされるため、進化条件の成立について判定がなされず即座に、その進化前キャラクターを失う代わりに、自ら選択したいずれか1つの分岐先の進化キャラクターを所持できるようになる。 When the character is evolved in this way, if the user possesses the pre-evolved character of the evolved character without branching, and if the evolution conditions for the pre-evolved character are satisfied, the user will lose the pre-evolved character instead. In addition, you will be able to possess evolutionary characters without branches. On the other hand, when the user possesses the pre-evolution character of the evolution character to be the branch destination, if the evolution conditions for the pre-evolution character are satisfied, the user will not lose the pre-evolution character, but will be the branch destination. You will be able to possess one of the evolved characters of the branch destination that you have selected yourself. However, at this time, if the user possesses at least one evolved character that is the branch destination of the possessed character before the evolution, it is considered that the evolution condition has already been established for the pre-evolved character, so that the user has evolved. Immediately after the condition is not judged, instead of losing the pre-evolution character, you will be able to possess one of the evolution characters of your choice.

<キャラクターの合成>
図12は、本実施形態におけるキャラクターの合成に関する動作例を示すフローチャートである。
<Character composition>
FIG. 12 is a flowchart showing an operation example related to character composition in the present embodiment.

クライアント端末10は、ユーザーがメニュー画面にてキャラクターの合成に関する選択操作を行うと、そのユーザーが所持するキャラクターが配置された所持キャラクター画面を画面表示部160に表示させる(ステップS31)。 When the user performs a selection operation related to character composition on the menu screen, the client terminal 10 causes the screen display unit 160 to display the possessed character screen on which the character possessed by the user is arranged (step S31).

具体的には、クライアント端末10の合成部101Eは、ユーザーがメニュー画面で選択操作を行うと、サーバーアクセス部102にキャラクター合成処理の実行を要求する。クライアント端末10のサーバーアクセス部102は、合成部101Eからキャラクター合成処理の実行を要求されると、キャラクターの合成に関するリクエストをユーザーIDと共にサーバー装置20に送信する。 Specifically, the compositing unit 101E of the client terminal 10 requests the server access unit 102 to execute the character compositing process when the user performs a selection operation on the menu screen. When the server access unit 102 of the client terminal 10 is requested to execute the character composition process by the composition unit 101E, the server access unit 102 transmits a request regarding character composition to the server device 20 together with the user ID.

サーバー装置20のリクエスト処理部201は、そのリクエストを受け付けると、データ取得処理の実行を情報管理部202に対して要求する。サーバー装置20の情報管理部202は、リクエスト処理部201からデータ取得処理の実行を要求されると、ユーザー情報記憶部224が記憶するユーザー情報を参照して、送信されたユーザーIDに対応するユーザーのユーザー情報を取得すると共に、キャラクター情報記憶部221が記憶するキャラクター情報を取得する。リクエスト処理部201は、情報管理部202が取得したユーザー情報及びキャラクター情報をクライアント端末10へ送信する。 Upon receiving the request, the request processing unit 201 of the server device 20 requests the information management unit 202 to execute the data acquisition process. When the request processing unit 201 requests the information management unit 202 of the server device 20 to execute the data acquisition process, the information management unit 202 refers to the user information stored in the user information storage unit 224 and refers to the user corresponding to the transmitted user ID. In addition to acquiring the user information of, the character information stored in the character information storage unit 221 is acquired. The request processing unit 201 transmits the user information and the character information acquired by the information management unit 202 to the client terminal 10.

その後、クライアント端末10の合成部101Eは、サーバー装置20から送信された情報を受信すると、表示制御部103に画面表示処理の実行を要求する。クライアント端末10の表示制御部103は、合成部101Eから画面表示処理の実行を要求されると、サーバー装置20から送信されたユーザー情報等に基づいて所持キャラクター画面を生成し画面表示部160に表示させる。 After that, when the synthesis unit 101E of the client terminal 10 receives the information transmitted from the server device 20, the display control unit 103 requests the display control unit 103 to execute the screen display process. When the display control unit 103 of the client terminal 10 is requested to execute the screen display process by the synthesis unit 101E, the display control unit 103 generates a possessed character screen based on the user information or the like transmitted from the server device 20 and displays it on the screen display unit 160. Let me.

ユーザーは、クライアント端末10の画面表示部160に所持キャラクター画面が表示されているときに、複数の所持キャラクターの中から合成元となるキャラクター(合成元キャラクター)を指定する操作をクライアント端末10に対して行うことができる。クライアント端末10の合成部101Eは、ユーザーの操作によっていずれかの合成元キャラクターを指定する入力を受け付けたか否かを判定する(ステップS32)。 When the possessed character screen is displayed on the screen display unit 160 of the client terminal 10, the user instructs the client terminal 10 to specify a character to be synthesized (composite source character) from a plurality of possessed characters. Can be done. The compositing unit 101E of the client terminal 10 determines whether or not the input specifying any of the compositing source characters has been accepted by the user's operation (step S32).

クライアント端末10の合成部101Eは、いずれかの合成元キャラクターを指定する入力を未だ受け付けていないと判定した場合に(ステップS32:「NO」)、ユーザーの指定入力があるまで待機する。これに対して、いずれかの所持キャラクターを指定する入力を受け付けたと判定した場合には(ステップS32:「YES」)、次のステップS33へ処理を進める。 When the synthesis unit 101E of the client terminal 10 determines that the input for designating one of the synthesis source characters has not yet been accepted (step S32: "NO"), the synthesis unit 101E waits until there is a user-designated input. On the other hand, if it is determined that the input for specifying any of the possessed characters has been accepted (step S32: "YES"), the process proceeds to the next step S33.

次に、クライアント端末10の合成部101Eは、ユーザーがいずれかの合成元キャラクターを指定する操作を行うと、サーバー装置20から送信されたユーザー情報に基づいて、そのユーザーによって指定された合成元キャラクターの合成回数が最大合成回数(ここでは、最大合成回数は4回であるものとする)に到達しているか否かを判定する(ステップS33)。 Next, when the user performs an operation of designating one of the synthesis source characters, the synthesis unit 101E of the client terminal 10 performs the synthesis source character designated by the user based on the user information transmitted from the server device 20. (Step S33), it is determined whether or not the number of times of synthesis has reached the maximum number of times of synthesis (here, the maximum number of times of synthesis is assumed to be 4).

クライアント端末10の合成部101Eは、その指定された合成元キャラクターの合成回数が最大合成回数に到達していると判定した場合に(ステップS33:「YES」)、上述したステップS31の処理に戻り、ユーザーによって指定された合成元キャラクターの合成回数はすでに最大合成回数に達しているため、その旨をユーザーに通知した上で、再び所持キャラクター画面にてキャラクターをユーザーに指定させる。これに対して、合成元キャラクターの合成回数が未だ最大合成回数に達していないと判定した場合には(ステップS33:「NO」)、次のステップS34へ処理を進める。 When the synthesis unit 101E of the client terminal 10 determines that the number of synthesis of the designated synthesis source character has reached the maximum number of synthesis (step S33: “YES”), the process returns to the process of step S31 described above. , Since the number of synthesis of the synthesis source character specified by the user has already reached the maximum number of synthesis, the user is notified to that effect and the user is made to specify the character again on the possessed character screen. On the other hand, if it is determined that the number of synthesis of the synthesis source character has not yet reached the maximum number of synthesis (step S33: "NO"), the process proceeds to the next step S34.

次に、クライアント端末10の合成部101Eは、ユーザーによって指定された合成元キャラクターの合成回数が未だ最大合成回数に達していない場合に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、そのユーザーによって指定された合成元キャラクターと同一又は同一とみなすことのできる合成素材となるキャラクター(合成素材キャラクター)を、そのユーザーが所持しているか否かを判定する(ステップS34)。 Next, the compositing unit 101E of the client terminal 10 is based on the user information and the character information transmitted from the server device 20 when the compositing number of the compositing source character specified by the user has not yet reached the maximum compositing number. , It is determined whether or not the user possesses a character (synthetic material character) that is a synthetic material that can be regarded as the same as or the same as the synthetic source character specified by the user (step S34).

具体的には、クライアント端末10の合成部101Eは、そのユーザーのユーザー情報及びキャラクター情報を参照して、その指定された合成元キャラクターと同一のキャラクター(合成素材キャラクター)をそのユーザーが所持しているか否かを判定する。さらに本実施形態では、分岐先となる進化キャラクターと分岐元となる進化前キャラクターとは、互いに同一のキャラクターとして扱われる。そのため例えば、その指定された合成元キャラクターが分岐先となる進化キャラクターである場合には、その同一とみなすことのできる分岐元となる進化前キャラクターを、そのユーザーが所持しているか否かについても判定する。 Specifically, the compositing unit 101E of the client terminal 10 refers to the user information and the character information of the user, and the user possesses the same character (synthetic material character) as the designated compositing source character. Judge whether or not. Further, in the present embodiment, the evolution character as the branch destination and the pre-evolution character as the branch source are treated as the same character. Therefore, for example, when the specified synthesis source character is an evolution character that is a branch destination, whether or not the user possesses a pre-evolution character that is a branch source that can be regarded as the same is also determined. judge.

クライアント端末10の合成部101Eは、その指定された合成元キャラクターと同一又は同一とみなすことのできる合成素材キャラクターを所持していないと判定した場合に(ステップS34:「NO」)、上述したステップS31の処理に戻り、その合成元キャラクターについて合成ができないため、その旨をユーザーに通知した上で、再び所持キャラクター画面にてキャラクターをユーザーに指定させる。これに対して、その指定された合成元キャラクターと同一又は同一とみなすことのできる合成素材キャラクターを所持していると判定した場合には(ステップS34:「YES」)、次のステップS35へ処理を進める。 When it is determined that the compositing unit 101E of the client terminal 10 does not possess the compositing material character that can be regarded as the same as or the same as the designated compositing source character (step S34: "NO"), the above-mentioned step Returning to the process of S31, since the composition source character cannot be synthesized, the user is notified to that effect, and then the user is made to specify the character again on the possessed character screen. On the other hand, if it is determined that the character possesses a synthetic material character that is the same as or can be regarded as the same as the designated synthesis source character (step S34: "YES"), the process proceeds to the next step S35. To proceed.

次に、クライアント端末10の表示制御部103は、そのユーザーによって指定された合成元キャラクターと同一又は同一とみなすことのできる合成素材キャラクターを所持している場合に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その指定された合成元キャラクターの合成画面600を生成し画面表示部160に表示させる(ステップS35)。 Next, when the display control unit 103 of the client terminal 10 has a synthetic material character that can be regarded as the same as or the same as the synthetic source character specified by the user, the user transmitted from the server device 20 Based on the information and the character information, the composition screen 600 of the designated composition source character is generated and displayed on the screen display unit 160 (step S35).

図13は、合成画面600の一例を示すイメージ図である。この合成画面600には、ユーザーによって指定された合成元キャラクターが表示される合成元キャラクター表示領域601と、その合成元キャラクターの合成素材キャラクターが表示される合成素材キャラクター表示領域602と、合成を確定させるための操作ボタン603と、合成をキャンセルしてメニュー画面に遷移するための操作ボタン604が表示されている。なお、本実施形態における合成素材キャラクター表示領域602には、その合成元キャラクターの合成素材キャラクターが複数表示される場合もある。この場合には、希望の合成素材キャラクターをユーザーが選択できるようになっている。 FIG. 13 is an image diagram showing an example of the composite screen 600. On the composition screen 600, the composition is confirmed with the composition source character display area 601 in which the composition source character specified by the user is displayed and the composition material character display area 602 in which the composition material character of the composition source character is displayed. An operation button 603 for causing the character to be displayed, and an operation button 604 for canceling the composition and transitioning to the menu screen are displayed. In the synthetic material character display area 602 of the present embodiment, a plurality of synthetic material characters of the synthesis source character may be displayed. In this case, the user can select the desired synthetic material character.

合成の確定を希望するユーザーは、クライアント端末10の画面表示部160に合成画面600が表示されているときに、操作ボタン603を選択する操作をクライアント端末10に対して行う。その一方で、合成のキャンセルを希望するユーザーは、クライアント端末10の画面表示部160に合成画面600が表示されているときに、操作ボタン604を選択する操作をクライアント端末10に対して行う。クライアント端末10の操作入力受付部150は、合成を確定させるための選択操作又は合成をキャンセルするための選択操作がユーザーによって行われると、そのユーザーの選択操作に基づく操作入力を受け付ける。 A user who wishes to confirm the composition performs an operation of selecting the operation button 603 on the client terminal 10 when the composition screen 600 is displayed on the screen display unit 160 of the client terminal 10. On the other hand, the user who wishes to cancel the composition performs an operation of selecting the operation button 604 on the client terminal 10 when the composition screen 600 is displayed on the screen display unit 160 of the client terminal 10. When the user performs a selection operation for confirming the composition or a selection operation for canceling the composition, the operation input reception unit 150 of the client terminal 10 receives an operation input based on the user's selection operation.

次に、図12に戻り、クライアント端末10の合成部101Eは、そのように操作入力受付部150がユーザーの操作入力を受け付けると、図13に示す合成画面600において合成を確定させるための操作ボタン603がユーザーによって選択されたか否かを判定する(ステップS36)。 Next, returning to FIG. 12, the compositing unit 101E of the client terminal 10 receives an operation input of the user in this way, and the compositing unit 101E has an operation button for confirming the compositing on the compositing screen 600 shown in FIG. It is determined whether or not 603 has been selected by the user (step S36).

クライアント端末10の合成部101Eは、合成を確定させるための操作ボタン603がユーザーによって選択されなかったと判定した場合、つまり、合成をキャンセルするための操作ボタン604が選択された場合には(ステップS36:「NO」)、このキャラクター合成に関する処理を終了する。これに対して、合成を確定させるための操作ボタン603がユーザーによって選択されたと判定した場合には(ステップS36:「YES」)、次に続くステップS37へ処理を進める。 When the compositing unit 101E of the client terminal 10 determines that the operation button 603 for confirming the compositing has not been selected by the user, that is, when the operation button 604 for canceling the compositing is selected (step S36). : "NO"), the process related to this character composition ends. On the other hand, when it is determined that the operation button 603 for confirming the composition is selected by the user (step S36: "YES"), the process proceeds to the next step S37.

次に、クライアント端末10の合成部101Eは、ユーザーによって合成を確定させるための操作ボタン603が選択されると、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、そのユーザーによって指定された合成元キャラクターの合成を行う(ステップS37)。 Next, when the operation button 603 for confirming the composition is selected by the user, the synthesis unit 101E of the client terminal 10 is designated by the user based on the user information and the character information transmitted from the server device 20. Combining the original character (step S37).

具体的には、クライアント端末10の合成部101Eは、その指定された合成元キャラクターと同一又は同一とみなすことのできる合成素材キャラクターをユーザーに所持させない代わりに、その指定された合成元キャラクターをそのまま所持させるように、そのユーザーのユーザー情報を更新する。それに加えて、その指定された合成元キャラクターに設定された各種パラメーター(攻撃、防御、HP等)の最大値を1段階だけ上昇させる。 Specifically, the compositing unit 101E of the client terminal 10 does not allow the user to possess a compositing material character that can be regarded as the same as or the same as the designated compositing source character, but instead keeps the designated compositing source character as it is. Update the user's user information so that it is in possession. In addition, the maximum value of various parameters (attack, defense, HP, etc.) set for the specified synthesis source character is increased by one step.

例えば、ユーザーが、共通のキャラクター(進化前のキャラクター)から分岐した進化キャラクターのみならず、その分岐元となる共通のキャラクター(進化前のキャラクター)も一緒に所持する場合に、そのうちの分岐先となる進化キャラクターを合成元キャラクターとして指定して合成を行うと、その分岐元となる共通のキャラクター(進化前のキャラクター)を合成素材として使用することができる。この合成の結果、合成元キャラクターとして指定された分岐先となる進化キャラクターについて、能力パラメーター等の最大値を1段階だけ上昇させることができる。 For example, if the user has not only the evolved character that branched from the common character (character before evolution) but also the common character (character before evolution) that is the branch source, the branch destination is If you specify the evolution character to be the synthesis source character and perform synthesis, you can use the common character (character before evolution) that is the branch source as the synthesis material. As a result of this synthesis, the maximum value of the ability parameter and the like can be increased by one step for the evolution character that is the branch destination designated as the synthesis source character.

そして、クライアント端末10の合成部101Eは、そのユーザーによって指定された合成元キャラクターの合成を終えると、サーバーアクセス部102にユーザー情報の更新処理の実行を要求する。クライアント端末10のサーバーアクセス部102は、合成部101Eからユーザー情報の更新処理の実行を要求されると、その更新処理に関するリクエストをユーザーIDやキャラクターIDと共にサーバー装置20に送信する。その後、サーバー装置20のリクエスト処理部201は、そのリクエストを受け付けると、データ更新処理の実行を情報管理部202に対して要求する。サーバー装置20の情報管理部202は、リクエスト処理部201からデータ更新処理の実行を要求されると、ユーザー情報記憶部224が記憶するユーザー情報を参照して、送信されたユーザーIDに対応するユーザーのユーザー情報を特定し、送信されたキャラクターIDに基づいてそのユーザーの所持キャラクターを更新する。 Then, when the synthesis unit 101E of the client terminal 10 finishes the synthesis of the synthesis source character designated by the user, the server access unit 102 requests the server access unit 102 to execute the user information update process. When the server access unit 102 of the client terminal 10 is requested by the synthesis unit 101E to execute the user information update process, the server access unit 102 transmits a request for the update process to the server device 20 together with the user ID and the character ID. After that, when the request processing unit 201 of the server device 20 receives the request, it requests the information management unit 202 to execute the data update process. When the request processing unit 201 requests the information management unit 202 of the server device 20 to execute the data update process, the information management unit 202 refers to the user information stored in the user information storage unit 224 and refers to the user corresponding to the transmitted user ID. The user information of the user is specified, and the possessed character of the user is updated based on the transmitted character ID.

このようにしてキャラクターの合成が行われると、合成元キャラクターだけでなく、その合成元キャラクターと同一又は同一とみなすことのできる合成素材キャラクターをユーザーが所持する場合に、ユーザーはその合成素材キャラクターを失う代わりに、その合成元キャラクターに設定された各種パラメーターの最大値を段階的に上昇させることができる。 When the character is synthesized in this way, when the user possesses not only the synthesis source character but also a synthetic material character that can be regarded as the same as or the same as the synthesis source character, the user can use the synthetic material character. Instead of losing, you can gradually increase the maximum value of various parameters set for the source character.

<特権の付与>
図14は、本実施形態における特権の付与に関する動作例を示すフローチャートである。
<Granting privileges>
FIG. 14 is a flowchart showing an operation example relating to the granting of privileges in the present embodiment.

クライアント端末10の特権付与部101Bは、上述したようにユーザーによって指定されたキャラクターの進化等が行われた結果としてユーザー情報が更新されると、キャラクター情報に基づきそのユーザーが新たな進化キャラクターを所持したか否かを判定する(ステップS51)。 When the user information is updated as a result of the evolution of the character specified by the user as described above, the privilege granting unit 101B of the client terminal 10 possesses a new evolved character based on the character information. It is determined whether or not this has been done (step S51).

クライアント端末10の特権付与部101Bは、そのユーザーが新たな進化キャラクターを所持しないと判定した場合に(ステップS51:「NO」)、この特権付与に関する処理を終了する。これに対して、そのユーザーが新たな進化キャラクターを所持したと判定した場合には(ステップS51:「YES」)、次のステップS52へ処理を進める。 When it is determined that the user does not possess the new evolved character (step S51: “NO”), the privilege granting unit 101B of the client terminal 10 ends the process related to this privilege granting. On the other hand, if it is determined that the user possesses a new evolved character (step S51: "YES"), the process proceeds to the next step S52.

次に、クライアント端末10の特権付与部101Bは、そのユーザーが新たな進化キャラクターを所持した場合に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、そのユーザーが新たに所持した進化キャラクターが、分岐のない進化キャラクターであるか否かを判定する(ステップS52)。 Next, when the user possesses a new evolution character, the privilege granting unit 101B of the client terminal 10 newly possesses the evolution based on the user information and the character information transmitted from the server device 20. It is determined whether or not the character is an evolutionary character without branching (step S52).

クライアント端末10の特権付与部101Bは、そのユーザーが新たに所持した進化キャラクターが、分岐のない進化キャラクターであると判定した場合に(ステップS52:「YES」)、この特権付与に関する処理を終了する。これに対して、そのユーザーが新たに所持した進化キャラクターが、分岐のない進化キャラクターでない、つまり、分岐先となる進化キャラクターであると判定した場合には(ステップS52:「NO」)、次のステップS53へ処理を進める。 When it is determined that the evolution character newly possessed by the user is an evolution character without branching (step S52: “YES”), the privilege granting unit 101B of the client terminal 10 ends the process related to this privilege grant. .. On the other hand, if it is determined that the evolution character newly possessed by the user is not an evolution character without branching, that is, an evolution character to be a branch destination (step S52: "NO"), the following The process proceeds to step S53.

次に、クライアント端末10の特権付与部101Bは、そのユーザーが新たに所持した進化キャラクターが、分岐のない進化キャラクターでない、つまり、分岐先となる進化キャラクターである場合に、サーバー装置20から送信されたユーザー情報及びキャラクター情報に基づいて、その新たな進化キャラクターと分岐元の進化前キャラクターが共通する進化キャラクターを、そのユーザーが2つ以上所持するか否かを判定する(ステップS53)。 Next, the privilege granting unit 101B of the client terminal 10 is transmitted from the server device 20 when the evolution character newly possessed by the user is not an evolution character without branching, that is, an evolution character to be a branch destination. Based on the user information and the character information, it is determined whether or not the user possesses two or more evolved characters in which the new evolved character and the pre-evolved character of the branch source are common (step S53).

例えば、共通する進化前の「キャラクターD」から分岐した進化キャラクターとして「キャラクターD1」と「キャラクターD2」が設定されている場合に、これまで「キャラクターD1」を所持していたユーザーが、新たに「キャラクターD2」を所持したとすると、分岐元の進化前キャラクターが共通する進化キャラクターを2つ以上所持することになるので、かかる判定処理では肯定されることになる。 For example, when "Character D1" and "Character D2" are set as evolution characters branched from the common pre-evolution "Character D", the user who had "Character D1" up to now is newly added. Assuming that "Character D2" is possessed, the pre-evolved character of the branching source will possess two or more common evolved characters, and thus the determination process will be affirmed.

クライアント端末10の特権付与部101Bは、分岐元の進化前キャラクターが共通する進化キャラクターを2つ以上所持しないと判定した場合に(ステップS53:「NO」)、この特権付与に関する処理を終了する。これに対して、分岐元の進化前キャラクターが共通する進化キャラクターを2つ以上所持すると判定した場合に(ステップS53:「YES」)、次のステップS54へ処理を進める。 When it is determined that the pre-evolution character of the branch source does not possess two or more common evolution characters (step S53: “NO”), the privilege granting unit 101B of the client terminal 10 ends the process related to this privilege grant. On the other hand, when it is determined that the pre-evolution character of the branch source possesses two or more common evolution characters (step S53: "YES"), the process proceeds to the next step S54.

次に、クライアント端末10の特権付与部101Bは、分岐元の進化前キャラクターが共通する進化キャラクターをユーザーが2つ以上所持する場合に、そのユーザーに対して特権を付与する(ステップS54)。 Next, the privilege granting unit 101B of the client terminal 10 grants a privilege to the user when the user possesses two or more evolved characters in common with the pre-evolved character of the branch source (step S54).

具体的には、クライアント端末10の特権付与部101Bは、ユーザーに対する特権として、その分岐元の進化前キャラクターが共通する2以上の進化キャラクターのうち、少なくとも1つの進化キャラクターのパラメーターをそのユーザーにとって有利に変化させる。本実施形態では、ユーザーに対する特権として、その少なくとも1つの進化キャラクターに設定された各種パラメーター(攻撃、防御、HP等)を増大させる(各種パラメーターの最大値を上昇させる)。例えば、ユーザーが、その分岐元の進化前キャラクターが共通する2つの進化キャラクターをすべて所持する場合に、そのうちのいずれか一方の進化キャラクターを含むパーティを構成してクエストに挑むと、そのクエストにおいてそのパーティに含まれる一方の進化キャラクターは、特権がないときに比べて増大した能力パラメーター(攻撃、防御、HP等)を持つことができる。そのため、ユーザーは、共通のキャラクターから分岐した進化キャラクターを複数所持することのメリットを活かして、そのクエストで有利に戦うことができることになる。なお、そのパーティに含まれていない他方の進化キャラクターについては、一方の進化キャラクターと同じく各種パラメーターを増大させてもよいし、一方の進化キャラクターとは異なり各種パラメーターを増大させなくてもよい。 Specifically, the privilege granting unit 101B of the client terminal 10 favors the parameter of at least one evolved character among the two or more evolved characters common to the pre-evolved character of the branch source as a privilege to the user. Change to. In the present embodiment, as a privilege to the user, various parameters (attack, defense, HP, etc.) set for at least one evolved character are increased (the maximum value of various parameters is increased). For example, if a user possesses all two evolved characters that the pre-evolved character of the branch source has in common, and if a party including one of the evolved characters is formed to challenge the quest, the quest will be performed. One evolved character included in the party can have increased ability parameters (attack, defense, HP, etc.) compared to when not privileged. Therefore, the user can take advantage of having multiple evolved characters that diverge from the common character and fight in the quest in an advantageous manner. For the other evolved character that is not included in the party, various parameters may be increased like one evolved character, and unlike one evolved character, various parameters may not be increased.

そして、クライアント端末10の特権付与部101Bは、分岐元の進化前キャラクターが共通する2以上の進化キャラクターそれぞれに対して、その分岐元の進化前キャラクターを合成素材として合成する頻度が高いほど(つまり、合成回数が多いほど)、その2以上の進化キャラクターのうちの少なくとも1つの進化キャラクターに設定されたパラメーターを、そのユーザーにとってより有利となるように大幅に変化させる。本実施形態では、その少なくとも1つの進化キャラクターに設定された各種パラメーター(攻撃、防御、HP等)を大幅に増大させる(各種パラメーターの最大値を大幅に上昇させる)。例えば、ユーザーが、その分岐元の進化前キャラクターが共通する2つの進化キャラクターをすべて所持する場合に、そのうちのいずれか一方の進化キャラクターに対する分岐元となる進化前キャラクターの合成回数が「1回」であり、他方の進化キャラクターに対する分岐元となる進化前キャラクターの合成回数が「1回」であるとすると、それら合成回数の合計数は「2回」となる。そして、この合成回数の合計数が「2回」である場合に、ユーザーが一方の進化キャラクターを含むパーティを構成してクエストに挑むとすると、そのパーティに含まれる一方の進化キャラクターの能力パラメーター(攻撃、防御、HP等)は、特権がないときに比べて「1.2倍」になる。また例えば、そのようにして求めた合成回数の合計数が「4回」である場合には、そのパーティに含まれる一方の進化キャラクターの能力パラメーター(攻撃、防御、HP等)は、特権がないときに比べて「1.4倍」になる。また例えば、そのようにして求めた合成回数の合計数が「8回」である場合には、そのパーティに含まれる一方の進化キャラクターの能力パラメーター(攻撃、防御、HP等)は、特権がないときに比べて「1.8倍」になる。 Then, the privilege granting unit 101B of the client terminal 10 frequently synthesizes the pre-evolution character of the branch source as a synthetic material for each of two or more evolved characters in which the pre-evolution character of the branch source is common (that is,). , The more times it is synthesized), the parameters set for at least one of the two or more evolved characters are changed significantly to be more advantageous to the user. In the present embodiment, various parameters (attack, defense, HP, etc.) set for at least one evolved character are significantly increased (the maximum values of various parameters are significantly increased). For example, when the user possesses all two evolved characters that the pre-evolved character of the branch source has in common, the number of times of combining the pre-evolved character that is the branch source for one of the evolved characters is "1 time". If the number of synthesis of the pre-evolution character that is the branch source for the other evolution character is "1 time", the total number of the synthesis times is "2 times". Then, when the total number of times of synthesis is "2 times", if the user composes a party including one evolution character and challenges the quest, the ability parameter of one evolution character included in that party ( Attack, defense, HP, etc.) will be "1.2 times" compared to when you are not privileged. Also, for example, if the total number of composites obtained in this way is "4 times", the ability parameters (attack, defense, HP, etc.) of one of the evolved characters included in the party are not privileged. It will be "1.4 times" compared to the occasion. Also, for example, if the total number of composites obtained in this way is "8", the ability parameters (attack, defense, HP, etc.) of one of the evolved characters included in the party are not privileged. It will be "1.8 times" compared to the occasion.

このようにして、分岐元の進化前キャラクターが共通する進化キャラクターを2以上所持するユーザーに対して特権を与えるようにすることで、各ユーザーは、クエストで有利に戦うことができるといった恩恵を受けるべく、共通の進化前キャラクターから分岐した進化キャラクターを積極的に多く集めるようになる。その結果として、共通の進化前キャラクターから分岐した進化キャラクターを複数所持することのメリットを高めることが可能となる。 In this way, by giving privileges to users who have two or more evolution characters that the pre-evolution character of the branch source has in common, each user will benefit from being able to fight in an advantageous way in the quest. In order to do so, we will actively collect many evolved characters that have branched from the common pre-evolved characters. As a result, it is possible to enhance the merit of having a plurality of evolved characters branched from a common pre-evolved character.

===その他の実施形態===
前述の実施形態は、本発明の理解を容易にするためのものであり、本発明を限定して解釈するためのものではない。本発明は、その趣旨を逸脱することなく、変更、改良され得ると共に、本発明にはその等価物も含まれる。特に、以下に述べる実施形態であっても、本発明に含まれるものである。
=== Other embodiments ===
The above-described embodiment is for facilitating the understanding of the present invention, and is not for limiting the interpretation of the present invention. The present invention can be modified and improved without departing from the spirit thereof, and the present invention also includes an equivalent thereof. In particular, even the embodiments described below are included in the present invention.

<特権の付与条件>
前述の実施形態では、共通の進化前キャラクターから分岐した進化キャラクターを2以上所持するユーザーに対して特権を付与する場合を例に挙げて説明したが、互いに分岐先の異なる進化キャラクターを2以上所持するユーザーに対して特権を付与してもよいし、互いに分岐先の同じ進化キャラクターを2以上所持するユーザーに対して特権を付与してもよい。例えば、共通する進化前の「キャラクターD」から分岐した2つの進化キャラクターとして「キャラクターD1」と「キャラクターD2」が設定されている場合に、互いに分岐先の異なる進化キャラクターである「キャラクターD1」と「キャラクターD2」を所持するユーザーに対して特権を付与してもよいし、互いに分岐先の同じ進化キャラクターである2つの「キャラクターD1」(又は、2つの「キャラクターD2」)を所持するユーザーに対して特権を付与してもよい。
<Conditions for granting privileges>
In the above-described embodiment, a case where a privilege is given to a user who possesses two or more evolved characters branched from a common pre-evolved character has been described as an example, but two or more evolved characters having different branch destinations are possessed. You may grant privileges to users who do, or you may grant privileges to users who have two or more of the same evolution characters that branch to each other. For example, when "Character D1" and "Character D2" are set as two evolution characters branched from the common pre-evolution "Character D", they are called "Character D1" which is an evolution character with different branch destinations. Privileges may be granted to users who possess "Character D2", or to users who possess two "Character D1" (or two "Character D2") that are the same evolution characters that branch to each other. You may grant privileges to it.

また前述の実施形態では、共通の進化前キャラクターから分岐した進化キャラクターを、現時点において2以上所持するユーザーに対して特権を付与する場合を例に挙げて説明したが、共通の進化前キャラクターから分岐した進化キャラクターを、過去の時点を含めてこれまで2以上所持したことのあるユーザーに対して特権を付与してもよい。 Further, in the above-described embodiment, the case where the evolution character branched from the common pre-evolution character is given a privilege to the user who has two or more at the present time is described as an example, but the evolution character is branched from the common pre-evolution character. You may grant privileges to users who have possessed two or more evolved characters, including those in the past.

また前述の実施形態では、共通の進化前キャラクターから分岐した進化キャラクターを2以上所持したことで、ユーザーに対して特権を付与する場合を例に挙げて説明したが、共通の進化前キャラクターから分岐した進化キャラクターを2以上所持しただけでなく、さらに、そのうちのいずれか1つの進化キャラクターを対戦に用いるパーティに入れたことで、ユーザーに対して特権を付与してもよい。また、それぞれの進化キャラクターを対戦に用いるパーティに入れたことで、ユーザーに対して特権を付与してもよい。 Further, in the above-described embodiment, the case where the privilege is given to the user by possessing two or more evolution characters branched from the common pre-evolution character has been described as an example, but the branch from the common pre-evolution character has been described. In addition to possessing two or more evolved characters, you may also grant privileges to the user by putting one of the evolved characters into the party used for the battle. In addition, the user may be given privileges by putting each evolved character in the party used for the battle.

また前述の実施形態では、共通の進化前キャラクターから分岐した進化キャラクターを2以上所持したことで、自動的にユーザーに対して特権を付与する場合を例に挙げて説明したが、共通の進化前キャラクターから分岐した進化キャラクターを2以上所持した後に、そのユーザーによって所定の操作がなされたことで初めて特権を付与してもよい。 Further, in the above-described embodiment, the case where the user is automatically given privileges by possessing two or more evolved characters branched from the common pre-evolution character has been described as an example, but before the common evolution After possessing two or more evolved characters that have branched from the character, the privilege may be granted only when the user performs a predetermined operation.

<特権の具体例>
前述の実施形態では、クライアント端末10の特権付与部101Bがユーザーに与える特権として、共通の進化前キャラクターから分岐した進化キャラクターのパラメーターをユーザーに有利に変化させる場合を例に挙げて説明したが、本発明はこれに限定されるものではない。
<Specific example of privilege>
In the above-described embodiment, as a privilege given to the user by the privilege granting unit 101B of the client terminal 10, a case where the parameters of the evolved character branched from the common pre-evolved character are changed in favor of the user has been described as an example. The present invention is not limited to this.

例えば、クライアント端末10の特権付与部101Bがユーザーに与える特権として、共通の進化前キャラクターから分岐した2以上の進化キャラクターのうちの少なくとも2つの進化キャラクターに設定されたパラメーターを、相互に交換可能にしてもよい。具体的には、特権を与えられたユーザーが、共通の進化前キャラクターから分岐した2つの進化キャラクターをすべて所持する場合、そのうちの一方の進化キャラクターの能力値を、他方の進化キャラクターの能力値と入れ替えることができる。なおこの際、ユーザーが所定アイテムを使用することを条件として、相互に交換できるようにすることも可能である。 For example, as a privilege given to the user by the privilege granting unit 101B of the client terminal 10, parameters set for at least two evolved characters among two or more evolved characters branched from a common pre-evolved character can be exchanged with each other. You may. Specifically, if a privileged user possesses all two evolved characters that diverge from a common pre-evolved character, the stats of one of the evolved characters will be the stats of the other evolved character. Can be replaced. At this time, it is also possible to exchange with each other on condition that the user uses a predetermined item.

また例えば、クライアント端末10の特権付与部101Bがユーザーに与える特権として、共通の進化前キャラクターから分岐した2以上の進化キャラクターのうちの少なくとも2つの進化キャラクターに設定されたキャラクターデザイン(例えば、衣装、髪型、装備など)を、相互に交換可能にしてもよい。具体的には、特権を与えられたユーザーが、共通の進化前キャラクターから分岐した2つの進化キャラクターをすべて所持する場合、そのうちの一方の進化キャラクターの衣装を、他方の進化キャラクターの衣装と着せ替えることができる。なおこの際、ユーザーが所定アイテムを使用すること条件として、相互に交換できるようにすることも可能である。 Further, for example, as a privilege given to the user by the privilege granting unit 101B of the client terminal 10, a character design (for example, a costume, etc.) set for at least two evolved characters among two or more evolved characters branched from a common pre-evolved character. Hairstyles, equipment, etc.) may be interchangeable. Specifically, if a privileged user possesses all two evolved characters that diverge from a common pre-evolved character, change the costume of one of the evolved characters to the costume of the other evolved character. be able to. At this time, it is also possible to allow the user to exchange with each other, provided that the user uses the predetermined item.

また例えば、クライアント端末10の特権付与部101Bがユーザーに与える特権として、共通の進化前キャラクターから分岐した2以上の進化キャラクターのうちの最もユーザーにとって有利なパラメーターを、それぞれの進化キャラクターのパラメーターとして設定できてもよい。 Further, for example, as a privilege given to the user by the privilege granting unit 101B of the client terminal 10, the most advantageous parameter for the user among the two or more evolved characters branched from the common pre-evolved character is set as the parameter of each evolved character. You may be able to do it.

また例えば、クライアント端末10の特権付与部101Bがユーザーに与える特権として、クエストをプレイする際に消費されるゲームポイントの量を、特権がないときに比べて少なくするように設定することも可能である。 Further, for example, as a privilege given to the user by the privilege granting unit 101B of the client terminal 10, it is possible to set the amount of game points consumed when playing the quest to be smaller than when there is no privilege. is there.

<特別進化>
前述の実施形態では、共通の進化前キャラクターから分岐した複数の進化キャラクターすべてをユーザーが入手した場合に、その進化キャラクターからさらに進化した特別進化キャラクターを獲得できるようにしてもよい。なお、この特別進化キャラクターは、キャラクター情報に予め用意されているものの、初期設定では秘密状態にしておき、ユーザーが進化キャラクターをすべて入手することによって秘密状態から解放状態に設定してもよい。
<Special evolution>
In the above-described embodiment, when the user obtains all the plurality of evolved characters branched from the common pre-evolved character, the special evolved character further evolved from the evolved character may be acquired. Although this special evolution character is prepared in advance in the character information, it may be kept in a secret state by default, and the user may set it from the secret state to the released state by obtaining all the evolved characters.

<進化条件>
前述の実施形態では、進化条件の成立し易さを、共通の進化前キャラクターから分岐した複数の進化キャラクターのうちの少なくとも1つの進化キャラクターをユーザーが既に所持している場合と、その共通の進化前キャラクターから分岐した複数の進化キャラクターをそのユーザーが未だ1つも所持していない場合で異ならせることも可能である。例えば、共通の進化前キャラクターから分岐した複数の進化キャラクターのうちの少なくとも1つの進化キャラクターをユーザーが既に所持していても、共通の進化前キャラクターの進化パラメーターが最大値となることを進化条件とする場合、その共通の進化前キャラクターから分岐した進化キャラクターを既に1つ所持するユーザーは、未だ1つも所持していない場合に比べてその最大値が低く設定されるようにしてもよい。
<Evolution conditions>
In the above-described embodiment, the ease with which the evolution condition is satisfied is determined by the case where the user already possesses at least one evolution character among the plurality of evolution characters branched from the common pre-evolution character, and the case where the common evolution It is also possible to make a plurality of evolved characters branched from the previous character different if the user does not yet have one. For example, even if the user already has at least one evolution character out of a plurality of evolution characters branched from the common pre-evolution character, the evolution condition is that the evolution parameter of the common pre-evolution character becomes the maximum value. In this case, the user who already possesses one evolved character branched from the common pre-evolved character may be set to have a lower maximum value than when he / she does not possess any of them yet.

<進化キャラクターからの進化>
前述の実施形態では、共通の進化前キャラクターから分岐した複数の進化キャラクターのうち、いずれかの進化キャラクターをユーザーが選択することで、進化前のキャラクターが進化できることを説明したが、ユーザーが誤って所持済みの進化キャラクターを選択してしまった場合に備えて、その複数の進化キャラクターのうち、一の進化キャラクターから他の進化キャラクターへ交換的に進化できるようにしてもよい。なおこの際、ユーザーが所定アイテムを使用することを条件として、交換できるようにすることも可能である。
<Evolution from an evolved character>
In the above-described embodiment, it has been explained that the character before evolution can be evolved by selecting one of the evolution characters from a plurality of evolution characters branched from the common pre-evolution character, but the user mistakenly In case you have selected an evolved character that you already have, you may be able to exchangely evolve from one evolved character to another evolved character among the multiple evolved characters. At this time, it is also possible to exchange the item on condition that the user uses the predetermined item.

<コンテンツ>
上記の実施形態では、キャラクター情報に設定されたキャラクターであったが、コンテンツはこれに限られるものではない。例えば、コンテンツは、アイテム、カード、フィギュア、アバター、アイコン等でもよい。
<Content>
In the above embodiment, the character is set in the character information, but the content is not limited to this. For example, the content may be an item, a card, a figure, an avatar, an icon, or the like.

1 情報処理システム
10 クライアント端末
20 サーバー装置
50 コンピューター
51 CPU
52 RAM
53 ROM
54 通信インタフェース
55 入力装置
56 表示装置
57 外部インタフェース
58 HDD
100 クライアント制御部
101 ゲーム進行部
101A 対戦部
101B 特権付与部
101C キャラクター付与部
101D 進化部
101E 合成部
101F 売却部
102 サーバーアクセス部
103 表示制御部
120 クライアント記憶部
140 クライアント通信部
150 操作入力受付部
160 画面表示部
200 サーバー制御部
201 リクエスト処理部
202 情報管理部
220 サーバー記憶部
221 キャラクター情報記憶部
222 アイテム情報記憶部
223 クエスト情報記憶部
224 ユーザー情報記憶部
240 サーバー通信部
500 進化先選択画面
501 進化前キャラクター表示領域
502 分岐先進化キャラクター表示領域
503 操作ボタン
550 進化画面
551 進化前キャラクター表示領域
552 進化キャラクター表示領域
553 操作ボタン
554 操作ボタン
600 合成画面
601 合成元キャラクター表示領域
602 合成素材キャラクター表示領域
603 操作ボタン
604 操作ボタン
B バスライン
N ネットワーク
1 Information processing system 10 Client terminal 20 Server device 50 Computer 51 CPU
52 RAM
53 ROM
54 Communication interface 55 Input device 56 Display device 57 External interface 58 HDD
100 Client control unit 101 Game progress unit 101A Battle unit 101B Privilege granting unit 101C Character granting unit 101D Evolution unit 101E Synthesis unit 101F Selling unit 102 Server access unit 103 Display control unit 120 Client storage unit 140 Client communication unit 150 Operation input reception unit 160 Screen display unit 200 Server control unit 201 Request processing unit 202 Information management unit 220 Server storage unit 221 Character information storage unit 222 Item information storage unit 223 Quest information storage unit 224 User information storage unit 240 Server communication unit 500 Evolution destination selection screen 501 Evolution Previous character display area 502 Branch advanced character display area 503 Operation button 550 Evolution screen 551 Pre-evolution character display area 552 Evolution character display area 535 Operation button 554 Operation button 600 Composite screen 601 Composite screen 601 Composite material character display area 602 Operation button 604 Operation button B Bus line N Network

Claims (6)

共通のコンテンツから分岐した複数の進化コンテンツが設定されたコンテンツ情報を記憶するコンテンツ情報記憶部と、
ユーザーが所持するコンテンツが設定されたユーザー情報を記憶するユーザー情報記憶部と、
共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーに対して特権を付与する特権付与部と、
を備えることを特徴とする情報処理装置。
A content information storage unit that stores content information in which multiple evolved contents branched from common contents are set,
A user information storage unit that stores user information in which the content possessed by the user is set, and
A privilege granting unit that grants privileges to users who have two or more evolved contents branched from common contents,
An information processing device characterized by being equipped with.
請求項1に記載の情報処理装置であって、
前記特権付与部は、前記ユーザーに対する特権として、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも1つの進化コンテンツに設定されたパラメーターを、前記前記ユーザーにとって有利となるように変化させる、
ことを特徴とする情報処理装置。
The information processing device according to claim 1.
The privilege granting unit changes the parameters set for at least one evolution content of the two or more evolution contents possessed by the user as a privilege to the user so as to be advantageous to the user.
An information processing device characterized by this.
請求項2に記載の情報処理装置であって、
前記ユーザーが所持する2以上の前記進化コンテンツそれぞれに対して分岐元となる前記共通のコンテンツを合成する度に、合成された当該進化コンテンツそれぞれのパラメーターの最大値を段階的に上昇させる合成部と、
を備え、
前記特権付与部は、前記ユーザーに対する特権として、分岐元となる前記共通のコンテンツを合成する頻度が高いほど、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも1つの進化コンテンツに設定されたパラメーターを、前記前記ユーザーにとってより有利となるように大幅に変化させる、
ことを特徴とする情報処理装置。
The information processing device according to claim 2.
Each time the common content that is a branch source is synthesized for each of the two or more evolutionary contents possessed by the user, the compositing unit that gradually increases the maximum value of the parameters of each of the synthesized evolutionary contents. ,
With
As a privilege to the user, the privilege granting unit is set to at least one evolution content of the two or more evolution contents possessed by the user as the frequency of synthesizing the common content serving as a branch source increases. The parameters are changed significantly to be more favorable to the user.
An information processing device characterized by this.
請求項1に記載の情報処理装置であって、
前記特権付与部は、前記ユーザーに対する特権として、前記ユーザーが所持する2以上の前記進化コンテンツのうちの少なくとも2つの進化コンテンツに設定されたパラメーターを相互に交換可能にする、
ことを特徴とする情報処理装置。
The information processing device according to claim 1.
The privilege granting unit makes it possible to exchange parameters set for at least two evolutionary contents of the two or more evolutionary contents possessed by the user as a privilege for the user.
An information processing device characterized by this.
請求項1−4のいずれか1項に記載の情報処理装置であって、
ユーザーが所持する分岐元となる共通のコンテンツについて進化条件が成立したことにより、当該共通のコンテンツを前記ユーザーに所持させない代わりに、当該共通のコンテンツから分岐した複数の進化コンテンツの中から前記ユーザーが選択したいずれかの進化コンテンツを所持させる進化部と、
を備え、
前記進化条件の成立し易さを、当該共通のコンテンツから分岐した複数の進化コンテンツのうちの少なくとも1つの進化コンテンツを前記ユーザーが既に所持している場合と、当該共通のコンテンツから分岐した複数の進化コンテンツを前記ユーザーが未だ1つも所持していない場合で異ならせる、
ことを特徴とする情報処理装置。
The information processing device according to any one of claims 1-4.
Since the evolution condition is satisfied for the common content that is the branching source possessed by the user, the user can select from a plurality of evolved contents branched from the common content instead of causing the user to possess the common content. The evolution department that possesses one of the selected evolution contents,
With
The ease with which the evolution condition is satisfied is determined by the case where the user already possesses at least one evolution content among the plurality of evolution contents branched from the common content, and the case where the user already possesses the evolution content and a plurality of branches from the common content. Differentiate evolutionary content if the user does not yet have one,
An information processing device characterized by this.
コンピューターを、
共通のコンテンツから分岐した複数の進化コンテンツが設定されたコンテンツ情報を記憶するコンテンツ情報記憶手段、
ユーザーが所持するコンテンツが設定されたユーザー情報を記憶するユーザー情報記憶手段、
共通のコンテンツから分岐した進化コンテンツを2以上所持するユーザーに対して特権を付与する特権付与手段、
としての機能させるためのプログラム。
Computer,
Content information storage means for storing content information in which multiple evolved contents branched from common contents are set.
User information storage means for storing user information for which content possessed by the user is set,
Privilege granting means that grants privileges to users who have two or more evolved contents branched from common contents,
A program to function as.
JP2020128933A 2019-06-25 2020-07-30 Information processing device and program Active JP7443976B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2020128933A JP7443976B2 (en) 2019-06-25 2020-07-30 Information processing device and program
JP2023199506A JP2024009244A (en) 2020-07-30 2023-11-25 Information processing device

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2019117943 2019-06-25
JP2020128933A JP7443976B2 (en) 2019-06-25 2020-07-30 Information processing device and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2019117943 Division 2019-06-25 2019-06-25

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2023199506A Division JP2024009244A (en) 2020-07-30 2023-11-25 Information processing device

Publications (3)

Publication Number Publication Date
JP2021003557A true JP2021003557A (en) 2021-01-14
JP2021003557A5 JP2021003557A5 (en) 2023-03-24
JP7443976B2 JP7443976B2 (en) 2024-03-06

Family

ID=90096964

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020128933A Active JP7443976B2 (en) 2019-06-25 2020-07-30 Information processing device and program

Country Status (1)

Country Link
JP (1) JP7443976B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023190326A1 (en) * 2022-03-29 2023-10-05 株式会社Cygames Information processing program, information processing method, and information processing system
WO2024048139A1 (en) * 2022-08-31 2024-03-07 株式会社Cygames Information processing program, information processing method, and game device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6044729B1 (en) 2016-02-04 2016-12-14 株式会社セガゲームス Information processing apparatus and game program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023190326A1 (en) * 2022-03-29 2023-10-05 株式会社Cygames Information processing program, information processing method, and information processing system
WO2024048139A1 (en) * 2022-08-31 2024-03-07 株式会社Cygames Information processing program, information processing method, and game device
JP2024034251A (en) * 2022-08-31 2024-03-13 株式会社Cygames Information processing program, information processing method, and game device

Also Published As

Publication number Publication date
JP7443976B2 (en) 2024-03-06

Similar Documents

Publication Publication Date Title
JP6075495B1 (en) Information processing apparatus and program
JP5613339B1 (en) Information processing apparatus and game program
JP6848438B2 (en) Information processing equipment, programs and information processing methods
JP2021003557A (en) Information processing device and program
JP2024053061A (en) Information processing device
JP2019071942A (en) Information processor and program
JP6353879B2 (en) Information processing apparatus and program
JP6475937B2 (en) Information processing apparatus and game program
JP6918041B2 (en) Information processing equipment and game programs
JP2018007747A (en) Information processor and program
WO2020262499A1 (en) Information processing device and program
JP6787513B1 (en) Information processing equipment and programs
JP6565839B2 (en) Information processing apparatus and program
JP2018020127A (en) Information processor and program
JP6791210B2 (en) Information processing equipment and programs
JP6809336B2 (en) Information processing equipment and programs
JP6822588B1 (en) Information processing equipment and programs
JP6822589B1 (en) Information processing equipment and programs
JP2020062518A (en) Information processor and game program
JP2024009244A (en) Information processing device
JP7459918B2 (en) PROGRAM, INFORMATION PROCESSING METHOD, AND INFORMATION PROCESSING APPARATUS
JP7314888B2 (en) Information processing device and program
JP6777254B2 (en) Information processing equipment and programs
JP7477702B2 (en) PROGRAM, INFORMATION PROCESSING APPARATUS, AND INFORMATION PROCESSING METHOD
JP6402338B2 (en) GAME SYSTEM, GAME CONTROL DEVICE, AND PROGRAM

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220620

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230315

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230613

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230718

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20230829

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20231127

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

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20231206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20240109

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240112

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: 20240123

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240205

R150 Certificate of patent or registration of utility model

Ref document number: 7443976

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150