adds a 2-point power to make Phantasmal Tool into a Presti-like cantrip#1142
adds a 2-point power to make Phantasmal Tool into a Presti-like cantrip#1142NewyearnewmeUwu wants to merge 13 commits into
Conversation
| @@ -0,0 +1,19 @@ | |||
| /datum/power/thaumaturge/phantasmal_mastery | |||
| name = "Phantasmal Mastery" | |||
| desc = "Your experience with the Phantasmal Tool spell allows you to make use of it as a cantrip." | |||
There was a problem hiding this comment.
Cantrip's the D&D term; more simply stating that it "does not use charges" is better for users.
Not everyone plays tabletop games (sadly).
| /datum/power/thaumaturge/phantasmal_mastery | ||
| name = "Phantasmal Mastery" | ||
| desc = "Your experience with the Phantasmal Tool spell allows you to make use of it as a cantrip." | ||
| value = 2 |
There was a problem hiding this comment.
I'd personally bump this as augmented tool-arm is by comparison 9.
It doesn't have to match, as tool-arm offers combat utility + better use speed, and phantasmal tools deal no damage + shatter, but this does free up 10 spell prep points ((3+2)*2) on top of basically a permanent toolbelt.
If you want my input I'd personally rate it at 4 value if its naked like this, or 3 if you can tie another prerequisite to it. Probably want to buff affinity requirement to 3 so that you can still pull out tools but you still have to clearly be a wizard to do it rather than now where you have infinite tools because you are wearing a bedsheet/cape.
| @@ -0,0 +1,19 @@ | |||
| /datum/power/thaumaturge/phantasmal_mastery | |||
| name = "Phantasmal Mastery" | |||
There was a problem hiding this comment.
I'd put Phantasmal Tool Mastery (or anything that implies the tool part) as the name, as Tool is the subject of Phantasmal Tool and Phantasmal is the adjective.
…ge/phantasmal_mastery.dm Co-authored-by: TheOneAndOnlyCreeperJoe <TheOneAndOnlyCreeperJoe@users.noreply.github.com> Signed-off-by: NewyearnewmeUwu <70115628+NewyearnewmeUwu@users.noreply.github.com>
| name = "Phantasmal Mastery" | ||
| desc = "Your experience with the Phantasmal Tool spell allows you to make use of it as a cantrip." | ||
| value = 2 | ||
| name = "Phantasmal Tool TMastery" |
| /datum/power/thaumaturge/phantasmal_mastery | ||
| name = "Phantasmal Tool Mastery" | ||
| desc = "Your experience with the Phantasmal Tool spell allows its use without needing charges, though it now requires more Affinity to cast." | ||
| desc = "Your experience with the Phantasmal Tool spell allows its use without needing charges, though it now requires 3 Affinity to cast." |
There was a problem hiding this comment.
super duper last nitpick, when we talk about Affinity values we put it behind Affinity.
| desc = "Your experience with the Phantasmal Tool spell allows its use without needing charges, though it now requires 3 Affinity to cast." | |
| desc = "Your experience with the Phantasmal Tool spell allows its use without needing charges, though it now requires Affinity 3 to cast." |
| /datum/power/thaumaturge/phantasmal_mastery | ||
| name = "Phantasmal Tool Mastery" | ||
| desc = "Your experience with the Phantasmal Tool spell allows it to be used without needing charges, though it now requires Affinity 3 to cast." | ||
| desc = "Your experience with the Phantasmal Tool spell allows it to be cast without needing charges, though it now requires Affinity in order 3 to cast." |
There was a problem hiding this comment.
You misplaced the 3 aaaaaaa-
| desc = "Your experience with the Phantasmal Tool spell allows it to be cast without needing charges, though it now requires Affinity in order 3 to cast." | |
| desc = "Your experience with the Phantasmal Tool spell allows it to be cast without needing charges, though it now requires Affinity 3 to cast." |
About The Pull Request
made by request.. you take this and it costs 2 points and requires PT and it makes it not require preparation
Why It's Good For The Game
someone wanted it!
Testing Evidence
tested, it should work
Changelog
🆑NewyearnewmeUwu
add: Added Phantasmal Tool Mastery, a 3-point power to make Phantasmal Tool not require preparation in exchange for needing Affinity 3.
/:cl: