見出し画像

現在、ワールドセッティングをうまく読み込まないという問題を抱えていますが、ゲーム難易度選択のプロンプトで、
「4を選択します。ワールド選択の後、適切なワールドセッティングファイルを必ず読み込んでください。そのために必要なファイルの展開など忘れていたらしっかりと行ってください。」
とでもすれば、OKかと・・・いや、うまくいくか分からんですけど。
最初のゲームスタートの前に、次のJsonをコピペしておくとキャラクターのデータが明確になります。これを公式のキャラクターデータシートにしようかと思っています。Jsonですので、構造のみですので、実際のキャラクターシートを紙できれいにデザイすると楽しいかもです。わかりませんが・・・

{
  "characterSheet": {
    "name": "",
    "class": "",
    "level": 0,
    "experience": 0,
    "attributes": {
      "strength": 0,
      "dexterity": 0,
      "constitution": 0,
      "intelligence": 0,
      "wisdom": 0,
      "charisma": 0
    },
    "skills": [
      {
        "name": "",
        "level": 0,
        "modifier": 0,
        "bonus": 0
      }
    ],
    "equipment": {
      "weapons": "",
      "armor": "",
      "items": [""]
    },
    "spells": [
      {
        "name": "",
        "requiredLevel": 0,
        "description": ""
      }
    ],
    "background": {
      "story": "",
      "traits": "",
      "alignment": "",
      "alliances": ""
    },
    "inventory": {
      "gold": 0,
      "importantItems": [""]
    },
    "notes": {
      "achievements": "",
      "goals": ""
    }
  }
}


{
  "characterSheet": {
    "name": "Aiden Frost",
    "class": "Mechanic Warrior",
    "level": 1,
    "experience": 0,
    "attributes": {
      "strength": 14,
      "dexterity": 12,
      "constitution": 13,
      "intelligence": 15,
      "wisdom": 10,
      "charisma": 8
    },
    "skills": [
      {
        "name": "Combat Skills",
        "level": "Advanced",
        "modifier": 0,
        "bonus": "High tactical knowledge"
      },
      {
        "name": "Electronics",
        "level": "Expert",
        "modifier": 0,
        "bonus": "Can operate and repair advanced electronic devices"
      }
    ],
    "equipment": {
      "weapons": "Tactical Laser Pistol",
      "armor": "Reinforced Combat Suit",
      "items": ["Hacking Device", "Stealth Module"]
    },
    "spells": [],
    "background": {
      "story": "Former military operative turned mercenary, seeking to uncover the truth behind the Nexus Requiem's darkest secrets.",
      "traits": "Determined, Resourceful, Stoic",
      "alignment": "Neutral",
      "alliances": "Formerly allied with the military, now a lone wolf"
    },
    "inventory": {
      "gold": 100,
      "importantItems": ["Data Chip containing sensitive information"]
    },
    "notes": {
      "achievements": "Successfully completed numerous high-risk missions",
      "goals": "To protect those who cannot protect themselves and bring justice to the corrupt Nexus Requiem"
    }
  }
}


キャラシーデザインしてみ?
かっこいいじゃん。
マップと、キャラフィギュア。

シナリオ完遂報酬:

シナリオ完遂するとこういうのもらえちゃうとかどうです?
銘板とコイン。いいでしょ。
楽しいなー。相変わらずの一人遊びwww

こういうオブジェクトがビジュアルで表現できるってAIがすごすぎ。
次は、3Dモデリングして、3Dプリンターで作るところまでやりたくなった。
ねぇ。すごくない?
VRもいいけど、こういうのもよくね?