Skip to content

Commit

Permalink
Learn Skills for Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Veslyquix committed Sep 22, 2023
1 parent 33783a4 commit d367306
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions EngineHacks/SkillSystem/skill_definitions.event
Original file line number Diff line number Diff line change
Expand Up @@ -1075,35 +1075,35 @@

//Swap: Allows unit to swap positions with an adjacent ally.
//By StanH
#define SwapID 68
#define SwapID 255//68

//Swarp: Allows unit to swap positions with a distant ally.
//Be Sme
#define SwarpID 69
#define SwarpID 255//69

//Steal: Unit can steal items.
//By Tequila
#define StealID 56
#define StealID 255//56

//Steal+: Unit can steal unequipped weapons and staves if con>weight.
//By Tequila
#define StealPlusID 57
#define StealPlusID 255//57

//Draw Back: Unit moves 1 space away from target ally. Ally moves to unit’s previous space.
//By Vesly
#define DrawBackID 255
#define DrawBackID 68

//Sacrifice: Drains the user’s HP to restore the HP of another allied unit. It also cures status effects, with no HP cost to the user.
//By Vesly
#define SacrificeID 255
#define SacrificeID 69

//Ardent Sacrifice: Restores 10 HP to target, but drops user’s HP by 10.
//By Vesly
#define ArdentSacrificeID 255
#define ArdentSacrificeID 56

//Reciprocal Aid: User and target ally switch their current HP totals.
//By Vesly
#define ReciprocalAidID 255
#define ReciprocalAidID 57



Expand Down
8 changes: 4 additions & 4 deletions Tables/NightmareModules/Skills/PersonalSkillEditor.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
INLINE PersonalSkillTable,Skill
None,0x0
Eirika,CharismaID
Seth,SaviorID
Gilliam,RallyDefID
Franz,SealStrID
Eirika,SacrificeID
Seth,ArdentSacrificeID
Gilliam,ReciprocalAidID
Franz,DrawBackID
Moulder,RallyResID
Vanessa,SpurSpdID
Ross,ParagonID
Expand Down

0 comments on commit d367306

Please sign in to comment.