Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: IDotD/Raid-Tiers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v33.0.0
Choose a base ref
...
head repository: IDotD/Raid-Tiers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on May 27, 2018

  1. Update .travis.yml

    Idrinth authored May 27, 2018
    Copy the full SHA
    c208916 View commit details
  2. Update .travis.yml

    Idrinth authored May 27, 2018
    Copy the full SHA
    7b8a51e View commit details
  3. Update .travis.yml

    Idrinth authored May 27, 2018
    Copy the full SHA
    beb3f6e View commit details
  4. Update .travis.yml

    Idrinth authored May 27, 2018
    Copy the full SHA
    c255780 View commit details
  5. Update .travis.yml

    Idrinth authored May 27, 2018
    Copy the full SHA
    c1b1bc5 View commit details
  6. Create composer.json

    Idrinth authored May 27, 2018
    Copy the full SHA
    a6f3ca7 View commit details
  7. Update README.md

    Idrinth authored May 27, 2018
    Copy the full SHA
    6d85739 View commit details
  8. Merge pull request #5 from IDotD/Idrinth-patch-1

    Update .travis.yml
    Idrinth authored May 27, 2018
    Copy the full SHA
    f594360 View commit details
  9. Copy the full SHA
    122e364 View commit details
  10. Copy the full SHA
    9b97d25 View commit details
Showing with 127 additions and 5 deletions.
  1. +2 −4 .travis.yml
  2. +116 −0 Deadly Ragetalon [Deadly Talon].json
  3. +3 −1 README.md
  4. +6 −0 composer.json
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,5 @@ dist: trusty
php: '7.0'
git:
depth: 3
install:
- mkdir ../tools
- composer create-project idrinth/config-check dev-master --no-dev --working-dir=../tools
script: ..tools/check-config -vvv -w
install: composer install
script: vendor/bin/check-config -vvv -w
116 changes: 116 additions & 0 deletions Deadly Ragetalon [Deadly Talon].json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"nightmare": {
"100000000000": {
"epic": 0,
"legendary": 0,
"uncommon": 0,
"common": 0,
"stats": 3138
},
"2500000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 47000
},
"10000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 194174
},
"15000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 297114
},
"20000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 360452
},
"37500000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 372139
},
"40000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 397555
},
"50000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 413855
},
"100000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 523838
},
"200000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 738284
},
"250000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 779063
},
"300000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 808847
},
"400000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 973477
},
"500000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 1018541
},
"1000000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 2037079
},
"1500000000000000": {
"epic": null,
"legendary": null,
"uncommon": null,
"common": null,
"stats": 2994644
}
}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Raid-Tiers
Tiers for the use with te userscript.
Tiers for the use with the userscript.

All working? [![Build Status](https://travis-ci.org/IDotD/Raid-Tiers.svg?branch=master)](https://travis-ci.org/IDotD/Raid-Tiers)
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "idotd/raid-tiers",
"require-dev": {
"idrinth/config-check": "dev-master"
}
}