From 0bce5979b040311695531f096d77eb515a7ed965 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sat, 2 Mar 2024 13:38:35 +0530 Subject: [PATCH] Add files via upload --- .../Localization/English/Mutant Class.xml | 10 +- .../AbilityDistributionPresets.lsx | 4 +- .../ClassDescriptions/ClassDescriptions.lsx | 128 ++--- .../Mutant Class/Lists/PassiveLists.lsx | 34 +- .../Public/Mutant Class/Lists/SpellLists.lsx | 54 +-- .../Progressions/ProgressionDescriptions.lsx | 22 +- .../Progressions/Progressions.lsx | 450 +++++++++--------- .../Stats/Generated/Data/Passive.txt | 18 +- .../Stats/Generated/Data/Spell_Shout.txt | 63 +++ .../Stats/Generated/Data/Status_BOOSTS.txt | 12 + 10 files changed, 442 insertions(+), 353 deletions(-) create mode 100644 Mutant Class/Public/Mutant Class/Stats/Generated/Data/Spell_Shout.txt diff --git a/Mutant Class/Localization/English/Mutant Class.xml b/Mutant Class/Localization/English/Mutant Class.xml index b009f53..2c20b4c 100644 --- a/Mutant Class/Localization/English/Mutant Class.xml +++ b/Mutant Class/Localization/English/Mutant Class.xml @@ -12,6 +12,10 @@ Regenerate HP equal to your current <b>Mutant level</b> at the start of your turn. Metallurgy You have developed a connection with metal. Gain proficiency in all armour and weapon types. + Metamorph + Take form of a squirrel at will to avoid unwanted conflict. + Squirrel Form + You are a squirrel, a jolly one. Ice Spice You walk on ice as if it is an ordinary surface watching others struggle. Cable's Fable @@ -19,7 +23,7 @@ Storm Chaser Creating a cloud of <LSTag Type="Spell" Tooltip="Shout_HealingMist_Myrmidon_Water">Healing Mist</LSTag> as a class action in combat. Gain immunity to Electric damage. Sunspotted - When you are in real sunlight, you deal <b>+2</b> damage using solar energy. + When you are in real sunlight, you deal <b>+5</b> damage using solar energy. Cerebro Your brain is evolving. You have gained <LSTag Tooltip="Expertise">expertise</LSTag> in <LSTag Tooltip="Investigation">investigation</LSTag> and <LSTag Tooltip="Perception">perception</LSTag>. Cyloptic Rays @@ -51,11 +55,11 @@ Laughing On their turn, the affected entity will <b>do nothing</b> but hysterically laugh at your antics. Their <LSTag Tooltip="Concentration">Concentration</LSTag> will be broken.<br>If they take damage while laughing, they will get <LSTag Type="Status" Tooltip="RAGE_BOAR">angrier than a boar</LSTag> for <b>2 turns</b>. Adamantium Skeleton - Increases your <LSTag Tooltip="Constitution">constitution</LSTag> by <b>1</b> and your max HP by <b>18</b>. + Increases your <LSTag Tooltip="Constitution">constitution</LSTag> and <LSTag Tooltip="ArmourClass">Armour class</LSTag> by <b>1</b>. Max HP is increased by <b>18</b>.. X-Gene Your powers are innate, not spells to be verbally casted. You aren't affected by <LSTag Type="Status" Tooltip="SILENCED">silence</LSTag>. Overclocked - The Phoenix Force does not want your power growing beyond its will. Every time you level up, your HP will be reduced by <b>7%</b>. + The Phoenix Force does not want your power growing beyond its will. Your HP has been reduced by <b>50%</b>. The Final Test As a last ditch effort to break your will, the Phoenix has disabled all your spellcasting abilities. diff --git a/Mutant Class/Public/Mutant Class/CharacterCreationPresets/AbilityDistributionPresets.lsx b/Mutant Class/Public/Mutant Class/CharacterCreationPresets/AbilityDistributionPresets.lsx index a9d48f4..58be07b 100644 --- a/Mutant Class/Public/Mutant Class/CharacterCreationPresets/AbilityDistributionPresets.lsx +++ b/Mutant Class/Public/Mutant Class/CharacterCreationPresets/AbilityDistributionPresets.lsx @@ -8,11 +8,11 @@ - + - + diff --git a/Mutant Class/Public/Mutant Class/ClassDescriptions/ClassDescriptions.lsx b/Mutant Class/Public/Mutant Class/ClassDescriptions/ClassDescriptions.lsx index 328c328..fbe88fa 100644 --- a/Mutant Class/Public/Mutant Class/ClassDescriptions/ClassDescriptions.lsx +++ b/Mutant Class/Public/Mutant Class/ClassDescriptions/ClassDescriptions.lsx @@ -1,89 +1,89 @@ - + - - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - + - Absloute Mutant - + Absloute Mutant + - - - - - - - - - - + + + + + + + + + + - + - Ascended Mutant - + Ascended Mutant + - - - - - - - - - - + + + + + + + + + + - + - Berserk Mutant - + Berserk Mutant + - - - - - - - - - - + + + + + + + + + + - + - - - - + + + + \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Lists/PassiveLists.lsx b/Mutant Class/Public/Mutant Class/Lists/PassiveLists.lsx index 8e895c8..e362db9 100644 --- a/Mutant Class/Public/Mutant Class/Lists/PassiveLists.lsx +++ b/Mutant Class/Public/Mutant Class/Lists/PassiveLists.lsx @@ -1,22 +1,22 @@ - + - - - - - Choose Mutations - - + + + + + Choose Mutations + + - Choose Phoenix State - - + Choose Phoenix State + + - Choose Phoenix State 2 - - + Choose Phoenix State 2 + + - - - + + + \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Lists/SpellLists.lsx b/Mutant Class/Public/Mutant Class/Lists/SpellLists.lsx index 8a53aab..2fcb555 100644 --- a/Mutant Class/Public/Mutant Class/Lists/SpellLists.lsx +++ b/Mutant Class/Public/Mutant Class/Lists/SpellLists.lsx @@ -1,45 +1,45 @@ - + - - - - - Cantrips + + + + + Cantrips - Level 1 + Level 1 - - + + - Level 2 + Level 2 - - + + - Level 3 + Level 3 - - + + - Level 4 + Level 4 - - + + - Level 5 + Level 5 - - + + - Level 6 + Level 6 - - + + - - - + + + \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Progressions/ProgressionDescriptions.lsx b/Mutant Class/Public/Mutant Class/Progressions/ProgressionDescriptions.lsx index da416b6..4443aac 100644 --- a/Mutant Class/Public/Mutant Class/Progressions/ProgressionDescriptions.lsx +++ b/Mutant Class/Public/Mutant Class/Progressions/ProgressionDescriptions.lsx @@ -1,28 +1,28 @@ - + - - - - - Mutations Selector + + + + + Mutations Selector - Phoenix State Selector + Phoenix State Selector - Phoenix State Selector 2 + Phoenix State Selector 2 - - - + + + \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Progressions/Progressions.lsx b/Mutant Class/Public/Mutant Class/Progressions/Progressions.lsx index 9fc3eb5..b02d1fe 100644 --- a/Mutant Class/Public/Mutant Class/Progressions/Progressions.lsx +++ b/Mutant Class/Public/Mutant Class/Progressions/Progressions.lsx @@ -1,255 +1,257 @@ - + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "/> - - - - - - - - - - + + + + + + + - + - + - + - Absolute Mutant - - - - - - - - - + Absolute Mutant + + + + + + + + + - Ascended Mutant - - - - - - - - - + Ascended Mutant + + + + + + + + + - Berserk Mutant - - - - - - - - + Berserk Mutant + + + + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Passive.txt b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Passive.txt index 433d0fb..627dc24 100644 --- a/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Passive.txt +++ b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Passive.txt @@ -16,7 +16,7 @@ data "Icon" "Spell_Divination_DetectThoughts" data "Properties" "Highlighted" data "StatsFunctorContext" "OnCreate;OnLongRest" data "StatsFunctors" "ApplyStatus(PETPAL,100,-1);ApplyStatus(DETECT_THOUGHTS,100,-1)" -data "Boosts" "UnlockSpell(Target_SpeakWithDead);ExpertiseBonus(Insight)" +data "Boosts" "UnlockSpell(Target_SpeakWithDead);ProficiencyBonus(Skill,Insight);ExpertiseBonus(Insight)" new entry "Mutant_SilverFeet" type "PassiveData" @@ -48,7 +48,7 @@ data "DisplayName" "h7d94fd70ga60fg4d04ga849g14236a82aad7" data "Description" "h3cacac92g1694g4255g982dg91f0f03341ab" data "Icon" "Spell_Illusion_DisguiseSelf_Human_Female" data "Properties" "Highlighted" -data "Boosts" "UnlockSpell(Shout_DisguiseSelf);ExpertiseBonus(Deception);ExpertiseBonus(Persuasion)" +data "Boosts" "UnlockSpell(Shout_DisguiseSelf);ProficiencyBonus(Skill,Deception);ProficiencyBonus(Skill,Persuasion);ExpertiseBonus(Deception);ExpertiseBonus(Persuasion)" new entry "Mutant_MercWithAMouth" type "PassiveData" @@ -111,7 +111,7 @@ data "Description" "hb4b5bbeag74ccg47b4g873cgf9eeb79b8a35" data "DescriptionParams" "1" data "Icon" "PassiveFeature_Resilient" data "Properties" "Highlighted" -data "Boosts" "Ability(Constitution,1,20);IncreaseMaxHP(18)" +data "Boosts" "Ability(Constitution,1,20);IncreaseMaxHP(18);AC(1)" new entry "Mutant_Gene" type "PassiveData" @@ -135,7 +135,7 @@ data "DisplayName" "ha73929b3g485ag4434g9e00g2ca454f4a5ab" data "Description" "hb4b081bcg6aabg4ff4gbd1dg65573c685fb1" data "Icon" "PassiveFeature_DangerSense" data "Properties" "Highlighted" -data "Boosts" "ExpertiseBonus(Perception);ExpertiseBonus(Investigation)" +data "Boosts" "ProficiencyBonus(Skill,Perception);ProficiencyBonus(Skill,Investigation);ExpertiseBonus(Perception);ExpertiseBonus(Investigation)" new entry "Mutant_Cycloptic" type "PassiveData" @@ -152,7 +152,7 @@ data "Description" "h783c121eg7622g4fb9ga2acg92b6bfd7ee58" data "Icon" "Spell_Abjuration_Sanctuary" data "Properties" "Highlighted" data "BoostConditions" "IsInSunlight(context.Target)" -data "Boosts" "DamageBonus(2)" +data "Boosts" "DamageBonus(5)" new entry "Mutant_Storm" type "PassiveData" @@ -178,6 +178,14 @@ data "Icon" "Spell_Enchantment_Heroism" data "Properties" "Highlighted" data "Boosts" "UnlockSpellVariant(CarefulSpellCheck(),ModifySpellRoll('not SavingThrow','SpellAutoResolveOnAlly'))" +new entry "Mutant_Metamorph" +type "PassiveData" +data "DisplayName" "hc4bb79e8gd71eg4e5agb803geccef374f04f" +data "Description" "h7fc74dceg4bbag4718g99b4g3006fd159095" +data "Icon" "PassiveFeature_NaturalExplorer_BeastTamer" +data "Properties" "Highlighted" +data "Boosts" "UnlockSpell(Shout_Metamorph)" + new entry "Mutant_Overclocked" type "PassiveData" data "DisplayName" "h83b33428g1594g40b2g9666gd0d757c9d756" diff --git a/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Spell_Shout.txt b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Spell_Shout.txt new file mode 100644 index 0000000..849b208 --- /dev/null +++ b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Spell_Shout.txt @@ -0,0 +1,63 @@ +new entry "Mutant_Teleport" +type "SpellData" +data "SpellType" "Target" +data "Level" "2" +data "SpellSchool" "Conjuration" +data "SpellProperties" "GROUND:TeleportSource();" +data "TargetRadius" "28" +data "TargetConditions" "CanStand('') and not Character() and not Self()" +data "Icon" "Spell_Conjuration_MistyStep" +data "DisplayName" "h3b2b5d8agc531g4cb9g98b4g63c0e56320a9;1" +data "Description" "hc724a06agbd46g40e5gbdb0gbf6721f1bc8d;2" +data "TooltipUpcastDescription" "6ff1780a-855a-414c-a8bf-811251537206" +data "CastSound" "Spell_Cast_Utility_MistyStep_L1to3" +data "TargetSound" "Spell_Impact_Utility_MistyStep_L1to3" +data "CastTextEvent" "Cast" +data "UseCosts" "BonusActionPoint:1" +data "SpellAnimation" "dd86aa43-8189-4d9f-9a5c-454b5fe4a197,,;,,;39daf365-ec06-49a8-81f3-9032640699d7,,;5c400e93-0266-499c-a2e1-75d53358460f,,;cc5b0caf-3ed1-4711-a50d-11dc3f1fdc6a,,;,,;1715b877-4512-472e-9bd0-fd568a112e90,,;,,;,," +data "SpellFlags" "HasHighGroundRangeExtension;RangeIgnoreVerticalThreshold" +data "LineOfSightFlags" "AddSourceHeight" +data "PrepareEffect" "7121a488-7c9a-4ba1-a585-f79aaa77e97c" +data "CastEffect" "71859b27-bdda-44c3-8c65-7f142a1a2f60" + +new entry "Shout_Metamorph" +type "SpellData" +data "SpellType" "Shout" +using "Shout_AberrantShape" +data "SpellProperties" "ApplyStatus(WILDSHAPE_SQUIRREL,100,-1);RegainHitPoints(-10)" +data "Icon" "PassiveFeature_NaturalExplorer_BeastTamer" +data "DisplayName" "hc4bb79e8gd71eg4e5agb803geccef374f04f" +data "Description" "hbc0f411ega60fg47ceg8f34gc97fd73350e1;3" +data "ExtraDescription" "hcda4fb21g60efg4f9dg87aaga31a964f6efe;2" +data "ExtraDescriptionParams" "0" +data "TooltipStatusApply" "ApplyStatus(WILDSHAPE_SQUIRREL,100,-1)" +data "PrepareSound" "Spell_Prepare_Tadpole_Buff_Gen_L1to3" +data "PrepareLoopSound" "Spell_Loop_Tadpole_Buff_Gen_L1to3" +data "CastSound" "Spell_Cast_Tadpole_DisplacerShape_L1to3" +data "VocalComponentSound" "Spell_Cast_TadpoleShape_Vocal" +data "UseCosts" "ActionPoint:1" +data "SpellAnimation" "f94542d9-a79c-478a-92de-573cead9260e,,;,,;2d29b16c-2be2-4096-99ae-5b88416fb53f,,;721abca5-2d52-4317-82a3-2a2e970a7a16,,;bd339475-d2b5-46e8-8d0c-9f2ad6a91328,,;,,;7a28f440-1b0b-4a18-96a8-3767959b601a,,;,,;,," +data "SpellAnimationIntentType" "Peaceful" +data "PrepareEffect" "c8cb3922-b4d6-4122-ac39-f6a0fa36020c" +data "CastEffect" "db04e5ba-db29-43f3-be13-7a41aea4411e" +data "Sheathing" "Sheathed" + +new entry "Shout_Metamorph_Dismiss" +type "SpellData" +data "SpellType" "Shout" +using "Shout_AberrantShape_Dismiss" +data "SpellProperties" "RemoveStatus(SG_Polymorph)" +data "TargetConditions" "Self()" +data "Icon" "PassiveFeature_NaturalExplorer_BeastTamer" +data "DisplayName" "h6dc93705g6284g4164gbb66gc0db1ffc02ae;2" +data "Description" "hd37e5ca5gf674g4516g86dega5abeeb6c7f0;2" +data "PrepareSound" "Spell_Prepare_Tadpole_DispellDisplacerShape_L1to3" +data "PrepareLoopSound" "Spell_Loop_Tadpole_Buff_Gen_L1to3" +data "CastSound" "Spell_Cast_Tadpole_DispellDisplacerShape_L1to3" +data "CastTextEvent" "Cast" +data "SpellAnimation" "d7745165-66e4-41c4-9e42-d09d95a29491,,;,,;fd5e6365-f314-42e8-a39b-a041dc56b0e7,,;31c4a2e7-b0a6-4981-af42-a8e5ba82f294,,;ce773016-6fb4-44fe-84db-e037aaa22041,,;,,;,,;,,;,," +data "VerbalIntent" "Utility" +data "SpellActionType" "Dismiss" +data "PrepareEffect" "3f43539c-aa10-4272-8aba-d48ed3575482" +data "CastEffect" "fca2c1dd-c70a-4ffd-9dac-5fd0d9123959" +data "Sheathing" "Sheathed" \ No newline at end of file diff --git a/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Status_BOOSTS.txt b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Status_BOOSTS.txt index 8c7ad70..ce960ee 100644 --- a/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Status_BOOSTS.txt +++ b/Mutant Class/Public/Mutant Class/Stats/Generated/Data/Status_BOOSTS.txt @@ -46,3 +46,15 @@ data "StackPriority" "0" data "Boosts" "WeaponAttackRollAbilityOverride(Dexterity)" data "StatusGroups" "SG_RemoveOnRespec" data "RemoveEvents" "OnUnequip" + +new entry "WILDSHAPE_SQUIRREL" +type "StatusData" +data "StatusType" "POLYMORPHED" +data "DisplayName" "h661dce46g3a72g42f0gb7c8g2b64cd4bdbb6" +data "Description" "h4adb3429g047dg4ad2g847bg2ee226515749" +data "Icon" "PassiveFeature_NaturalExplorer_BeastTamer" +data "Boosts" "Invisibility();VoicebarkBlock();BlockSpellCast();DialogueBlock();UnlockSpell(Shout_Metamorph_Dismiss)" +data "TemplateID" "6d8584d9-7a83-49b5-8f7c-d777fc57f705" +data "Rules" "9c580a1d-dab9-4b17-b0da-b16c7d7360e0" +data "StatusGroups" "SG_Polymorph;SG_DropForNonMutingDialog;UnavailableInActiveRoll" +data "StatusEffect" "6865260b-00b5-45ee-82b2-edfa9ca29c04" \ No newline at end of file