This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So for a villain in my dnd Iām trying to make a manipulation hatsu that controls any object through the commands written on a piece of paper stuck to it. You donāt need to know the details but I decided to make it so that a condition is the character needa to word the instructions essentially like a program. The villain has made a construct that he manipulates to find people below a certain wealth, take their souls, and deposit it to a phylactery. It repeats this each day. (Villain has a database that shows the wealth of a villager and the corresponding villager in a different column. I was hoping some programmers could give me some advice? Hereās what Iāve written so far: I mainly word it as SQL to work with how the machine interacts with the database itself and I think Iāve got it right-ish, but Iām not sure what to put/what language to use for the actual process of the machine moving up to villagers. (at the start of each day) SQL UPDATE villagers SET status = Soul_to_be_taken WHERE wealth < 1 gold
(Another language idk if sql would still work or not) (Construct goes up to 10 villagers, takes their souls, returns to where the phylactery is and deposits the souls. If it helps, it takes souls by having had an artificer infuse it with 10 charges of the ātrap the soulā into it. Ideally the program would have it activate it on the villagers. Also, it would hopefully find its way towards said villagers current location.)
(Runs once construct returns to phylactery) SQL DELETE FROM villagers WHERE status = soul_to_be_taken
Also let me know if the middle part would be too long and if Iād be better off just making up commands to make it shorter
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/HatsuVault/...