matt.chugg
Moderator
I was just looking at api.php?what=status mostly out of curiosity, and noticed 2 new fields,
and
Possibly the intrinsics one isn't new, and when veracity added the sample to ApiRequest.java she had no intrinsic effects, but possibly its new after the change from item granted effects "is not a thing" anymore, either way I figured i'd just put them here in case they are useful anywhere.
Code:
"familiar_wellfed": 0,
and
Code:
"intrinsics": {
"c3b40896d1596565f2f489b2774dd6ec": ["Kung Fu Fighting", "kungfu", "c3b40896d1596565f2f489b2774dd6ec"]
},
Possibly the intrinsics one isn't new, and when veracity added the sample to ApiRequest.java she had no intrinsic effects, but possibly its new after the change from item granted effects "is not a thing" anymore, either way I figured i'd just put them here in case they are useful anywhere.