I'm trying to make a mod that adds in psi veneration to Ideology and I'm trying to get it to recognize whether or not a pawn has a psilink. How do I do this?
post whatever you did so far, xml, code, anything.
Here's everything I've done so far
https://drive.google.com/drive/folders/1VpTKyUsqSt1BCWxKIyFAV1zT4tq56REg?usp=sharing
Just search decompiled sources for 'psylink'? Those methods in PawnUtility look like what you need.
using System;
namespace Psionic
{
public class Class1
{
}
}
well, start from reading (__ENTIRE__) modding wiki
https://rimworldwiki.com/wiki/Modding_Tutorials
modding is not something you can do in 5 minutes, you will need multiple hours to achieve "hello world" mod with your current skill level.