Skip to content

Instantly share code, notes, and snippets.

View deejay1's full-sized avatar

Łukasz Jernaś deejay1

View GitHub Profile
"battle_report": {
"match_type" : "pub_skirmish",
"corpA": {"name": "NPC corp A", "type": "attacker (or ambush, etc)", "mercenaries": [list of mercs fighting for corpA]},
"corpB": {"name": "NPC corp A", "type": "defender", "mercenaries": [list of mercs fighting for corpb]},
"fight_report": {
"timestamp": {
"from": [{
"player": "playerA",
"weapons": "Ass rifle", "Flux nade"
"dmg_dealt": 1200
using System;
using System.IO;
using Mono.Unix;
namespace test_perm
{
class MainClass
{
public static void Main (string[] args)
{
TextWriter writer = new StreamWriter("/tmp/fooish.txt");