-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5b42f8f
Showing
14 changed files
with
4,370 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
# SourceControlGenerator # | ||
########################## | ||
SourceControlGenerator.json | ||
|
||
# Levels | ||
###################### | ||
Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Levels/* | ||
Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Globals/* | ||
Editor/Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Levels/* | ||
|
||
# Story files # | ||
###################### | ||
*.div | ||
*.raw | ||
story_orphanqueries_ignore.txt | ||
Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Story/Dialogs/Autosave/* | ||
Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Story/Dialogs/Recovered/* | ||
|
||
# Asset Folders # | ||
###################### | ||
Public/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Assets/* | ||
#Public/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/GUI/* | ||
|
||
# Editor files # | ||
###################### | ||
RootTemplateSelectorConfig_* | ||
ResourceSelectorConfig_* | ||
StatsEditorConfig.xml | ||
EffectEditorConfig.xml | ||
DockPanel.config | ||
EditorBrowserMetadata_* | ||
EditorBrowserMetadata.xml | ||
Autosave/* | ||
Recovered/* | ||
ReConHistory.txt | ||
story.debugInfo | ||
|
||
# Assets # | ||
###################### | ||
*.gr2 | ||
*.dae | ||
*.swf | ||
*.bullet | ||
*.dds | ||
*.tga | ||
*.png | ||
*.ttf | ||
*.lsb | ||
*.lsf | ||
*.lsfx | ||
*.lsefx | ||
#*.lsx | ||
*.lsmg | ||
|
||
# Logs # | ||
###################### | ||
*.log | ||
*.ailog | ||
log.txt | ||
errors.txt | ||
dialoglog.txt | ||
personallog.txt | ||
|
||
# Binary Files # | ||
###################### | ||
*.dat | ||
*.data | ||
*.bik | ||
*.bnk | ||
*.bshd | ||
*.cur | ||
*.fnt | ||
*.iggy | ||
*.iggytex | ||
*.osi | ||
*.patch | ||
*.tmpl | ||
|
||
# Dump files # | ||
###################### | ||
*.stackdump | ||
*.dmp | ||
|
||
# Compiled source # | ||
################### | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.so | ||
|
||
# Packages # | ||
############ | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# VS Code # | ||
############ | ||
launch.json | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
*.lnk | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Book Of Origins Changelog | ||
======= | ||
# 1.4.1.0 | ||
* Initial Release | ||
|
4 changes: 4 additions & 0 deletions
4
Editor/Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Stats/SkillData/Summon.stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<stats stat_object_definition_id="81d21913-ef1d-4fd8-bc01-1dcee5d3e4eb"> | ||
<stat_objects /> | ||
</stats> |
16 changes: 16 additions & 0 deletions
16
Editor/Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Stats/Stats/Object.stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<stats stat_object_definition_id="e078e210-b9ba-48e5-afe3-c5eb91ba8545"> | ||
<stat_objects> | ||
<stat_object is_substat="false"> | ||
<fields> | ||
<field name="Name" type="NameStatObjectFieldDefinition" value="BOOK_BOO_BookOfOrigins" /> | ||
<field name="RootTemplate" type="RootTemplateStatObjectFieldDefinition" value="26a03372-4c59-4903-8c63-3318fdaaccf3" /> | ||
<field name="Act" type="EnumerationStatObjectFieldDefinition" value="0" enumeration_type_name="Act" /> | ||
<field name="UseAPCost" type="IntegerStatObjectFieldDefinition" value="0" /> | ||
<field name="Value" type="IntegerStatObjectFieldDefinition" value="0" /> | ||
<field name="Weight" type="IntegerStatObjectFieldDefinition" value="0" /> | ||
<field name="Unique" type="IntegerStatObjectFieldDefinition" value="1" /> | ||
</fields> | ||
</stat_object> | ||
</stat_objects> | ||
</stats> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 frasdoge | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
23 changes: 23 additions & 0 deletions
23
Mods/BookOfOrigins_395a6fbb-f855-4cb0-97a9-6674bfd1799b/Localization/English/english.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<contentList> | ||
<content contentuid="h260fdb55g52f3g40cbg8784g82be116bd64c" Source="BOO_BookOfOrigins_Dialog.lsj">You now recall your heritage. You are of...</content> | ||
<content contentuid="h46c8c094g4917g44b2ga505g7252c4be5487" Source="BOO_BookOfOrigins_Dialog.lsj">Hmm. You seem to have forgotten your heritage.</content> | ||
<content contentuid="h6d6ba4f0gbaecg4dc2g8c0ag296892624e8a" Source="BOO_BookOfOrigins_Dialog.lsj">You suddenly remember your origins. You were...</content> | ||
<content contentuid="h2d99979bgab25g414bg9f2cg9cb3cb57d1e4" Source="BOO_BookOfOrigins_Dialog.lsj">Human descent. <i>(Encourage)</i></content> | ||
<content contentuid="hbd76d0bfg5669g4d09g802cgaba0b159e063" Source="BOO_BookOfOrigins_Dialog.lsj">Lizard-kin descent.<i> (Dragon's Blaze)</i></content> | ||
<content contentuid="hcbf794f0g8b24g4b9eg84ccgec63997e03f0" Source="BOO_BookOfOrigins_Dialog.lsj">A master of manipulating time. <i>(Time Warp)</i></content> | ||
<content contentuid="hde23477dg6beeg4555ga216g4cec678e35fe" Source="BOO_BookOfOrigins_Dialog.lsj">A master of a great wolf. <i>(Summon Soul Wolf)</i></content> | ||
<content contentuid="h6c023c14gac2fg4320gb7c5g2828cd67da55" Source="BOO_BookOfOrigins_Dialog.lsj">A bard with the voice of a demon. <i>(Maddening Song)</i></content> | ||
<content contentuid="h6005678cg5e13g40eag8585g0106c9400661" Source="BOO_BookOfOrigins_Dialog.lsj">Someone with the piercing eyes of a demon. <i>(Demonic Stare)</i></content> | ||
<content contentuid="hdd5dd74agb372g4d32g9276gf605c9f4d16d" Source="BOO_BookOfOrigins_Dialog.lsj">Elven descent. <i>(Flesh Sacrifice)</i></content> | ||
<content contentuid="hffe697e4g9b02g45c0g8732gf92489e05976" Source="BOO_BookOfOrigins_Dialog.lsj">Strange descent. <i>(Play Dead)</i></content> | ||
<content contentuid="h5ab71b5cg25c1g4426ga953g91584d64120d" Source="BOO_BookOfOrigins_Dialog.lsj">Your origins and heritage have once again solidified in your mind.</content> | ||
<content contentuid="h53229adbg0b88g4890g8bdega3050787337b" Source="BOO_BookOfOrigins_Dialog.lsj">A great presence in the storm. <i>(Blinding Squall)</i></content> | ||
<content contentuid="h02a2d549ge626g4fc9g8290g20318d145a6c" Source="BOO_BookOfOrigins_Dialog.lsj">Hmm. You've forgotten your origins actually.</content> | ||
<content contentuid="hb04fdbf3g44c1g407cga293g428693905000" Source="BOO_BookOfOrigins_Dialog.lsj">A defender of the weak. <i>(Dome of Protection)</i></content> | ||
<content contentuid="h69bc41c7ga800g4d1fgb20bg23ba44d44b64" Source="BOO_BookOfOrigins_Dialog.lsj">Dwarven descent. <i>(Petrifying Touch)</i></content> | ||
<content contentuid="h59d3c53egb9e0g4fbcgb908ge936f1adbc54" Source="BOO_BookOfOrigins_Dialog.lsj">Someone who could not be shackled. <i>(Break the Shackles)</i></content> | ||
<content contentuid="h0380055dg8534g46ecga09fgbe08c34aaff7" Source="BOOK_BOO_BookOfOrigins">A tome with mystical properties. Those who read it seem to remember their past quite vividly.</content> | ||
<content contentuid="hb258be75g3f36g47eega17ege37bb46a7b7a" Source="BOOK_BOO_BookOfOrigins">Book of Origins</content> | ||
<content contentuid="h2588ce8bgd9abg4a99ga06fga29cc4ccd53c" Source="BOOK_BOO_BookOfOrigins">Read</content> | ||
<content contentuid="he269210dg8d16g4f1dg93e4g82940cfd66a9" Source="Summon_DisplayName.lsb" Key="Summon_SoulWolf_DisplayName">Summon Soul Wolf</content> | ||
</contentList> |
Oops, something went wrong.