Skip to content

Instantly share code, notes, and snippets.

View ErraticFox's full-sized avatar
🏠
Working from home

ErraticFox ErraticFox

🏠
Working from home
View GitHub Profile
[MVCF] Mod Vanilla Genetics Expanded is enabling feature HediffVerbs
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MVCF.Base:CollectFeatureData ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()
[KCSG] Cannot add more symbolDef. Maximum amount reached.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
KCSG.Debug:Error (string,string)
KCSG.StartupActions:AddDef (KCSG.SymbolDef)
KCSG.StartupActions:CreateAllSymbolsForDef (Verse.ThingDef)
KCSG.StartupActions:CreateSymbolsFor (System.Collections.Generic.List`1<Verse.ThingDef>,System.Collections.Generic.List`1<Verse.PawnKindDef>,string)
KCSG.StartupActions:CreateSymbols ()
KCSG.StartupActions:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
This file has been truncated, but you can view the full file.
{"type":"champion","format":"standAloneComplex","version":"6.24.1","data":{"Aatrox":{"version":"6.24.1","id":"Aatrox","key":"266","name":"Aatrox","title":"the Darkin Blade","blurb":"Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...","info":{"attack":8,"defense":4,"magic":3,"difficulty":4},"image":{"full":"Aatrox.png","sprite":"champion0.png","group":"champion","x":0,"y":0,"w":48,"h":48},"tags":["Fighter","Tank"],"partype":"BloodWell","stats":{"hp":537.8,"hpperlevel":85.0,"mp":105.6,"mpperlevel":45.0,"movespeed":345.0,"armor":24.384,"armorperlevel":3.8,"spellblock":32.1,"spellblockperlevel":1.25,"attackrange":150.0,"hpregen":6.59,"hpregenperlevel":0.5,"mpregen":0.0,"mpregenperlevel":0.0,"crit":0.0,"critperlevel":0.0,"attackdamage":60.376,"attackdamageperlevel":3.2,"attackspeedoffset":-0.04,"attackspeedperlevel":3.0}
{
"data": {
"Jax": {
"id": 24,
"key": "Jax",
"name": "Jax",
"title": "Grandmaster at Arms",
"image": {
"full": "Jax.png",
"sprite": "champion1.png",
add: {
description: 'Add a vote.',
exec: (client, msg, args) => {
const Discord = args.Discord;
const utils = args.utils;
const Fuse = args.Fuse;
if (utils.userVotes(msg, args.poll).length >= 3) {
utils.message(msg, 'error', 'You\'ve used all of your votes! `vote remove` to remove them.');