This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 () |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"data":{"Jax":{"id":24,"key":"Jax","name":"Jax","title":"Grandmaster at Arms","image":{"full":"Jax.png","sprite":"champion1.png","group":"champion","x":144,"y":48,"w":48,"h":48},"skins":[{"id":24000,"name":"default","num":0},{"id":24001,"name":"The Mighty Jax","num":1},{"id":24002,"name":"Vandal Jax","num":2},{"id":24003,"name":"Angler Jax","num":3},{"id":24004,"name":"PAX Jax","num":4},{"id":24005,"name":"Jaximus","num":5},{"id":24006,"name":"Temple Jax","num":6},{"id":24007,"name":"Nemesis Jax","num":7},{"id":24008,"name":"SKT T1 Jax","num":8},{"id":24012,"name":"Warden Jax","num":12},{"id":24013,"name":"God Staff Jax","num":13}],"lore":"Unmatched in both his skill with unique armaments and his biting sarcasm, Jax is the last known weapons master of Icathia. After his homeland was laid low by its own hubris in unleashing the Void, Jax and his kind vowed to protect what little remained. As magic now rises in the world, this slumbering threat stirs once more, and Jax roams Valoran, wielding the last light of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"Jax": { | |
"id": 24, | |
"key": "Jax", | |
"name": "Jax", | |
"title": "Grandmaster at Arms", | |
"image": { | |
"full": "Jax.png", | |
"sprite": "champion1.png", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.'); |