Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Eris Paper triggers Quest and Eris Paper generates instead of Kepler 22b #66

Open
half-potato opened this issue Jan 3, 2021 · 2 comments
Assignees
Labels
needs investigation Devs will look into this issue

Comments

@half-potato
Copy link

half-potato commented Jan 3, 2021

---Bug Report---

(PLEASE DONT DELETE THIS TEMPLATE, YOUR ISSUE WILL BE IGNORED AND CLOSED IF YOU DO.)

Have you checked Closed Issues (if applicable & PLEASE CHECK BEFORE POSTING): Yes

Description of Issue

I have explored around 10k blocks of Venus looking for Kepler 22b papers. However, I have only found 4 Eris papers, which triggered the quest completion for Kepler 22b but actually only gave access to Eris, which is devoid of content.

Steps to Reproduce Issue

  1. Obtain Eris discover paper.
  2. Trigger quest.

Crash log/Log (if applicable): [Pastebin URL Here]

Screenshots (if applicable): [Screenshots here]

Version of Planetary using (PLEASE DONT USE 'Latest' OR 'Newest'): 1.2.0

Where did this bug happen: [Text here]

Additional Information

@half-potato half-potato added the needs investigation Devs will look into this issue label Jan 3, 2021
@half-potato
Copy link
Author

Here, I performed the investigation for you guys.

{
	x: 4.0d,
	y: -0.5d,
	text: ["The Kepler 22b Research Paper can be found inside treasure chests in Venus dungeons."],
	title: "Kepler 22b Research Paper",
	tasks: [{
		uid: 125276274,
		item: "planetprogression:research_paper_5",
		type: "item"
	}],
	rewards: [{
		uid: -457109353,
		type: "random",
		table: 0
	}],
	dependencies: [I;-2047612450]
}

Using /give planetprogression:research_paper_5 gives the Eris paper.

@half-potato
Copy link
Author

Also, fix your scripts.
scripts/dungeonmoon.zs:mods.GalacticraftTweaker.addDungeonLoot(3, <planetprogression:research_paper_5>);
This gives the wrong paper.
You want to give research_paper_6.

@half-potato half-potato changed the title [BUG] Eris Paper triggers Quest [BUG] Eris Paper triggers Quest and Eris Paper generates instead of Kepler 22b Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation Devs will look into this issue
Projects
None yet
Development

No branches or pull requests

3 participants