Azanor / thaumcraft-suggestions

This area is specifically to post any suggestions or balance issues. The main area should be kept for bug reports only.
30 stars 12 forks source link

Suggestion: Modders #239

Open Azanor opened 6 years ago

Azanor commented 6 years ago

From @CTH999 on April 4, 2018 21:50

Moders are very special. They include 3 parts.

The first part is the "Action" This is an if, or any other statement.

The next part is the "Query" This includes the Not's, the Or's, The And's, and the items.

The final part is the Items (Technically part of the "Query" . These are thinks like "Name=" Where you put the name of the mob. Or, IS Flamable, or Block Name=, and other things like that.

How I think it would work is you would put it down as usual, but then put at the Side the Things in The "Query" Section, and then if it's true, it goes left, if false, it goes right (IF) Then, other logic pieces (Will be put bellow) Will work similarly. This would allow you to Break wood, stone, and diamond bloks, but ignore cobblestone, for some strange reason.

A Part of Here, but so different, and new, it has it's own "Issue"

However, It's just a suggestion. Since it's your mod, it's your choice!

Copied from original issue: Azanor/thaumcraft-beta#442

Azanor commented 6 years ago

From @CTH999 on April 4, 2018 21:51

Could work with This

Azanor commented 6 years ago

From @CTH999 on April 4, 2018 22:41

Another Action could be wait. It could wait "Querr" (Value) Amount of time before doing the next piece. There could also be adding and subtraction, multiplication and division, and also, these could be done at an if.

A third action could be "Randbetween" It would create a random value, and use that. But, a value between Query "X" And Query "Y"

Also, it could be input into Other things, allowing the (IE Duration) To be randomized.

Azanor commented 6 years ago

From @CTH999 on April 11, 2018 16:3

Thanks!