Wednesday, June 16, 2021

Recent Questions - Arqade

Recent Questions - Arqade


How is planetary trade income determined?

Posted: 16 Jun 2021 03:44 AM PDT

I've observed some strange patterns in trade income in Slipways (looking at the info screen for a planet, observe the value indicated for 'trade income'). While playing on Tough difficulty,

  • Most planets appear to earn you 4 credits per trade they send out.
  • When a planet is struggling or sending to a struggling planet, they only appear to award 3 credits
  • Prosperous planets seem to award between 4-5 credits per trade.

While, when playing on Challenging;

  • Most planets now earn 5 credits per trade sent out
  • But now some successful planets award 6 credits for some of their trades as well.
  • Prosperous planets can even award 7, but this is rarer than before.

What is happening?

i want a command that makes a maxed out RIPTIDE 10 Trident look like a perfectly normal riptide 3 one?Is it possible?

Posted: 16 Jun 2021 01:06 AM PDT

Please answer quickly as my tournament time is coming soon. Hopefully this is clear to you all.

{Fixed} Command block "Done button" not working

Posted: 15 Jun 2021 10:28 PM PDT

enter image description here

enter image description here

When I click done it just changes the command block type. Same for when I click cancel it just changes if it's conditional or not

Im not quite sure if its from me playing on lunar client edit: ^ That is why ^

How do I move Forward from Here?

Posted: 16 Jun 2021 01:54 AM PDT

Yeah, when I got the distress beacon that told me Artemis's name, I took the ship that was right next to it. Not sure if I should have done that because everything needs repairing. I didn't know I would lose my old ship. I repaired thrusters and pulsers so I can fly, but I have no shield or hyperdrive.

Anyway, I have visited the anomaly, and I got the message from Artemis and my character said I need to help him and said something about boosting signals and searching the stars or something. I have no idea what I 'm supposed to do next. I found a freighteer with a NPC who wants to sell it but it costs too much. What am I supposed to do? Should I just start a new game?

Best Clash of Clans Th10 army

Posted: 15 Jun 2021 07:33 PM PDT

I am a new town hall 10, so my troops are not all upgraded yet. I have upgraded one army camp (so I have space for 225 troops). I currently still use the GOWIPE strategy. Is there any other army that is good to use as a new th10? or should I continue to use GOWIPE until I can upgrade my troops? Also my barb king is level 18 and my archer queen is level 19.

Does collecting an abandoned ship lose my old one?

Posted: 15 Jun 2021 08:55 PM PDT

Playing through the story in No Man's Sky, and just got to the part where I discover the distress beacon which reveals the name of Artemis. Right next to it was an abandoned ship. It had a button to "Add to Collection." I added it, then discovered that it needs a ton of repairs. I didn't see another ship in the map, although I didn't look that hard. Basically I'm asking, will I be able to get my old ship back, or will I have to struggle through and repair all the new ones. I've repaired the thrusters and hull, I think, so I should be able to get it to a station if absolutely necessary.

In the korok forest, why do the koroks run away from me when I get in their sight?

Posted: 15 Jun 2021 01:40 PM PDT

In the korok forest by the Great Deku tree, there are Koroks you can interact with but then there are some that disappear. Why does that happen?

Where to get Oxygen in No Man's Sky

Posted: 15 Jun 2021 12:08 PM PDT

Just got No Man's Sky and enjoying it, but I have traveled to my first planet and am working on building a base as my instructions tell me. A lot of stuff I need to craft need oxygen, and I have only found ONE plant that gives it. (a bulb type plant that spews acid). This plant is kind of rare, and it doesnt show up as oxygen in my scans. I'm surviving on Life Support Gel, but I need more oxygen. What are all the different ways I can find oxygen?

How do Scav spawns work?

Posted: 15 Jun 2021 09:47 AM PDT

I've played several games of Escape from Tarkov, some online, some offline, and noticed that Scavs don't seem to "already be there" when the PMCs first spawn.

My Obsersvations

When enabling "Scav War" in the offline options, Scavs shoot each other, so that alerts you to their presence. I noticed that it takes between 2 and 5 minutes for the first Scavs to begin shooting.

However, I also noticed that when I kill a Scav in offline mode and then stay in that position, one or more Scavs will quickly home in to this location.

My Questions

  • At which point in a raid do Scavs begin to spawn? Is it pre-determined or random?
  • How many Scavs spawn into a raid? Is there a fixed number and once they're dead, they're dead? Or are dead Scavs replaced after a certain amount of time has passed?
  • Do Scavs spawn when a player (Player Scav or PMC) is close to that location?
  • Is the spawn behavior of Sniper Scavs any different from regular Scavs?

My minecraft world disappeared (1.17)

Posted: 15 Jun 2021 01:47 PM PDT

I made a world in 1.16 and decided to open it on 1.17 (without making a backup because i'm dumb) Then the game crashed and when i opened the game again, the world was gone. I checked my "saves" folder and it wasn't in there.

Why my piglin steels gold

Posted: 15 Jun 2021 08:30 AM PDT

I coded an addon that allows curing zombie pigmen. I thought he would revert to zombie since he is in the overworld, but he survived as a piglin. But when I try to barter, he just takes the gold and drops nothing. Please help me.

Here's the code:

{      "format_version": "1.16.0",      "minecraft:entity": {          "description": {              "identifier": "minecraft:zombie_pigman",              "is_spawnable": true,              "is_summonable": true,              "is_experimental": false          },          "component_groups": {              "minecraft:pig_zombie_baby": {                  "minecraft:experience_reward": {                      "on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"                  },                  "minecraft:is_baby": {},                  "minecraft:scale": {                      "value": 0.5                  }              },              "minecraft:pig_zombie_adult": {                  "minecraft:rideable": {                      "seat_count": 1,                      "family_types": [                          "zombie"                      ],                      "seats": {                          "position": [                              0,                              1.1,                              -0.35                          ],                          "lock_rider_rotation": 0                      }                  },                  "minecraft:experience_reward": {                      "on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"                  }              },              "minecraft:pig_zombie_angry": {                  "minecraft:angry": {                      "duration": 25,                      "broadcast_anger": true,                      "broadcast_range": 20,                      "calm_event": {                          "event": "minecraft:on_calm",                          "target": "self"                      }                  }              },              "minecraft:pig_zombie_calm": {                  "minecraft:on_target_acquired": {                      "event": "minecraft:become_angry",                      "target": "self"                  }              },              "minecraft:strider_jockey": {                  "minecraft:equipment": {                      "table": "loot_tables/entities/zombified_piglin_rider_gear.json"                  }              },              "to_piglin": {                  "minecraft:transformation": {                      "into": "minecraft:piglin",                      "begin_transform_sound": "remedy",                      "transformation_sound": "unfect",                      "keep_level": true,                      "delay": {                          "value": 100,                          "block_assist_chance": 0.01,                          "block_radius": 4,                          "block_chance": 0.3,                          "block_types": [                              "minecraft:iron_bars"                          ]                      }                  },                  "minecraft:spell_effects": {                      "add_effects": [                          {                              "effect": "strength",                              "duration": 100                          },                          {                              "effect": "heal",                              "duration": 100                          }                      ],                      "remove_effects": "weakness"                  },                  "minecraft:is_shaking": {}              }          },          "components": {              "minecraft:breathable": {                  "total_supply": 15,                  "suffocate_time": 0,                  "breathes_water": true              },              "minecraft:equip_item": {},              "minecraft:collision_box": {                  "width": 0.6,                  "height": 1.9              },              "minecraft:nameable": {},              "minecraft:navigation.walk": {                  "is_amphibious": true,                  "can_pass_doors": true,                  "can_open_doors": true,                  "avoid_water": true,                  "avoid_portals": true              },              "minecraft:movement.basic": {},              "minecraft:jump.static": {},              "minecraft:can_climb": {},              "minecraft:fire_immune": {},              "minecraft:type_family": {                  "family": [                      "zombie_pigman",                      "undead",                      "monster",                      "mob"                  ]              },              "minecraft:loot": {                  "table": "loot_tables/entities/zombie_pigman.json"              },              "minecraft:equipment": {                  "table": "loot_tables/entities/zombie_pigman_gear.json"              },              "minecraft:health": {                  "value": 20,                  "max": 20              },              "minecraft:movement": {                  "value": 0.23              },              "minecraft:attack": {                  "damage": 5              },              "minecraft:despawn": {                  "despawn_from_distance": {}              },              "minecraft:shareables": {                  "items": [                      {                          "item": "minecraft:netherite_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:diamond_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:iron_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 1                      },                      {                          "item": "minecraft:stone_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 2                      },                      {                          "item": "minecraft:golden_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 3                      },                      {                          "item": "minecraft:wooden_sword",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 4                      },                      {                          "item": "minecraft:netherite_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:diamond_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 1                      },                      {                          "item": "minecraft:iron_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 2                      },                      {                          "item": "minecraft:chainmail_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 3                      },                      {                          "item": "minecraft:golden_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 4                      },                      {                          "item": "minecraft:leather_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 5                      },                      {                          "item": "minecraft:turtle_helmet",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 6                      },                      {                          "item": "minecraft:skull:0",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 7                      },                      {                          "item": "minecraft:skull:1",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 7                      },                      {                          "item": "minecraft:carved_pumpkin",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 7                      },                      {                          "item": "minecraft:netherite_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:diamond_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 1                      },                      {                          "item": "minecraft:iron_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 2                      },                      {                          "item": "minecraft:chainmail_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 3                      },                      {                          "item": "minecraft:golden_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 4                      },                      {                          "item": "minecraft:leather_chestplate",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 5                      },                      {                          "item": "minecraft:netherite_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:diamond_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 1                      },                      {                          "item": "minecraft:iron_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 2                      },                      {                          "item": "minecraft:chainmail_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 3                      },                      {                          "item": "minecraft:golden_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 4                      },                      {                          "item": "minecraft:leather_leggings",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 5                      },                      {                          "item": "minecraft:netherite_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 0                      },                      {                          "item": "minecraft:diamond_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 1                      },                      {                          "item": "minecraft:iron_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 2                      },                      {                          "item": "minecraft:chainmail_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 3                      },                      {                          "item": "minecraft:golden_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 4                      },                      {                          "item": "minecraft:leather_boots",                          "want_amount": 1,                          "surplus_amount": 1,                          "priority": 5                      }                  ]              },              "minecraft:behavior.hurt_by_target": {                  "priority": 1              },              "minecraft:behavior.mount_pathing": {                  "priority": 2,                  "speed_multiplier": 1.25,                  "target_dist": 0,                  "track_target": true              },              "minecraft:behavior.equip_item": {                  "priority": 3              },              "minecraft:behavior.melee_attack": {                  "priority": 4,                  "speed_multiplier": 1.5              },              "minecraft:behavior.stomp_turtle_egg": {                  "priority": 5,                  "speed_multiplier": 1,                  "search_range": 10,                  "search_height": 2,                  "goal_radius": 1.14,                  "interval": 20              },              "minecraft:behavior.pickup_items": {                  "priority": 6,                  "max_dist": 3,                  "goal_radius": 2,                  "speed_multiplier": 1,                  "pickup_based_on_chance": true,                  "can_pickup_any_item": true              },              "minecraft:behavior.random_stroll": {                  "priority": 7,                  "speed_multiplier": 1              },              "minecraft:behavior.look_at_player": {                  "priority": 8,                  "look_distance": 6,                  "probability": 0.02              },              "minecraft:behavior.random_look_around": {                  "priority": 9              },              "minecraft:physics": {},              "minecraft:pushable": {                  "is_pushable": true,                  "is_pushable_by_piston": true              },              "minecraft:conditional_bandwidth_optimization": {},              "minecraft:interact": {                  "interactions": {                      "on_interact": {                          "filters": {                              "all_of": [                                  {                                      "test": "has_equipment",                                      "domain": "hand",                                      "subject": "other",                                      "value": "golden_apple"                                  },                                  {                                      "test": "has_component",                                      "subject": "self",                                      "value": "minecraft:effect.weakness"                                  }                              ]                          },                          "event": "piglin_converted",                          "target": "self"                      },                      "use_item": true,                      "interact_text": "action.interact.cure"                  }              }          },          "events": {              "minecraft:entity_transformed": {                  "sequence": [                      {                          "filters": {                              "test": "has_component",                              "subject": "other",                              "value": "minecraft:is_baby"                          },                          "add": {                              "component_groups": [                                  "minecraft:pig_zombie_baby",                                  "minecraft:pig_zombie_calm"                              ]                          }                      },                      {                          "filters": {                              "test": "has_component",                              "subject": "other",                              "operator": "!=",                              "value": "minecraft:is_baby"                          },                          "add": {                              "component_groups": [                                  "minecraft:pig_zombie_adult",                                  "minecraft:pig_zombie_calm"                              ]                          }                      }                  ]              },              "minecraft:entity_spawned": {                  "randomize": [                      {                          "weight": 95,                          "remove": {},                          "add": {                              "component_groups": [                                  "minecraft:pig_zombie_adult",                                  "minecraft:pig_zombie_calm"                              ]                          }                      },                      {                          "weight": 5,                          "remove": {},                          "add": {                              "component_groups": [                                  "minecraft:pig_zombie_baby",                                  "minecraft:pig_zombie_calm"                              ]                          }                      }                  ]              },              "minecraft:on_calm": {                  "remove": {                      "component_groups": [                          "minecraft:pig_zombie_angry"                      ]                  },                  "add": {                      "component_groups": [                          "minecraft:pig_zombie_calm"                      ]                  }              },              "minecraft:become_angry": {                  "remove": {                      "component_groups": [                          "minecraft:pig_zombie_calm"                      ]                  },                  "add": {                      "component_groups": [                          "minecraft:pig_zombie_angry"                      ]                  }              },              "minecraft:spawn_as_strider_jockey": {                  "add": {                      "component_groups": [                          "minecraft:strider_jockey"                      ]                  }              },              "piglin_converted": {                  "remove": {},                  "add": {                      "component_groups": [                          "to_piglin"                      ]                  }              }          }      }  }  

It was actually ripped from zombie_villager_v2.json file

Testing for Named Enchanted Items

Posted: 15 Jun 2021 03:55 PM PDT

I'm working on a named sword that makes something happen when you hold it.

The sword is enchanted, but it seems my code isn't working. Is there a specific thing I need to add if the sword is enchanted and named?

My current code is:

execute as @a[nbt={SelectedItem:{id:"minecraft:iron_sword",tag:{display:{Name:'{"text":"Escargot"}'}}}}]  

How do I remove a net from a dodo without killing it?

Posted: 15 Jun 2021 01:51 PM PDT

So, I was attempting to capture a player from an enemy tribe who was raiding my tribe's base in Ark. I fired a net projectile from my harpoon gun, but missed and hit one of our dodos. You have to use a sharp weapon to remove a net from a captured creature, but even the stone hatchet, the weakest sharp weapon I know of, will kill the dodo before freeing it. Is it possible to free this dodo without killing it (other than waiting for the net to break and fall off on its own, I know that works but I dont want to wait that long), and if so, how?

Is there a way to get to the splintered world in Hyrule Warriors: Age of Calamity?

Posted: 15 Jun 2021 08:30 AM PDT

When i'm playing Hyrule Warriors: Age of Calamity, the game talks about

Is there a way to access that world or is it just not available to access in the game?

Give a custom item_frame item a special ID I can later use to target with /data

Posted: 15 Jun 2021 04:03 PM PDT

I'm trying to /minecraft:give myself an item_frame item that has some sort of special id/name that I can later use /data (or /execute then data) on in order to switch specifically those item frames to being invisible (or visible).

That is to say, I should later on be able to run a command, and that specific set of item frames should react to it, leaving all "normal" frames intact. I'm doing this mostly because it can be difficult to tract down accidentally placed invisible item frames.

I can't find a way to get the placed Item Frame entity to retain the name of the item, nor how to add such data to the item that will be passed along.

My latest effort was this: /minecraft:give @s minecraft:item_frame{display:{Name:"\"Invisible Frame\""},EntityTag:{Invisible:1b,CustomName:{"text":"InvisibleFrame"},CustomNameVisible:0b}} 1

Only the Invisible:1b is passed to the item frame entity, the rest doesn't make it through. i have checked this with /data get.

What to do from here? And once I do have a custom name on it, how can I pick up that custom name with a specifier in @e[]?

What happens to my money if I found a colony in October, November, or December?

Posted: 16 Jun 2021 03:45 AM PDT

In the game Slipways, income is calculated at the end of each year. This income is calculated as:

I = ΣT(c) - ΣU(c) - nA(n)  (¢)  T = Trade Income per colony  U = Upkeep per colony   A = Admin cost  n = Number of colonies  

Trade income is a complicated formula. Admin cost depends on the number of colonies. For every 8 colonies it goes up by 1¢

Founding a colony takes a total of 3 months time. So what exactly happens if those three months end up overlapping the new year, meaning the action of founding was initiated either in October, November, or December?

Unable to link two portals in the immersive portals mod in Minecraft

Posted: 15 Jun 2021 01:06 PM PDT

In Minecraft, I was using the Immersive Portals mod and I can not get two of the portals to connect, it is connecting to where a different portal is, but there are no portal helpers there. I know it can auto-generate portals but it didn't for that one... They are facing different directions but they are the only two portals in my world. I would like to know a way to fix this, or better a command to directly link two portals without having to play this guessing game.

Minecraft command block execute when button goes up?

Posted: 15 Jun 2021 06:04 PM PDT

I want to connect a button to a command block, and execute a toggle command when the button goes "off"

In Javascript terms, I want to execute a command "onMouseUp"

Command blocks only seem to execute when they are turned on. How do you make a command block execute a callback operation when the block is turned off?

How can I locate my disabled train stop among many stops with the same name?

Posted: 15 Jun 2021 08:32 PM PDT

I need to locate a specific train stop in my factory but there are a number of problems making this difficult

  1. My factory has like 500-1000 train stops in total so locating it manually would be like looking for a needle in a hay stack.
  2. This specific train train stop is disabled so I can't send a train to it (and locate it that way).
  3. There are 14 other train stops with the same name. Usually you can put a train stop in a train's schedule and click on the text to locate it, but this only ever locates one (and the same) train stop sharing my sought-after train stop's name.

What can I do to find my train stop?

Mid to Late Game Doldrums

Posted: 15 Jun 2021 08:50 AM PDT

I'm on my 6th run in Kittens Game and I keep hitting an Eludium wall and wondering if I just need to sit around and wait for a long while or reset. I guess I'm asking when is the most prudent time to reset at this stage.

For a view of where I'm at, I can easily get Advanced Exogeology, Thorium, and all of the Scientific advances that don't require exotic materials (i.e. relics, time crystals). I have reached Sky Palace twice but Alicorn generation rate is still so slow that it's not very practical. I've about 220 kittens and am a few hours from launching a ship to Helios. Is the game just a grind for rare resources at this point, or is there any particular strategy that I'm missing?

Does a higher rank change the ending in any way?

Posted: 15 Jun 2021 03:08 PM PDT

I've recently played through Luigi's Mansion 3. I didn't really care for any Boos, crystals or money, and the game awarded me with the rank B at the end of the credits scene.

Given that this is my first title in the Mansion's series, I'm not sure whether the credit scene is tied to the rank in any way. Does a higher rank change the ending scene or any other (post-)game content? Or is it just fluff and for show in a screenshot?

How to get the total waaagh update?

Posted: 15 Jun 2021 10:04 AM PDT

I've looked at the patch notes, selected the beta and updated my game, it shows in my Steam library: enter image description here However, when I start the game and a greenskin campaign it's the old version. This is especially easy to detect by looking at the Waaagh! status.

Disabling Railcraft features

Posted: 15 Jun 2021 12:02 PM PDT

Is there a way to disable certain features provided by Railcraft? For example, I do not want to be able to get more rails for the same amount of resources, since I want to keep the values as much vanilla as possible.

Why is the Pokémon Refresh button shaking?

Posted: 15 Jun 2021 05:02 PM PDT

Whenever I go into the menu, the Pokémon Refresh button wobbles and shakes to the side, even though nothing really seems out of the ordinary when I start it up. What does the shaking mean?

How can I check the first date of a Steam game being played in my library?

Posted: 15 Jun 2021 02:39 PM PDT

Finding the most recent date played is simple enough, but is there a way of finding the date of the first instance it was played?

Purchase date doesn't help me in this regard as I rarely play games on the same day as they are bought.

How do you lock and give chest a name?

Posted: 15 Jun 2021 08:32 AM PDT

I'm making an adventure map and I need to have a command block next to a clock set the block near it to a chest with a custom name with a lock this I what I have so far:

/setblock ~-1 ~-1 ~ Minecraft:trapped_chest 1 {display:{Name:"Locked Chest",Lock:"Chest Key 47"}}  

And then it says:

[16:26:39] Data tag parsing failed: Invalid tag encountered, expected '{' as first char.  

I'm in 1.8.

No comments:

Post a Comment