Compare commits
No commits in common. "7fb05e334afe34c33cacd72255eb9320f14fbee6" and "6abe89f91d5cfd547529a8b5023d7688e3479bc2" have entirely different histories.
7fb05e334a
...
6abe89f91d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*.civ6suo
|
|
10
.vscode/tasks.json
vendored
10
.vscode/tasks.json
vendored
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "2.0.0",
|
|
||||||
"tasks": [
|
|
||||||
{
|
|
||||||
"label": "Open ModBuddy",
|
|
||||||
"type": "process",
|
|
||||||
"command": "D:\\games\\Windows\\Steam\\steamapps\\common\\Sid Meier's Civilization VI SDK\\ModBuddy\\ModBuddy.exe C:\\Users\\nicole\\Documents\\Firaxis ModBuddy\\Civilization VI\\AkiraToriyamaArtist\\AkiraToriyamaArtist.civ6sln"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
BIN
AkiraToriyamaArtist.v12.civ6suo
Normal file
BIN
AkiraToriyamaArtist.v12.civ6suo
Normal file
Binary file not shown.
@ -2,47 +2,6 @@
|
|||||||
<!-- Artist_AkiraToriyama -->
|
<!-- Artist_AkiraToriyama -->
|
||||||
<!-- Author: Nicole O'Connor -->
|
<!-- Author: Nicole O'Connor -->
|
||||||
<!-- DateCreated: 5/12/2024 12:39:03 PM -->
|
<!-- DateCreated: 5/12/2024 12:39:03 PM -->
|
||||||
<!--
|
|
||||||
Copyright © 2024 Nicole O'Connor
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<GameData>
|
<GameData>
|
||||||
<Types>
|
|
||||||
<Row Type="GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA" Kind="KIND_GREAT_PERSON_INDIVIDUAL" />
|
|
||||||
<Row Type="GREATWORK_HGA_TORIYAMA_DBZ" Kind="KIND_GREATWORK" />
|
|
||||||
<Row Type="GREATWORK_HGA_TORIYAMA_CHRONOTRIGGER" Kind="KIND_GREATWORK" />
|
|
||||||
<Row Type="GREATWORK_HGA_TORIYAMA_DRAGONQUEST" Kind="KIND_GREATWORK" />
|
|
||||||
</Types>
|
|
||||||
<GreatPersonIndividuals>
|
|
||||||
<Row GreatPersonIndividualType="GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA"
|
|
||||||
Name="LOC_GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA" Gender="M"
|
|
||||||
GreatPersonClassType="GREAT_PERSON_CLASS_ARTIST" EraType="ERA_ATOMIC"
|
|
||||||
ActionCharges="0"
|
|
||||||
/>
|
|
||||||
</GreatPersonIndividuals>
|
|
||||||
<GreatWorks>
|
|
||||||
<Row GreatWorkType="GREATWORK_HGA_TORIYAMA_DBZ" GreatWorkObjectType="GREATWORKOBJECT_ART"
|
|
||||||
Name="LOC_GREATWORK_HGA_TORIYAMA_DBZ" Tourism="4"
|
|
||||||
GreatPersonIndividualType="GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA"
|
|
||||||
/>
|
|
||||||
<Row GreatWorkType="GREATWORK_HGA_TORIYAMA_CHRONOTRIGGER" GreatWorkObjectType="GREATWORKOBJECT_ART"
|
|
||||||
Name="LOC_GREATWORK_HGA_TORIYAMA_CHRONOTRIGGER" Tourism="4"
|
|
||||||
GreatPersonIndividualType="GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA"
|
|
||||||
/>
|
|
||||||
<Row GreatWorkType="GREATWORK_HGA_TORIYAMA_DRAGONQUEST" GreatWorkObjectType="GREATWORKOBJECT_ART"
|
|
||||||
Name="LOC_GREATWORK_HGA_TORIYAMA_DRAGONQUEST" Tourism="4"
|
|
||||||
GreatPersonIndividualType="GREAT_PERSON_INDIVIDUAL_HGA_AKIRA_TORIYAMA"
|
|
||||||
/>
|
|
||||||
</GreatWorks>
|
|
||||||
</GameData>
|
</GameData>
|
||||||
|
Loading…
Reference in New Issue
Block a user