gcsim icon indicating copy to clipboard operation
gcsim copied to clipboard

monte carlo combat simulation for genshin impact

Results 224 gcsim issues
Sort by recently updated
recently updated
newest added

Made updates to allow all substats to be considered for each character. This fixes edge cases like Geo characters using Bennett C6 to vaporize, or Xianyun wanting Flat ATK in...

Proof of concept for using random substats instead of specified. Meant as an alternative to substat standards

Added an event for when HPDebt changes

There are abilities where you can decide where an attack is supposed to happen/a gadget is supposed to spawn. It would be nice to be able to do this in...

area: pkg
kind: game alignment

In order to have a clean solution for: - syntax highlighting - code formatting - autocompletion - error detection - ... we should look into: - defining gcsl as a...

kind: enhancement
area: web

- add a banner on simulator page that links to guide in docs, should say something like `Want to run sims faster? Check out server mode.` - add .type() to...

area: documentation
kind: enhancement
area: web

During burst state, the character should not be able to take dmg. Should take whatever is written in dm. Will need to adjust Furina's HP Drain/Dehya's Self DoT/... to check...

info: blocked by other issue
area: internal
kind: game alignment

two types: - hitbox removal (dash iframes) - should **not** emit OnPlayerHit - should not let shields take dmg - damage nullification (burst iframes) - should emit OnPlayerHit - should...

area: pkg
kind: game alignment

This PR rewrites the gcs evaluator to remove the use of channel for blocking purposes (not truly a concurrent workload) which adds a lot of overhead as a result of...

kind: enhancement
area: pkg