-
Notifications
You must be signed in to change notification settings - Fork 8
/
PossiblyBadIdeas.txt
39 lines (34 loc) · 2.29 KB
/
PossiblyBadIdeas.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
AntiAmbitField (grand spell): Vec, Number, Number →
takes a position, diameter, and duration
during that time the affected area will *always* be out of ambit
Phial Enchantments:
probably a new grand spell (or mass mindflay allows the Vec to be an entity)
`l` is the enchantment level in the equations
There could be some Phial enchantments, that would determine its level based on villager count. For ex
Greed → increases capacity, but media taken isn't linear, take 1 dust, it eats 1 dust, but take 1 charged, and it eats 1.5 charged
Optimal design → when you charge it, it gets slightly more media, could also be nonlinear
Hardwork → decreases media consumption from the phial, but the more media you put in it at once the less you get from one recharge cast
Ambient Extraction → the phial slightly recharges very slowly
Overcharge → you can overcharge your Phial, but media over the limit either gets recharged less efficiently or it slowly dissipates
Stretch → you can overcharge your phial, but it slightly increases the max media in the phial (everything else extra is discarded)
Mark: (Vec,number→) +mixin (to extend ambit in CastingContext)
it is basically a Greater sentinel, but, you can summon multiple
and only valid for a specific time
(cost increases the more you summon, and cost increases if summoned out of ambit))
you can destroy them to bring the cost back-down
UnMark: (Vec→)
removes a "mark" placed by mark (does not become inactive)
Mark's Refl. (→[Vec])
returns a list of the locations of all your active marks.
Mark's Refl. II (→[Vec])
returns a list of the locations of all your expired marks
Pointer Iota:
basically a Rc<Iota> so that you can borrow iotas
Casting Item actions: (can only be casted inside the casting item)
get remaing media (dust, or media remaing?)
read trinket contents (allows for funny reflection inside a trinket)
write trinket contents (again, funny reflection)
CraftTweaker setup
What I gotta do to CastingContext
https://github.com/CraftTweaker/CraftTweaker/blob/1.19/Common/src/main/java/com/blamejared/crafttweaker/natives/item/ExpandItem.java
https://github.com/CraftTweaker/CraftTweaker/blob/1.19/Common/src/main/java/com/blamejared/crafttweaker/api/ingredient/IIngredient.java