Skip to content

Commit

Permalink
Finished mystic summon skill.
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru committed Jun 19, 2023
1 parent 09ac4ce commit c6e80e2
Show file tree
Hide file tree
Showing 44 changed files with 3,627 additions and 479 deletions.
1,273 changes: 1,092 additions & 181 deletions Animations/Special_GilgameshVictim.json

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions Defs/Audio/AnimSounds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,49 @@
</subSounds>
</SoundDef>

<SoundDef ParentName="AM_AnimSoundBase">
<defName>AM_SummonWhoosh</defName>
<subSounds>
<li>
<tempoAffectedByGameSpeed>false</tempoAffectedByGameSpeed>
<sustainLoop>false</sustainLoop>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>AM/SummonWhoosh</clipPath>
</li>
</grains>
</li>
</subSounds>
</SoundDef>

<SoundDef ParentName="AM_AnimSoundBase">
<defName>AM_SummonWow</defName>
<subSounds>
<li>
<tempoAffectedByGameSpeed>false</tempoAffectedByGameSpeed>
<sustainLoop>false</sustainLoop>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>AM/SummonWow</clipPath>
</li>
</grains>
</li>
</subSounds>
</SoundDef>

<SoundDef ParentName="AM_AnimSoundBase">
<defName>AM_FleshHit</defName>
<subSounds>
<li>
<tempoAffectedByGameSpeed>true</tempoAffectedByGameSpeed>
<sustainLoop>false</sustainLoop>
<grains>
<li Class="AudioGrain_Clip">
<clipPath>AM/FleshHit</clipPath>
</li>
</grains>
</li>
</subSounds>
</SoundDef>

</Defs>
1 change: 1 addition & 0 deletions Defs/UniqueSkills.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ However, such a feat of psychic ability will put the summoner in a psychic coma
<instanceClass>AM.UniqueSkills.Instances.GilgameshSkill</instanceClass>
<data>
<PsyLevelRequired>5</PsyLevelRequired>
<MeleeLevelRequired>10</MeleeLevelRequired>
<MinPsyComaDays>2</MinPsyComaDays>
<MaxPsyComaDays>3</MaxPsyComaDays>
</data>
Expand Down
4 changes: 3 additions & 1 deletion Languages/English/Keyed/Keys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
<AM.Skill.BadTargetState>Target invalid state.</AM.Skill.BadTargetState>
<AM.Skill.AlreadyActive>The skill is already active.</AM.Skill.AlreadyActive>
<AM.Skill.OnCooldown>On cooldown for {0} seconds.</AM.Skill.OnCooldown>
<AM.Skill.Gilgamesh.ReasonWhyNot>Psylink level {0} is below required level {1}.</AM.Skill.Gilgamesh.ReasonWhyNot>

<AM.Skill.Gilgamesh.LowPsy>Psylink level {0} is below required level {1}.</AM.Skill.Gilgamesh.LowPsy>
<AM.Skill.Gilgamesh.LowMelee>Melee level {0} is below required level {1}.</AM.Skill.Gilgamesh.LowMelee>

</LanguageData>
Binary file added Sounds/AM/FleshHit.wav
Binary file not shown.
Binary file added Sounds/AM/SummonWhoosh.mp3
Binary file not shown.
Binary file added Sounds/AM/SummonWow.wav
Binary file not shown.
Loading

0 comments on commit c6e80e2

Please sign in to comment.