Tabletop Simulator

Tabletop Simulator

Nemesis Retaliation (Script assisted)
408개 중 111~120개 표시 중
< 1 ... 10  11  12  13  14 ... 41 >
업데이트: 2025년 7월 28일 오후 2시 13분
작성자: STUVash

-Removed Mission Task Retrieval.

-Placed back the prototype Primeblood attack cards since their effects and numbers are the same as final version.

-Added more ammo items.

-Added one heavy medkit and removed one medpack.

-Changed the Primeblood Queen Health deck.

-Changed some Neoflesh attack cards.

-Changed Neoflesh Queen Health cards.

-Changed starting weapon picture for Soldier and Survivor.

-Changed Wheelchair picture.

-Changed Soldier's Gun tags.

-Disabled Xyrian Exploration replacing Xyrian Tracers with Xyrians.

-Changed Xyrian Event Queen Tracking picture.

-Changed the script so that Xyrian Event Queen Tracking only moves xyrians once (that is because we were recycling the Xyrian Activation hunting the Queen but that one makes them move twice).

-Exploration robot now won't resolve entrance effect.

업데이트: 2025년 7월 27일 오전 10시 16분
작성자: STUVash

-Events adding Noise tokens will now check if a corridor is reinforced or not.

업데이트: 2025년 7월 27일 오전 8시 37분
작성자: STUVash

-Removed 'action' GMNotes on soloCoop Missions oops.

-Removed 'shadowDiscard' GMNotes on ShadowBag, it gets added to it when adding shadow cards into any container that is not the ShadowBag.... But since we don't have its reference before a game starts, the script cannot recognize the shadowBag as the shadowBag.... Since I shouldn't touch these cards anymore I'll leave it at that. It should be fine.

-Shoot and Burst functions being triggered while not hovering an enemy will clear the previous hovered enemy variable after feeding the reference. This should make the weapon buttons available at the same time for all weapons.

-Fixed Gatling gun not resetting its tags if there were no targets left in the corridors.

업데이트: 2025년 7월 27일 오전 6시 02분
작성자: STUVash

-Because of Xyrian Combat Armor and some Intruder Attack cards forcing intruders to go back in their pools, the script needs to check if the intruder references are still valid during event Sequence; if one intruder reference is lost because it got back in the pool and we don't check for that beforehand the script would fail (as it did in this test I got)

업데이트: 2025년 7월 27일 오전 5시 48분
작성자: STUVash

-Reduced Raycast size to detect Queen's Rooms and Corridors and we first check for Corridors. This is to workaround the huge hibernatorium hidden room size that overlaps with Corridors. So what was happening was if the Queen was on an Hibernatorium Corridor, script would first say the Queen is in the hibernatorium Room, which would make her activation just move to the same Corridor she was already on; effectively cancelling the Queen Activation.

업데이트: 2025년 7월 27일 오전 4시 06분
작성자: STUVash

As reported by Tomo:
-Fixed Sangrevores references being changed before we were done checking the Sangrevores tags (now this change is delayed for 2 seconds), as a result the Infection Deck was being sent into the trashBag instead of the Contamination deck.

업데이트: 2025년 7월 25일 오후 3시 19분
작성자: STUVash

-Added the last Infection card.
-Changed The Horror Arrives event card picture (Thanks to Darkness for providing the picture)

업데이트: 2025년 7월 25일 오후 1시 54분
작성자: STUVash

-I didn't want to add a button or a shortcut just to send infection to the bottom of the infection deck...So instead the script will send the infection to the bottom of the infection deck if it is placed further away from the infection deck.

-Since it's not intuitive for anyone that didn't read that, I made a sign near the infection deck.

업데이트: 2025년 7월 25일 오후 1시 34분
작성자: STUVash

업데이트: 2025년 7월 25일 오후 1시 24분
작성자: STUVash

-Script will avoid adding actionDiscard GMNotes to the container if the container has a Name. This should avoid Infection deck from being reshuffled upon returning an Infection card. Game simply says to return them to the deck... We can assume it would be the bottom of the deck instead of the top part and we can assume it's not shuffled...

I kinda hate having to take the deck and do it manually ...Hmmm...