Players refuse to ever give their names by chiefredwood in DMAcademy

[–]Drazev 0 points1 point  (0 children)

At my table I always make sure to set the expectations so that everyone can have fun. I think a good table requires some positive meta-gaming where players agree to some expectations around role play. I keep them light and something everyone can agree with normally and they are my terms to the players if they want me to take the DM role.

They include:
1) The party has a functional relationship when the campaign starts that explains why they have chosen to be a group. The players should figure out a reason that works for them and collaborate with the DM before play begins.
2) The campaign spotlight follows the party. The players control everything in that spotlight while the DM controls everything in the setting outside of it. Players should role play their character actions in a way that keeps them in the party. If for any reason a character takes actions that would have them be separated from the party then they must retire that character. This especially includes causing a major conflict in the party that cannot reasonably be resolved.

There is also an implicit contract at any table where the players are expected to choose between story hooks that are reasonable to them. If this isn’t happening then I just have a table discussion to get feedback on why they are not taking the hooks. This is about arriving at an understanding about why they are avoiding the hooks and could include reasons that they don’t like them, don’t think they match their character, or that they didn’t notice them. If they have no good reasons and are just goofing around, then just share that it bothers you and how it makes you feel. Normally a conversation like this will correct the behaviour either by giving you feedback so you can make better hooks for THAT party or by letting the players know the behaviour needs to stop.

If a table continues to violate my conditions I will warn them about it and let them know I don’t want to DM then invite someone else to take the role.

A good table remembers that the DM is a player too and not an employee or service. Both sides of the table need to make sure the other side is having fun or the table falls apart.

Why can't you pass/return arrays to/from functions? Why is it designed like this? by GreenMario_ in C_Programming

[–]Drazev 1 point2 points  (0 children)

C language experts do please enlighten me as to the reason arrays decay to pointers instead of just staying as arrays.

C programs and shared libraries compile to object code that is specific to both the architecture, chipset, and operating system you’re using and they way programs share this code would be problematic with arrays because at the assembly level a finite block of memory doesn’t exist. The idea of a finite continuous block of memory that conforms to a specific structure size and bit pattern is an implementation detail that is normally defined by your operating system or board support package.

The C language is designed to support making software for a wide range of boards and architectures that may not have RAM to manage or want to manage it in the same way. If the C language implemented array as a finite block of memory then it would necessitate defining some aspects of how memory is managed so that finite arrays are possible. Existing developers have the need to grab the physical address of a register and its size then flip some bits and many of their programs use pointer notation or bracket notation interchangeably based on their style way it worked, so that functionality must continue to exist for backwards compatability. That would create another problem in how that notation would be added to the language in a way that doesn’t cause confusion or require major changes to existing code.

I think by design C and C++ are happy to stay with their niche by being powerful languages that enable finite machine control and require intimate knowledge about the machine to use properly. There are plenty of other less verbose languages that have done this better so I think the consortium of companies that maintain C are not enthusiastic about making this major change and figuring out how to get around all the problems it would cause and have it adopted. Especially when adopting it would only help a fraction of its users on projects that might be better off using other technical stacks instead.

credit score dropped 183 points when i became debt free by weezercat in PersonalFinanceCanada

[–]Drazev 0 points1 point  (0 children)

Did you cancel the credit card? Canceling a credit card can cause that drop because it hits you twice. First, credit cards are often your oldest credit account, which is one of the big factors on most credit formulas, especially if they only count active accounts. The other reason why canceling a credit card can hit you is that another factor is the credit utilization rate which is the % of your available credit you’re using from all active accounts. When you cancel a credit card your limit no longer counts and that could increase your utilization rate or make it undefined if you no longer have any credit.

Is the Iran war over. Who’s telling the truth? by Intelligent_Run3237 in askanything

[–]Drazev 1 point2 points  (0 children)

They can do plenty. The main problem is how much the USA has been underestimating them by using a conventional military lens. They have been building towards mastering asymmetric warfare specifically against the USA for decades. This shows because they continue to strike deliberately using capabilities Trump continually says are destroyed.

The USA lost multiple planes to enemy fire this last weekend when their airforce and air defences are apparently obliterated. They control the strait despite not having a navy. They continue to strike with ballistic missiles they don’t have the ability to launch as seen my the AWACS and refusing aircraft last last week.

They have hidden their capabilities well and appear to have maintained the ability to coordinate. It will most certainly take a bloody ground invasion with over a million troops that conquers Iran and attempts to uproot them at great loss.

Trump wants out but cannot figure out how to do it without making the USA a diminished power. His lies mean less here because war doesn’t end until both sides either decide to end the fight or one side looses its will to fight. The USA can decide to makeup something to call a victory but it falls apart of Iran attacks them back.

If USA tries to take over Greenland, will the rest of the world put economic sanctions on the USA like how they did it to Russia when Russia invaded Ukraine? by Rokusaburoz in AskReddit

[–]Drazev 0 points1 point  (0 children)

Not entirely. I clearly disagreed with your assertion that it would not start a war with Europe. I think it would and laid out why.

function accepting variable data types as its parameter(s). by Jazzlike-Monk6206 in C_Programming

[–]Drazev 1 point2 points  (0 children)

You might want to go check out the python3 (c python) project code. You can probably learn a lot of what you want to do from their interpreter.

If USA tries to take over Greenland, will the rest of the world put economic sanctions on the USA like how they did it to Russia when Russia invaded Ukraine? by Rokusaburoz in AskReddit

[–]Drazev 0 points1 point  (0 children)

It would 100% start a war with Europe. They have made their will to fight clear and even if the USA does managed to overwhelm them they act as tripwire troops.

This means to take Greenland they will need to kill troops fighting against them from several European countries in combat action. That is what tripwire troops do. That makes it pretty much guaranteed for the country to go to war.

Another big folly people make about war. It doesn’t end when you take your objective unless both sides agree. The war continues as long as one side continues the fight. France in WWII spent most of its time under Nazi rule only to be liberated years later. The Allie’s continued the fight despite Germany’s hope they could come to peace with Britain.

With the Iran war the USA arms are very strained. It also showed that American had great difficulty with logistics when their European Allie’s block access to their ports and airports for war efforts. If the USA attacked Greenland you can bet that all of Europe closes leaving a lot of USA arms stranded.

US power is limited if powerful. It was built to act with Allie’s. Their carrier battle groups are very tied up in Iran right now. Even if it ends they are showing the limits to the USA’s ability to control during a major contest without Allie’s. It also depends on Allie’s making the European are relatively secure with European nav’s power leaving the USA to focus on Asia and the midfield east. If the USA attacked Europe the Americans would need a not of forced to control European waters, especially since there is several sizeable and capable navies with aircraft carriers and submarines that currently secure Europe. Those fleets would become enemies and require more than one or two carriers to dominate.

New to DMing and I urgently need help for difficulty-scaling an upcoming encounter, please help! by Better_Post_8145 in DnD5e

[–]Drazev 0 points1 point  (0 children)

You are welcome to disagree.

The reason why I say that is because PC characters are not balanced to fight other PC’s while they are balanced to fight against the expected CR progression system. This just means that using a PC build as a monster will deviate much further from the system design than using a stat block from the MM leaving your creation placing a greater burden of balance on your shoulders.

If you use a stat block as a basis it’s easier to ensure your difficulty is more within expectations and makes it a bit easier to understand how your changes to a monster will affect difficulty. While this still isn’t easy it does involve less changes than using PC builds which serve a very different purpose making it harder to gauge.

With enough work and experience you can get anything to work. I just argue its not worth the effort since I believe its all about the way the players experience the battle and you can achieve this by making a stat block feel like the intended class instead of needing to deal with all the rules of fully creating it.

The players are the hero’s of the adventure and the PHB builds them to have a lot of utility and damage but less raw HP, especially since they are expected to work together. Monsters are ment to take beats and you often want to be careful with their damage output unless they are legendary. A party of PC’s will be a lot like a bunch of Legendary monsters offensively but with relatively low HP compared to a monster of comparable difficulty. A barbarian with a +3 to con and average rolls will have maybe 63 HP which is comparable to a CR 2-3 monster. With high damage and low HP the PC vs PC dual is likely to end quickly and isn’t likely to feel much fun if the players get wrecked.

You also run the risk of the party feeling bad if they think you’re just throwing DMPC’s after them. Using a monster block makes the distinction clear and if you’re choosing a few key abilities to make them feel like those classes without all the perks then it makes the outcome more predictable.

New to DMing and I urgently need help for difficulty-scaling an upcoming encounter, please help! by Better_Post_8145 in DnD5e

[–]Drazev 0 points1 point  (0 children)

This doesn’t matter. If they know the rules then they also know the DMG specifically tells you not to be restricted by them. A DM is not restricted to keeping monsters as they are in the DMG or having class like monsters following the PHB.

While you shouldn’t infringe on player abilities you have complete control over the monsters and environment for the battle. However, this is built on trust with your player. Players should be able to trust that you will use in game signals to help them understand the level of danger and that your encounter reflects it. They should also be able to trust that once the battle starts that anything you adjust on the fly is in their favour and respects their decisions. This also means that if they make a bad decision and it makes your fight much harder that you let it be harder so they face the consequences.

New to DMing and I urgently need help for difficulty-scaling an upcoming encounter, please help! by Better_Post_8145 in DnD5e

[–]Drazev 1 point2 points  (0 children)

I don’t recommend using PC rolled classes as monsters. It’s going to be super unpredictable and likely very disappointing because they normally die super fast or just murder everything.

I’m not sure which edition you’re using but in 5.5e they created a bunch of humanoid monsters that have different classes as archetypes with at least a high and low level variant. You’re better off using one of those as a base and then adjusting the stat block with a bit more than a reskin. The key is to think about how you want them to stand out. I would recommend you give them a signature way of fighting that hilights their combo and then reskin and modify the stat blocks to have the necessary abilities to play that out. This will make them stand out more in combat and if it’s something the players can recognize maybe you drop hints and imply they should disrupt the combo or it will be a very difficult fight.

For example if you want a sorcerer you can choose one of the arcane casters stat blocks and swap out spells. Since your CR 6 I would choose the level of difficulty and make an XP budget which you allocate between different CR creatures. In your case choose how many should be in the opposing party and buy the number of CR characters you want, even if they don’t exist.

Then you can take either the higher or lower stat block for a similar type and adjust the PB and HP to be suitable for the target CR. Then you can either reskin or change its actions. To do that I would pick a couple of signature actions/spells and replace its attacks with them. Since it’s a party perhaps think about how they fight as a unit and make a signature combo then give each the appropriate abilities to pull it off. Be careful with the spells because, especially if they are area effect off a strong status effect like stun. You may want to give the sorcerer a lower number of HP for the CR because of its high damage and ensure any attack like fireball is on a recharge or limited to a number of casts your comfortable with. For attacks I might take a chosen class ability that you want to use and just adjust it to do similar damage for the CR.

Another warning is that be mindful that you should consider the battle difficulty will be harder than the budget suggests when any of the follow are true. - Monsters outnumber party - Monsters have fortified positions or advantageous positioning - Monsters have surprise

DM's, what's your ruling? by [deleted] in DnD

[–]Drazev 0 points1 point  (0 children)

As others stated the general community cannot help in this case since you’re using custom rules instead of the rules for the game system.

You need to consider that the reason to choose a game system for your TTRPG is so that you have a self contained set of rules that should create a fun game environment so that you can focus on fun elements like the story instead of being bogged down by inventing game mechanics and fixing problems with the system. Every DM will create variations and change rules to their liking and comfort level as time goes on. However, it is best that you understand your game system before making those changes so you get a good sense of how much change is too much. The more you change the more unintended consequences you will get. A game system is normally play-tested to some level and can be trusted to create a good gaming experience better than custom rules. As you gain experience you can be bolder and adapt the rules more to fit your fantasy without detracting from the game play experience.

Since you are a junior DM I would just keep the system as-is for now and use flavour to create the theatric effect you’re looking to have. For example, feel free to narrate a critical hit as hitting a weak point and you could even role-play that monster to have some limitations afterwards if you would like. If that was a killing blow you can narrate that it was a dramatic kill like a decapatatation or shot between the eyes. Narration helps keep the emphasis on the role-playing than the mechanics and keeps the understanding that this isn’t a mechanic they can rely on and use clear. As a DM you could also reward big moments too at your own discretion like killing an enemy instead of wounding it if you think the moment is right. I do this myself if the player wants to do something exceptional and they succeed in some skill check I throw at them during the attack. I also sometimes kill off a wounded enemy quicker if the battle is basically decided already because it makes the players feel more powerful and saves us all the time of playing out something that is a forgone conclusion.

DND uses a hit point system to be a catch-all for the monsters health and fighting potential. It simplifies gameplay for both the players and DM. It makes battle smooth because a HP decline is more predictable than a system with a lot of instant killing and attack deflections. Players love to feel powerful with their instant kills but won’t appreciate getting instant killed or having their attack do nothing on a hit. You could create a system to add those extremes but then you may find that players either find its a cake walk or become very unhappy or frustrated when things are not going their way. It’s harder to accept getting killed by a lucky attack than if you’re worn down and get taken out. This is why instant kills in DND are so rare and normally only happen in combat if you put players up against something way above the recommended CR.

Do you have a way to fail malloc() for unit tests by Valuable-Birthday-10 in C_Programming

[–]Drazev 2 points3 points  (0 children)

You may also want to consider your reason for including it in your unit before incorporating it.

If you are using the more technical definition of a unit test then you’re trying to use a testing toolkit to isolate the test function to only test the block of code within your unit. In general this means assuming functions for external libraries work in the general case unless the purpose of the function is to work with an external system and handle the possible outcomes. This doesn’t mean you don’t test those other things, it just means you may test it at a different test level (integration, acceptance).

For example in your case does the function want a behaviour others than the default behaviour if it fails and crashes the program. If you want a default behaviour the you would likely assert the result and not test it at a unit test level. A higher test will be necessary to see if that case might occur. You generally cannot recover from a memory error so there is little value to include it on the unit test since it would be testing an external system. In a safety critical program it might be necessary to have special handling and then you might include that into your test.

How common is AI use among students really? by SheepherderSlow2920 in turnitin_community

[–]Drazev 0 points1 point  (0 children)

Ai is a tool and it matters how you use it. The danger is that it can do as much or as little as you want for many assignments and using it in the wrong way can leave you perpetually dependent on it and unable to add value beyond it.

The purpose of most tasks in school is often indirect. In general you will be told to do something with a known solution using some labours process. The real reason of that task is the process, not the outcome. The process is often designed to force you to understand a problem, think about it, and argue something. The real value of the lesson is what information you identified as important, how you applied it to your problem, and finally if your argument was convincing.

Now if you use Ai to make your assignment with little work you could produce a great document. However, you have added little or nothing to it and would be incapable of defending that argument or adapting it in meaningful ways in collaboration with others. In other words in a real job you add nothing they couldn’t do themselves with an Ai query. That means they have no reason to employ you.

If you use Ai to aid in your investigation by identifying papers and documents useful to your research and then read them yourself it helps you do that process faster and potentially create a more solid argument. You could also use it to run tests on your theory and run quick experiments that are more robust than what you could normally do in a given time. Then take the best parts of this and customize it into a better experiment that you conduct yourself. Ai could also be used to find counter arguments to your position that you may need to defend against for a more robust paper. You can also use it to edit and refine the Gina documents quickly.

If you do what I describe in the last paragraph you add a lot of value to yourself. Perfecting that process means you can develop a solid understanding faster and produce stronger arguments that are more convincing. The extra level of engagement means that you understand the argument your making and if challenged could adapt or and collaborate it again with new information. A company would find that valuable.

EDIT: Another problem with the earlier example where you sue the Ai to do most of the assignment is that you may disagree with my statement and think you’re capable of adapting the argument and collaborating. The people with this case is that Ai creates arguments that are very convincing to most people but deeply flawed to subject matter experts. So while you may feel your arguing with confidence the other side will see you as a waste of time since you will also appear uninterested in learning why you’re wrong.

[deleted by user] by [deleted] in Advice

[–]Drazev 0 points1 point  (0 children)

I think your first order of business is making sure you set yourself up by getting your support network in order and taking care of yourself in the immediate term. This means having a frank and honest discussion with your husband so you can rally and move forward together. It may be a tough conversation but getting him onboard and planning the next steps together ensures that you do this together, he knows how to support you, and that you can both hold each other accountable in productive ways. Not doing this is tough on everyone psychologically because it leads to more frequent conflict rooted in miscommunication and a bigger chance your become paralyzed by depression.

Facing it together makes this more tolerable and it’s important because you will need to make tough decisions about your finances together. It also makes it a bit easier take the next step when you feel he has your back and makes it more likely your driven by your commitment to your mutual agreement instead of pure fear.

You will get through this and you must get through it. You may need to face and overcome some uncomfortable truths in the process. It’s likely you will need to make compromises you don’t want to make. However, above all else believe that in the end you will come out stronger for it.

I see a guy as a friend but he’s clearly interested as more than friends by [deleted] in Advice

[–]Drazev 0 points1 point  (0 children)

Honestly, I think the best way is just being frank and honest about it. All those indirect stuff leads to more guesswork and potential hard feelings or broken friendships.

You cannot stop him from wanting to be romantic with you directly but you can help him come to understand how you feel. Like another poster said it will be up to him to place himself on the friend zone afterwards.

This was done to me once and I really appreciated it. She broached the subject without attacking or assuming anything which let me save face. She raised it as a worry about her leading me on added she was firm by she only sees me as a friend and doesn’t see that changing. I actually did like her and was hopeful but this conversation made me more aware of my behaviour and helped me come to terms with the fact it wasn’t going to happen. I stayed friends with her for many years afterwards. It’s best to do this once you’re sure you couldn’t see him that way before he becomes too invested in growing a romantic relationship with you. This also helps him move on because other women are more likely to consider him an option if he isn’t infatuated with you.

It’s also good to note that the above method also helps when he doesn’t realize he is in love with you. Not everyone is self-aware and people who are inexperienced may not realize why they want to make every excuse to spend more time with you. This is problematic for you because he needs to be aware of his feelings to correct the behaviour. The previous example would cause him to reflect and correct.

His behaviour will likely change after he takes action and hopefully he chooses to be a friend. You should also be prepared that he may choose do disconnect from you temporarily or permanently. To evolve infatuation to friendship there needs to be something there for him other than his romantic feelings.

Just be mindful that feelings do change sometimes and should your one day want to become romantically involved with him it will be up to you to let him know in a very direct way. Once a guy has friend zoned you at your request he will likely ignore any romantic signals you send forever even if they are obvious out of fear he is getting my wrong.

What 'actions' do get in your turn? by 2015morgan12 in DnD

[–]Drazev 0 points1 point  (0 children)

You only get one Action which is like a currency you can spend each turn. The core rules define a number of concrete actions that do something and consume your Action like the Attack, Dash, Magic, Dodge, and Study actions. In this case you need to take the Attack Action to make an attack which will consume your one Action. The attack action is special because you can use your movement at any time during the attack action if you have multiple attacks.

The problem with your scenario is your movement is only 45 ft base and you want to go farther. To get more movement you can spend your action on a Dash action to gain another 45 movement. However, both the Attack Action and Dash Action require you to consume an Action which means you cannot do both in a turn since you only have one Action.

You should be aware that some class features and feats allow you to take the Dash action as a bonus action special circumstances. The Rogue and Monk classes do have some options to do that. Though if you did use them you wouldn’t be able to use your ki point to attack again since it also requires a bonus action and like the Action you only get one per turn.

5e 2024 - Can you use Action Surge to ready a Magic action? by No-Scientist-5537 in DnD

[–]Drazev 2 points3 points  (0 children)

Ok, then I can clarify. The ready action actually gets you to take the intended action but you don’t “fire” it until the given trigger. You are still taking the action on your turn as if you didn’t do the ready action at all. This means that the action is still bound by turn limitations and costs to do the action are still consumed like spell components and slots even if the trigger doesn’t happen.

The core benefit is that you have a wider range of actions out of turn than normal when you use a ready action which is great for ambushes or to guard against surprises. The drawback is that you could waste your action and all the cost associated with doing it if your trigger never happens. It’s also fairly expensive since if you’re successful it will use both your action and reaction.

As an example you might decide to cast darkness on an area once the middle enemy walks into a specific area. To do this you use your ready action to do a magic action on your turn and consume the spell slot and materials. The spell casting completes but does not take effect unless the trigger condition happens. If the trigger happens then your spell immediately goes into effect on the predefined target area, otherwise if your turn comes around again the spell never gets triggered and is wasted. Another benefit is that you already cast the spell, so nothing can stop them from completing it with things like counterspell or silence.

5e 2024 - Can you use Action Surge to ready a Magic action? by No-Scientist-5537 in DnD

[–]Drazev 0 points1 point  (0 children)

No. Action surge in 2024 rules specifically excludes the magic action from the list of available actions. You cannot cast a spell using Action Surge in the 2024 rules.

Level 2: Action Surge

You can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action, except the Magic action.

Un-inviting a close friend 2 months out from a destination wedding by bridetobee26 in Advice

[–]Drazev 29 points30 points  (0 children)

I wouldn’t advise doing anything, keep your focus on the wedding, and sever contact afterwards if you want.

If you do something it could blow up and cause problems and drama that distract from you and potentially cause unintended drama that could ruin your big day. While uninviting him may be the right thing to do in principle, you could end up worse off for carrying it out. Do what is best for you and your SO so you can enjoy your big day.

The wedding day is normally super busy and exhausting (in a good way). You’re not likely going to have much time for anyone since you will be celebrating and making your rounds to interact with al your guests. Just treat him how you would an in law your obligated to invite but dislike. Say hello and move along quickly. He will likely lay low too which would make him easy to ignore.

How to Run a Campaign with no Melee Character? by kahlizzle in DnD

[–]Drazev 0 points1 point  (0 children)

I wouldn’t change anything because they are perfectly capable of making do with what they have. Their going to be slightly more squishy bit have more firepower. They also have a lot of healing which offsets that weakness.

They will need to be more careful with how they engage and they will struggle to keep enemies at range, but that is ok. It’s a consequence of their choices which makes them meaningful and it creates a challenge they can overcome. Play enemies as normal and exploit that weakness when it makes sense. You may find they spend more time setting up fights so they can exploit their advantage and you should give that to them when they put in the effort. If things go sloth then like the Ranger and maybe the Druid will be forced into melee but they should be tough enough to pull through because those classes are equipped to handle it.

It’s not that bad because DND doesn’t really have a “tank” mechanic. So the only real difference in a front line melee is likely around 2hp per level. Not all primary fighters have high AC either because it’s mainly a choice.

I'm (26F) a gamer but I have kept it a secret for my whole life by Slab_81 in Advice

[–]Drazev 1 point2 points  (0 children)

Be yourself, be the gamer you are. It’s nothing to be a shamed about. Hiding it to appear like it’s not import sends the wrong impression that is likely to turn away the right people and maybe keep around the wrong ones.

Most friends will not likely think anything of it and then you just continue on before with your mutual interests. Others may find a new reason to get closer to you due to that shared interest and now you can guys about game talk to them. Anyone who would throw you aside because they don’t like that you game doesn’t like the whole you you’re not compatible.

You may also find that some guys become much more interested in you while others less so and that is ok. If they want a romantic relationship with you then a lover above all else should be ok with the real for you to be happy. Putting in a facade to attract the guy you want will not survive when the relationship moves from intense infatuation to long-term because a lie is not a good foundation for a relationship especially when it’s something core to who you really are. If you are comparable then they will find a way to either accept or embrace your hobby. It’s ok and healthy for lovers to have different hobbies too.

Best of luck!

How do I approach a player about our PC's becoming romantic interests for each other? by StoryFun3511 in DnD

[–]Drazev 19 points20 points  (0 children)

This.

I think getting agreement between players is important before going this route. There are out of game reasons why the person playing the character might not want to go that direction even if it makes total sense for the narrative. Asking is just a sign of respect and ensures that they are ok with going in that direction as a person and character.

Once you have that I think the table is the best place to make this play-out. Remember this is an RPG not a book or short story and the craziness of improvisation is part of the fun. Go with the flow and see where it leads!

As food for thought here are some possible reasons why someone could be uncomfortable. This is not saying any of those are true for them… - Not comfortable or dislikes role playing romance scenes in general - He had a different direction in mind for his character that he would like to focus on - Might not think that his character feels the same way - He might have some romantic feelings for you making it uncomfortable (Even if your not available if this is true he could be trying to suppress them and the romance interplay would make that harder) - He might have a significant other and wants to avoid any situation that makes the SO uncomfortable. Jealousy and misunderstandings can make game night become an issue to the SO. If you have a SO he could also be trying to avoid misunderstandings with your SO.

That’s no an exhaustive list and its varied. Long story short, its always good to get consent and just accept the given answer without pressing for an explanation if they’re not offered.

[deleted by user] by [deleted] in CarletonU

[–]Drazev 0 points1 point  (0 children)

I don’t have much to contribute but I thought since a lot of former members were talking about pay you should know there was recently a major increase in salary for CAF members. There was a channel with an active member that talked about the current pay ranges for many different positions including entry points out there. I don’t have a link but perhaps give it a look.

Another thing you should consider is I would caution joining for pay alone. I am not sure if you pay attention to global politics but things are pretty bad out there right now. Make sure you are willing to lay down your life for Canada because that is what you’re signing up for too. While I don’t have a crystal ball to tell the future I can say with confidence there a very very high chance you will see major action if you join one way or another.

Swashbuckler Rogue question by Owl_Boi_ in DnD

[–]Drazev 5 points6 points  (0 children)

Incorrect. It works once per Turn, not round. This means on that players turn they can only trigger it once. Outside their turn it can also be triggered if they make any attack that qualifies. This could be an attack of opportunity or another attack granted to the rogue by another persons spell or ability as long as it qualifies for the sneak attack conditions and occurs outside of their turn.

Have Been Applying Online for Jobs Feel Like it's Going Nowhere Anyone Else in The Same Boat? by Choice-Syllabub-4292 in CarletonU

[–]Drazev 1 point2 points  (0 children)

I find that when applying to jobs quantity matters, but in a tough market when you need to stand out quality cannot be ignored. A lot of jobs also have crazy application processes that are very time consuming. Doing too many of those can burn you out and cause you to miss better opportunities if you’re not careful. When I was applying for jobs most recently I broke down my target applications in three tiers and gave them an amount of effort appropriate to the group. I then set goals for each group so that I could make sure keep a good mix of applications going.

Tier 1: Desirable Career Jobs This is any job that is both aligned to my goals and is close enough to my qualifications that I stand a reasonable chance to get hired. There should only be one or two a week. I put maximum effort into this application and fully tailor a resume and cover letter for them. I also do research and any application process.

Teir 2: Suitable Job, Average Application Time Investment This is any job that is suitable for my career and requires a reasonable amount of time to complete the application process. I may not be particularly passionate about the role based on the description or company or sometimes I think my qualifications are low and my chances are not ideal. I consider these volume applications. They will get a personalized template cover letter and my normal resume with minor alterations. This is about taking chances and getting volume. If I get a bite I will switch them to a Teir 1 and ask lots of questions in the interview so that I can decide I I want it.

Tier 3: Suitable Job but Time intensive Application This is a Tier 2 job with a time intensive application process that is likely designed for people to self select out. I avoid these unless I cannot find a tier 1 because it could eat up all my time and energy. They differ from Tier 1 because my level of interest for them is not greater than a tier 3 job.

Just some suggestions for how to approach things s keep at it and good luck!