Compare commits
3 Commits
6abe89f91d
...
7fb05e334a
Author | SHA1 | Date | |
---|---|---|---|
7fb05e334a | |||
6383c88b5c | |||
a9f1fe2a06 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.civ6suo
|
10
.vscode/tasks.json
vendored
Normal file
10
.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
@ -2,6 +2,47 @@
|
||||
<!-- Artist_AkiraToriyama -->
|
||||
<!-- Author: Nicole O'Connor -->
|
||||
<!-- DateCreated: 5/12/2024 12:39:03 PM -->
|
||||
<GameData>
|
||||
<!--
|
||||
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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user