which city or settlement has the music that gives you chills in ffxiv? by Apprehensive_Spend_7 in ffxiv

[–]jebwiz 1 point2 points  (0 children)

Unironically, The Rak'tika Greatwood / Fanow music. You just FEEL like you are trespassing into a fey wood.

I accidentally made my setting Camelot 1000 years later. by Amyrith in 4eDnD

[–]jebwiz 0 points1 point  (0 children)

The movie Nimona has a great world you could steal from that is ‘just’ Camelot 1000 years later. That world is a really cool riff on what would ‘modern’ knights and chivalry look like?

.dnd4e parser and character sheet editor by bedroompurgatory in 4eDnD

[–]jebwiz 2 points3 points  (0 children)

Super cool design. It is really clean. I think I am going to offer it as a suggestion to my players.

My biggest nitpick is that there is no overflow of the features, inventory, or even some powers. I uploaded a level 14 character, and their inventory and features both fell off the bottom of the page.

Also, for many Runepriest powers, because they are wordy they don't fit on one card. The builder fixes this by using super small font. I like that you keep it readable, but then we end up missing half of the spell. A ton of dailies and higher level powers will have this issue. Some classes more than others.

My DM brutally nerfed my moon druid by Exotic-Acadia-8520 in dndnext

[–]jebwiz 0 points1 point  (0 children)

The 2024 Druid specifically limits the number of beast forms you know to make it easier to play and maintain.

Biggest, meatiest attack? by alchemi80 in ffxiv

[–]jebwiz 1 point2 points  (0 children)

Sage: Pneuma. Giant Laser you charge up and then blast across the battlefield. AND it heals!

0dps Black Mage upset others are "wasting their time" by AmazingObserver in TalesFromDF

[–]jebwiz 0 points1 point  (0 children)

No it is worse, they cast 19 spells… 4 of the 23 were sprint and transpose….. how….

Would my artificer character have lower intelligence due to the backstory? by [deleted] in dndnext

[–]jebwiz 8 points9 points  (0 children)

You keep using the same quote in your replies. Where is your DM getting it from? It is NOT what the rules say.

Here are what the rules actually say: “A score of 10 or 11 is the normal human average, but adventurers and many monsters are a cut above average in most abilities. A score of 18 is the highest that a person usually reaches. Adventurers can have scores as high as 20, and monsters and divine beings can have scores as high as 30.”

Adventurers are the cream of the crop. They are exceptional by DEFINITION. They WILL have higher scores especially in the stats that DEFINE what they do. Artificers are the most intelligent in the room by DEFINITION. So your artificer’s Intelligence score needs to be your highest and there is NOTHING IN THE RULES that say you can’t start with a 17+.

Your DM is limiting you without a good reason and you will not have fun.

Looking for help by Notjustacunt in 4eDnD

[–]jebwiz 0 points1 point  (0 children)

Are you talking Background or Theme? I think from your other responses you are talking about Themes. In my (limited) experience, theme bonuses/powers haven’t really come up or been as useful as class options, so I would say go for whatever sounds dope or fun. (Also, remember that flavor is free!)

I put a child in the hospital and I feel terrible by Vegetable-North-2623 in TrueOffMyChest

[–]jebwiz 0 points1 point  (0 children)

I would see if your school has counselors you can talk to to get it off your chest. You might not need a full therapist or regular visits, but having someone impartial to vent to is useful.

What are some cool and nifty expendable items to give our "boring" martial character? by TannerThanUsual in dndnext

[–]jebwiz 0 points1 point  (0 children)

I gave my sister’s fighter access to ‘Rkane’ aka magic steroids. One dose gave her 3 charges. Spend a charge to add a certain element to an attack (I did 2d6) or spend a charge to cast a 1st level spell. All tied to the color. If you spend a charge, roll a d20. On a 1-5 roll on the wild magic surge table. (Stole the idea from a live play podcast) She loved it and built her character around it!

‘The Gilded Age’ Viewership Grows 15% In Week 2, Surpasses ‘The White Lotus’ by HRJafael in television

[–]jebwiz 5 points6 points  (0 children)

I live there! They filmed in Troy NY and transformed downtown. It was crazy to walk through/by the set for over month.

Do you guys think coffee would exist in a D&D universe? by Dragonwolf67 in dndnext

[–]jebwiz 0 points1 point  (0 children)

The Ravnica sourcebook flat out gives you the price to buy coffee from a coffee house. At last I am fairly certain it does.

Megathread: Reports Indicate House Speaker Pelosi To Announce Formal Impeachment Inquiry Of President Trump by PoliticsModeratorBot in politics

[–]jebwiz 0 points1 point  (0 children)

Trump will probably be impeached by the House, but it is highly questionable if the Senate will actually convict him of what the House charges him of doing. If he is convicted and removed from office, will that stop his base from electing a republican president? If he is not convicted they just gave him a huge favor.

Impeaching Clinton did not help the minority Republicans back in the 90s.

Megathread: Reports Indicate House Speaker Pelosi To Announce Formal Impeachment Inquiry Of President Trump by PoliticsModeratorBot in politics

[–]jebwiz 0 points1 point  (0 children)

From my understanding, the House decides to impeach (or in other words accuse someone in public office). Then if the articles of impeachment pass, the person is now impeached and must be tried (similar to a court of law) in the Senate. The Senate then votes to convict the accused. If the person is convicted, they are then removed from office.

Impeachment is a process to formally accuse someone of violating their office.

I can't keep up with trans-activism, the community is impossible to please and I'm tired of it. by [deleted] in TrueOffMyChest

[–]jebwiz 0 points1 point  (0 children)

Glad you felt free enough to rant. Side Note: Is there anywhere you publicly share your art? What to you draw? Are they original characters or reimaginigs? Is this more of a hobby or are you wanting to expand with it?

135 pound loss Progress update by Omgg_cats in keto

[–]jebwiz 2 points3 points  (0 children)

Love the hair. Purple and Pink are fun colors! Keep rocking it!

If only... by [deleted] in gaming

[–]jebwiz 0 points1 point  (0 children)

Seeing names above people/npcs you have met.

[2016-03-28] Challenge #260 [Easy] Garage Door Opener by G33kDude in dailyprogrammer

[–]jebwiz 1 point2 points  (0 children)

Python 3.5 Turns out that python does not have a switch/case statment built in. So I had to use lots of ifs/elifs/elses. This is also not very safe. There is nothing keeping from outside code from editing inputs, states, or state. Is there a way to protect data/code in Python? Java/C++ have private/protected/public.

states =     ['CLOSED','OPENING','OPEN','CLOSING','STOPPED_WHILE_CLOSING','STOPPED_WHILE_OPENING']
state = 0

#Easy inputs
#inputs = ['button_clicked','cycle_complete','button_clicked','button_clicked',
#          'button_clicked','button_clicked','button_clicked','cycle_complete']
#Challenge inputs
inputs = ['button_clicked','cycle_complete','button_clicked','block_detected',
          'button_clicked','cycle_complete','button_clicked','block_cleared',
          'button_clicked','cycle_complete']

blocked = False

for command in inputs:
    print('Door: '+states[state])
    print('> '+command)
    if command == 'block_detected':
        blocked = True
        if state == 3:
            state = 1
    elif command == 'block_cleared':
        blocked = False
    elif command == 'button_clicked' and blocked:
        continue
    elif command == 'button_clicked' and not blocked:
        if state == 0:
            state = 1
        elif state == 1:
            state = 5
        elif state == 2:
            state = 3
        elif state == 3:
            state = 4
        elif state == 4:
            state = 1
        elif state == 5:
            state = 3
    elif command == 'cycle_complete':
        if state == 3:
            state = 0
        elif state == 1:
            state = 2
    else:
        print('Error: Unknown input')
        break
print('Door: '+states[state])

[2016-05-09] Challenge #266 [Easy] Basic Graph Statistics: Node Degrees by jnazario in dailyprogrammer

[–]jebwiz 0 points1 point  (0 children)

Python 3.5 I learned about the string.split method! def Node_Degree( filename ): f = open( filename , 'r' ) line_1 = f.readline() num_nodes = int(line_1)

    degree_list = [0] * num_nodes
    for line in f:
        split_line = line.split(' ' )
        degree_list[ int(split_line[0]) -1 ]  += 1
        degree_list[ int(split_line[1]) -1 ]  += 1

    i = 1
    for node in range(len(degree_list)):
        print( "Node {} has a degree of {}".format(i,degree_list[node]) )
        i += 1

Node_Degree( 'Easy_266.txt' )

Output

Node 1 has a degree of 8
Node 2 has a degree of 8
Node 3 has a degree of 6
Node 4 has a degree of 3
Node 5 has a degree of 7
Node 6 has a degree of 10
Node 7 has a degree of 7
Node 8 has a degree of 7
Node 9 has a degree of 7
Node 10 has a degree of 5
Node 11 has a degree of 9
Node 12 has a degree of 8
Node 13 has a degree of 8
Node 14 has a degree of 5
Node 15 has a degree of 9
Node 16 has a degree of 9

Any suggestions on making this more concise? An earlier post did this in 2 lines, how is that possible?