Clipboard.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
I find something strangely enjoyable about these threads. I don't know why!

- me commenting about the numerical threads, such as "Up to 9000" and "Moderators make you lose count". I don't remember copying it for it to be in my clipboard though, weird...
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
This stat is used to check if an physical attack did damage, and how much. This stat is rolled by the attacker.

working on making statsheets more modular, and filling in the roles a stat can have so my program still knows that a stat called "hack" should be used for abilities just like a stat called "magical skill". This is basically the default description for stats as I only need to change 2 words or so for most other stats. When my application comes with the ability to make custom sheets one should be able to override this description.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
upload_2016-7-27_21-54-49.png


apparently shutter automatically puts screenshots in my clipboard. Didn't know that.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
PHP:
public function getStatsFromChar($charId){
     return   $this->db->select("modifiers.value, statsInSheet.name")
         ->from("modifiers")
         ->join("statsInSheet","statsInSheet.id=modifiers.statId")
         ->where("modifiers.isBase",1)
         ->where("modifiers.charId",$charId)
         ->get()
         ->result_array();
   }
Had to cut this function to another file, I have no idea why I didn't wrote it in that file earlier.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
40ad8d7ac8da68994ebc15611bf470d33957dcf3

Looks like a hash of something. No idea what.

Waiiiit, that's probably the sha of the latest commit to Lens's git repository that my computer knows about.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
My thoughts:
  • This game wants more people than it had. Liliana wants the game to go long so she can raise a horde, having only one vampire is kind of boring as (if they know they're alone) they can drink two quarts of blood each night without fear of accidentally killing anyone, etc.
  • I probably should've notified Pyure that he'd lost his extra life on N1. Didn't end up mattering, but eeh.
  • I think the game was balanced fairly well this time around- not as badly townsided as the last run. Sure, the town won by a pretty wide margin, but then again, they hit one of the two extra-life roles on night 1 and didn't submit any actions at all on night 2 and the seer and medium found each other pretty early on. Also, the solo vampire blew himself up on night 1 as well... had the random events played out differently, the non-town roles would have done much better. In addition, had there been more people, the most powerful roles (Liliana, Thalia, seer, medium, etc.) would have made up a smaller fraction of the players, and so the events involving them would have not been as likely to happen.
  • In the dead convo:
  • I'm gonna die of laughter if Pyure turns wolf or neutral... Maybe even zombie
  • I like how Liliana actively reanimating peeps interacted with the dead peeps being able to do stuff. She could only reanimate Humans, removing them from the dead convo in the process and thereby giving the wolves and vampires a larger share of the votes. Once again, I feel like more players would improve this interaction- in a game with three or more wolves, there could be two dead wolves and only one villager in the dead convo, so the wolves would actually have the majority vote there.
  • I'd have liked it if the vampires and the Havengul Runebinder had lasted a bit longer. I was curious to see how well my updates to those would have worked.



That is the entirety of a post I posted after the end of my last Werewolf game. I like to copy posts to my clipboard so they don't get lost of the forum derps while posting them.
 

Someone Else 37

Forum Addict
Feb 10, 2013
1,876
1,440
168
Is there a way to filter items by specific nbt strings? I'm trying to set up a system where I can filter out the DNA sequences I need from the genetics analyser
Several item sorting systems can match NBT.

I sometimes copy posts to my clipboard while I'm writing them so that if forum software derps and deletes my post, I still have it.