I am a pretty new modder, i have started working on my first serious mod/mod-addon recently, after finishing most parts i ran into an issue, an event is not working correctly, i tried everything, it still wont work, any help would be appreciated.
Code:
##Beleth's ability
character_event = {
id = DemonAbils.2
desc = DemonAbilsdesc.2
is_triggered_only = yes
option = {
name = DemonAbilsopt.2
custom_tooltip = {
text = DemonAbilsBelethTT
any_artifact_owner = {
save_event_target_as = artiowner
random_artifact = {
limit = {
quality <= 3
}
transfer_artifact = {
from = event_target:artiowner to = ROOT
}
}
}
}
}
}
##No random artifact gets "stolen"