Tabletop Simulator

Tabletop Simulator

93 ratings
Blood Rage [Scripted] [Complete]!
   
Award
Favorite
Favorited
Unfavorite
Game Category: Board Games, Strategy Games
Number of Players: 2, 3, 4
Assets: Scripting
Tags: 4+
File Size
Posted
Updated
411.154 KB
26 Dec, 2019 @ 9:23pm
7 Feb, 2021 @ 3:16pm
35 Change Notes ( view )

Subscribe to download
Blood Rage [Scripted] [Complete]!

Description
Come join the Blood Rage Discord if you're ever looking for a game: https://discord.gg/bx3AYvd

The only Blood Rage mod that has ALL expansions, including ALL Kickstarter exclusive monsters.

Scripted setup, draft, and dealing!! Enjoy Blood Rage to its fullest extent.

Includes:
-Mystics of Midgard Expansion
-Gods of Asgard Expansion
-5th Player Expansion
-All Kickstarter Exclusive content (includes the new monsters: Hildisvíni, Nídhöggr, & Ymir)

Click mystics to add them to the decks before clicking anything else if you want to play with mystics expansion. Then click 2, 3, 4, or 5 players to setup. Then click "Age 1 Draft" next to the deck to deal out 8 cards. Each player takes a card and puts it face down on their board, then flips over their "ready?" token to green check mark to declare they are ready. When everybody is ready click the "rotate hands (left)" to automatically move all the hands to the left (use right, if you want to move all the hands to the right). You can move a monster to your player area to have its color automatically changed without having to joint it to a piece. I've left the disks there in case people want to do it anyways.

Click the first player button on the token to determine first player.

"Battle Card" area to clearly see everybody's strength before playing cards.

There is a known bug with the "Draft X Age" buttons when playing with 5 players. Will be working on it in the future, in the mean time you can shuffle the deck and either have each player press "8" on the deck or simply click "deal to all seated players" 8x.


Big Thank You to:
NightBreez: https://steamhost.cn/steamcommunity_com/id/Breezybreez
Snggy: https://steamhost.cn/steamcommunity_com/profiles/76561198023019568

For helping with the majority of the script!

All assets and images belong to CMON Ltd. If you enjoy this mod, please support the designers and publishers: https://www.cmon.com/product/blood-rage/blood-rage

Original mod by: Triple, Lewster

38 Comments
sasimirobot 8 Oct, 2024 @ 5:22am 
same "https://paste.ee/r/uT67F won't load for me :/ It's a token indicating wich region will be destroyed by ragnarok."
Borek 1 Mar, 2024 @ 11:20am 
@ben When I edit it in the scripting menu, I get an Error "cannot commit save changes to a workship mod create your own save"
Borek 1 Mar, 2024 @ 11:11am 
Passing cards to the left is bugged
Lordgnu 4 May, 2021 @ 11:17pm 
We had problem with the card dealing. There was always 1 card that didnt rotate properly. We were 3 player when played.
Heavenly Touch 24 Apr, 2021 @ 4:45am 
https://paste.ee/r/uT67F won't load for me :/ It's a token indicating wich region will be destroyed by ragnarok.
Ben 7 Feb, 2021 @ 1:07pm 
The drafting bug started for me after an update. I fixed it by changing:

local moveToPlayer = playersCounterClockwise[moveToIndex]
for i,card in ipairs(player.getHandObjects()) do
hand = moveToPlayer.getPlayerHand()
card.setPosition({hand.pos_x, hand.pos_y, hand.pos_z})
card.setRotation({hand.rot_x, hand.rot_y + 180, hand.rot_z})
end

to:

local moveToPlayer = playersCounterClockwise[moveToIndex]
local hand = moveToPlayer.getPlayerHand()
local pos_x = hand.pos_x
local pos_y = hand.pos_y
local pos_z = hand.pos_z
local rot_x = hand.rot_x
local rot_y = hand.rot_y + 180
local rot_z = hand.rot_z
for i,card in ipairs(player.getHandObjects()) do
card.setPosition({pos_x, pos_y, pos_z})
card.setRotation({rot_x, rot_y, rot_z})
end
Randy Savage 2 Feb, 2021 @ 6:19pm 
Issue with Drafting, tried all sorts of things. Great Mod otherwise - thanks.
Space Ghost 31 Jan, 2021 @ 2:12pm 
Drafting is not working for me. Tried with and w/o expansions. Had 3 player setup and after first pass of cards, someone always ends up with an extra and another person is short
Daddy Wil  [author] 22 Jan, 2021 @ 3:37pm 
@Karamel Korn yea removing them manually before each game

@JP that would be good, another way to see is just like IRL, put them facedown and press "alt+shift" to see the facedown card
JP 22 Jan, 2021 @ 11:48am 
Amazing mod! I'd love to have 2 hands for cards though. one for storing the chosen ones and the other for the "pick one from" so I could see what I've already picked.