Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken sacred slider, sacred balance pass #1189

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<classpathentry excluding="src/|data/descriptions/|mods/|data/|doc/|graphics/|nationgen_lib/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
</classpath>
101 changes: 99 additions & 2 deletions data/descriptions/filter_descriptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,24 @@
#extendeddescription "and %pronoun_pos% infernal heritage gives %pronoun_obj% great power"
#end

#new
#name "dragonblood desc"
#set "lineage"
#prev "lineage desc"
#synonym "the dragons of old"
#synonym "fire-breathing dragons"
#extendeddescription "and can annihilate enemies with %pronoun_pos% fiery breath"
#end

#new
#name "serpentblood desc"
#set "lineage"
#prev "lineage desc"
#synonym "an ancient reptilian race"
#synonym "a race of venomous lizards"
#extendeddescription "and %pronoun% retain %pronoun_pos% deadly fangs"
#end

#new
#name "pooramphibian desc"
#set "lineage"
Expand All @@ -353,6 +371,16 @@
#extendeddescription "and %pronoun% can move and breathe underwater as well as in air"
#end

#new
#name "psychic desc"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#synonym "strange psychic powers"
#synonym "powerful mental abilities"
#extendeddescription "and can paralyze enemies through sheer mental force"
#end

#new
#name "levy desc"
#description "Levy"
Expand Down Expand Up @@ -835,6 +863,17 @@
#extendeddescription "and in the light of the sun few would dare strike %pronoun_obj%"
#end

#new
#name "halt heretic desc"
#synonym "an aura of sacred authority"
#synonym "an unfaltering aura of faith"
#synonym "the power to crush false believers"
#extendeddescription "and those who serve foreign gods may not strike %pronoun_obj%"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#end

#new
#name "fear desc"
#synonym "terrifying"
Expand Down Expand Up @@ -866,6 +905,16 @@
#extendeddescription "and those that attempt to strike %pronoun_obj% will be burned by the flames"
#end

#new
#name "vineshield desc"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#synonym "the protection of living plants"
#synonym "a cloak of writhing ivy"
#extendeddescription "and can entangle attackers with growing vines"
#end

#new
#name "poisonarmor desc"
#synonym "venomous thorns"
Expand All @@ -876,6 +925,16 @@
#extendeddescription "and those that attempt to strike %pronoun_obj% risk poisoning %pronoun_obj%selves"
#end

#new
#name "bloodvengeance desc"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#synonym "an unutterable curse of vengeance"
#synonym "a pact of blood vengeance"
#extendeddescription "and in return for ritual mutilation %pronoun% share %pronoun_pos% pain with %pronoun_pos% attackers"
#end

#new
#name "airshield desc"
#set "wondrous"
Expand Down Expand Up @@ -988,13 +1047,32 @@
#name "chargedbody desc"
#description "has charged body"
#synonym "a protective electric field"
#synonym "an electrically charge"
#synonym "an electrical charge"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#extendeddescription "and will unleash a blast of lightning when struck"
#end

#new
#name "falconer desc"
#set "skill"
#prev "skill desc"
#synonym "falconry"
#synonym "training birds of prey"
#extendeddescription "and %pronoun% carry trained falcons"
#end


#new
#name "militia desc"
#synonym "a personal spearbearer"
#synonym "the power to levy peasants"
#set "retinue"
#prev "retinue desc"
#next "retinue end"
#end

#new
#name "shikigami desc"
#description "has a shikigami familiar"
Expand Down Expand Up @@ -1560,7 +1638,7 @@
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#extendeddescription "and %pronoun% grow stronger in stormy weather"
#extendeddescription "and %pronoun% grow stronger in the absence of light"
#end

#new
Expand All @@ -1582,6 +1660,25 @@
#synonym "the strength of giants"
#end

#new
#name "extra speed desc"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#synonym "lightning speed"
#synonym "supernatural quickness"
#end

#new
#name "larger desc"
#set "wondrous"
#prev "wondrous desc"
#bridge "wondrous bridge"
#synonym "enormous size"
#synonym "prodigious size and strength"
#synonym "great stature"
#end

#new
#name "springpower desc"
#synonym "a connection to the spring"
Expand Down
Loading