Skip to content

Commit

Permalink
ticket288 (#307)
Browse files Browse the repository at this point in the history
closes #288 
* atma:bugfix:Fixed duplicate construct on dismantle

* atma:bugfix:Fix Tunder arcane focus

* atma:bugfix:Fixed steel gorget
  • Loading branch information
atmafox authored Jan 11, 2020
1 parent fe655f7 commit 973ea0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/revised/csv-input/accessories.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Leather Gorget,18,1400,\tfxsos{Strengthen: Magic}
Princess Ring,18,1600,"\tfxsos{Shell}
\tfxsos{Protect}"
Star Bangle,18,1800,\tfxsos{Regen}
Steel Gorget,18,1400,\tfxsos{Strengthen: Pyhsical}
Steel Gorget,18,1400,\tfxsos{Strengthen: Physical}
Bead Brooch,25,3250,"\tfximmunity{Blind}
\tfximmunity{Mute}"
Black Belt,25,1600,\tfximmunity{Disable}
Expand Down
2 changes: 1 addition & 1 deletion core/revised/csv-input/weapons.csv
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Cedar Staff,10,413,4 x,
"Aqua Staff ",10,599,4 x,"\tfxsweave{Water}
\tfxedamage{Water}"
Mythril Staff,19,1091,6 x,
"Thunder Staff ",19,1421,6 x,\tfxdfocus{Tunder}{Thundara}
"Thunder Staff ",19,1421,6 x,\tfxdfocus{Thunder}{Thundara}
"Storm Staff ",19,1390,6 x,\tfxdfocus{Aero}{Aera}
Gold Staff,28,1890,9 x,
"Rock Staff ",28,2629,9 x,\tfxdfocus{Magnitude}{Quake}
Expand Down
2 changes: 1 addition & 1 deletion core/revised/generated/acc-accessories.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\tabaccrow[name={Leather Gorget},mlevel={18},cost={1400},effect={\tfxsos{Strengthen: Magic}}]
\tabaccrow[name={Princess Ring},mlevel={18},cost={1600},effect={\tfxsos{Shell}\newline{}\tfxsos{Protect}}]
\tabaccrow[name={Star Bangle},mlevel={18},cost={1800},effect={\tfxsos{Regen}}]
\tabaccrow[name={Steel Gorget},mlevel={18},cost={1400},effect={\tfxsos{Strengthen: Pyhsical}}]
\tabaccrow[name={Steel Gorget},mlevel={18},cost={1400},effect={\tfxsos{Strengthen: Physical}}]
\tabaccrow[name={Bead Brooch},mlevel={25},cost={3250},effect={\tfximmunity{Blind}\newline{}\tfximmunity{Mute}}]
\tabaccrow[name={Black Belt},mlevel={25},cost={1600},effect={\tfximmunity{Disable}}]
\tabaccrow[name={Bowline Sash},mlevel={25},cost={2000},effect={\tfximmunity{Confuse}}]
Expand Down
2 changes: 1 addition & 1 deletion core/revised/generated/wpn-staves.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\tabwpnrow[name={Shadow Staff},mlevel={10},cost={623},damage={4 x},effect={\tfxsweave{Dark}\newline{}\tfxedamage{Shadow}}]
\tabwpnrow[name={Aqua Staff},mlevel={10},cost={599},damage={4 x},effect={\tfxsweave{Water}\newline{}\tfxedamage{Water}}]
\tabwpnrow[name={Mythril Staff},mlevel={19},cost={1091},damage={6 x},effect={}]
\tabwpnrow[name={Thunder Staff},mlevel={19},cost={1421},damage={6 x},effect={\tfxdfocus{Tunder}{Thundara}}]
\tabwpnrow[name={Thunder Staff},mlevel={19},cost={1421},damage={6 x},effect={\tfxdfocus{Thunder}{Thundara}}]
\tabwpnrow[name={Storm Staff},mlevel={19},cost={1390},damage={6 x},effect={\tfxdfocus{Aero}{Aera}}]
\tabwpnrow[name={Gold Staff},mlevel={28},cost={1890},damage={9 x},effect={}]
\tabwpnrow[name={Rock Staff},mlevel={28},cost={2629},damage={9 x},effect={\tfxdfocus{Magnitude}{Quake}}]
Expand Down
2 changes: 1 addition & 1 deletion core/revised/rogue.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
\crystal{water}{12pt} & %
\tspec{Arcane Trickster}: Requires Water level 10. Increase your MP bonus multiplier by 1 at all levels. In addition, you gain one of the following Spell groups: \tspellgroup{Transform}, \tspellgroup{Poison}, \tspellgroup{Images}, \tspellgroup{Teleport}, \tspellgroup{Weaken}, or \tspellgroup{Slow}. \\
\crystal{fire}{12pt} & %
\tspec{Dismantle}: Requires Fire level 10. You gain the Quick magic action \taction{Dismantle}. You use your mastery over machines and technology to disarm threats. Perform a Fire vs Earth attack, difficulty 70, against a target. If the target is a \tmtypeconstr{Construct} (such as a golem, machine, or robot), it is instantly reduced to 0 HP\@. Treat this effect as a \tstatus{Fatal} type status. \\
\tspec{Dismantle}: Requires Fire level 10. You gain the Quick magic action \taction{Dismantle}. You use your mastery over machines and technology to disarm threats. Perform a Fire vs Earth attack, difficulty 70, against a target. If the target is a \tmtypeconstr{} (such as a golem, machine, or robot), it is instantly reduced to 0 HP\@. Treat this effect as a \tstatus{Fatal} type status. \\
\crystal{air}{12pt} & %
\tspec{Gambler}: Requires Air level 10. You gain the Ranged Quick action \taction{Moogle Reels}. Do 3 Water vs Fire (the greater between opponents’) attacks, difficulty 40. If all fail, you suffer the \tstatus{Confuse} status until the end of the next round. If successful in just one, perform the \taction{Attack} action against a random opponent. If successful in exactly two, you deal magical damage of a random element in all opponents equal to 10 x Water level. If successful in all three, you inflict the \tstatus{Confuse}, \tstatus{Slow}, and \tstatus{Poison} statuses on all opponents until the end of the next round. \\
\tabjobsep%
Expand Down

0 comments on commit 973ea0b

Please sign in to comment.