Skip to content

Commit

Permalink
pronoun fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NexusUnleashed committed Jan 2, 2025
1 parent 44efdb6 commit e2371bc
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 38 deletions.
2 changes: 1 addition & 1 deletion dist/nexskills.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexskills",
"version": "0.6.7",
"version": "0.6.9",
"description": "nexSkills pattern object Nexus",
"main": "nexskills.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexskills3",
"version": "0.6.7",
"version": "0.6.9",
"private": true,
"homepage": "https://Log-Wall.github.io/nexskills3",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/base/skills/aeonics.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const aeonics = {
id: "chronoAeonStrip",
fullName: "Chrono Aeon Strip",
firstPerson:
/^Directing your will upon (?<target>\w+), you tear away the protection granted to him by the speed elixir\.$/,
/^Directing your will upon (?<target>\w+), you tear away the protection granted to \w+ by the speed elixir\.$/,
secondPerson:
/^As the gaze of (?<user>\w+) falls upon you, you feel your speed enhancements torn away\.$/,
thirdPerson:
Expand Down
2 changes: 1 addition & 1 deletion src/base/skills/attainment/dragon.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const dragon = {
id: "psidaze",
fullName: "Psidaze",
firstPerson:
/^You summon sparkles of psi energy around (?<target>.+?), causing him to forget \w+ actions as the sparkles distract \w+\.$/,
/^You summon sparkles of psi energy around (?<target>.+?), causing \w+ to forget \w+ actions as the sparkles distract \w+\.$/,
secondPerson: false,
thirdPerson: false,
profession: ["golden dragon"],
Expand Down
23 changes: 3 additions & 20 deletions src/base/skills/crystalism.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export const crystalism = {
thirdPerson:
/^A single, piercing note emanates from (?<user>\w+), a sound to set teeth on edge and glass to shattering.$/,
profession: ["magi"],
skill: "elementalism",
balance: "free",
skill: "crystalism",
balance: "equilibrium",
tags: [],
affs: [],
info: false,
length: 2.8,
length: 5,
reaction(action) {
switch (
nexusclient.current_block[
Expand Down Expand Up @@ -77,23 +77,6 @@ export const crystalism = {
}
},
},
destabiliseDissipate: {
id: "destabiliseDissipate",
fullName: "Destabilise",
firstPerson: false,
secondPerson: [
/^A single, piercing note emanates from Khaseem, a sound to set teeth on edge and glass to shattering.$/,
/^A spike of agony suddenly blossoms behind your eyes\.$/,
],
thirdPerson: false,
profession: ["magi"],
skill: "elementalism",
balance: "free",
tags: [],
affs: [],
info: "Dissipate",
length: 2.8,
},
};

export default Object.values(crystalism);
Expand Down
8 changes: 4 additions & 4 deletions src/base/skills/domination.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const domination = {
secondPerson:
/^Violet tendrils lash out from an eldritch abomination, plunging into you. Though they cause no physical harm, you feel a horrific tearing sensation, as if a fundamental part of your essence has been violated and exposed\.$/,
thirdPerson:
/^Incandescent tendrils lash out from an eldritch abomination, plunging into Pamxen. His back arches and eyes bulge as violet light pours from his mouth in a ghastly parody of a scream\.$/,
/^Incandescent tendrils lash out from an eldritch abomination, plunging into (?<target>\w+)\. \w+ back arches and eyes bulge as violet light pours from \w+ mouth in a ghastly parody of a scream\.$/,
profession: ["occultist"],
skill: "domination",
balance: "tertiary",
Expand Down Expand Up @@ -251,7 +251,7 @@ const domination = {
secondPerson:
/^With a mad cackle, a gremlin leaps at you and batters your shield with a flurry of blows, fracturing it in moments\.$/,
thirdPerson:
/^A gremlin leaps at (?<target>\w+), cackling madly as it delivers blow after blow against his magical shield\.$/,
/^A gremlin leaps at (?<target>\w+), cackling madly as it delivers blow after blow against \w+ magical shield\.$/,
profession: ["occultist"],
skill: "domination",
balance: "equilibrium",
Expand All @@ -267,7 +267,7 @@ const domination = {
secondPerson:
/^As a firelord glares at you, sudden agonising heat ignites in your veins. It is gone as swiftly as it came, but you feel suddenly lightheaded\.$/,
thirdPerson:
/^A firelord glances briefly at (?<target>\w+), and a single spark leaps from its eyes to strike him. \w+ convulses violently as if under some great strain, then it fades\.$/,
/^A firelord glances briefly at (?<target>\w+), and a single spark leaps from its eyes to strike \w+\. \w+ convulses violently as if under some great strain, then it fades\.$/,
profession: ["occultist"],
skill: "domination",
balance: "equilibrium",
Expand Down Expand Up @@ -312,7 +312,7 @@ const domination = {
secondPerson:
/^The gremlin races between and around your legs, its eratic movement setting your head to spinning\.$/,
thirdPerson:
/^The gremlin races around and between the legs of (?<target>\w+), his eyes tracking it as he sways unsteadily\.$/,
/^The gremlin races around and between the legs of (?<target>\w+), \w+ eyes tracking it as he sways unsteadily\.$/,
profession: ["occultist"],
skill: "domination",
balance: "free",
Expand Down
2 changes: 1 addition & 1 deletion src/base/skills/dragoncraft.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const dragoncraft = {
firstPerson:
/^Fixing your gaze upon (?<target>\w+), you begin a low keening, exercising your mastery of the Veil to bind your foe\.$/,
secondPerson:
/^(?<user>\w+) turns to fix his gaze upon you, and you feel your heart increase its palpitations as a low keening echoes from his throat\.$/,
/^(?<user>\w+) turns to fix \w+ gaze upon you, and you feel your heart increase its palpitations as a low keening echoes from \w+ throat\.$/,
thirdPerson:
/^(?<user>\w+) fixes \w+ gaze upon (?<target>\w+), swaying slowly as \w+ begins a low keening\.$/,
profession: [
Expand Down
2 changes: 1 addition & 1 deletion src/base/skills/elementalism.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const elementalism = {
id: "freeze",
fullName: "Freeze",
firstPerson:
/^You raise a hand towards (Khayyin) and blast him with cold, frigid air\.$/,
/^You raise a hand towards (?<target>\w+) and blast \w+ with cold, frigid air\.$/,
secondPerson:
/^Khaseem raises a hand towards you and blasts you with cold, frigid air\.$/,
thirdPerson: false,
Expand Down
4 changes: 2 additions & 2 deletions src/base/skills/emulation.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const emulation = {
/^You summon up the might of the waves, a great surge of water lifting you up and hurling you away\.$/,
secondPerson: false,
thirdPerson:
/^Mystic waters rise about (?<user>\w+?), the frothing crest of a surging wave carrying him away to the (?<info>\w+?)\.$/,
/^Mystic waters rise about (?<user>\w+?), the frothing crest of a surging wave carrying \w+ away to the (?<info>\w+?)\.$/,
profession: ["psion"],
skill: "psionics",
balance: "equilibrium",
Expand All @@ -29,7 +29,7 @@ const emulation = {
//A bar of crackling lightning transfixes you, your body ravaged relentlessly under the onslaught.
//A raging inferno rolls over you, your body ravaged relentlessly under the onslaught.
thirdPerson:
/^(?<user>\w+?) cups his hands in front of \w+, a .+? coalescing before him and streaking away to the (?<info>\w+?)\.$/,
/^(?<user>\w+?) cups \w+ hands in front of \w+, a .+? coalescing before \w+ and streaking away to the (?<info>\w+?)\.$/,
//Khaseem cups his hands in front of himself, a raging torrent of ice coalescing before him and streaking away to the southwest.
//Khaseem cups his hands in front of himself, a bar of crackling lightning coalescing before him and streaking away to the southeast.
//Khaseem cups his hands in front of himself, a raging inferno coalescing before him and streaking away to the southeast.
Expand Down
2 changes: 1 addition & 1 deletion src/base/skills/shadowmancy.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const shadowmancy = {
secondPerson:
/^The voices plaguing you reach a deafening crescendo, stunning you with their intensity\.$/,
thirdPerson:
/^The head of (?<target>\w+) snaps back as if struck and his eyes roll madly\.$/,
/^The head of (?<target>\w+) snaps back as if struck and \w+ eyes roll madly\.$/,
profession: ["depthswalker"],
skill: "shadowmancy",
balance: "free",
Expand Down
8 changes: 4 additions & 4 deletions src/base/skills/weaving.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const weaving = {
fullName: "Cleave",
firstPerson:
//You weave a translucent battleaxe into being, its ethereal form firming to corporeality in your hands.
/^Your blow cleaves through the magical shield surrounding (?<target>.+?), continuing on to drive \w+ from his feet\.$/,
/^Your blow cleaves through the magical shield surrounding (?<target>.+?), continuing on to drive \w+ from \w+ feet\.$/,
secondPerson: [
/^(?<user>\w+) brings a translucent battleaxe down in a powerful overhanded blow upon you\.$/,
/^The blow cleaves through your magical shield, shattering it and knocking you from your feet!$/,
Expand Down Expand Up @@ -361,7 +361,7 @@ export const weaving = {
id: "invert",
fullName: "Invert",
firstPerson:
/^You pluck at the weave of (?<target>\w+?), swapping the states of his (?<old>\w+?) and (?<new>\w+?)\.$/,
/^You pluck at the weave of (?<target>\w+?), swapping the states of \w+ (?<old>\w+?) and (?<new>\w+?)\.$/,
secondPerson:
/^(?<user>\w+?) plucks at invisible threads in the air before \w+, and you feel a sudden nausea as your fundamental essence shifts\.$/,
thirdPerson: false,
Expand Down Expand Up @@ -392,9 +392,9 @@ export const weaving = {
id: "flurry",
fullName: "Flurry",
firstPerson:
/^You rush at (?<target>\w+?), unleashing a flurry of (\d+) blow with your blade to rend him asunder\.$/,
/^You rush at (?<target>\w+?), unleashing a flurry of (\d+) blow with your blade to rend \w+ asunder\.$/,
secondPerson:
/^In a blur of motion (?<user>\w+?) rushes at you, his blade rending your flesh in a devastating flurry of (\d) strike\.$/,
/^In a blur of motion (?<user>\w+?) rushes at you, \w+ blade rending your flesh in a devastating flurry of (\d) strike\.$/,
thirdPerson:
/^(?<user>\w+?) rushes at (?<target>\w+?), slashing at \w+ (\d) times in a flurry of lethal motion\.$/,
profession: ["psion"],
Expand Down

0 comments on commit e2371bc

Please sign in to comment.