Craft Psychic Construct (3.5e Feat)

This material is published under the OGL

Craft Psychic Construct [Psychic]

3e Summary::You can create and empower psychic constructs.
Prerequisite: Psychic Ability and one psychic talent feat
Benefit: You can create psychic constructs (page 211).



Back to Main Page 3.5e Homebrew Rules Psychic Powers Psychic Feats Feat Descriptions

Open Game Content (place problems on the discussion page).
This is Open Game Content from Advanced Player's Manual. It is covered by the Open Game License v1.0a, rather than the GNU Free Documentation License 1.3. To distinguish it, these items will have this notice. If you see any page that contains OGC from Advanced Player's Manual material and does not show this license statement, please contact an admin so that this license statement can be added. It is our intent to work within this license in good faith.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?
gollark: <@!309787486278909952> Have you problemized the problemoid yet?
gollark: Troubling. The eye disablement beams failed?
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.